Re: [SLE] 9.3: Keyboard keymaps and xorg
Carlos E. R. (robin1.listas@tiscali.es) wrote something I wish to comment : (news:<Pine.LNX.4.61.0506172247260.11566@nimrodel.valinor> posted on 17-juin-05 21:50:01)
So in the end, it seems the files were not missing as I thought, just "unavailable" (???) How could it be that Konqueror is hidding files to root ? How could it be that root is refused access to some files ?
If your partition is reiser, it is a known problem. You need to boot from the dvd, and run a "reiserfsck" on it. It is known that when a reiserfs part. gets corrupted, one of the symptoms is the "Permission denied" message to root.
Oh s..t. At installation time, I was thinking to use ext3 partitions instead. But then I saw the ReiserFS was default with Suse, and I opted for it. Thanks, I'm going to try that. [Back for report] *SOLVED* !!! (The whole thing was a ReiserFS issue) 1st step: Repairing the damaged partition I booted the DVD, and first try to repair the partition with the repair function from the installation program. The program found effectively that my /dev/sda2 ReiserFS partition was corrupted (did not have a chance to spot that the last time I used the install/repair function. See underneath why.) I click on "Repair", and in a fraction of a second, I briefly saw a small windows poping up. It ran so fast that I sounded suspect. I ran the detection again to discover that the partition was still corrupted. *WORST*, I could then no more boot from HD ! So the only thing left to do was to launch the rescue mode. From there, I ran reiserfsck --check /dev/sda2 and I was told to fix the partition with the --rebuild-tree option. So I did it: reiserfsck --rebuild-tree --logfile rebuild.log /dev/sda2 After a moment of PANIC when I saw the warning to perform a backup first (I have none and could not do one), but everything went fine. 2nd step: Repair the system (in case...) The Suse install/repair process ran flawlessly, no more corrupted FS. I replaced a few packages as suggested (xorg was not one of them). And reboot again, now from HD. ... a quick check: the "unavailable" files were not in place, but the directories were clean. (The retrieved files were in a newly created lost+found directory) So, step 3: re-install the xorg package again with yast. No problem this time, the package was installed properly. Step 4: Run Yast Online Update (YOU) At least to make sure the packages replaced during the system repair process are up-to-date. Step 5: Configure X11 and the keyboard with Yast > Sax2 Hey, I can now print the missing keys in the test key gadget ! AND *DONE* ! The keyboard configuration issue is closed now. Thanks to all ! (I wonder if I'll take the assle to switch from ReiserFS to Ext3. Is there a tool which perform a backup, format the partition, and restore the backup to it without much pain ?) AmigaPhil, world citizen. /No MS-HTML mail please/ PGP key: 0x9C07F6C1 -----BEGIN CARNIVORE TEASER----- The following garbage may or may not contain crypted message. At least you now know I'm an advocate for the respect of privacy. MUAWOEF3HcrhtER1pIlIP5FUvlapvVOJSVvVHvHABAyFHBHytIpzoUvMOz5SaSVTIGyWJHqM ykVEVIHLtnyzyxOp6Rtxt2FOOKlypRCGfJztLltMSHWbyYODxdjvIOOcnpDtEMyMjazDDIMn lFt0SW1vAFVzq5VODRzFLVlavqVldETxHEFR5ttKJpIJIpqqDHORU0FEIOVVvMNuRPb3tG== -----END CARNIVORE TEASER-----
AmigaPhil@ping.be wrote:
Carlos E. R. (robin1.listas@tiscali.es) wrote something I wish to comment : (news:<Pine.LNX.4.61.0506172247260.11566@nimrodel.valinor> posted on 17-juin-05 21:50:01)
So in the end, it seems the files were not missing as I thought, just "unavailable" (???) How could it be that Konqueror is hidding files to root ? How could it be that root is refused access to some files ?
If your partition is reiser, it is a known problem. You need to boot from the dvd, and run a "reiserfsck" on it. It is known that when a reiserfs part. gets corrupted, one of the symptoms is the "Permission denied" message to root.
Oh s..t. At installation time, I was thinking to use ext3 partitions instead. But then I saw the ReiserFS was default with Suse, and I opted for it.
The only times I've had reiserfs problems they have been due to hardware on the way out - IDE controller chips and other motherboard faults, reiserfsck has corrected the problem, but much later some hardware has died and that goes way back to when we first moved from ext2 (problems with ext2 also) to reiserfs. There is nothing unreliable about reiserfs and I'm using it on 3 SuSE boxes, 1 Mandrake, 1 gentoo and 1 Mandriva LE2005 box. When I was at work, I used Linux only on my laptop with SuSE/reiserfs in full confidence as it was my main tool with masses of work related stuff that was critically needed at customer sites, of course, backed up to my home machine with SuSE/reiserfs. I'm eagerly looking forward to reiser4 going mainstream. <STUFF DELETED>
So, step 3: re-install the xorg package again with yast.
No problem this time, the package was installed properly.
Step 4: Run Yast Online Update (YOU)
At least to make sure the packages replaced during the system repair process are up-to-date.
Step 5: Configure X11 and the keyboard with Yast > Sax2
Hey, I can now print the missing keys in the test key gadget !
AND *DONE* ! The keyboard configuration issue is closed now.
Thanks to all !
Is that some sort of keypad you are using? I had a look at YaST yesterday, but it seemed to only offer configuration of one keyboard, so I didn't go any further to try to get my USB phone keypad working.
(I wonder if I'll take the assle to switch from ReiserFS to Ext3. Is there a tool which perform a backup, format the partition, and restore the backup to it without much pain ?)
You could use something like rsync to blast it off to another box. If as I suspect it's hardware, you could at least prove that by going ext3 and getting the same problem. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
Sid Boyce (sboyce@blueyonder.co.uk) wrote something I wish to comment : (news:<42B3ED29.3090201@blueyonder.co.uk> posted on 18-juin-05 10:45:13)
The only times I've had reiserfs problems they have been due to hardware on the way out - IDE controller chips and other motherboard faults, reiserfsck has corrected the problem, but much later some hardware has died and that goes way back to when we first moved from ext2 (problems with ext2 also) to reiserfs. There is nothing unreliable about reiserfs and I'm using it on 3 SuSE boxes, 1 Mandrake, 1 gentoo and 1 Mandriva LE2005 box. When I was at work, I used Linux only on my laptop with SuSE/reiserfs in full confidence as it was my main tool with masses of work related stuff that was critically needed at customer sites, of course, backed up to my home machine with SuSE/reiserfs. I'm eagerly looking forward to reiser4 going mainstream.
I must admit I had to reset the computer twice. One was sometimes after the installation of 9.3. At boot up, the computer was "stuck" a very long time, showing just just a back screen with the cursor (underscore) at the top left corner. CTRL-ALT-DEL seem to have no effect, so I pushed reset. The second time was when I tried to configure X using SaX2 from runlevel 3. Again, all I could see was a black screen with the "X" mouse pointer. Again, CTRL-ALT-DEL didn't help to get out. So again, I pushed reset. Maybe THAT was the cause of the filesystem. But I was confident that the journalizing would do its job, and I later saw no signs that something was going wrong (until I found the mysterious hidden/unaccessible/unremovable files, that is). It took me two weeks to sort out the keyboard configuration issue (and find it was in fact an issue with ReiserFS). Althought it was somehow a good experience to learn a bit more about Linux, I had a bad time to trace the source of the problem. I hope I'll never "loose" files in such way anymore, that's why i'm a bit angry against a filesystem that is supposed to be more reliable than other non-journalising FS.
AND *DONE* ! The keyboard configuration issue is closed now.
Is that some sort of keypad you are using? I had a look at YaST yesterday, but it seemed to only offer configuration of one keyboard, so I didn't go any further to try to get my USB phone keypad working.
No. It's a PC105 keys type (BE layout). I don't know how USB keypad are supported, but I saw there is a xkeyboard-config package on DVD1. Maybe this can help (?)
(I wonder if I'll take the assle to switch from ReiserFS to Ext3. Is there a tool which perform a backup, format the partition, and restore the backup to it without much pain ?)
You could use something like rsync to blast it off to another box. If as I suspect it's hardware, you could at least prove that by going ext3 and getting the same problem.
Well, I'll stay with ReiserFS for the moment. Choosing a filesystem is usually something you decide at installation time. Changing the filesystem the OS is lying on is a bit more complicated afterward. When I was using Suse 8.0 (and ReiserFS), I found the access to disk to be slow (this on UW SCSI) or to be more precise, I could hear the disk being very busy. I wasn't sure if I had to blame the journalising taking too much time, or the swapping, but I thought I would give a try to Ext3 the next time I'll have to install Linux. Note: I have 384Mb (3 256Mb RAM stick, which later "turn into" 128Mb !?!). Is this short and can cause a lot of disk swapping ? Can it improve significantly if I install the swapp partition on another disk (I have an IDE disk with some spare space) ? But I'm giving a second chance to ReiserFS with my 9.3 installation :-) AmigaPhil, world citizen. /No MS-HTML mail please/ PGP key: 0x9C07F6C1 -----BEGIN CRYPT KEY----- The following garbage may or may not contain crypted message. At least you now know I'm an advocate for the respect of privacy. G3MOqRVfVUIFMIVtqxLtM1IlVRMlHTIFMlOnpxMzGaEFBvOdHvO6GzjtDJWUVUyJrSVtnyIh ElOzDacFVTAFLxA5HvObEaVtH2IFpySvJtcvHlOzD3WFpSHtoxSkVRAyIzyBpRjtp0WyYPOC nRptM1IvEaVtEKMHqHqzVR5yHvOdDzIUqFOEpyAlDKSJLIDtp0WyVR55JFOvHlObEvNuPt== -----END CRYPT KEY----- The Best Prophet of The Future is The Past
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Saturday 2005-06-18 at 10:45 +0100, Sid Boyce wrote:
Oh s..t. At installation time, I was thinking to use ext3 partitions instead. But then I saw the ReiserFS was default with Suse, and I opted for it.
The only times I've had reiserfs problems they have been due to hardware on the way out - IDE controller chips and other motherboard faults, reiserfsck has corrected the problem, but much later some hardware has died and that goes way back to when we first moved from ext2 (problems with ext2 also) to reiserfs. There is nothing unreliable about reiserfs and I'm using it on 3
That's too strong an afirmation. It is very reliable, yes, but not absolutely so. Me, I have had bad problems with it, a big corruption. I still use it, but I don't trust it as much. But that is not the problem the OP had. He had a problem, a corruption somewhere, that was not detected by the boot-up fast fs check. And it should have. The "permission denied" message when root tries to list files is typical of this situation. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFCthIdtTMYHG2NR9URAnodAJ4obbr6Ll57oiUyRv0ESu5wHOYOggCfUhI4 Xf4HHLb9aG0B5iGqPqp8Ha8= =dmHg -----END PGP SIGNATURE-----
participants (3)
-
AmigaPhil@ping.be
-
Carlos E. R.
-
Sid Boyce