| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 14 at 9:23 | |
| stats | profile views | 10 |
|
May 3 |
suggested | suggested edit on Why does one system take so much more time to “apply personal settings” when it boots? |
|
May 3 |
answered | What is the middleware in a typical Debian LAMP stack? |
|
Apr 30 |
comment |
Linux closing connection after successful login log on via the console and check the /var/log/messages and /car/log/secure logs when you try to log on remotely. Try logging on with ssh -vvv <servername> so you can see what is going wrong. dmesg output might be useful as well but you'll need to trim and post only relevant parts. Can you log on with any user account on the local console or only root? Is the SSH daemon running (ps auxwww|grep ssh)? |
|
Apr 30 |
awarded | Critic |
|
Apr 29 |
awarded | Editor |
|
Apr 29 |
revised |
Installing Jenkins with Puppet fails to import GPG key added the assumeyes option to automaticaly import the needed gpgkey |
|
Apr 27 |
awarded | Organizer |
|
Apr 27 |
revised |
httpd server is not starting Question is specific for Windows, tagged accordingly. |
|
Apr 27 |
suggested | suggested edit on httpd server is not starting |
|
Apr 27 |
answered | Installing Jenkins with Puppet fails to import GPG key |
|
Apr 26 |
answered | Difference between bin files that are executed via ./binfile and “regular” bins? |
|
Apr 25 |
comment |
Connecting to a web server in putty What are you trying to achieve? Test if the server is up? If so telnet localhost 80 (or 443) will do. But it will not guarantee the server is reachable remotely. If you want to brwose the site use w3m or any other text based browser. Without more information people here can't help you properly. |
|
Apr 25 |
comment |
Editing /etc/fstab to add quota restriction This might be the key why you are unable to get this working as described in the CentOS guide. You haven't specified where your machine is hosted and what type of management access you have. I (and the author of the CentOS documentation) assumed you were working on a regular CentOS server but if the system has been configured to use webmin you will ahve to check either the documentation of the hosting company or a plain webmin guide. But as @dmitri-chubarov wrote you need to place quotas on a file system as a whole, if /home isn't a separate file system you can't limit just that directory. |
|
Apr 24 |
answered | Editing /etc/fstab to add quota restriction |
|
Apr 23 |
answered | Unexplicated ssh connection from localhost through sshd to random localhost's port |
|
Apr 19 |
awarded | Supporter |
|
Apr 19 |
comment |
Centos server freeze after KDE Desktop install Have you checked ~/.xsession-errors ? And /var/log/Xorg.*? KDE and Gnome session are usually started with a login manager like GDM/XDM/KDM. It might be that starting a session with startx doesn't start all the necessary daemons so after configuring a login manager. I don't have a CentOS machine handy right now but according to this forum post you need to modify /etc/sysconfig/desktop. |
|
Apr 19 |
comment |
Can't log in locally, but SSH works Are there any messages in /var/log/secure? Are your consoles listed in /etc/securetty? What distribution is this? |
|
Apr 19 |
answered | How do I enable a group of users to edit files in Ubuntu var/www? |
|
Apr 19 |
comment |
RedHat 5: HP Server ethtool not working Why can't you use ethtool? What options did you use and what was the output? |