When I logout on kubuntu my xserver dies and I have to start x again manually from console. Im not to kubuntu 10.10 and I tried to check out /etc/X11/xorg.conf but its not there. on reboot xserver starts automatically. I am using opensource drivers and video card is radeon x700 pro
Am trying to set up a new system but am getting some strange behavoir. I've administered an Irix system before. I have opensuse 11.3 installed with gnome running. When i enter a bad user id in the windows login screen, the bad authentication causes the x window manager to crash and leaves the system in the ascii terminal mode login. I then have to login as root and do an init 3 , then init 5 to get the x server started again an get the windows login started. Has any one seen this behavior before and how can i fix this. Been hunting through /etc/X11/xdm to see what startup scripts could be causing this.
i have a ubuntu 10 server (as server LAMP) , i was trying to repair a couple of unix files with fsck command on directory, thinking it would apply only that directory, but it affected all system, in th end it says: "file system has changes, restart ubuntu", then services go down, after some directories fail, restart funtion do anything... i switched on again, but at start show error.
I got another ubuntu and installed damaged hard disc, but, i can see file sytem, i has been trying to repaired with TestDisk but i can't...
i want to recover mysql database at least, but a don't know what to do.... how a fsck get damaged SO
I have two servers, both running Ubuntu 11.04 Server. One is a web server, running only a LAMP stack and openssh-server. The other is running server daemons for TeamSpeak and Minecraft. Today, the game server just went down. I can access the LAN by using SSH to connect to the web server, and ping it from there. However, it won't respond to SSH or anything else. The server is a few kilometers from here, so I will be going there tomorrow.
This happened once before, probably about a month ago or something. That time, the web server was running just fine, but the game server was powered off. I thought there had been a power disruption, because when I checked the BIOS settings of the game server, it wasn't set to resume after AC power loss. The web server was set to do this, so it made sense that it would be up and running again after a brief power loss. There were also some news reports about power disruptions in my area.
The thing is, I changed the BIOS settings of the game server to make sure this wouldn't happen again. When I go there tomorrow, I will bring the server back up. However, I would like to know what caused this so that I may prevent it from occurring again. Is there a logfile or something that I can check tomorrow to find the problem?
We have a NAS application which can be accessed by both HTTP and HTTPS connections.
The issue we are facing is that the tcp server instance that initiates the HTTP access dies after a few hours of inactivity(the NAS application was kept idle for around 10 hours). However, the tcpserver that launches HTTPS connections remained running.So the connection failed through HTTP access but the connection succeeded through HTTPS access.
The converse has also been observed where the tcpserver for HTTPS is dead but tcpserver for HTTP is running.
The version of tcpserver that we are using here is ucspi-tcp-0.88.tar.gz.
I have the following queries:
a)Has anyone faced the same problem before?
b)Is it an issue with this package version of tcpserver ?
c)Will upgrading to newer versions of tcpserver bail me out of the issue?
d)Also, could anyone let me know what are the possible causes for the tcpserver to die ?
Got a Zimbra server FOSS edition running on CentOS5.5. Everything was running fine until couple of days just found out that web administration interface just does not give the proper status. Web console says that none of the services are running which infact is not true. Only service that is not running is logger. This is the zmcontrol status output
Just the logger service is not running all the others are. But web admin interface shows all are stopped. Also it can be seen that zmlogswatchctl is not running. Starting it manually does not do any good. It does not start and it dies out by itself.I tried to google and found a couple of bugs related to logger and web interface but those were old and should have been done in this version 6.
I updated my CentOS 5 box recently. But after then my Apache can no longer work; every time I try to start apache, it says started OK but then dies immediately and no error message at all. When I tried 'apachectl restartI', it says apache not running. It has been running fine before the update. I've looked at /var/log/httpd.log but there is not any message about my problem.
As a normal user I have activated the functions of the Quit applet, i.e. Logout, Shutdown and Restart are active buttons. I am able to restart or shutdown, no problems. But when I use the Logout button I don't get logged out, just returned to the login shell & I am still logged in as my user. I don't have a display manager installed and I do NOT want to use a display manager such as XDM or GDM. How do I get the Logout button to actually logout the user? It appears I am only getting logged out of the x-session, but I want complete logout.
I have a debian machine with an apache2 webserver. I am able to start the machine from the internet (power plug board with webinterface) but I don't know how to shutdown the server automatically if nobody uses the website anymore. It is a homeserver which should only run if needed.
Unfortunately I don't know much about Linux, apache, php, cgi-scripts, cronjobs and other things that might be useful. But I googled a lot and have now an idea how it could work. It seems complicated to me and so I want to ask you guys what you think about it and if perhaps you could give me a hint.
The idea: A cronjob starts every ten minutes a php script that checks when the index.html of the welcome-page was opened the last time (fileatime()). Lets say it was opened last time at 3pm. Then the php script adds for example 60 minutes to that time (=4pm) and calculates how much time is left to 4pm. This time is saved in the variable $timeleft. Now the php script compares if $timeleft is less then 10 minutes (=600 seconds). If it is, the php script starts a cgi script that will shutdown the server. The cgi script will login as root (I think that can be done with the "expect"-command url and then enter the command "shutdown -h now"
Is all this realizable? Isn't there a better and/or easier way to do?
I sshed into a Linux machine (bash shell) from a public Windows machine (in our lab) and forgot to log out. I'm now back at my seat in another room and I am too lazy to walk back and log out that session; I can ssh into the Linux machine from my current PC though. Can I force-logout the other session from a new SSH session?
When I ssh to the Linux box from my current PC and type users command, I can see that I'm still logged in there; my name is listed twice - one for the current session and another for the session from lab PC.
I don't have root privileges on the said machine, but I guess that shouldn't matter as I'm just trying to log out myself.
Is there a way to run a prompt at logout or shutdown? I added the following code to .bash_logout, but apparently the �read� command doesn't work from there.
Code: echo "Make a backup now? (y)" read answer if [ "$answer" != "y" ] then echo "Backup aborted." fi I am using Ubuntu 9.10
I've been trying to get timestamps on the history command. I found the following export HISTTIMEFORMAT="%F %T " - and it works ok - but after I logout and log back in the history command is back to normal. So I did a little more searching and found this export HISTTIMEFORMAT='%F %T - %H:%M:%S ' >> ~/.bashrc I thought exporting to .bashrc would "save" the command - but I guess I am wrong. what do I need to do to get timestamps on history evertime I log on? how/where do I set it for all users?
I've recently turned an older PC into a linux box for the purpose of creating an online server with ftp and ssh capability and file sharing. I've installed Kubuntu 9.10 and I'm trying to ssh to the computer from outside the network.I've install the openssh-client and openssh-server and I've created a static ip address, which works fine. I cannot ssh to the machine from outside the isp using either the direct ip address or hostname. The machine is connected to the internet via a Linksys Wireless G router, and I've edited the configuration settings to keep port 22 open for connect in the port server utility.
I've checked the ssh_config and sshd_config settings and port 22 is the default connection port, which is supposed to be open. I've run ifconfig and everything looks fine. I can connect to the computer using a machine connected to the same router, but other computers cannot access it. I want it to be visible to everyone.
every time I logout from Xwindow KDE, it doesn't redirect me to Linux command line, instead it was halted without the machine being shut down. How can I exit from KDE and go to Linux command line?
I have two OS in my system. Windows& and Kubuntu. Both are in separate hard disks. I was using both. In between i have upgraded my system. now when i am giving priority to hard disk containing kubuntu, i can login to kubuntu, but cant get in to windows7. i have upgraded grub but not working. when i am giving priority to hard disk containig windows7 it enters and work properly. but not working in the previous.
Tri-booting. They were installed in the order I listed above. I ran into a few bugs with Kubuntu, so I no longer want to use it. I want to use GParted on a LiveCD to format Kubuntu and expand my Ubuntu home partition to sit on top of Kubuntu's space right now. If I nuke Kubuntu, will Grub still exist with my Ubuntu/XP entries to boot?
I just installed Kubuntu (10.04), did some upgrades and updates then upon booting the computer wont go beyond the login page. at first it posted a message (Xsession:warning: unabele to write to /tmp; X session may exit with an error).I followed some instructions from the net which asked that I do the following:
ctr+alt+f aptitude clean of apt-get clean cd /var/log
[code]....
after this, when I login it no more goes off, but the desktop wont still come on, instead a terminal (konsole) window is open but when I try start x it refuses.(the only method I use to start my computer successfully is though the recovery mode)
I would like to apply KDE on my Kubuntu because the current one blew up. But each time I to sudo get-apt it seems to be fetching from the cloud. Is there a way I can make it to read from my local Kubuntu CD? I have both Ubuntu 10.04 LTS and Kubuntu Live CDs.
I believe the local disk read should be faster to translate than to bite the bytes across thousands of miles over the wire right?
I survived a disk crash and had to re-install to a new(er) disk, now, the JRE is in line to be set up. It's installed according to the instructions...so when I test (using Runescape, for example) I get this traceQuote:
java.lang.NullPointerException at java.io.FileDescriptor.incrementAndGetUseCount(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source)
My bluetooth manager is dying every few minutes or even every few couple of seconds. This happens when i'm using bluetooth mouse. Mouse works correctly cause i've tested it in windows. In the attachment there is dmesg output. In dmesg i keep geting lines like:
Quote: [ 1463.864082] usb 4-1: USB disconnect, address 10 [ 1463.864601] btusb_intr_complete: hci0 urb eddf2900 failed to resubmit (19)
followed by reconnecting both, USB dongle and mouse. Then it works for a while and dies again, over and over. It also happens when mouse it idle (no matter if 5 seconds or 5 minutes).[URL]..
I am demo'ing Kubuntu 9.04 workstation to a customer. He has a CentOS 5.3 server (my doing). On it is our CUPS Network file server. Everyone (65 of them) print to our network printer through it using LPR/LPD (and sometimes Samba).
Problem: when Kubuntu's Print Configuration Tool went looking for printers, it found every network printer's IP address, but missed my CUPS printer server. What did I do wrong on one or both ends (I have control over both).
I followed this guide for my Acer Aspire One A150, and got wireless and suspend working fine:[URL]pendtoRAMThe only problem is that wireless is dead after resuming from suspend. I have to type:/etc/init.d/networking restart and after that everything works just fine and I get internet again.Is there a way to automate that process on resuming from suspend, so that I won`t have to type it manually each time?
My computer starts up and, usually, gets to a desktop (I can login). If I click on a folder to open it, the computer just dies. No power at all. Sometimes it doesnt even make it through the boot up stage, just stopping before getting to grub. This happens in F10 and F13, whether the grub is on the harddrive or a USB key. I'm thinking that I might need a new power supply, but I'm also wondering if I might have fried the CPU, which ran for several days at 50 or so degrees, (for sensor one on the little gnome panel applet). But it did go over 60 a couple of times and die from overheating. These higher temperatures were achieved by running CPU intense software, with the cores in use running at 100% each. The higher temperatures were from running it with all four cores.