Re: SPAM: [opensuse] graphical mdstat monitor?

2006-10-15 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
> I have a RAID volume (RAID1, mirroring) set up and working as md0, and I
> can see its status by doing 'cat /proc/mdstat'.  This seems to be the
> place where I would someday see if one of the two drives has failed and
> the raid is in degraded mode.
> 
> Is there any kind of graphical KDE application that would run and
> periodically check the mdstat and notify me if anything is abnormal?  It
> would be great if there was something that would show up by the clock
> (I'd call it the 'tray', but that's the windows word) that was green for
> happy and red for unhappy.
> 
> So far, I haven't found anything... thanks for any suggestions.

There's already a daemon that monitors the status of the arrays.
It will send you an email in case of a failure if you set the parameter
MAILADDR in /etc/mdadm.conf (see man mdadm.conf)

There's no "system tray app" to do that.

cheers
- --
  -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
  /\\ <[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>
 _\_v The more things change, the more they stay insane.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFMyTHr3NMWliFcXcRAprFAJ4iw6l9iErSC3gfR+RH6eRjJxNKowCePBjn
x/srgy82cEeFNhcVDyvJ3jQ=
=wN9K
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Pybliographer

2006-10-15 Thread T_Shiihara
Hi,
I just began to use SUSE linux 10.1 on thinkpad G40.

I want use BibTex tool.
Actually I want to use Pybliographer.
http://pybliographer.org/

Does anyone use Pybliographer or is there RPM package on SUSE linux 10.1?

I'll be glad to hear any informations.
Or suggestion for other BibTex tool on SUSE linux 10.1 is also welcome.

Regards,

Takashi Shiihara

-- 
---
Takashi Shiihara MD
Department of Pediatric Neurology
Gunma Children's Medical Center
E-mail: [EMAIL PROTECTED]
URL: http://square.umin.ac.jp/shiihara/
Vine linux 3.2 on Thinkpad A30
 σ(^o^)ノ Don't worry, Be happy.
---
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SPAM: [opensuse] graphical mdstat monitor?

2006-10-15 Thread fdr-os
I have a RAID volume (RAID1, mirroring) set up and working as md0, and I
can see its status by doing 'cat /proc/mdstat'.  This seems to be the
place where I would someday see if one of the two drives has failed and
the raid is in degraded mode.

Is there any kind of graphical KDE application that would run and
periodically check the mdstat and notify me if anything is abnormal?  It
would be great if there was something that would show up by the clock
(I'd call it the 'tray', but that's the windows word) that was green for
happy and red for unhappy.

So far, I haven't found anything... thanks for any suggestions.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [SPAM RBL] Re: [opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Alvaro
Yes, that was exactly what I was looking for. Thanks Victor.


On Sunday 15 October 2006 16:04, Víctor Fernández wrote:
> El Lunes, 16 de Octubre de 2006 00:11, Alvaro escribió:
> > On Sunday 15 October 2006 14:41, Patrick Shanahan wrote:
> > > * Alvaro Martin <[EMAIL PROTECTED]> [10-15-06 16:52]:
> > > > In order to change my wallpaper in kde I have to edit the file
> > > >
> > > > $KDEHOME/share/config/kdesktoprc
> > >
> > > No, much simpler to right click on the desktop, select configure
> > > desktop, select background and you should be able to follow from there.
> >
> > I said command line. I want to make an script and change my wallpaper
> > everyday. So, evidently, your version is not simpler.
>
> You may use dcop:
>
> dcop kdesktop KBackgroundIface changeWallpaper
>
> Anyway, you don't need to (and shouldn't) edit kdesktoprc directly.
> Instead, use:
>
> dcop kdesktop KBackgroundIface setWallpaper /home/user/mywall.jpg 5
>
> The number 5 stands for the mode (centered, resized, cropped,...). Just try
> it out with different numbers to find out the one you want.
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Changing the root partition to a different LVM volume

2006-10-15 Thread David Harrison

On Sun, 2006-10-15 at 22:24 +1300, David Harrison wrote:

Hello,
I am running OpenSUSE 10 with an LVM root partition named /dev/sys/
system. I want to change my root partition from the /dev/sys/system  
volume

to /dev/sys/primary.

The /dev/sys/primary partition is all setup and the required files
exist on it. I have edited grub so the entry looks like the following:

title SUSE LINUX 10.0
 root (hd0,0)
 kernel /vmlinuz root=/dev/sys/primary selinux=0 splash=silent  
showopts

 initrd /initrd

