Koozali.org: home of the SME Server

no admin config panel for FTP, APACHE, SAMBA ???

Offline wires

  • ***
  • 62
  • +0/-0
no admin config panel for FTP, APACHE, SAMBA ???
« on: March 30, 2009, 11:50:03 PM »
there's no admin panel to configure services in about topic subject ??

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #1 on: March 31, 2009, 12:31:25 AM »
SME configures functions not applications

broad control is provided by panels, admin manual
finer control for advanced users by command line access, developers guide

Offline wires

  • ***
  • 62
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #2 on: March 31, 2009, 03:08:54 AM »
then i found a bug, i cannot configure proftpd.conf, server-manager overwrites it...

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #3 on: March 31, 2009, 03:31:01 AM »
@wires - that's the way it's supposed to work. SME Server uses templates and a configuration database rather than forcing you to directly edit files. Check out the wiki for more information.

Offline wires

  • ***
  • 62
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #4 on: March 31, 2009, 03:57:46 AM »
where can i find the templates for the proftpd server ?

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #5 on: March 31, 2009, 04:21:46 AM »
Please, see
http://wiki.contribs.org/DB_Variables_Configuration#Pro_FTP_.28proftpd.29

and read:
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual

What are you trying to do with proftp? May be already exist a contrib to do the same you want.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #6 on: March 31, 2009, 09:48:02 AM »
then i found a bug, i cannot configure proftpd.conf, server-manager overwrites it...

Quote
where can i find the templates for the proftpd server ?

wires: before trying to run, you should learn to walk.. so, please read the documentation. you should not need to modify any template.
as a rule, try to expose your problem and not the solution you think you have found.

Thank you
Ciao
Stefano

Offline wires

  • ***
  • 62
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #7 on: April 01, 2009, 02:20:32 AM »
Please, see
http://wiki.contribs.org/DB_Variables_Configuration#Pro_FTP_.28proftpd.29

and read:
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual

What are you trying to do with proftp? May be already exist a contrib to do the same you want.

i dont want proftp to show all files (.hidden, and others) for exemple, a normal user can see all the users registered in the system and browse to the users, i want each user to be jailed inside their own ~/home directory and i dont want them to go up-level... only root/admin should be able to do browse all files in the system. also, there should be a place in system-manager where i can change the welcome message and server version. only admin should be able to see Ibays, and users should only be able to see their own home directory...yet we can create groups with different permissions.

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #8 on: April 01, 2009, 03:54:14 AM »
For this reason I asked you.

Execute:

Code: [Select]
yum  --enablerepo=smecontribs install smeserver-remoteuseraccess
signal-event post-upgrade; signal-event reboot

If you want to learn about access ibays read:
http://wiki.contribs.org/FTP_Access_to_Ibays

Offline wires

  • ***
  • 62
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #9 on: April 01, 2009, 05:23:19 AM »
thank you, i was looking for something like that.

most of the core settings need to be changed thru shell.  APACHE/PHP/SAMBA settings etc.. At least for ProFTPd i was searching for something like smeserver-remoteuseraccess contrib which is nice, but i "think" it has a bug in it, i set my user to not be able to use sudo command but i still can.
« Last Edit: April 01, 2009, 05:26:30 AM by wires »

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #10 on: April 01, 2009, 05:30:50 AM »
Please, report bugs through bugzilla only, not here.

http://bugs.contribs.org/

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #11 on: April 01, 2009, 05:35:41 AM »
most of the core settings need to be changed thru shell.  APACHE/PHP/SAMBA settings etc..

Can you read the manual? Please, do it before ask a question or think wrong about hot to use SME. SME has the main functions configurated through server-manager.
Can you read the manual? At the top you will found the link to the manual.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #12 on: April 01, 2009, 08:30:19 AM »
Quote
most of the core settings need to be changed thru shell.  APACHE/PHP/SAMBA

wires:
this is not true
please, before all, explain what are you trying to achieve..

normally you shouldn't need to change anything via cli.

ciao
Stefano

Offline thomasch

  • *
  • 232
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #13 on: April 02, 2009, 05:11:38 AM »
then i found a bug, i cannot configure proftpd.conf, server-manager overwrites it...

No, it is not a bug.
You are dealing with a really different linux animal here.
SME use templating system. It will rebuild (overwrites) the configurations files based on changes of the templates and configuration databases everytime it needed like post upgrading, rebooting, installing contribs, change setting variables, etc

Again, you have to learn how to config SME server. The fastest way to learn SME server is by installing contribs, searching answer from the forums and the wiki pages, and sometimes you need Google.

thomas

Offline wires

  • ***
  • 62
  • +0/-0
Re: no admin config panel for FTP, APACHE, SAMBA ???
« Reply #14 on: April 02, 2009, 05:56:39 AM »
thank you all for the replys, i guess i need some fixes or other stuff quick in hand and then start learning from there, i am the type of guy that reverse engineer everything, meaning i start from learning fast then slows down to learn the core stuff. i am not perfect or right but hey who's perfect but i dot like to learn, i have used gentoo and that's about it AND to cap on that i have no IDEA what linux flavor SME is running on lol, i guess it's redhat !!!! (because of yum ?)