Ubuntu :: Endless Cycle Of Logging In And Out Error?
Aug 31, 2010
i updated the compiz fusion plugins and decided to try some out, and when i tried the reflected windows, it logged me out and i had to log back in. but now as long as it's active, i can't login long enough for me to disable it, Edit: nvm, i managed to fix it. login under Failsafe GNOME session, and it'll be in safe mode, with all add-ons disabled, so you can manually turn them off
View 1 Replies
ADVERTISEMENT
Mar 23, 2010
I have recently been unable to boot into windows xp, which is on a drive separate from my linux installation. When I select the windows installation, the computer starts back at the bios screen and returns to grub endlessly. I am running an updated 9.10. The linux will boot fine; however the most recent kernel does not show up on the list of available options, which may indicate something. I have searched the forum and found nothing that helps. There are plenty of posts asking if you have stopped using windows altogether and other non tech related posts though.
The results of sudo fdisk -l are below:
View 7 Replies
View Related
May 26, 2010
I just upgraded from 9.10 to 10.04.Now, when I boot up, I encounter an error in the boot cycle "An error occurred while mounting /media/cdrom0" "Press S to skip mounting or M for manual recovery"Pressing S does work to get me through the cycle and does not affect CD-ROM use once the OS loads. How would I find out what is causing the error or is there a safe way to stop it from trying to mount a drive with no media in it?Quote:GNU nano 2.2.2 File: /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
[code]....
View 1 Replies
View Related
May 11, 2011
recently my HP Pavilion's Western Digital (WD2500JS) HDD has begun failing (bluescreens, slow, etc...). I was able to attach it to another computer using a IDE to USB adapter and save my personal files (pics, music, etc...), so the drive has not yet completely died. So I bought a SATA Seagate Barracuda 500GB HDD and wanted to use my restore discs that HP made me purchase off of them to reinstall my Windows Vista Home Premium Edition, which OF COURSE didn't work. So after researching a bit I found the best idea would be to make and Image copy of the original HDD and put it on the new one. So I tried using Clonezilla which ran in an endless loop giving error after error for hours while trying to image the disk. Fortunately my work has a ImageMASSter 4004i which is a piece of hardware that does a direct, drive to drive image from the Master drive to the destination drive.
But unfortunately this didn't work either. It was telling me that their was an error within the destination drive, something like "0x84 URMWT Sequencer failed to complete". Does the drive need to be completely empty?Should I reformat it before I try this (if so which FS?)? I plugged it into my laptop with USB to SATA adapter and was unable to mount it (this was after I had it in the Imaging Hardware Device, not sure if that could have screwed something up). The strange thing is that the last couple of days the new drive did work, I was using it for temporary storage of some files.
[code]...
View 11 Replies
View Related
Jun 28, 2011
I have multiple computers set up in my home (self education on networking) with one used as the main machine, and the others set up as a variety of server types. The main machine is running Lucid, as gui based os. The others are all running the server version. NO Domain controller is installed, no DNS server is installed.
ALL of the server machines boot to a login prompt, allow user name and password entry, and then will fail to login with a timeout error. After anywhere from 8-15 tries, the login will eventually succeed. Error also occurs when logging in via ssh.
View 6 Replies
View Related
Jun 3, 2010
Cannot log out of Lucid Lynx. Cap and Scroll lock LED blink and nothing defeats them. I have to shutdown the computer by switching it off.
I removed xorg.conf (which I had installed for screen resolution). After removing it, the shutdown worked well. No more blinking and hangup during shutdown.
But I lost the screen resolution.
I need the screen resolution. how to solve the blink issue. Does it have to do with something in the xorg.conf file causing this?
Can anyone at least clue me in as to what causes the "kernel panic"?
View 3 Replies
View Related
Jun 15, 2010
Prior to Karmic I had samba working well. Karmic upgrade broke samba with an endless password loop when trying to connect to a samba server. I have not been able to get it working since, including after upgrade to Lucid. I've now encountered a similar problem attempting to login into an SSH server. Laptop to desktop, (Karmic to Lucid),ssh ok, reverse no joy. (sshd running on both).
View 1 Replies
View Related
Aug 7, 2010
Sometimes I need remotely connect to my computer, but my router gains IP address dynamically. So I wrote simple script which gains my router IP and send me email:
Code:
#!/bin/bash
function send_mail {
echo $1 | mutt -s "New IP" myemail.com
}
old_ip=
while true; do
new_ip=`wget www.whatismyip.com/automation/n09230945.asp -O - -q`
if [ -n "$new_ip" ] && [ "$new_ip" != "$old_ip" ];
then
old_ip=$new_ip
send_mail "IP changed, sending new IP: $new_ip"
fi
sleep 5m
done
I need it to run at system startup. When I'm adding it to .bash_profile bash path/resolveIP & I'm not getting any mail. In case of bash path/resolveIP (without &) I'm getting mail, but I guess it will never get to the next command in .bash_profile. So I put my script in /etc/init.d directory, but I don't know is it okay to have endless script there????
View 1 Replies
View Related
Jun 8, 2010
I've been installing proftpd on a server running fedora 8. It is setup in standalone server type, and I checked that the process is running and listening to port 21.
When I try to login using a ftp client in Normal mode with root user & password , I receive first a 220, then a 530 login incorrect error.
Can you help me?
I've been pasting my proftpd.conf configuration file below
Code:
View 3 Replies
View Related
Feb 3, 2010
When I boot into recovery mode I get fsck from util-linux-ng 2.16 /dev/sda1: clean, 148044/217728 files, 630631/869510 blocks.And then it stops. Booting into normal mode results in an endless hang. I'm not sure what the error means, or how to fix it.I'm running Ubuntu Netbook Remix on a Dell Mini 9.
View 9 Replies
View Related
May 12, 2011
I'm trying to install 10.04.2 on a Dell machine with no current OS. I finally found the thread that said to use the alternate installer if you have a RAID: so i'm using ubuntu-10.04.2-alternate-i386.iso, burned using Roxio on my (different) windows box.
I go through the early installer steps ok, get to partitioning, choose guided resize (potential tangent: first time this modified partitions #6 and #7, second time it was just "use entire disk"). Then "installing base system", then a dialog that says: Please insert the disk labeled "Ubuntu 10.04.2 LTS _Lucid Lynx_ - release i386 (20110211.d) in '/cdrom/' and press enterWell, the disk is already in the drive, and the installer has previously claimed it's reading from /cdrom. Reinserting it doesn't change anything. My only choices are <Continue> or <Go Back>, both of which display the same message. So i can't get past this, or escape, or do anything other than power down.
Looking at the disk on my Win machine, it appears to be labeled "Ubuntu 10.04.2 L" (can't tell if that's truncated or not).
Does the installer really demand a certain label on the disc to succeed?? how to successfully install in this situation?
Update: just to be sure, i checked the md5sum, and it's correct.
View 4 Replies
View Related
Mar 13, 2010
You are about to install unsigned packages can compromise your system, as it is impossible to verify if the software came from a trusted source. Are you sure you want to continue installation?YES confirm with password same error, yes confirm with pass same error..
View 2 Replies
View Related
Jun 24, 2010
I got a problem with my Songbird (1.4.3) on a Fedora 12 64 bit. When I play music and the first song is over, the song changes but the little loudspeaker symbol in the list, that displays the currently playing song, doesn't move to this song. It just stays on the first played one and also the title of the first one is displayed above the progress bar. But that's not all, when the song should change again (from second to third song), it won't do so. The second played song starts again and will be repeated again and again and Meanwhile the mentioned symbol just stays in front of the first song. Only if I press the "next" button two times the third song will be played. So I got to press "next" two times after every two songs. That makes listening to music nearly impossible. The problem occurred after installing a lot of updates (I had no fast internet connection for months so I now had to install all at once), so it is difficult to say which package causes the issue. Before that Songbird worked all fine for months. I would be glad to provide further information, but neither running songbird in terminal, nor the songbird error console shows up any error related to this behaviour. I also tried to delete the .songbird2 folder in my userhome, but it made no difference at all. Normally i would get the latest verion of the software at first, but since songbird dropped linux support, there is no newer linux version than the one installed on my system.
View 8 Replies
View Related
Nov 1, 2010
I have centos 5.3 i got the login screen but after logging shows error as-- your session only last less than 10 seconds . if you have not logged out yourself tyhis could mean that there is some installation problem or that you may out of disk space .try logging with one of fail session.
views details:
There is lot of space in hardisk and tmp.
View 1 Replies
View Related
Feb 19, 2010
I am trying to install a program called PQLII (seismology related). I'm running Red Hat Linux Fedora 9. When I installed the OS, I selected "Everything". When I run:
rpm -ivh PQL-2009-246.i386.rpm
It returns:
error: Failed dependencies:
libXFixes.so.3 is needed by PQL-2009-246
libXinerama.so.1 is needed by PQL-2009-246
rtld(GNU_HASH) is needed by PQL-2009-246
OK, so I google the 3 files listed and download them which I found on [URL]. None of the filenames listed matched precisely those listed, but I downloaded files that were as near a match as possible, i.e:
libXfixes-4.0.3-3.fc9.i386.rpm
libXinerama-1.0.3-1.fc9.i386.rpm
glibc-2.8-3.i386.rpm
Being the logical type, I first try to install libXfixes-4.0.3-3.fc9.i386.rpm since it's listed first, but it generates:
error: Failed dependencies:
rtld(GNU_HASH) is needed by libXfixes-4.0.3-3.fc9
Ok, so then I run:
rpm -ivh glibc-2.8-3.i386.rpm
which generates:
error: Failed dependencies:
glibc-common = 2.8-3 is needed by glibc-2.8-3
I persevere, search for and download glibc-common-2.8-3.i386.rpm.
rpm -ivh glibc-common-2.8-3.i386.rpm
generates:
error: Failed dependencies:
glibc = 2.8-3 is needed by glibc-common-2.8-3
tzdata >= 2003a is needed by glibc-common-2.8-3
Am I downloading the wrong files?
View 13 Replies
View Related
Jan 5, 2010
I have burned the centos 5.4 i386 netinstall CD. It boots fine, but when I specify what mirror I want to use to install from, it gets caught in an endless loop. i have tried multiple mirrors and even tried both HTTP and FTP.
When I CTRL+F3 this is what I see:
"INFO: transferring [URL] to a fd"
ERROR: cannot determine address family of dist1.800hosting.com"
And then it just repeats over and over. I have looked at several mirros and I don't see that updates.img present at any of them.
View 3 Replies
View Related
May 24, 2011
I just updated to 11.04, and noticed in the "Background" tab of the appearance app, that there was what looked like a default option to cycle a set of backgrounds. However, when I selected it, the only background that appeared was the first one in the series, and it never cycled.
1) Is cycling backgrounds possible?
2) If so, can I create my own series of them?
View 1 Replies
View Related
Apr 29, 2011
I'm having lots of trouble with 11.04. Note: everything used to work beautifully on 10.10 for me. I first upgraded and ran into all the problem below, then reinstalled clean and still have the same issues.
1. Terminal screen is unreadable after grub menu. The screen is all white and text is garbage looking. My graphics card is an nvidia fx5200.If I edit the boot option for linux and remove the line 'set gfxpayload = $linux_gfx_mode', the terminal looks normal again.
2. Unity or Compiz or both are broken for me.
Regardless of whether I fix the issue in 1 or leave it there, after booting into X11 my desktop looks like it is blinking. I think my unity keeps restarting. If I disable compiz and use meta city the screen is stable but I have no menus making it useless.
NOTE: I didn't explicitly install any nvidia drivers, not sure if it did it install it automatically as part of the isntallation.
I don't care for Unity (even though it looks kinda nice). I just want my X11 working again with HW acceleration. I am happy to go back to a working gnome except I don't know how. After the upgrade, I was able to switch my driver from nvidia to vesa in xorg.conf and get something usable (but horribly slow), I think it was classic and not unity. However a fresh isntall has a stub for xorg.conf with nothing much in it. If all else fails, I will reinstall 10.10 and wait for a more stable 11 release.
Update: I used to tick automatic login which took it straight to unity which meant I ran into 2. and made this version unusable.If I untick this option on installation I can at least switch to classic and use my desktop.
View 9 Replies
View Related
Aug 29, 2010
I have Unbuntu 10.4 installed on a netbook. It is the only OS installed so no GRUB menu.
It hibernated last night, and now when I try to boot it hits the initial few steps in the boot process and then reboots.
Any thoughts on how to fix this problem. I have tried to access a GRUB menu w/ the ESC key but no dice.
View 1 Replies
View Related
Nov 7, 2010
I've got the galaxy live wallpaper but I'm wondering if anyone know's of other ones? like the one that changes by a night day cycle?
View 7 Replies
View Related
Jan 26, 2011
When I boot one of my machines, it gets as far as GRUB, then proceeds to a blank screen for a second, and then repeats the cycle all over again - ad infinitum. I have tried previous kernels on the list with the same results Also, I cant boot into recovery mode either.
I have run Memtest successfully from the GRUB options and no errors appear in the results. I have tried booting from a Live CD and here I get as far as the "OS choosing screen". When I then select one and hit Enter, the screen goes blank and the machine reboots as before.
View 5 Replies
View Related
Jun 30, 2011
I've set all the wallpapers I want to cycle, I've set the time to 15 sec checked the "Cycle" box but nothing happens. The background stays the same. Log in-out didn't work. I'm on Ubuntu Classic
View 6 Replies
View Related
Jan 27, 2010
Is the PID of a process changes during it�s life cycle in linux ?Or it�s PID is fixed throughout of process�s life cycle.
View 2 Replies
View Related
Aug 12, 2010
The login cycles- I already have a problem with mounting something connected with USB (long term minor annoyance, but everything works), but suddenly I cannot log in. When I put my username and password in, the screen flashes black for about half a second, then the login screen re-appears. If I put the wrong password in, I get an authentication error message (as expected) without turning black and then cycling again.
I have no problems going into terminal mode and logging in. I've tried all sorts of suggestions related to this problem- reinstalling ubuntu-desktop, apt-get clean, sudo startx, and the last indicates that x-windows is already running. I've found a couple more things to try, but I'm not too sure how well they'll work. It seems to be connected with x-windows, but I don't know what is causing it. Last night I had a big problem that required reinstalling nautilus (couldn't set up a connection to a remote server), and that problem was fixed- but this developed when I booted this morning.
View 4 Replies
View Related
Oct 25, 2010
I just want to tell laptop users how they can protect their hdd from heavy load cycle count (spin up/down of the hdd) when using battery.If you are not sure then just type this command several times in interval of 1-2 minutes, and you will see how much the hdd head spins down, and up: Code: sudo smartctl --all /dev/sda | grep -i load_cycle.Change /dev/sda with appropriate hdd path for your pc.
View 2 Replies
View Related
Nov 8, 2015
When I boot my debian desktop, I get these errors:
Code: Select allnov 08 22:05:12 Luca-PC systemd[1]: Job paths.target/start deleted to break ordering cycle starting with basic.target/start
nov 08 22:05:12 Luca-PC systemd[1]: Job rpcbind.service/start deleted to break ordering cycle starting with basic.target/start
nov 08 22:05:15 Luca-PC systemd[1]: Job paths.target/start deleted to break ordering cycle starting with basic.target/start
nov 08 22:05:15 Luca-PC systemd[1]: Job sysinit.target/start deleted to break ordering cycle starting with basic.target/start
nov 08 22:05:15 Luca-PC systemd[1]: Job rpcbind.service/start deleted to break ordering cycle starting with sysinit.target/start
The system works perfectly, but I'd like to understand why I get these errors, and how I can fix them.
View 4 Replies
View Related
Apr 20, 2010
I have a client who has for the last four years been running a Red Hat 4.1.18 Server with absolutely zero problems. Yesterday somebody had a problem with one of the attached Windows PC's and some genius decided to reboot the server. By genius I mean idiot and by reboot I mean pull turn off the power to the box.
When they tried to reboot, they get a kernel panic. This is what the screen says;
Uncompressing Linux... Ok, booting the kernel.
audit(1009912323.849:0): initialized
Red Hat nash version 4.1.18 starting
File descriptor 3 left open
Reading all physical volumes. This may take a while...
/dev/hda: open failed: No medium found
No volume groups found
File descriptor 3 left open
/dev/hda: open failed: No medium found
No volume groups found
File descriptor 3 left open
/dev/hda: open failed: No medium found
No volume groups found
mount: error 6 mounting ext3
mount: error 2 mounting none
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempted to kill init!
The server runs the database for their entire POS system so they are now dead in the water. I'm stuck, I've never come across this before. What do I do to recover this?
View 6 Replies
View Related
Nov 18, 2010
I want to cycle between three directories, always in the same virtual console (VT). Just the case of 'cd -' but with three dirs instead of two dirs. Can this be done by simple means?
View 2 Replies
View Related
Jun 22, 2011
On the Mac, I use Command + ` (the tilda) to cycle through windows in the current application (eg terminal or chrome). It's like alt + tab except only for the current application's windows. (possibly on compiz but without any flashy exposee like graphics)?
View 2 Replies
View Related
Aug 10, 2010
My mail server is presenting a high wait time (see attachment) that sometimes reaches 80%. How can I check which processes are doing that?
View 1 Replies
View Related