On rebooting I receive a kernel panic saying "could not find record
for sys/primary in database".

I am guessing it is an issue with the initrd file.
I have rebuilt the initrd file using the command:
mkinitrd -k vmlinuz-2.6.13-15.12-default -i initrd-2.6.13-15.12-
default -d /dev/sys/primary

The rebuild had no effect, the system will happily boot into /dev/sys/
system if asked to but will not recognize /dev/sys/primary.


I solved my problem and the answer was really dumb.

The old /dev/sys/system was reiserfs and the new /dev/sys/primary ext3.

I had forgotten to add ext3 to the list of kernel modules to include  
in the initrd image hence whilst the volume group was being activated  
successfully the partition could not be mounted as root.


I added ext3, rebuilt initrd, rebooted and all worked fine.


David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Patrick Shanahan
* Alvaro <[EMAIL PROTECTED]> [10-15-06 18:11]:
> On Sunday 15 October 2006 14:41, Patrick Shanahan wrote:
> > * Alvaro Martin <[EMAIL PROTECTED]> [10-15-06 16:52]:
> > > In order to change my wallpaper in kde I have to edit the file
> > >
> > > $KDEHOME/share/config/kdesktoprc
> >
> > No, much simpler to right click on the desktop, select configure
> > desktop, select background and you should be able to follow from there.
> 
> I said command line. I want to make an script and change my wallpaper 
> everyday. So, evidently, your version is not simpler.

Looks to me like you didn't try and because of that I shouldn't tell
you, but what you want is available as I directed.

attitude!

-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [SPAM RBL] Re: [opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Víctor Fernández
El Lunes, 16 de Octubre de 2006 00:11, Alvaro escribió:
> On Sunday 15 October 2006 14:41, Patrick Shanahan wrote:
> > * Alvaro Martin <[EMAIL PROTECTED]> [10-15-06 16:52]:
> > > In order to change my wallpaper in kde I have to edit the file
> > >
> > > $KDEHOME/share/config/kdesktoprc
> >
> > No, much simpler to right click on the desktop, select configure
> > desktop, select background and you should be able to follow from there.
>
> I said command line. I want to make an script and change my wallpaper
> everyday. So, evidently, your version is not simpler.

You may use dcop:

dcop kdesktop KBackgroundIface changeWallpaper

Anyway, you don't need to (and shouldn't) edit kdesktoprc directly. Instead, 
use:

dcop kdesktop KBackgroundIface setWallpaper /home/user/mywall.jpg 5

The number 5 stands for the mode (centered, resized, cropped,...). Just try it 
out with different numbers to find out the one you want.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Alvaro
On Sunday 15 October 2006 14:41, Patrick Shanahan wrote:
> * Alvaro Martin <[EMAIL PROTECTED]> [10-15-06 16:52]:
> > In order to change my wallpaper in kde I have to edit the file
> >
> > $KDEHOME/share/config/kdesktoprc
>
> No, much simpler to right click on the desktop, select configure
> desktop, select background and you should be able to follow from there.

I said command line. I want to make an script and change my wallpaper 
everyday. So, evidently, your version is not simpler.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Patrick Shanahan
* Alvaro Martin <[EMAIL PROTECTED]> [10-15-06 16:52]:
> In order to change my wallpaper in kde I have to edit the file 
> 
> $KDEHOME/share/config/kdesktoprc

No, much simpler to right click on the desktop, select configure
desktop, select background and you should be able to follow from there.

-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] SPAM: How do I change the Wallpaper from command line

2006-10-15 Thread Alvaro Martin
In order to change my wallpaper in kde I have to edit the file 

$KDEHOME/share/config/kdesktoprc

and set the line Wallpaper=$WALLPAPAERPATH, to the new wallpaper path

Once I change the path everything is OK. But, how do I apply the changes from 
the command line?

Thanks a lot.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SPAM: Re: [opensuse] Changing the root partition to a different LVM volume

2006-10-15 Thread David Harrison

On 16/10/2006, at 4:52 AM, Kenneth Schneider wrote:


On Sun, 2006-10-15 at 22:24 +1300, David Harrison wrote:

Hello,
I am running OpenSUSE 10 with an LVM root partition named /dev/sys/
system. I want to change my root partition from the /dev/sys/ 
system volume

to /dev/sys/primary.

The /dev/sys/primary partition is all setup and the required files
exist on it. I have edited grub so the entry looks like the  
following:


title SUSE LINUX 10.0
 root (hd0,0)
 kernel /vmlinuz root=/dev/sys/primary selinux=0 splash=silent  
