| stex | thanks. does the line I wrote looks good though (meanwhile)? |
| wolfy | no. :) |
| stex | oh I see, it's more complex than that. I'll read the articles It's better to do everything from command line anyways better not to rely of webmin so if I learn, I learn for good and can do stuff on any server should I open the udp port for https? I rephrase it. in the iptables rules, should I accept connection on the https port arriving on udp |
| wolfy | http / https uses only tcp. |
| stex | good to know :) thanks wolfy, you have been very helpful |
| piko | wolfy: sorry, I tried it, but the version is specified by a $release, where those are specified? I mean variables defining version |
| fedorared | Yay, CentOS 4.5 |
| Dynom | I just did a fresh CentOS 5 install, and when I want to add users all of them get 'Could not chdir to home directory /home/xxxx: Permission denied' upon login What could be the problem |
| piko | Dynom: just guess, try ls -l /home |
| Dynom | rights of /home and /home/<username> seem allright but it's a fresh out-of-the-box install.. and I just issued a adduser <name> and a passwd login seems valid, because I see a brief error of not being able to chdir home |
| piko | and do the uses have rights to write? |
| Dynom | in their own homedir, yes it's 700 on ~ 0700 I mean |
| piko | Dynom: /etc/passwd is set right? |
| Dynom | it's readable by all at least |
| piko | Dynom: and is there enough space ? I mean if the home directories are well set |
| Dynom | if 287Gb is enough, then yeh mountpoint is /, and passwd has valid homedirs this distro is starting to piss me off |
| piko | and is the partition mounted rw? |
| Dynom | well root can login.. |
| piko | then I can only suspect SElinux or something, sorry I am not centos admin |
| Meier | Dynom: how did you add the user? |
| Dynom | by issuing adduser <username> |
| Meier | i guess there is a -m missing |
| Dynom | I noticed there are a set of default options for adduser and there are home dirs |