OpenSUSE Install :: Delayed USB Devices At Startup?
Jan 22, 2010
When I reboot, USB keyboard acts just fine for GRUB. Once SUSE begins to boot, I lose the keyboard (numlock light goes off too). Cannot press ESC to watch the boot sequence. Then, at login, there is no mouse or keyboard for about 60 seconds. Then suddenly, they both become active. Why did this start happening?
It has been about a week since my last reboot, so there's been a few config changes and patches, so it's going to be hard to narrow down a culprit. Thought USB configs in /etc/fstab was the problem, but still happening after rolling back changes to a known good config. Re-ran SaX2. Mouse and keyboard look good in the config file. Also, have otherwise healthy USB behavior with thumb drives and in VirtualBox machines. It just acts goofy at boot time.
I did a live upgrade from 11.3 KDE and observe a following issue.When I press the shutdown button on the laptop it initiates the shutdown and shuts down fine but after a significant delay of time (something like 30 seconds). When I click the shutdown button in KDE it initiates the shutdown instantly. This was not the case in 11.3 where the shutdown worked the same regardless of the method that triggered it
I have openSUSE 11.3 on my Lenovo Thinkpad X61. It has been running fine for many months, but yesterdaychanged. For example, between the two previous words I had actually typed "something" ("yesterday something changed") but it was lost. I type at normal speed but the machine cannot keep up. Hopelessly annoying. This happens in every application I have checked. The only unusual thing I did yesterday was to load a bunch of photos off a relative's digital camera. I'm concerned I may have picked up spyware.
I have been running Senmail on SuSE 11.1 for the last few years with no problems.Since installing SuSE 11.3 a few months ago I have been having problems getting Sendmail to send to some (only a few) servers.If I disable the firewall # SuSEFirewall2 stop.I can send successfully using # sendmail -v -q, or # sendmail -v -qIxxxxx.When I re-enable the firewall I will start to get the timeouts/temporarily unavailable messages again (but as mentioned above, only for some servers) even though I can successfully telnet these servers when the firewall is on. When I disable the firewall the delayed messages can again be sent.Has anybody any ideas what I need to change (presumably in the Firewall) to get things working correctly? 'SMTP with sendmail' is already selected under 'Services to Allow' under YaST Firewall->Allowed Services..
After reformatting a usb drive with gparted, no usb stick will automount when I plug it in anymore. If the usb is in place at startup, however, it is recognized and mounted.The media will show up in fdisk and disk utility, but there is no link to it in Places > Computer. I have no trouble manually mounting, but I would rather not have to go through the hassle each time I plug in my flash stick. I am running Ubuntu 10.10 64bit
I have 3 disks in my PC which are partitioned equally as I use them for Raid 1.The first partition on every disk is a simple ext2 partition for booting. No Raid there. So I mount them as /boot and /boot2 and /boot3. So I can backup my /boot to the other boot directories. That worked for some month and this morning I just want to look if all directories have enough free space left. So I did a df -h and got this:
Code: Dateisystem Grove Benut Verf Ben% EingehÃĪngt auf /dev/mapper/system-root 6,0G 301M 5,4G 6% / udev 1,5G 292K 1,5G 1% /dev /dev/sdb1 122M 29M 87M 25% /boot /dev/sdc1 38M 21M 16M 59% /boot2 ... /dev/sda1 122M 29M 87M 25% /boot As you can see /dev/sda1 and /dev/sdb1 are both mounted on /boot
Here is what mount says: Code: /dev/sdb1 on /boot type ext2 (ro,acl,user_xattr) /dev/sdc1 on /boot2 type ext2 (ro,acl,user_xattr) ... /dev/sda1 on /boot type ext2 (ro,acl,user_xattr)
This is no Problem for me as I could just remount it correctly, but I would like to know if this problem is known. I did not change anything by now and this PC is a server which is running 24/7, so I can deliver more debugging Information if someone is interested.
I've made a bootable USB with 10.3 live CD. I can boot successfully using a 10.3 live CD as long as the USB stick is not plugged in, but if I try to boot from the USB stick, or from the CD when the USB stick is plugged in, I get "No devices matches MBR identifier: !" where the bit after the colon is 2 spaces followed by the exclamation mark. I've seen this message reported elsewhere but never with a blank for the MBR id.I'm running on a Dell Insprion 9100 with 1.5G RAM.
i'm using opensuse 11.3... sometimes i listen to a music from videos.. but, when i switch to another console (ctrl+alt+f1-5), music stops.. why? what will happen with other applications (database, etc) that work in a background?
My computer has three drives: one with windows7,one as a storage drive, and an ide drive. I have ubuntu 10.04 installed on a seperate partition on the storage drive (+swap partition).I have "/etc/fstab" automatically monut these drives on startup:
After a few tribulations, I managed to get VMWare server installed. The only problem is that it will not recognize any usb devices. I installed usb in the virtual machine using the VMWare interface and in preparation for that, I followed the instructions in the tutorial to the letter regarding fstab and the vmx file. Supposedly, at least according to Windows control panel, the usb controllers and interfaces are installed. The VMware web interface says the same thing. However, neither the Device tab on VMWare nor VMware Tools show any usb devices. The usb devices - a printer, removable drive, and magicjack - are all recognized by Linux. How can I get the virtual Windows machine to recognize the devices?
This is crucial since my major use for it is to run the magicjack which is not supported in Linux.
I want to use old devices names eth0, eth1 etc. instead of default OpenSuSE (11.1)eth_s0_0 etc. There is no firewall, no devices management via NetworkManager, static IP address.
1) to edit /etc/udev/rules.d/70-persistent-net.rules and insert eth0ð1 instead of eth_s0_0 & eth_s0_1
2) To rename /etc/sysconfig/network/ifcfg_eth_s0_0 ( and s0_1) to ifcfg_eth0 and ifcfg_eth1 and then reboot ?
I have a non-super user on my box which I'd like to give it MOUNT and UMOUNT permissions but I don't know how.For example purposes, the user name is "USER".I don't want to make it into a SuperUser, just give it rights to be able to issue the MOUNT and UMOUNT commands at the terminal.
I am trying to write a script to modify /etc/fstab that will add entries for a number of partitions on different disks.
The only thing that I do not know how to do is to obtain a unique id such as the ones in /dev/disk/by-id/ to address by from a given partition (ie /dev/sdb1). In my fstab I noticed that in installation the system added fstab entries that are unique (in /dev/disk/by-id/)
I could simply do /dev/sdb1 and so on, but I would prefer a unique identifier so that each mount point is tied to a partition on a specific and unique physical drive.
i need this to be script-able if possible, if not I would still like to know.
I am certain that the problem is not with the CD. It can boot on my laptop. It's the RC2 of OpenSuse 11.3 Gnome. When I try to boot on my PC, I get the error "No devices matches MBR identifier: 0x502eadc3".I had some problems when installing Ubuntu, with HDD partitioning because it's SATA3. I tried several things, chandged from IDE to ACHI in Bios, then after it didn't work I simply plugged out all of the Sata cables but still the same. It should be because of Bios settings I guess.I have Gigabyte X58A-UD3R mainboard. Please help, I really love OpenSuse
when i login, Ubuntu asks to install 3D Drivers for my grapics card. Can i make a script in openSUSE to do this as well? Or even better, check for drivers on startup and then install the drivers for the graphics card on boot.
I just installed Opensuse 11.2, and have come across the following error upon bootup: the display manager screen refuses to load, unless I type STARTX at the cli line. the error messages read: failed services in runlevel 5 /etc/init.d/xdm.orig start returned 6 earlyxdm postfix Further, I am unable to activate the xdm service under Yast. Has anyone else run across this error? Not sure how to resolve.
I have a Dell Inspiron 5160 with a volare xp5 video card (only recently supported under linux most linux distros and OpenBSD)Thus far I have done graphics install of KDE based on 11.2 and -- froze end of install and at at the logon / splash screen dueing the reboot could not get to a successful run level 3 text logon. (commandline was vga=x317, I think if n ot it was closeInstalled gnome using text install -- first boot (vga=normal - (default from install)) succeeded at configuring X and started gnome.
I really want KDE so I tried again Text install == hung near the end of the install after printers -- I assume trying to configure XRebooted no command line parameter at all ( no vga=) -- hung at login password screen (blank)Rebooted again with -- vga=normal 3 -- and got a text mode login prompt and successfully logged in -- now I can not find the page that talks about sax2 configuration from run mode 3. This video card needs to be set for VGA I think maybe vesa at 1024X768 16 colors (I succeeded at this under OpenBSD)I believe if necessary I can probably successfully edit the x config file but I would like to try the recommended approach first (as a non-root user as recommended) -- can anyone direct me to that page I cannot find again. It discussed 11.3 x config recovery with a section at the bottom for 11.2 and earlier
I installed OpenSUSE 11.3 a few weeks ago. It freezes 10 - 15 seconds after startup. I got a brief, but incomplete reply to what I thought was another related problem on the forum (OpenSUSE 11.3 / Mozilla Firefox freezes upon moving the mouse), but it turns out that the problem is neither the mouse nor Firefox. It freezes without doing anything special.
I am having plasma crashes for the past few days. I'm running KDE 4.5.2 and it was all running fine. Then the latest runs of updates happened and now I can't get a desktop. KDE runs but plasma fails to start leaving me with a black screen and a mouse pointer. This happens in both failsafe and normal, with or without a fresh .kde4 folder and consistently! Here's what the KDE bug window tells me.
I use normally opensuse 11.1. This days I installed the 11.3. Since I have installed it, the resolution is higher and the fonts are very small. I have some problems with my eyes, so I prefer to use text mode for startup and console. So now I dont know how I can get back to start system in textmode 80x25. suse seem to ignore every command I enter I tried in Yast grub settings to set there Text mode. I tried to add command vga-normal vga-0xF00. Nothing changes it. There is maybe a bug. Whay is the standard resulotion in 11.3 so high ? The installation works in textmode, but after first start it goes up.
This is strange. I moved OS 11.1 from an old 150 GB PATA drive over to a 500 GB SATA using Parted Magic. The old and new partitions were
Code: OLD: /dev/sda1 - 19.99 GB, mounted as / (root partition) /dev/sda2 - 97.82 GB, mounted as /home /dev/sdb1 - 29.52 GB, Windows XP NEW: /dev/sda1 - 29.30 GB, mounted as / /dev/sda2 -292.97 GB, mounted as /home /dev/sda3 - 45.82 GB, Windows XP
I used the "Clonezilla" tool on the Parted Magic live CD to move and resize the partitions. To my delight, everything appeared to transfer just fine. I can boot into OpenSUSE 11.1 (though not into Windows, but that's not really important; I'll figure that out later), but my /home partition won't mount. I'm set to autologin, and I get the expected error: "can't access /home/stephen" (or something like that). Here's the weird thing. I can ALT-F3, get a terminal and manually "mount /dev/sda2 /home", go back to ATL-F7 and log right in, so I know the disk is fine. (I've already 'fsck'd everything, by the way, and they're clean.)
I've used Yast's partitioner about a dozen times, trying "device by ID" and other settings. I always get the same thing when I reboot. On this last reboot, when it refused to log into /home, I ALT-F3'd, logged in as root, did a "cat" on "/etc/fstab" and entered the device-by-id line exactly as I saw it there and it mounted the /home directory just fine! ALT-F7, logged into KDE. I'm typing this in KDE now. Works fine. I so rarely need to reboot this machine that I can manually mount the /home partition, if need be, but (obviously) I'd like it to be mounted automatically during the boot.
I don't see anything obviously wrong here. The fact that I can take that second line and do a manual "mount" shows me that the device ID is at least correct. Just to be clear, here's what I entered in virtual terminal 3 as root to get my home partition to mount: Code: mount /dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RV0DJ4LA-part2 /home and it worked fine. Exact same line.
What can I do to speed up the start-up after login?
I am running OpenSuse 11.3 with Gnome on my laptop (Acer Travelmate 2490) and I need about two and a half minutes from login until the hard disk lamp 'settles down'. This is much longer than I have been used to expect from earlier OpenSus versions. Are there some default applications/processes I could ditch?
i m running suse 11.2 on a generic desktop machine with two external usb hard disks for data storage. when i restart, the names of the names of the usb disks get changed in /media from exampledisk to exampledisk-1, another boot up and i get exampledisk-2. the data is no longer in exampledisk, but in exampledisk-1 or exampledisk-2.
When he opens the device as shown in the photos for you, and then remain standing on the device and is No. 5 and it takes off, but worked his arrest. [URL]
Every single image i try from opensuse 11.2 on usb stick i have the same error: No devices matches MBR identifier "hex number" Before asking me for fdisk or whatever, my MD5 sums are all right and i tried both unetbootin and "dd if=path of=usb_path" methods.