showopts

 initrd /initrd

On rebooting I receive a kernel panic saying "could not find record
for sys/primary in database".

I am guessing it is an issue with the initrd file.
I have rebuilt the initrd file using the command:
mkinitrd -k vmlinuz-2.6.13-15.12-default -i initrd-2.6.13-15.12-
default -d /dev/sys/primary

The rebuild had no effect, the system will happily boot into /dev/ 
sys/

system if asked to but will not recognize /dev/sys/primary.


This is just a long shot as I don't use LVM. Try using:

chroot /dev/sys/primary

before issuing the mkinitrd command. There may be other underlying  
files

that have to be modified as well.


I rebooted with a rescue CD, chroot'ed the /dev/sys/primary volume  
and ran the mkinitrd command again.
On reboot the kernel paniced again returning "could not find record  
for sys/primary in database".


The mkinitrd process must be referencing an old LVM configuration as  
sys/system was created when I first installed the OS whilst sys/ 
primary is new.


As a workaround I could rename sys/primary to sys/system but I am  
worried that this may just confuse initrd even more and leave the  
system completely unbootable.


Is anyone able to tell me whether renaming the lvm volumes will have  
a positive/negative effect in this scenario?



David

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SPAM: RE: [opensuse] Re: [opensuse-announce] SUSE Linux 10.1 "Remastered" available

2006-10-15 Thread Anthony L. Bryan
Metalinks are available for SUSE Linux 10.1 Remastered at
http://metalink.packages.ro/ (They're automatically made as soon as the ISOs
reach the mirror).

Metalinks contain mirror and p2p locations along with checksums and other
metadata for faster and easier downloads. Downloads are distributed between
mirrors and checksums are automatically verified when it finishes. Here's a
good description:

'Metalink makes complex download pages obsolete by replacing long lists of
download mirrors and BitTorrent trackers with a single .metalink file. As
you might have already guessed, a .metalink file is a file that tells a
download manager all the different ways it can download a file. The file
itself takes the form of an open XML standard that can list an unlimited
number of HTTP and FTP sources as well as BitTorrent trackers and ed2k and
magnet links.'
(http://www.downloadsquad.com/2006/08/28/metalinks-integrated-bittorrent-htt
p-and-ftp-downloads/)

Here's part of what they look like:

   

 Linux-x86

3416643584

 78ed3658033ee01130bb0aad56da7e38


  
 
http://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/SL-stable/non-os
s-dvd-iso/SUSE-Linux-10.1-Remastered-DVD-i386.iso
  
  
 
ftp://ftp.suse-linux.ro/opensuse/distribution/SL-stable/non-oss-dvd-iso/SUSE
-Linux-10.1-Remastered-DVD-i386.iso
  


Download clients are available for Unix, Mac, & Windows.

(( Anthony Bryan
 )) Metalink [ http://www.metalinker.org ]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Re: [opensuse-announce] SUSE Linux 10.1 "Remastered" available

2006-10-15 Thread Alexey Eremenko

I think it is a very good idea to release such "Second Edition" ISOs
(like with SUSE 10.1 or Windows 98).
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Re: [opensuse-announce] SUSE Linux 10.1 "Remastered" available

2006-10-15 Thread Marcus Camen
On Friday 13 October 2006 11:33, Andreas Jaeger wrote:
> This release combines the 10.1 GM and all online updates that we have
> released for 10.1 so far

So the fixed udev package is included. That's great because now is should 
be possible to install SUSE 10.1 on a box with SAS disks (LSI Logic) like 
SUNs Galaxy servers (udev / mkinitrd bug).

--
Marcus


pgpdulTDBJReE.pgp
Description: PGP signature


SPAM: Re: [opensuse] Changing the root partition to a different LVM volume

2006-10-15 Thread Kenneth Schneider
On Sun, 2006-10-15 at 22:24 +1300, David Harrison wrote:
> Hello,
> I am running OpenSUSE 10 with an LVM root partition named /dev/sys/ 
> system.
> I want to change my root partition from the /dev/sys/system volume  
> to /dev/sys/primary.
> 
> The /dev/sys/primary partition is all setup and the required files  
> exist on it.
> I have edited grub so the entry looks like the following:
> 
> title SUSE LINUX 10.0
>  root (hd0,0)
>  kernel /vmlinuz root=/dev/sys/primary selinux=0 splash=silent  
> showopts
>  initrd /initrd
> 
> On rebooting I receive a kernel panic saying "could not find record  
> for sys/primary in database".
> This is strange because the message just beforehand states that the  
> volume group sys has been activated and the correct number of volumes  
> (6) found.
> 
> I am guessing it is an issue with the initrd file.
> I have rebuilt the initrd file using the command:
> mkinitrd -k vmlinuz-2.6.13-15.12-default -i initrd-2.6.13-15.12- 
> default -d /dev/sys/primary
> 
> The rebuild had no effect, the system will happily boot into /dev/sys/ 
> system if asked to but will not recognize /dev/sys/primary.
> 
> I'm sure that I'm missing out a step or mkinitrd switch, can anyone  
> help?
> 
This is just a long shot as I don't use LVM. Try using:

chroot /dev/sys/primary

before issuing the mkinitrd command. There may be other underlying files
that have to be modified as well.

-- 
Ken Schneider
UNIX  since 1989, linux since 1994, SuSE  since 1998

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SPAM: Re: [opensuse] SPAM: Thinkpad T60 / laptop-mode and OpenSuse 10.1

2006-10-15 Thread Hugo Costelha
On Sunday 15 October 2006 13:56, Sean Kelley wrote:
> I installed OpenSuse 10.1 and noticed a few things:
>
> 1) laptop-mode scripts are not present at all
> 2) I can't find the acpi lid closure scripts
>
> I want to suspend the Thinkpad to RAM upon detection of lid closure.
> Anyone have experience working with OpenSuse's laptop support?
>
 It is quite easy. Just right-click kpowersave on your tray and you have a 
