openSUSE Forums > Pre-Release/Beta » Slab popups all the time

Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read

Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
Page 5 of 5 « First 34 5
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 17-Jun-2009, 16:05
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 8
guadaloupi hasn't been rated much yet
Default Re: Slab popups all the time

Quote:
Originally Posted by buugmenot View Post
For me that fixed the problem:
Goto your user directory (/home/$USER)

Then:
chattr +i .recently-used.xbel

No problems anymore!
PS Can anyone tell me how to undo "chattr +i"?
I do mean without reformatting the hard drive and reinstalling everything!
I am unable to perform many functions, so my system is now unusable as is.

It would seem logical that using a -i parameter would reverse it. That is what is stated in the documentation I can find on the chattr command for e2fsprogs: But when try I, what I get is:
" # chattr -i .gvfs
chattr: Permission denied while trying to stat .gvfs"

chmod has no effect, nor does rm or rmdir even for root. Any advise?
Reply With Quote
  #42 (permalink)  
Old 17-Jun-2009, 18:09
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,704
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Slab popups all the time

Quote:
Originally Posted by guadaloupi View Post
PS Can anyone tell me how to undo "chattr +i"?
I do mean without reformatting the hard drive and reinstalling everything!
I am unable to perform many functions, so my system is now unusable as is.

It would seem logical that using a -i parameter would reverse it. That is what is stated in the documentation I can find on the chattr command for e2fsprogs: But when try I, what I get is:
" # chattr -i .gvfs
chattr: Permission denied while trying to stat .gvfs"

chmod has no effect, nor does rm or rmdir even for root. Any advise?
The hidden folder .gvfs has attributes dr-x------. Change them to drwx------ the try again. I don't use chattr because it's dangerous if you don't fully understand it (and I don't). Maybe chattr has already made it impossible to chmod as a normal user. [Try chmod and rm as root of course].
__________________
Drop in and visit some time.
Reply With Quote
  #43 (permalink)  
Old 17-Jun-2009, 18:46
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 8
guadaloupi hasn't been rated much yet
Default Re: Slab popups all the time

I believe that the proper fix can be found at novell for the slab errors poping up all the time.

I supose I'll begin reformatting my hard drive and reinstalling to fix my system from the damage caused by the "recomended fix":
"chattr +i recently-used.foo".

I'll never take that "advise" again!!
Reply With Quote
  #44 (permalink)  
Old 17-Jun-2009, 23:39
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,072
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Slab popups all the time

PLEASE READ!
Apparently
chattr +i Can be reversed with chattr -i

More info here:
The Furtive Penguin - Protect Your Files and Folders with Chattr and Lcap

Don't use commands unless you understand them. Especially those executed as su.!

Advice would be to leave well alone.
I certainly don't recommend it as I have insufficient knowledge of the subject.
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #45 (permalink)  
Old 10-Aug-2009, 15:51
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 2
crubio hasn't been rated much yet
Question Re: Slab popups all the time

Hi there,

Anyone found the solution about this issue??

I have installed

OpenSuse 11.1
Vmware Workstation 6.5.2

Thks in advance
Reply With Quote
  #46 (permalink)  
Old 21-Aug-2009, 11:32
alsbraga's Avatar
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 4
alsbraga hasn't been rated much yet
Send a message via Skype™ to alsbraga
Default Re: Slab popups all the time

I found this information in bugzilla from a link posted earlier in this thread:

"We started the update process for gvfs on 11.1. I think the update is ready in September and you can get it through the normal update channel."

Click here to see the bug.

What I did was to add a traditional Gnome Main Menu (right click in the panel bar and choosing "add to the panel") and removing the slab main menu. When the update comes, I'll use the new menu again.
Reply With Quote
  #47 (permalink)  
Old 24-Aug-2009, 11:44
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 2
crubio hasn't been rated much yet
Default Re: Slab popups all the time

Thanks alsbraga...
Reply With Quote
  #48 (permalink)  
Old 04-Sep-2009, 09:04
Puzzled Penguin
 
Join Date: Sep 2009
Location: Rome
Posts: 1
giuliano_galifi hasn't been rated much yet
Post Re: Slab popups all the time

this my workaround:

make a script:

name:xp-pro.sh
path file vmx:/var/lib/vmware/VirtualMachines/XP-Pro/XP-Pro.vmx

Code:
#!/bin/bash

sed 's/"file:\/\/\/var\/lib\/vmware\/VirtualMachines\/XP-Pro\/XP-Pro.vmx"/"\/var\/lib\/vmware\/VirtualMachines\/XP-Pro\/XP-Pro.vmx"/g' /home/utonto/.recently-used.xbel > /home/utonto/.recently-used.xbel.tmp
mv /home/utonto/.recently-used.xbel.tmp /home/utonto/.recently-used.xbel
chmod 600 /home/utonto/.recently-used.xbel

vmplayer /var/lib/vmware/VirtualMachines/XP-Pro/XP-Pro.vmx &
sleep 5

sed 's/"\/var\/lib\/vmware\/VirtualMachines\/XP-Pro\/XP-Pro.vmx"/"file:\/\/\/var\/lib\/vmware\/VirtualMachines\/XP-Pro\/XP-Pro.vmx"/g' /home/utonto/.recently-used.xbel > /home/utonto/.recently-used.xbel.tmp
mv /home/utonto/.recently-used.xbel.tmp /home/utonto/.recently-used.xbel
chmod 600 /home/utonto/.recently-used.xbel
give it the execute permission
chmod +x xp-pro.sh

make an alias

alias xp-pro='/path/xp-pro.sh'

put the alias in /home/utonto/.bashrc

start the virtul machine via shell whit "xp-pro"

bye bye
Reply With Quote
Reply
Page 5 of 5 « First 34 5

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2