Ubuntu :: Status 4 Message On Adding HD To Fstab
Apr 23, 2010
I have an external hdd that I have added to the fstab so it will mount when I boot. But every time I add the line to fstab and reboot, it hangs during the boot process and says something about ureadahead-other status 4.
Here is my line in fstab..
/dev/sdc1 /NAS ext3 defaults 0 0
I couldn't remember what fs I chose when I formatted it so I did "sudo parted /dev/sdc print" and it said it was ext3.
View 2 Replies
ADVERTISEMENT
Dec 18, 2010
I've got a partition on this HDD I want to add to fstab. But how?
I've already read some howtos but still don't understand it.
View 1 Replies
View Related
Dec 15, 2009
I have an external hard drive that I use with my laptop and I want it to be mounted at boot. I used YaST to do this by using the Partitioner. I selected the volume, then edited then chose to have the partition mounted at boot.
On next book the computer booted up and mounted the device as I expected but the boot up process took a long time. When I would usually get the desktop I got only a black screen for about one minute, the the desktop finally loads. I tried to reboot a number of times but I still get the same delay.
When I go back and choose to have the hard drive not auto mount and then reboot there is no delay in loading the desktop. So it seems like mounting this device is delaying the loading of my desktop on boot somehow.
Below is the line that is added to my fstab file to auto mount the drive:
View 9 Replies
View Related
Oct 25, 2010
From a Fedora 9 server (I think!) I'm trying to mount an nfs drive from a Mac Server. You see, a couple weeks back this was working fine but now there seems to be a problem. I've tried using the mount command and found the following line in the /etc/fstab doc...
Code:
<IP ADDRESS>:/remote/nfs/directory /directory/to/mount/on nfs defaults 0 0
It was commented so I uncommented it, hoping this would be a quick and easy resolution =). Anyway, it didn't work and when I run mount -av the server timesout. So on the Mac Server, I enabled Samba sharing preferences and tried adding this to fstab,
Code:
<IP ADDRESS>:/remote/nfs/directory /directory/to/mount/on cifs username=name,password=password 0 0
When I run mount -a it hangs. I guess I'm doing everything totally wrong. I can SSH into the MAC Server and use tar, rsync etc with no problem. But I really need this drive to mount as it once use to. It's been suggested to me that the NFS or networking module on the Linux box might be broken.
View 2 Replies
View Related
Aug 3, 2010
I'm trying to figure out on why when I do a: service bind9 status This doesnt display anything in my command. Should be: Status of Bind9 server: bind9 is running. But this doesnt display at all.
View 8 Replies
View Related
Jul 3, 2010
reason is if someone installs the ATI driver, it will on boot give a white screen, the FGLRX driver wont work on this pc. (already doing second install of OS due to this issue)
View 2 Replies
View Related
Feb 3, 2010
Here's the background info -- I recently installed Ubuntu server 8.04 on TWO machines that are exactly identical.On one machine, all seems perfect.On the other, when I execute "/etc/init.d/samba status" it always shows that smbd is NOT running.But it would seem that it IS running, since I can access the shares I've set up without difficulty either from smbclient on the server or from the windows boxes on the network.ps ax lists smbd as a process as well.The log tells me nothing -- it just reports that samba started. No errors. Not much of anything in there. And if I execute smbstatus, that works just like you'd expect.since the two machines are identical (and I mean exactly the same), and only one is doing this.
I guess I should be happy since they both work (seemingly perfectly).But it still bothers me that I'm getting the message that smbd isn't running on one of them. I tried uninstalling samba and reinstalling it on the machine giving me the erroneous (?) status message. But that changed nothing.Right now there's no data on the machine, and it's not in production, so just doing a bare metal reinstall of the OS is an option. But I'd like to understand what's happening.
View 5 Replies
View Related
Dec 10, 2010
I'm working on a friend's Samsung R530, Intel Core i3 3330M (T430) processor. It had Windows 7 installed, which crashed so I'm trying to recover the files before installing Ubuntu (the recovery partition is gone, there was no facility for making recovery disks and Samsung won't send any out). I put in the Live CD for 10.04 which took ages to load and then gave me the following error message:
udevd (90): worker (181) unexpectedly returned with status 0x0100
udevd (90): worker [180] failed while handling '/devices/pci 0000:00/0000:00:00:00'
which was repeated for [182] and [230] then it all went blank for ages then I got a message saying eject the cd and press enter, just like you do at the end of an install. However, I didn't get an option on whether to boot from the cd or install ubuntu. anyone got any clue what the error message means? and am I correct in thinking that the cd tried to install ubuntu? I've tried 3 different live cds, all of which have previously worked on other machines so I'm pretty sure it's not a cd issue.
But I can't get a single one of them to boot from cd and all throw up the same error messages, except the 9.04 cd, which just hangs. Have also tried a USB live image and got a disk error message. When I try booting from the HDD I get OS not found, boot from cd. Which is not entirely unexpected because of the previous problem with windows but it also seems that Ubuntu hasn't actually installed, or if it has then there's been a problem and it hasn't done it properly.
View 1 Replies
View Related
Oct 31, 2010
I want the guification (or similar mechanism) which, when a user updates his/her status message gives me a notification of that. How do I get this?
View 2 Replies
View Related
May 4, 2011
I am on a DELL Latitude 6500 laptop. It has a physical button to enable wifi. On Kubuntu 10.10 it was working perfectly. Now that I have made a fresh install to 11.04, whenever I try and turn the wifi on, I get a status message that my wifi is enabled. But the led indicator does not glow. and I could not find my router nor any other routers in my building. The following is some of the that might be useful to debug.
According to this website [url] the wifi is compatible with ubuntu and does not need any external drivers I guess.
View 9 Replies
View Related
Apr 11, 2011
I just installed a TrendNet TEW-649UB wifi dongle, which works when it wants
Anyway, I set up ICS, it didn't work, so I undid what I had done from the tutorial, I also cleared IPTable rules, but now I still get error messages as you can see on the attachments.
View 1 Replies
View Related
Jan 21, 2016
After adding the backports from 8/Jessie to a 7/Wheezy sources.list and running aptitude update, I get these odd error messages. What is going on?
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: You may want to run apt-get update to correct these problems
View 3 Replies
View Related
Apr 28, 2010
I'm having an issue when I'm trying to install SuSE linux onto my desktop.I go through all the steps and everything looks okay, but when it starts to install the packages, I get an error message that basically says:kernel.desktop - unable to install, exit status 127.I have a ATI X1950 video card in the computer, as well as a AMD 64 FX CPU in the system.
View 7 Replies
View Related
Mar 23, 2009
I use ldap to provide account and home directory services for sendmail.Unfortunately,sendmail occasionally (rarely) rejects a message with a "User unknown" status when the user is a legitimate user that has routinely been recognized in previous messages.I have not yet found a reason to suspect that the ldap server is failing to respond properly or in timely fashion to queries.However, since I believe this information is cached by nscd on the local mail server, I am suspicious that the problem may rest with nscd and its database.Is anyone aware of rather random failures to obtain correct information from an ldap query that is actually related to nscd?Also, I decided to just treat nscd as an application for purposes of this post
View 2 Replies
View Related
Jan 5, 2010
What would be the best way list disk and partitions in the fstab file?
View 1 Replies
View Related
Jan 15, 2010
I've had two hd's in my box forever. for more space and backup reasons. Well I have started running the Debian Squeeze distro since December. I've had many issues, some are still unresolved. but now I'm running into major headaches with the fstab. Specifically dealing with/wondering why UUID's are used instead of the old /dev/hd? I was a little annoyed when I tried Kubuntu to find /dev/sd? used instead of /dev/hd? but that was workable. But the UUID's are a nightmare. Here's my problem.
My main box is finally giving up the ghost. The mobo is dying. So in order to do some tests I took my hd bundle (my two hard drives with their cables) physically out of the box and temp installed them in a test box. I wanted to do some benchmark and other tests. I got all kinds of errors. I found that the system wasn't recognizing the UUID's listed in fstab. My concern is when the new mobo gets here next week I won't simply be able to plug the hd's in like I always have been and just let Linux reconfigure itself (Debian used to be good about this). I really don't want to have to clean reinstall if it's not needed.
So for this I have two questions. WHY developers decided to drop using /dev/hd? or even /dev/sd? ?
And is it possible to revert fstab's listings back to the old /dev/hd? settings. In debian fstab had lines commented out showing how each partition was listed in it's /dev/hd? status during install.
I'm getting really sick of all these archane changes in ALL aspects of linux that don't seem to have any good explaination or need.
View 4 Replies
View Related
Jul 5, 2010
I have just upgraded to Lucid on Ubuntu. I am a long time Pidgin user. I tried using Empathy with Gwibber, but I can't get Gwibber to update my IM status(es) in Empathy, so I want to go back to using Pidgin. (Additionally, I can't get Skype to work with Empathy.)I installed pidgin-microblog and pidgin-mbpurple, and they allow me to view my Twitter feed in Pidgin and update my Twitter status in Pidgin. However, in Karmic, I was also able to specify certain "status availabilities" (one named "Twitter-Available" and one named "Twitter-Away", for instance) to have the IM status message for these statuses become populated with my Twitter feed. This capability seems missing in pidgin-mbpurple in Lucid (and it seems to be the only thing missing from Karmic).
Is there a way to have pidgin-mbpurple update certain "status availabilities" in Lucid (and I'm just missing something) or is this no longer possible?Equivalently, is it possible to have Gwibber update my status message in Empathy? (I just want to be able to update my status once on one of my three computers - and have it propagate to all my other accounts (IM and social networking) and computers).
View 1 Replies
View Related
Jan 19, 2010
I've apparently changed my fstab file and now my boot drive fails to mount. The original file is still there "fstab.BAK". How do I rename the current fstab to another name and rename the fstab.BAK to fstab? Since this is read only in the /etc directory I have not been able to make this happen from a command prompt.
View 9 Replies
View Related
Dec 20, 2009
I can't seem to get BOINC to run on F12. I've installed it from the repositories and downloaded it from the BOINC website. I keep getting an error message "Error Retrieving current status".
View 4 Replies
View Related
Mar 16, 2011
After a fresh installation of Ubuntu 10.10 I uninstalled empathy (im using skype). The empathy menu in the evolution indicator was gone after that.I also uninstalled gwibber. But the gwibber status indicator remains within the about-me panel... Uninstalling the gwibber package also removes the me-menu which I want to keep actually. Especially the shutdown/restart... part of it. See attachment.I know there is a shutdown panel-app...but its butt-ugly and it doesnt allow to logon/off.
In another thread I read that the gwibber status shouldnt be there if no account for it is configured... which it is not... I do use ubuntu-one though which is in the same menu... I saw that this issue was addressed at some bug report before, but not fixed yet...
Does anybody know a good workaround to get rid of the gwibber status in the panel while keeping the about me and the shutdown button?
View 3 Replies
View Related
Dec 31, 2010
Using IMAP to retrieve emails in Evolution is not working correctly. Some messages are recieved, others are not. Those messages that cannot be recieved, reports the following error message: Unable to retrieve message
Running the following;
evolution 2.28.3-0ubuntu10
Ubuntu 10.04.1 LTS
2.6.32-26-generic
View 4 Replies
View Related
Apr 30, 2009
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
View 1 Replies
View Related
Nov 10, 2010
Im trying to instal Sun Virtualbox but when download completes and I click on install I get the following error>>Message did not receive a reply (timeout by message bus) I wont even bother with this software if there are others out there that are as easy to use. I used it on Windows and thought it was great ! (thats how I eventually switched to Linux, by using it virtually at first)
View 5 Replies
View Related
Apr 16, 2010
I was trying to use Message Queues for sending message from aninserted kernel module to user space. The function sys_msgsnd failedgiving the obvious error -EFAULT.However, I was able to send the message from kernel to user space when I had made the same driver part of kernel (and not inserting it).How is that possible?I am using linux.2.6.19.x (arch=ppc)I now use Netlink socket to communicate from kernel to user, but the aboveproblem seemed strange to me.
View 2 Replies
View Related
Sep 6, 2010
We are trying to create a message forwarder program that receive a message on Port A and pass it on t Port B. Also receive a message from Port C and Pass it on to Port D as follows.
[Code]...
View 4 Replies
View Related
Jul 20, 2009
KMail 1.11.4, KDE 4.2.4: I'm migrating from WinXP to Mandriva, and installed KMail at the weekend. Works fine, but I have a niggle - the message list displays headers grouped by month order. I'd like the option of having a simple list (no groups), and suspect that it could be done - but I haven't been able to find out how. I've checked in the Handbook without success, and a search in LQ hasn't turned up anything yet.Any suggestions gratefully received. If this isn't the right place for a KMail query,
View 1 Replies
View Related
Apr 23, 2010
I have an external hdd that I have added to the fstab so it will mount when I boot. But every time I add the line to fstab and reboot, it hangs during the boot process and says something about ureadahead-other status 4. here is my line in fstab..
/dev/sdc1 /NAS ext3 defaults 0 0
Is there anything wrong with that? I couldn't remember what fs I chose when I formatted it so I did "sudo parted /dev/sdc print" and it said it was ext3.
View 2 Replies
View Related
May 26, 2010
I upgraded to 10.04 and everything went fine. I had a cd drive fail(wtf?) and took it out, now apparently everything is messed up as far as what is what (sda/b/c/d etc). I've got 2 hard drives, the OS drive was sdb2, with sdb3 /home and sdb1 an ntfs parition. sda1 is /media/disk. sdc0 was the cd drive.
On the next boot up, it was unhappy that something was wrong with the /home partition.(wtf is that, there is no /home "partition", it's /dev/sdb3!), so I was like.. ok just need to go into fstab and re-arrange things. I open up fstab and, most everything is commented out... so I guess 10.04 no longer uses fstab? What does it use now?
Here's my fstab:
Code:
I commented the last two so that the system would boot. Now it wants home on sda3 and media/disk on sdb1, which is fine, but when I change those in the commented section, obviously nothing happens. I would go through and make the file legible, if I knew that Ubuntu still even uses it.
View 3 Replies
View Related
Jun 23, 2010
I am trying to edit fstab to auto mount a couple of windows shares. I have this but it doesn't work. What am I doing wrong? code...
View 2 Replies
View Related
Jan 31, 2011
I've been having a lot of problems solving my HDD mounting problems and renaming. It finally worked, but I had to delete everything from fstab. As crazy as it sounds, it worked, when I turn my computer on, they automatically mount. They are all working fine. I will attach screen shots too. As you can see my fstab is blank, I was just wondering, is this a problem? Or is it totally normal?
View 4 Replies
View Related