bunch of options to configure everything. And it works like a charm.

Hugo
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] SPAM: Thinkpad T60 / laptop-mode and OpenSuse 10.1

2006-10-15 Thread Sean Kelley

I installed OpenSuse 10.1 and noticed a few things:

1) laptop-mode scripts are not present at all
2) I can't find the acpi lid closure scripts

I want to suspend the Thinkpad to RAM upon detection of lid closure.
Anyone have experience working with OpenSuse's laptop support?

Sean
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] SPAM: Synchronizing Kontact w/Nokia 6280?

2006-10-15 Thread Kaare Rasmussen
Does anybody have have any information about this topic?

I'd like to use bluetooth, but really, any way to synchronize calender and 
contact information would do.

sdptool browse tells me that the Nokia amongst other things has SyncML 
capability. But I haven't succeeded in getting it to work, and the 
synchronization module in Kontact doesn't seem to understand SyncML.

It doesn't help that I really don't know how SyncML is supposed to work. am I 
supposed to set up a network link through Obex, or how is the connection 
going to work?

I would like to know what the options are.

-- 

Med venlig hilsen
Kaare Rasmussen, Jasonic

Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg  Email: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Changing the root partition to a different LVM volume

2006-10-15 Thread David Harrison

Hello,
I am running OpenSUSE 10 with an LVM root partition named /dev/sys/ 
system.
I want to change my root partition from the /dev/sys/system volume  
to /dev/sys/primary.


The /dev/sys/primary partition is all setup and the required files  
exist on it.

I have edited grub so the entry looks like the following:

title SUSE LINUX 10.0
root (hd0,0)
kernel /vmlinuz root=/dev/sys/primary selinux=0 splash=silent  
showopts

initrd /initrd

On rebooting I receive a kernel panic saying "could not find record  
for sys/primary in database".
This is strange because the message just beforehand states that the  
volume group sys has been activated and the correct number of volumes  
(6) found.


I am guessing it is an issue with the initrd file.
I have rebuilt the initrd file using the command:
mkinitrd -k vmlinuz-2.6.13-15.12-default -i initrd-2.6.13-15.12- 
default -d /dev/sys/primary


The rebuild had no effect, the system will happily boot into /dev/sys/ 
system if asked to but will not recognize /dev/sys/primary.


I'm sure that I'm missing out a step or mkinitrd switch, can anyone  
help?


Regards,


David



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SPAM: Re: SPAM: Re: SPAM: Re: SPAM: Re: [opensuse] SPAM: Text mode at boot time

2006-10-15 Thread jdd

Carl Hartung a écrit :

I didn't see anyone expanding the topic by asking additional questions. All I 
saw were parallel solutions that may or may not have complicated, rather than 
simplified things for the OP. In any case, I think he got his simple/fast 
answer and moved on to real work or other distractions.


it's precisely the use of such forum.

It's unlikely that somebody else have exactly the same 
problem than the initial writer, but having several similar 
solution permits to have result for more similar problems


jdd

--
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]