This is a discussion on root without permission within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> root@perun:~# uptime| mail druid root@perun:~# can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root or TrustedUser. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| root@perun:~# uptime| mail druid root@perun:~# can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root or TrustedUser. Whats wrong!? drwxrwx---**2*root*root*4096*May*13*00:00*clientmqueue/ -- Sindikat pravosudne policije Hrvatske http://www.spph.org/ & http://www.spph.hr/ ( irc.buky.ssivanic.hr ) |
| |||
| On Sat, 15 May 2004 02:04:33 +0200, druid <druid@perun.home.net> wrote: > root@perun:~# uptime| mail druid > > root@perun:~# can not chdir(/var/spool/clientmqueue/): Permission denied > Program mode requires special privileges, e.g., root or TrustedUser. That directory has to belong to the smmsp user by default. (It's a sendmail security thing.) $ ls -ld /var/spool/clientmqueue/ drwxrwx--- 2 smmsp smmsp 1024 2004-05-15 01:39 /var/spool/clientmqueue/ -- Mark Hill <usenet@mark.ukfsn.org> GPG KeyID: 4A3B58AC |
| ||||
| Mark Hill je dana Saturday 15 May 2004 02:48 napisao: > That directory has to belong to the smmsp user by default. (It's a > sendmail security thing.) > > $ ls -ld /var/spool/clientmqueue/ > drwxrwx--- 2 smmsp smmsp 1024 2004-05-15 01:39 /var/spool/clientmqueue/ > > Thanks -- Sindikat pravosudne policije Hrvatske http://www.spph.org/ & http://www.spph.hr/ ( irc.buky.ssivanic.hr ) |