On one of my computers that I upgraded from 11.3 to 11.4 with a SSD HDD, it no longer umounts any disks on reboot or shutdown, there are no errors shown, it goes from sending TERM and KILL to rebooting.here is my fstab:
I have a network share mounted with cifs which does not work as expected. It should automount at boot and dismount at shutdown. It does not automount at boot, but "# mount -a" will mount it in the gui after booting finishes. This I can live with, but at shutdown or reboot, the cifs share hangs for about 30 seconds before dying. My /etc/fstab entry code...
I saw a bug report about the cifs umount issue, but can't find it at the moment. I did notice that it was a very old bug. If I remember to do "# umount /media/data-srv" before rebooting, all is fine, but I seem to constantly forget and then stew as the system hangs for an extra 30-45 seconds. I've tried several things to automate it including shutdown scripts added to /etc/init.d/ and elsewhere, but nothing seems to work. Anyone have this issue and find a work-around?
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 vista and opensuse 11.2 on my computer, the problem is i can't open ext3 partitions from vista but i can the other way. I tried Ext2fsd but the linux partition is always in a read only mood even when i change this option. Also, all folders are empty I downloaded the program as admin and compatable with XP SP2.
I have two hard drives, a 320GB and a 1.5TB. The first hard drive has two windows partitions. The first one is the main vista partition and the second one is one for factory restore (its an HP pavilion).
So wanted to install both ubuntu and ubuntu studio on the second hard drive, so I allocated about 1TB as an ntfs partition that I wanted to be accessible by both vista and ubuntu. So I have 400GB left for both distros. I have partitioned off two 40GB partitions for the two roots and I'm sharing one large home parititon and I put a swap partition at the end of the disk.
After I got through the second installation (ubuntu studio) vista no longer recognised the ntfs partition on the second disk. I thought maybe the install botched the boot sector, so I used testdisk to try to fix it, but it hasn't done any good. I do not want to format the second drive again because I have data on there I transferred over from an old hard drive before I installed ubuntu.
I tried to 'initialise' the disk in vista, but that just wiped the partition table so I had to fix that with testdisk on a live cd
Does anyone have any idea how i could possibly fix this problem or what winblows is thinking? I want to be able to read the partition in windows.
I mount my NFS shares with fstab entries likexxxx.xxxx.xx:/srv/vdr /media/vdr_video nfs noauto,user,bg,soft,intr,retry=5 0 0 With openSUSE 11.2 works this fine. With openSUSE 11.4 installation (no upgrade) only NFS mount works fine. The umount command works only with root.
I managed to boot from hard disk, everything works ok. But Gparted has a bug, it works in Live Hard Disk, but not when I click the install icon because it can't umount /cdrom. But I solved that by formatting ext4 and swap area from gnome-panel Live Hard Disk and only put mount point / after click on install.But problem stroked back: install is not possible because it wants to umount itself before installing, wich cannot be possible. I'm installing it in a new place /dev/sda5. Live Hard Disk is booting from /dev/sda3.
I've been running Debian Squeeze for the past couple of months. I decided to use a ReiserFS (not sure if it's relevant) and had a few problems where I had to hold the power button to shut down the computer. After that the system was not the same and froze from time to time (long periods of freezing) forcing me to hold the power button to shut down the computer, again.
Now, after /dev, /sbin...etc... not being found root not exiting, I have decided to do a new install, however, after several attempts at setting up new partition tables, deleting data on the HD and re-installing, I have failed. Maybe someone can give me some input... here are is my /var/log/syslog from when I ran the Debian install disk: pastebin - syslog - post number 1941832 (I think the end is most relevant).
In the mean time I am going to delete data on the current partitions (if I can) and try to re-install.
I'm using 10.04 with Gnome and I've just discovered that Kaffeine works with my TV card provided I use the modprobe hack. So I created /bin/dtvfix with the following:
After a fresh install of opensuse 11.3 x86_64, using a NET install CD, I noticed that the boot disk layout has overlapping partitions. I've noticed one other post that mentioned this at the very end. Is this a known problem already? Or is there something I'm missing that makes this okay?
I added a large collection which are described as being from Simon Tatham's Portable Puzzle Collection. I'd like to eliminate them from my games menu, but I can't remember what the package I added was called.
I've just installed 11.4 and then updated to gnome 3. I've noticed that Nautilus doesn't appear to mount my windows NTFS partition. I find this odd because both Ubuntu and Fedora detect and mount it just fine in Gnome 3 (I've been trying all 3 this week).
the (almost) last message I see is"shutting down (remotefs) network nterfaceIf I then press Ctrl-Alt-Del the system goes on until:shutting down (localfs)network interface: eth0... and that's it - further go on possible,by any means.No complete shutdown possible.Until present I did at least get nojournal replay at the next startup
I did shrinking of windows drive to give 10 gb raw space for OpenSuSe 11.2 installation on my T60 laptop.OpenSuSe installer failed to create partitions out of single 10 gb RAW partition.Is there any other way to slice single RAW partition in to / , /home & swap?
I had a Windows 7 RC/openSUSE 11.1 dual-boot on this computer running on RAID 1. When I installed Windows 7 final, somehow it screwed up my RAID 1. I fought with it for a while, but decided to wipe the logical drive, and then go into BIOS and disable RAID. I reinstalled Windows 7 on the HDD, but I have no RAID now. BIOS shows 4 SATA drives. Windows sees all of them just fine. But the openSUSE 11.2 install DVD can't see any partitions on sda, sdb, sdc or sdd. It however says I still have two RAID logical drives, which I don't. I'd really like to install openSUSE 11.2, but I want it to recognize my Windows partitions, if for no other reason that to see my MP3 collection, my eBooks, etc.
Pressing the shutdown or restart buttons in XFCE simply logs me out and leaves the system running. I did some Googling and it was suggested that by default users don't have permission to shutdown. (not sure how this is a XFCE specific problem in that case but moving on...)
I've taken the following advice: For a "desktop" system that wants to protect itself from casual attacks (and "puzzled penguins"), but still grant the user control of their system, run the following as "root": USER=<your_userid> polkit-auth --show-obtainable | while read OPT; do polkit-auth --user $USER --grant $OPT done
Where <your_userid> is the name of your unprivileged account. I wasn't entirely sure how to run it, so I stuck it into a shell script and ran that with the sudo command. Needless to say it hasn't worked. Is there an easy "sure fire" way to fix this problem, hitting the shutdown button repeatedly to test really grates on you after a while. BTW, Pressing the power button on the front of the system shuts it down okay.
Recently upgraded from OpenSuse 11.1 to 11.2 and although it didn't go smoothly the first time (computer hung), I was able to complete the install and start. I have added and updated the required repositories.
The following problems persist: 1. I can't shutdown normally. The black screen before shutdown shows something on the lines of 'segmentation fault'...and also 'cannot find fstab or mtab'. I have to restart into Failsafe mode which shuts down properly. 2. Amarok keeps crashing. It used to work fine in 11.1 and I think its one of the best media players out there so I am wondering why. I do have other players and I have used the debugging reporter option for Amarok.
I have recently created a KDE 4 desktop using suse studio, it boots up fine on my machine, but doesn't shutdown!! On my mum's laptop, which I will be using it most on, (it's windoez) it won't start KDE 4 at all! I can use the console, but I wanted to impress her with the amazing GUI and Compiz. And you can't make presentations or browse the web in a console, can you? And sudo poweroff and sudo shutdown -h now don't work either!
Yesterday I migrated from 11.0 to 11.3 (32-bit version) and began customizing personal desktop settings once everything seemed to be working OK. Today I continued customizing the personal desktop settings. Now everything freezes up during shutdown.
The screen goes blank with the arrow pointer frozen in place. Hitting enter or ctrl-alt-esc has no effect. One time, I walked away for 30 minutes to see if it would resolve itself, but there was no effect.
I saw someone is having a similar problem with the 64-bit version, but there were no responses. Where do I go from here?
this problem is a well known one as far as I have read, but the solution is yet to come.I formatted and installed OpenSuse 11.3 KDE as the only OS on a PC with 768 RAM, two Hard Disks (6+8 GB), mobo Abit BE6, processor Celeron Coppermine 1100Mhz (with slotket adapter), video card Matrox G400+, Sound Blaster Live! Value.HD 1 is set root and ext4 + 1 GB swap, HD2 is /home ext3.The live OpenSuse CD worked fine, shutdown turns off the power, while the installed one won't. I formatted twice, and the problem persist. Reboot works fine.At shutdown, the hard disks are turned off while the screen and power are still on, so I have to press the power button to turn off completely.
Yesterday I wasted all the day with this problem without solving it, I've read many threads but no solution worked. That PC obviously worked fine with both Windows 98 and XP.Those problems are in the "out of the box" installation, without any setting altered.I've tried disabling ACPI, PM control by APM, and power management features in the bios (latest 2001's Award bios for this old mobo).I've set alternatively pci=noacpi, nosmp, apm=power-off, acpi=force in GRUB options. I've updated the distro. I've set value poweroff for HALT in etc/sysconfig. Nothing changed.I've also tried macumba and ancient celtic cerimonies, yet they didn't work.Is it possible to solve this problem or it's a known unsolved bug? Loading OS screen:Those are the final screens after shutdown where it stops
Everytime I try to install opensuse it locks up at the very finish, forcing me to force shutdown. Then when I try to boot up, it loads a horribly misconfigured view of another linux install. Anyone know what is going on? I posted here alsi: Opensuse install problems - linux-free-bsd-general-discussion - Linux-Free-BSD
recently I installed opensuse 11.4 in my Dell optiplex 790 desktop. everything works well. however, when I tried to restart or shutdown my computer . the computer logoff and then "freeze" at opensuse window. I have to turn off the power button forcely and turn on the computer again.
My computer configuration: DELL Optiplex 790 Intel i5 3.1G with HD intel graphic card Bios revision A05 Memory 8G
I am new to opensuse, coming over from debian based systems. However I am having an issue in which my system will not power off on shutdown. Restarts just fine. i get a missing error during shutdown, but there is nothing to relate the error to on that line. Then the shutdown procedes to The System will be halted immediately then hangs. The keyboard powers off and then thats it. All fans are still running. I have searched extensively on this forum and google.
I have a pretty weird problem, which is that I can't format any partitions anymore.
It started when my laptop suddenly froze and I killed it (I just ran FF, IRC client, Kopete, ... and I think the last thing I did was plugging in a USB drive). When I wanted to boot the machine again it gave me a lot of errors that the root and the home partitions are both corrupted.
Repairing the system with the DVD didn't help at all and finally I removed all the partitions to reinstall the whole system.
During the installation it can create the partitions, but it can't format them with ext4.
I tried to format the partitions with a live CD and YaST Partioner and the same problem showed up code...
Texts about partitioning with LVM are quite technical.However I should like to find a text explaining me how to manually make LVM-partitions in OpenSuSE. Like which ones, how big, how to do it. I made an auto LVM with /home. Problem is my entire disk is not used (/root was 5GB max /home was only 7GB max on sda2)and I was not able to make the partitions the seize I wanted.
I have now sda1 configured as /home 280GB and sda2 with the proposed partitioning of Yast. So only 5,9 GB for root. It looks like my try-out is working fine, however. Using normal partitioning is not a good option on my PC. He shows lots of black screens. With LVM no problem at all.
Since i first installed my openSuse 11.2 on the laptop, I didn't know how much space I'd need for this OS to run. Now I've encuntered the worst - The root prartition is 6GB big and it might run out of space shortly (700MB left).I had Win XP on it but as soon as I learned openSuse to make basic tasks - i removed the ntfs partition.The HDD is 28GB, I have 6GB root, 7,5GB home, 750MB swap (512MB RAM) ans 14,65GB free space off the deleted NTFS.Is there any way to join the partitions, so the root can be 16GB in space and home around 12GB?
Or maybe just make another second /home partition and use a program to allocate the "missing bytes" from root to another partition if it runs out of space?
I have an acer travelmate 632 running 11.3.The grandkids have been playing playing frozen bubble in fullscreen mode but the "full screen" was actually only the central part of the monitor.Yesterday, there were a bunch of updates. Today, the kids again played frozen bubble but this time, the "full screen" was really the full screen, not the sub-window. After exiting the game, a window popped up telling me that a monitor had been disconnected and would I like to reconfigure. I said yes.
After reboot, the graphical login failed saying that a serious error had been encountered and that I should consult the KDM logs. I went to console mode but was unable to log in. Neither as root or as the regular user. Both fail with "Login incorrect". In fact, the only way in now is via single-user mode.
Looking through the /var/log/messages, I see a curious set of mesages complaining the, for instance, "/dev/sda4 is not in PARTITIONS" note the upper-case. I then see that, despite what "mount" tells me, ?home (sda4) and /boot (sda1) are not mounted. That is, I cannot list their contents. If I manually mount those partitions, I can list their contents.