[yast-devel] Important Changes to Storage

2008-08-03 Thread Arvin Schnell
Hi Hackers, for fate #302971 I had to implement a lock for libstorage. This has some consequences for everyone using storage in YaST. The initialisation of libstorage fails if there is another process holding a lock. I have extended Storage::InitLibstorage to display a popup in that case

Re: [yast-devel] Important Changes to Storage

2008-08-03 Thread Arvin Schnell
On Sun, Aug 03, 2008 at 05:08:02PM +0200, Arvin Schnell wrote: Hi Hackers, for fate #302971 I had to implement a lock for libstorage. This has some consequences for everyone using storage in YaST. Two more notes: - In trunk/storage/libstorage/examples you can find the program TestLock