Re: [opensuse-factory] New susegreeter / one-click help

2007-08-16 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

To summarize what has been discussed during the IRC meeting:
1) It is unclear whether the greeter can be modified at this point, late
in the 10.3 release cycle. Translators don't like the idea, will
probably stay as it is now.

2) A *separate* get help desktop icon will be added, dedicated to
getting online help to avoid suffering the dimension limitations of the
greeter.

3) The label of the desktop icon is not decided. Get help online is a
proposal.

4) The desktop icon will point to http://help.opensuse.org/, open
konqueror or firefox when clicking on it, and content will hence be kept
online.

5) Those help pages not being a local resource isn't an issue really, as
all the ways to get help require an Internet connection anyway.

6) Being online, the resources are much easier to maintain and won't get
blocked by the 10.3 feature freeze.

7) The HTML/CSS/PNG/... for http://help.opensuse.org will be maintained
in a Subversion repository at Novell Forge:
https://forgesvn1.novell.com/svn/opensuse/trunk/infrastructure/help.o.o

8) I will commit the current state of my implementation there this
evening, after a little cleanup -- it's heavily based on the work of
Francis Giannaros (just adds a second, intermediary screen for each
option to provide some basic information about IRC, about web forums,
etc...)

9) The current mockup can be seen here:
http://linux01.gwdg.de/~pbleser/files/greeter/
(note that only the Chat  Help part is implemented as of now)

10) There's a bug to keep track of tasks and progress:
https://bugzilla.novell.com/show_bug.cgi?id=300795

11) IRC meeting transcript on the topic is here:
http://en.opensuse.org/Meetings/Status_Meeting_2007-08-15/transcript#Q_.26_A:_Greeter_and_.22get_help.22_icon

And we'll probably be looking for translators as the translation team is
already quite busy finishing 10.3.

We also still have to discuss how to internationalize the pages.
Several options are available:
- - use browser language detection + have flags to switch the language on
the HTML pages
- - make different links depending on the language in the .desktop file
(proposal by Stephan Binner):
URL = http://help.opensuse.org/en/
URL[de] = http://help.opensuse.org/de/
URL[fr] = http://help.opensuse.org/fr/
...

IMHO, browser detection works fine.
Question is what the default language of Konqueror and Firefox are (when
it hasn't been set explicitly by the user in the browser configuration).
Is it $LANG ? Or does it just default to en_US ?

We probably won't be able to avoid little flags (or links) to explicitly
choose the language though. Also, using server-side language detection
from the browser's request avoids having to update the desktop link when
another translation is added (because it's all kept on server side).

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.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGw/t/r3NMWliFcXcRAtAJAKC8Pgylx1B9Vg8nF79AjJ6Jy/cf8ACePYWY
5DsA9xSa8wyhJsbvumtB8W8=
=Ur4t
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] Re: Changes with boot/init for 10.3 ? Kernel locks in 10.3, not in 10.2 ?

2007-08-16 Thread Andreas Vetter
On Wed, 15 Aug 2007, Rajko M. wrote:

 On Wednesday 15 August 2007 22:22, Kevin Valko wrote:
  On Wednesday 15 August 2007 09:10:45 pm Rajko M. wrote:
   On Wednesday 15 August 2007 12:54, Kevin Valko wrote:
and maybe disabling parallel
services as well.
  
   I would start with that.
   Than you have better chance to find service that makes trouble.
 
  Disabling parallel services did allow the system to boot normally without
  requiring interactive confirmations, so there is definitely a conflict
  happening somewhere with the boot services running in parallel.
 
  Unfortunately I'm not sure which one, I tried disabling a number of them
  individually but the boot still hard-locked when parallel services were
  enabled, I guess I can try to change the S/K sequences in boot.d, to see if
  grouping the services (the culprit lies in S12) instead of all together can
  point out the issue.  G.
 
  On the plus side, disabling parallel loading didn't have a too significant
  impact on my boot time, it's still more or less in line with what I had in
  10.2, so it's hardly the end of the world, but it is kind of a drag since
  faster booting is one of the significant improvements for 10.3.
 
  Cheers,
  KV
 
 Hi Kevin,
 
 If parallel booting makes problem, than is some of scripts the culprit. 
 It doesn't wait for it's dependencies to be performed. Grouping services will 
 not help much as they are not ran sequentially anyway, but cleaning log 
 files, booting and after lockup, booting Live CD and looking in logs may help 
 to debug issue. 
 
 The other method to isolate script would be add echo command to scripts that 
 will give on the screen script name. For instance 
   echo $0  /tmp/startup.log
   
 That will at least tell what was loaded before lockup and it will be 
 preserved 
 after new boot. 
maybe a sync after the echo would be a good idea 

-- 
Mit freundlichen Gruessen,
 Andreas Vetter

Fakultaet fuer Physik und Astronomie  Tel: +49 (0)931 888-5890
Universitaet WuerzburgFax: +49 (0)931 888-5508
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] Re: Changes with boot/init for 10.3 ? Kernel locks in 10.3, not in 10.2 ?

2007-08-16 Thread Juan Erbes
2007/8/16, Kevin Valko [EMAIL PROTECTED]:
 On Wednesday 15 August 2007 09:10:45 pm Rajko M. wrote:
  On Wednesday 15 August 2007 12:54, Kevin Valko wrote:
   and maybe disabling parallel
   services as well.
 
  I would start with that.
  Than you have better chance to find service that makes trouble.

 Disabling parallel services did allow the system to boot normally without
 requiring interactive confirmations, so there is definitely a conflict
 happening somewhere with the boot services running in parallel.

 Unfortunately I'm not sure which one, I tried disabling a number of them
 individually but the boot still hard-locked when parallel services were
 enabled, I guess I can try to change the S/K sequences in boot.d, to see if
 grouping the services (the culprit lies in S12) instead of all together can
 point out the issue.  G.

 On the plus side, disabling parallel loading didn't have a too significant
 impact on my boot time, it's still more or less in line with what I had in
 10.2, so it's hardly the end of the world, but it is kind of a drag since
 faster booting is one of the significant improvements for 10.3.


What are the parallel services?

Yesterday I installed 10.3 beta1 x86-64 in a four cores system without
problems, and it works fine with the original kernel. (H8DA8
SuperMicro motherboard with AMD 8131/8111 chipset with 2 Opterons dual
core 270).

In other system, I could'nt install it, because a inmature support of
the MSI and the ahci driver on the kernel, and this problem appear in
the most of the distros.

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



Re: [opensuse-factory] ImageMagick (and ldd) problem on 10.3 Beta 1

2007-08-16 Thread Jonathan Arnold
Arto Viitanen wrote:
 Arto Viitanen wrote:
 Anyhow I guess problem might be with the kernel or libraries (since the
 machine does not halt). I installed the 
 
 It might be a library problem. I installed ImageMagick 6.3.5 from
 sources. Configure

Argh, don't do that! You'll mess up the rpm database. At the very worst,
you should use 'checkinstall' to build an rpm from the makefile and that
way you won't run into these very same dependency problems.

I wrote about it a little here:

http://freebsd.amazingdev.com/blog/archives/000869.html

-- 
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, an Open OS weblog:
http://freebsd.amazingdev.com/blog/

UNIX is user-friendly. It's just a bit picky about who its friends are.

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



Re: [opensuse-factory] Kernel patching question about MS Ergonomic Keyboard 4000

2007-08-16 Thread Benji Weber
On 15/08/07, Thomas Meindl [EMAIL PROTECTED] wrote:
 Oh, sorry didn't know about the list.
 I'm just trying to patch the kernel, because of pure curiosity whether
 the special keys would work or not. So it's not really important for me
 to have them working, I'm just trying ... and kernel patching is not my
 discipline, but I like to learn.

 About the hardware I like to say, that MS is the only one that I know
 that builds proper natural keyboards (which are really a salvation
 against tendinitis).

Yes, the ms4000 keyboard is the first keyboard I've felt really
comfortable with using for very long periods of time. No other
keyboard I've used comes close, not even the old IBM model Ms. And
knowing how many SUSE employees have ms4000s it's surprising they're
not fully supported yet.

BTW the only keys that don't work are the 1-5 keys at the top, the
zoom slider, and the My Favorites(sic) [They spell it wrong, even on
the UK edition :( ] button. All the other keys work using the
traditional MS natural layout.
_
Benjamin Weber
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse-factory] ACPI problem on Dell laptop.

2007-08-16 Thread Piotr Miszczak
Hi,

Alpaha7, Beta1 boot only with acpi=off or acpi=ht.
After boot there is no information about battery, frequency scaling don't
work.

Someone has a similar problem?

I have Dell Ispiron 1501 laptop, with ATI Radeon RS480 chipset and AMD
Turion x2 cpu TL-50.

Greetings, Piotr

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



[opensuse-factory] some notes on printer config (10.3 beta1)

2007-08-16 Thread jdd

I had to test a HP photosmart 2575 printer.

I was not so happy with USB and not yet able to configure the wifi, 
then I tried ethernet..


I have no DHCP on my net, so I configured the printer from it's own 
panel for a fixed IP.


I don't really understand the use of gateway and DNS for a printer 
interface, and don't like it so much, but for a small test, no harm.


from there on, the printer web server was up and running, accessible 
without problem from the IP.


There I could see the printer name (HP062964) and the mac adress.

I was not able to configure it with Yast... not detected and I didn't 
know anything of the printer card config (the doc i set the cd in the 
computer and say OK... for an XP computer, more later)


but the hp-tools (system/monitor, why are they there and not in 
config??) found the printer and setup cups on the fly


At a moment, stuck on a printing, I could see the IPP report:

ipp://localhost:631/printer/Photosmart_2570

but the scanner was not seen by hp-tools... need Yast to install the 
scan, after that all goes well... nearly.


some apps are desperatly slow as of printing. I see this in seamonkey 
2.0 (alpha, needless to say), but also on kooka. scanning an document 
and trying to print immediatly after with kooka gives 1/2 hour 
waiting, 25Mo printing file for a 45ko jpeg file... and no option get 
better (75 dpi scan).


the very same file is printed bearly instantly by the hp-tools...

Having installed this same printer on XP (with the HP disk), I could 
see that the port was hp standard TCP/IP port and details said 9100.


I know this was an option in yast, but one must think to give the IP 
in place of the name and it's not detected


jdd
--
http://www.dodin.net
http://gourmandises.orangeblog.fr/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse-factory] Error adding Factory repos as install sources

2007-08-16 Thread Doctor Who
It appears I can *add* Factory repositories ok, but when I try to
refresh, I'm getting a pop-up that reads:

Download failed:
Media Exception

An example would be adding
http://download.opensuse.org/repositories/GNOME:/Community/openSUSE_Factory/
as an install source.

Anyone know how to fix/circumvent this?

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



[opensuse-factory] YaST Software Management Hell

2007-08-16 Thread Felix Miata
Sure would be nice to see serious progress on this subject soon, and
certainly before 10.3 goes gold. SUSE really doesn't need any more of this
kind of press, nor do its users deserve YaST behavior so much worse than 10.0
and prior:
http://www.cio.com/article/126702/Windows_vs._Linux_vs._OS_X_CIO_John_Halamka_Tests_Ubuntu_/1
-- 
   It is impossible to rightly govern the world without
God and the Bible.George Washington

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] YaST Software Management Hell

2007-08-16 Thread Sid Boyce

Felix Miata wrote:

Sure would be nice to see serious progress on this subject soon, and
certainly before 10.3 goes gold. SUSE really doesn't need any more of this
kind of press, nor do its users deserve YaST behavior so much worse than 10.0
and prior:
http://www.cio.com/article/126702/Windows_vs._Linux_vs._OS_X_CIO_John_Halamka_Tests_Ubuntu_/1


I just had a quick read of the article, set up evolution, starts in less 
than 2 seconds. As far as YaST is concerned, a problem I opened in 
Alpha4, I've not yet encountered in 10.3Beta1.
I have quite a number of users on openSUSE and one on SimplyMepis. I've 
used SuSE since around version 6.2 in a corporate environment and on 
customer sites doing everything, Solaris SPARC patches, admin multiple 
Solaris servers and partitions, giving PowerPoint presentations, using 
Citrix client, Lotus Notes under wine, Cisco VPN on the road and at home 
to connect to our Corporate servers and lots of other stuff and never 
suffered a problem because of the software, even bearing in mind I am 
always using bleeding edge stuff on SuSE. Our Windows servers crashed 
and were infected with viruses which caused severe disruption. Right now 
I have to look at 2 XP boxes that have been taken over by viruses, one 
that had AVG ant-virus installed and received prompt online updates, at 
least I hope the users accepted the updates as they were asked to do.
Even the complete novices I have installed Linux for have had no 
trouble, just a few questions as to how to do things, the Windows boxes 
I always have to revisit and I'm on the verge of never again looking at 
Windows problems for anyone - very time consuming and nasty.
Occasional dabblers/evaluators in Linux who rush back to Windows will 
always see big problems in Linux and in my experience Windows users will 
tell you they have no problems using Windows, then when the conversation 
drags on, out comes their tales of woe, but they still love Windows.

Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support 
Specialist, Cricket Coach

Microsoft Windows Free Zone - Linux used for all Computing Tasks

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



Re: [opensuse] Intel i845 video

2007-08-16 Thread primm
On Thursday 16 August 2007 04:39, Chris Arnold wrote:
 Does anyone out there have a dell optiplex 260 with a intel i845
 (built-in) video?

Yes. I'm unfortunate enough to have to maintain 10 of them on a low budget 
school lan.

 If so, how much memory does yours have? 

256M The minimum I can get away with for video is 32M
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] kde4 repository

2007-08-16 Thread Chema
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi:
I try to update with smart kde4 files and see this error since two days ago:
error:
http://software.opensuse.org/KDE%3A/KDE4/SUSE_Factory/repodata/repomd.xml:
Not Found
Any idea?
This is my kde4.channel:
[suse-kde4]
name = Latest KDE4 packages
baseurl = http://software.opensuse.org/KDE:/KDE4/SUSE_Factory
type = rpm-md

Regards
- --
Chema Ollés
Usuario Linux: #198057
openSUSE 10.3 (i586) Beta1
kernel-2.6.22.1-16-default #1 SMP 2007/08/06 15:19:41 UTC i686 GNU/Linux
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFGw/U4m5lTdgS9W18RAhzbAKCmpI+2YI0VgxQjeruTCK5UvubGhgCdEskU
WrKMiCbhs9V0Dz5quDsAODs=
=5b37
-END PGP SIGNATURE-

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



Re: [opensuse] kde4 repository

2007-08-16 Thread Hartmut Meyer
Hi,

On Donnerstag, 16. August 2007, Chema wrote:

 I try to update with smart kde4 files and see this error since two days
 ago: error:
 http://software.opensuse.org/KDE%3A/KDE4/SUSE_Factory/repodata/repomd.xml:
 Not Found
 Any idea?
 This is my kde4.channel:
 [suse-kde4]
 name = Latest KDE4 packages
 baseurl = http://software.opensuse.org/KDE:/KDE4/SUSE_Factory
 type = rpm-md

Your baseurl is wrong. Use this one:

http://download.opensuse.org/repositories/KDE:/KDE4/openSUSE_Factory/


Greetings from Stuhr
hartmut
-- 
Hartmut Meyer, EMEA NTS Business Development Project Manager 
SUSE LINUX GmbH, GF: Volker Smid, HRB 21284 (AG Nürnberg)
Maxfeldstr. 5, D-90409 Nuernberg
T: +49 4221 5848182   -   M: +49 179 2279480
F: +49 4221 6894714   -   [EMAIL PROTECTED]

SUSE® Linux Enterprise 10 - Your Linux is ready
http://www.novell.com/linux


signature.asc
Description: This is a digitally signed message part.


[opensuse] kmail - automatic html-view for some senders only?

2007-08-16 Thread Daniel Bauer
Hi everybody,

Is it possible to make a filter or something to automatically display the 
html-version of an e-mail depending on the sender?

I have set kmail to display text versions only, for html-mails I can choose to 
see the html-version on the bottom. This is as I want it.

There are just some senders that always send html-mails, and because I know 
they are ok, I'd like to have their (and only their) emails automatically 
displayed in the html-version without the need to explicitely click on show 
html...

Is this possible? The only thing I found in filters is execute a command, 
but what command would that be?

Thanks for hints.

Daniel
-- 
Daniel Bauer photographer Basel Switzerland
professional photography: http://www.daniel-bauer.com
erotic art photos: http://www.bauer-nudes.com/en/linux.html
Madagascar special: http://www.fotograf-basel.ch/madagascar/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Viseo compatibility plug-in (VDX)

2007-08-16 Thread G T Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob S wrote:
 On Wednesday 15 August 2007 17:00:28 Greg Freemyer wrote:
 
 .snip a whole bunch..
 
 http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_10.2/
 
 Tried to add it to my smart channels. Smart says it is an invalid directory.
 
 Bob S.

Its OK in YaST...


- --
==
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.

Bjarne Stroustrup
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGw/+casN0sSnLmgIRArpcAKCLLlrEB/F+lpMNB32WcKDnVik8yQCgnM5g
Ebpo/bjCSDVzmYmdKOXwxeY=
=B2fk
-END PGP SIGNATURE-
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] thoughts on how to repair a destroyed /boot?

2007-08-16 Thread Bruce Ferrell
Don't ask how it happened, but it did.  Now I'm trying to figure out how
to fix it without re-installing.

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



Re: [opensuse] thoughts on how to repair a destroyed /boot?

2007-08-16 Thread jdd

Bruce Ferrell wrote:

Don't ask how it happened, but it did.  Now I'm trying to figure out how
to fix it without re-installing.

Any thoughts?


did you try the repair options of the install disk?
jdd
--
http://www.dodin.net
http://gourmandises.orangeblog.fr/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] How to insert lines into text file ?

2007-08-16 Thread Alexey Eremenko
Hi all !

I would like to insert a new line on each second line, like that:


pre.txt:
line1
line2
line3

After.txt:
line1

line2

line3

I have found the echo -e \n  command to actually insert a new
line, but how to automate the process so every second line will get a
new line ?

please help

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



Re: [opensuse] How to insert lines into text file ?

2007-08-16 Thread Magnus Boman
On Thu, 2007-08-16 at 10:15 +0200, Alexey Eremenko wrote:
 Hi all !
 
 I would like to insert a new line on each second line, like that:
 
 
 pre.txt:
 line1
 line2
 line3
 
 After.txt:
 line1
 
 line2
 
 line3
 
 I have found the echo -e \n  command to actually insert a new
 line, but how to automate the process so every second line will get a
 new line ?
 
 please help

Quick and easy;
for i in `cat pre.txt`; do echo -e $i\n; done after.txt

If that's all you want to do... If you do other sort of text
manipulation, have a look at sed.

Cheers,
Magnus


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



Re: [opensuse] How to insert lines into text file ?

2007-08-16 Thread Mark Goldstein
Hi,

On 8/16/07, Magnus Boman [EMAIL PROTECTED] wrote:
 On Thu, 2007-08-16 at 10:15 +0200, Alexey Eremenko wrote:
  Hi all !
 
  I would like to insert a new line on each second line, like that:
 
 
  pre.txt:
  line1
  line2
  line3
 
  After.txt:
  line1
 
  line2
 
  line3
 
  I have found the echo -e \n  command to actually insert a new
  line, but how to automate the process so every second line will get a
  new line ?
 
  please help

 Quick and easy;
 for i in `cat pre.txt`; do echo -e $i\n; done after.txt

 If that's all you want to do... If you do other sort of text
 manipulation, have a look at sed.


Or just use sed:

cat your_file | sed G  new_file
-- 
Mark Goldstein
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to insert lines into text file ?

2007-08-16 Thread Jan Engelhardt

On Aug 16 2007 11:26, Mark Goldstein wrote:
 
  I would like to insert a new line on each second line, like that:

 Quick and easy;
 for i in `cat pre.txt`; do echo -e $i\n; done after.txt

That will not work, and for good. You should never-never-never use for i in
`something` for anything unless you know exactly what the outcome is. Because
by default, unless you muck with $IFS, it splits at word boundaries, not lines.

 If that's all you want to do... If you do other sort of text
 manipulation, have a look at sed.

Or just use sed:

cat your_file | sed G  new_file

perl -i -pe 's/\n/\n\n/' new_file



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



RE: [opensuse] How to insert lines into text file ?

2007-08-16 Thread Ted Harding
On 16-Aug-07 08:15:04, Alexey Eremenko wrote:
 Hi all !
 
 I would like to insert a new line on each second line, like that:
 
 
 pre.txt:
 line1
 line2
 line3
 
 After.txt:
 line1
 
 line2
 
 line3
 
 I have found the echo -e \n  command to actually insert a new
 line, but how to automate the process so every second line will get a
 new line?

Your pre.txr and aAfter.txt example suggests that you are not inserting
a new line at each second line of the original, which would give

pre.txt
line1
line2
line3
line4
line5
...

After.txt
line1
line2

line3
line4

line5
...

but instead inserting an extra newline after each line of pre.txt

Either way, though, you could use 'awk':

cat pre.txt | awk '{print $0 \n}'

will do the insert of the extra newline after each line of pre.txt;

cat pre.txt | awk 'BEGIN{R=0}{if(R==0) {print $0} else 
{print $0 \n}}{R = 1-R}'

will do it after each second line of the original. Example:

$ cat pre.txt
line1
line2
line3
line4
line5
line6
line7
line8


]$ cat pre.txt | awk '{print $0 \n}'
line1

line2

line3

line4

line5

line6

line7

line8


$ cat pre.txt | awk 'BEGIN{R=0}{if(R==0) {print $0} else 
{print $0 \n}}{R = 1-R}'
line1
line2

line3
line4

line5
line6

line7
line8


This is based on testing the value of R which switches
between 0 and 1. Clearly it is straightforward to compute
more complicated conditions involving the line-number of
the original file.

Best wishes,
Ted.


E-Mail: (Ted Harding) [EMAIL PROTECTED]
Fax-to-email: +44 (0)870 094 0861
Date: 16-Aug-07   Time: 09:53:12
-- XFMail --
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Scan problem in 10.2

2007-08-16 Thread A. den Oudsten


After installing 10.2 I have once been able to scan with Kooka. Since 
then I have to start Kooka twice to get it on screen, but is it loaded 
twice.


I get the message: No scanner found, no sane installed.

Yet the scanner is configured and sane installed.

How to take this obstacle?

Thanks,

André den Oudsten

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



Re: Fw: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread Jan Engelhardt

On Aug 15 2007 18:43, Gryffus wrote:

 Any1 know why Yast is telling me that i have xorg-x11-7.2-26, but i have
 7.1.99? :-(

Xorg _is_ 7.2 RC something. To play nice with rpm (it has a lexicographic
collation order) it is usually called 7.1.99. Now Novell decided to use 7.2 for
the rpm anyway, so.. just let it be.


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



Re: [opensuse] OpenOffice.org BS project obsolete by OpenOffice.org:STABLE and OpenOffice.org:UNSTABLE

2007-08-16 Thread Petr Mladek
On Wednesday 15 August 2007 20:38, Jacky Woo wrote:
 Petr Mladek wrote:
  On Wednesday 15 August 2007 00:31, Jacky Woo wrote:
  'Co-maintainer to keep the stuff up to date'?
 
  Can you say it more clearly?
 
  It was related especially for the dictionaries, templates, and clipart
  stuff.
 
  Dictionaries:
  -
 
  I take the dictionaries from the upstream ftp:
  ftp://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries
 / I think that there might exists newer version of the dictionaries
  somewhere that are not upload to the ftp. It is more complicated to
  search all the different dictionaries home pages. In addition, they are
  sometimes only in the native language, so hard to read for me...
 
  Another problem is that there sometimes exist more variants of the
  dictionary, for example
  http://wiki.services.openoffice.org/wiki/Dictionaries#French_.28France.2C
 _29
  http://wiki.services.openoffice.org/wiki/Dictionaries#Russian_.28Russia.2
 9 I am not sure what is the best or if we need to package them all...
 
  I would really appreciate help or feedback from the native speekers.

 I'm not good at painting and other stuff so just forget about clipart
 anyway...
 I read pages of Dictionaries you gave me and I didn't see Chinese.
 Isn't it in your project?
 I'm a native speaker of that anyway...

We have the Chinese localization of OOo application (menu, dialogs, help). We 
do not have any Chinese dictionary. I even do not see the Chinese dictionary 
in any other format (ispell, aspell).

If you find the Chinese dictionary sources with a free license, I would be 
happy to create package from it.

Or do you have power to create the dictionary yourself? Or do you know a group 
of people that could do it? That would be great as well.


-- 
Best Regards,

Petr Mladek
software developer
-  
SUSE LINUX, s. r. o.e-mail: [EMAIL PROTECTED]
Lihovarská 1060/12  tel: +420 284 028 952
190 00 Prague 9 fax: +420 284 028 951
Czech Republic  http://www.suse.cz/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] MD5 ?

2007-08-16 Thread Erik Jakobsen

Hi.

I can find all md5's but not the one for opsuse10.3B1 on DVD.
Where can I see it ?.

Thanks in advance
/Erik
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] restart a print job?

2007-08-16 Thread jdd

(openSUSE 10.1)

I have often the problem than a printer is stopped when I launch a 
print, of course it don't print :-)


the IPP report say printer stopped

but switching on the printer (USB) don't change anything, it still 
don't print...


what can I do?
thanks
--
http://www.dodin.net
http://gourmandises.orangeblog.fr/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] restart a print job?

2007-08-16 Thread Daniel Gompf
jdd wrote:
 (openSUSE 10.1)
 
 I have often the problem than a printer is stopped when I launch a
 print, of course it don't print :-)
 
 the IPP report say printer stopped
 
I got the same with a parallel connected printer. You can use
/usr/bin/enable
enable(8) - don't use the bash builtin
to start the printer
With OS10.2 the command is cupsenable.


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



Re: [opensuse] restart a print job?

2007-08-16 Thread Verner Kjærsgaard
Torsdag 16 august 2007 12:15 skrev jdd:
 (openSUSE 10.1)

 I have often the problem than a printer is stopped when I launch a
 print, of course it don't print :-)

 the IPP report say printer stopped

 but switching on the printer (USB) don't change anything, it still
 don't print...

 what can I do?
 thanks
 --
 http://www.dodin.net
 http://gourmandises.orangeblog.fr/

Check out man lppasswd first.

Then, as root, do 

lppasswd -a -g sys some-user-name-could-be-root
a long password
a long password


Now fire up your browser, goto http://localhost:631 and try managing your 
printer(s).
When prompted for username and password, use the set you just defined.

ok?


-- 
-
Med venlig hilsen/Best regards
Verner Kjærsgaard
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Scan problem in 10.2

2007-08-16 Thread Johannes Meixner

Hello,

On Aug 16 11:06 A. den Oudsten wrote (shortened):
 After installing 10.2 I have once been able to scan with Kooka.
 Since then I have to start Kooka twice to get it on screen,
 but is it loaded twice.
 I get the message: No scanner found, no sane installed.
 Yet the scanner is configured and sane installed.

Perhaps a duplicate of
https://bugzilla.novell.com/show_bug.cgi?id=141079

 How to take this obstacle?

As workaround use xsane (or xscanimage: package sane-frontends).


Kind Regards
Johannes Meixner
-- 
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Scan problem in 10.2

2007-08-16 Thread Art Fore
On Thu, 2007-08-16 at 12:37 +0200, Johannes Meixner wrote:
 Hello,
 
 On Aug 16 11:06 A. den Oudsten wrote (shortened):
  After installing 10.2 I have once been able to scan with Kooka.
  Since then I have to start Kooka twice to get it on screen,
  but is it loaded twice.
  I get the message: No scanner found, no sane installed.
  Yet the scanner is configured and sane installed.
 
 Perhaps a duplicate of
 https://bugzilla.novell.com/show_bug.cgi?id=141079
 
  How to take this obstacle?
 
 As workaround use xsane (or xscanimage: package sane-frontends).
 
 
 Kind Regards
 Johannes Meixner
 -- 
 SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
 AG Nuernberg, HRB 16746, GF: Markus Rex

I had this problem also. Apparently it is a kernel USB problem Ubuntu
7.04 which uses 2.6.20 and Suse 10.3 beta1 which uses 2.6.22 kernel fix
it.

Art

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



[opensuse] Has anyone tried to install a PECL extension on an openSUSE system?

2007-08-16 Thread Per Jessen
I'm trying to install pecl::mailparse, but I'm making very slow
progress.  At first I had to install the 'pear installer' by hand - I
couldn't find a package ready to go. Is there a reason 'pear' wasn't
included in the php package? 

The standard (according to pecl.php.org) pecl install mailparse does
not work - it complains it cannot find the mbstring extension,
although it is installed.  
I figured it might be worth trying to use 'pear' instead, but this
didn't work at all.  Complained about files mising here, there and
everywhere. 



/Per Jessen, Zürich

-- 
http://www.spamchek.com/ - your spam is our business.

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



[opensuse] LDAP authentication and shell recognition

2007-08-16 Thread Neil Marjoram
I have setup my OpenSuse 10.2 client to authenticate against an OpenLdap
server using the Yast configuration. All seems well and the users can
login to the terminal without an issue, however when logging into an X
session, they receive an Xsession error Login for user XXX is
disabled. One of the  reasons for this error can be an incorrect shell
that has not been entered into /etc/shells. On investigation it turns
out that the users shell is not being selected from the LDAP database
and the field is left blank. getent passwd shows no shell for any LDAP
users.

I am familiar with LDAP and have manually checked the configuration
files but cannot find anything wrong. Can anyone shed any light on this
matter?

Many thanks,

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



Re: [opensuse] Intel i845 video

2007-08-16 Thread Chris Arnold
primm wrote:

 256M The minimum I can get away with for video is 32M
   
Sorry, i meant to ask how much video memory does yours have?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Broken tex suse 10 : ? how

2007-08-16 Thread Francesco Scaglioni
Hi,

I have not needed to use tex / latex for a little while
(during which assorted apt-get installs and updates have
taken place).  Now when I attempt to process a tex file I
get the following error message

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea: Running mktexfmt latex.fmt
/usr/bin/mktexfmt: line 333: /texconfig/tcfmgr: No such file or directory
fmtutil: config file `fmtutil.cnf' not found.
I can't find the format file `latex.fmt'!


SuSEconfig reports

/sbin/conf.d/SuSEconfig.tetex: configuration of tetex
installation not found.

/sbin/conf.d/SuSEconfig.tetex does actually exist and is
executable.

Any suggestions most welcome

TIA

F


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



Re: [opensuse] Broken tex suse 10 : ? how

2007-08-16 Thread Masaru Nomiya
Hello,

In the Message; 

  Subject: [opensuse] Broken tex suse 10 : ? how
  Message-ID : [EMAIL PROTECTED]
  Date  Time: Thu, 16 Aug 2007 12:27:09 +0100 (BST)

[Francesco] == Francesco Scaglioni [EMAIL PROTECTED] has written:

Francesco /usr/bin/mktexfmt: line 333: /texconfig/tcfmgr: No such file or
Francesco directory fmtutil: config file `fmtutil.cnf' not found.
Francesco I can't find the format file `latex.fmt'!

You have to install tetex.

Regards,

---
  Masaru Nomiya   mail-to: nomiya @ galaxy.dti.ne.jp

  Bill! You married with Computers.
   Not with Me!
  No..., with money.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] CD media issues.

2007-08-16 Thread James Tremblay
Hello all, could anyone tell me if they have experienced issues with
older cdrom drives not particularly liking burned cd's of linux?
I have a stack of IBM xseries 305 servers and I frequently  have issues
with SLE cd's that I burn, I use the same burner and download methods as
I did with Netware , I though at first it was the linux tools so I
rebooted and burned a copy in Windows, still the cd has boot or copy
errors, then I decided to burn a fresh netware 6.5 disk but it booted
and copied files just fine. I got  new SLE iso's from another computer
and burned those on that machine still varying issues with boot and file
copies. Any Ideas.
-- 
James Tremblay
Director of Technology
Newmarket School District
Newmarket,NH
http://en.opensuse.org/Education
let's make a difference

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



Re: [opensuse] Broken tex suse 10 : ? how

2007-08-16 Thread Francesco Scaglioni
Hi,

   Subject: [opensuse] Broken tex suse 10 : ? how
   Message-ID : [EMAIL PROTECTED]
   Date  Time: Thu, 16 Aug 2007 12:27:09 +0100 (BST)
 
 [Francesco] == Francesco Scaglioni [EMAIL PROTECTED] has written:
 
 Francesco /usr/bin/mktexfmt: line 333: /texconfig/tcfmgr: No such file or
 Francesco directory fmtutil: config file `fmtutil.cnf' not found.
 Francesco I can't find the format file `latex.fmt'!
 
 You have to install tetex.
 
 Regards,
 
 ---
   Masaru Nomiya   mail-to: nomiya @ galaxy.dti.ne.jp

tetex is already installed ( at least apt-get install tetex
reports that tetex is the latest version ), though
interestingly which tetex says it cannot find it.

I'm still stumped.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Has anyone tried to install a PECL extension on an openSUSE system?

2007-08-16 Thread Per Jessen
Per Jessen wrote:

 The standard (according to pecl.php.org) pecl install mailparse does
 not work - it complains it cannot find the mbstring extension,
 although it is installed.
 I figured it might be worth trying to use 'pear' instead, but this
 didn't work at all.  Complained about files mising here, there and
 everywhere.

OK, I finally managed to get pecl/mailparse installed.  I disabled the
check for dependencies (--nodeps) and manually
created /etc/php5/conf.d/mailparse.ini

I could be wrong, but I get the distinct feeling that the pecl stuff is
growing a bit stale.  


/Per Jessen, Zürich

-- 
http://www.spamchek.com/ - your spam is our business.

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



Re: [opensuse] CD media issues.

2007-08-16 Thread Per Jessen
James Tremblay wrote:

 Hello all, could anyone tell me if they have experienced issues with
 older cdrom drives not particularly liking burned cd's of linux?

I guess it depends on how old your drives, but I'm using some Compaq
drives from around '99 and up with no problems. 

 I have a stack of IBM xseries 305 servers and I frequently  have
 issues with SLE cd's that I burn, I use the same burner and download
 methods as I did with Netware , I though at first it was the linux
 tools so I rebooted and burned a copy in Windows, still the cd has
 boot or copy errors, then I decided to burn a fresh netware 6.5 disk
 but it booted and copied files just fine. I got  new SLE iso's from
 another computer and burned those on that machine still varying issues
 with boot and file copies. Any Ideas.

What are the specific problems you're having - older drives not being
able to read the new CDs?  



/Per Jessen, Zürich

-- 
http://www.spamchek.com/ - your spam is our business.

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



Re: [opensuse] Broken tex suse 10 : ? how

2007-08-16 Thread Masaru Nomiya
Hello,

In the Message; 

  Subject: Re: [opensuse] Broken tex suse 10 : ? how
  Message-ID : [EMAIL PROTECTED]
  Date  Time: Thu, 16 Aug 2007 13:50:19 +0100 (BST)

[Francesco] == Francesco Scaglioni [EMAIL PROTECTED] has written:

Francesco tetex is already installed ( at least apt-get install tetex
Francesco reports that tetex is the latest version ), though

I don't think so.
Try with Yast2.

Francesco interestingly which tetex says it cannot find it.

tetex is not a command, so which tetex returns nothing.

Regards,

---
  Masaru Nomiyamail-to: nomiya @ galaxy.dti.ne.jp

   No Windows, no gains! . Why, I am wrong?

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



Re: [opensuse] Scan problem in 10.2

2007-08-16 Thread A. den Oudsten

Johannes Meixner wrote:


Hello,

On Aug 16 11:06 A. den Oudsten wrote (shortened):
 


After installing 10.2 I have once been able to scan with Kooka.
Since then I have to start Kooka twice to get it on screen,
but is it loaded twice.
I get the message: No scanner found, no sane installed.
Yet the scanner is configured and sane installed.
   



Perhaps a duplicate of
https://bugzilla.novell.com/show_bug.cgi?id=141079

 


How to take this obstacle?
   



As workaround use xsane (or xscanimage: package sane-frontends).


Kind Regards
Johannes Meixner
 


Installed Xsane flawless

After starting Xsane i got:

Could not find apparatus hpaio:usb/PSC_2100_Series?serial=MY35BF43860F

“Fault during communication”

After configuring the scanner in Yast the test resulted in:

scanimage: open of device hpaio:usb/PSC_2100_Series?serial=MY35BF43860F 
failed: Error device I/O


Configuring the scanner with hplip instead of hpaio was refused

Seems there are problems configuring the scanner

Any idea how I can solve this ?

Thanks,

André

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



Re: [opensuse] How do I get off this list?

2007-08-16 Thread Jorge Fábregas
On Tuesday 14 August 2007 7:03 pm, David Gersic wrote:
 I know that the answer should be to send a message to
 [EMAIL PROTECTED], but I've done that several times now and
 it hasn't worked. The help address doesn't respond with anything either.

David, I can confirm this same behaviour..but in my case I  know it's 
something on my side (it's my ISP's filtering system). I was missing some 
mails from the list... To make a long story short...I decided to open this 
gmail account for the mailing lists and now I receive every mail.  The 
problem is that I can't unsubscribe from the list (from my other email 
account) because I never receive the confirmation email.

I just sent an email to the mailing-list owner to see if he/she can manually 
unsubscribe me...Let see if there's a real human there... 
([EMAIL PROTECTED])

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



Re: [opensuse] CD media issues.

2007-08-16 Thread Dave Howorth
James Tremblay wrote:
 Hello all, could anyone tell me if they have experienced issues with
 older cdrom drives not particularly liking burned cd's of linux?
 I have a stack of IBM xseries 305 servers and I frequently  have issues
 with SLE cd's that I burn, I use the same burner and download methods as
 I did with Netware , I though at first it was the linux tools so I
 rebooted and burned a copy in Windows, still the cd has boot or copy
 errors, then I decided to burn a fresh netware 6.5 disk but it booted
 and copied files just fine. I got  new SLE iso's from another computer
 and burned those on that machine still varying issues with boot and file
 copies. Any Ideas.

I'm not sure I fully understood. You can read most CDs fine? You're
writing some CDs on a particular burner and several machines have
problems reading them? That sounds like a problem with the burner, so
I'd try a different burner first.

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



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread Art Fore
On Tue, 2007-08-14 at 20:24 +0530, CyberOrg wrote:
 On 8/14/07, primm [EMAIL PROTECTED] wrote:
  On Tuesday 14 August 2007 13:23, you wrote:
   On 8/14/07, primm [EMAIL PROTECTED] wrote:
Just deleted the -git installation and went for 0.5.2 from X11:XGL. All
OK except that ccsm doesn't allow me to choose anything apart from the
defaults. All the options are greyed out. I cannot check the check 
boxes.
I have all the plugins I can find installed via yast. What am I
missing?
  
   Try and start compiz with 'compiz --replace ccp'
 
  yep. No problem. It fires up just fine.
 
   and have correct
   backend selected in ccsm (Flat-file).
 
  How do I do that? searching for 'backend' in ccsm gives me no results. could
  you be a little more precise please?
 
 It seems some of the mirrors are not synced yet, you should have
 version greater than or equal to 0.5.2:
 
 rpm -qa | grep compiz
 compiz-fusion-plugins-main-0.5.2-7.1
 python-compizconfig-0.5.2-4.2
 compiz-gnome-0.5.2-17.1
 libcompizconfig-0.5.2-5.2
 compiz-fusion-plugins-unsupported-0.5.2-2.4
 compiz-0.5.2-17.1
 libcompizconfig-backend-kconfig-0.5.2-2.3
 compizconfig-settings-manager-0.5.2-6.3
 compiz-kde-0.5.2-17.1
 compiz-fusion-plugins-extra-0.5.2-6.4
 
 The above is for Factory, for 10.2 check :
 
 http://download.opensuse.org/repositories/X11:/XGL/
 
 Cheers
 
 -J

I got one step further. I downloaded and installed the rpms from X11:XGL
and I have the GO1 Nvidia rpms installedWhen I do

compiz –replace ccp 

I get 

[EMAIL PROTECTED]:~ compiz: Trying '/usr/$LIB/libIndirectGL.so.1'
compiz (core) - Error: Screen 0 on display :0.0 already has a window
manager; try using the --replace option to replace the current window
manager.
compiz (core) - Fatal: No manageable screens found on display :0.0

rpm -qa |grep compiz

results in

compizconfig-settings-manager-0.5.2-6.2
compiz-fusion-plugins-main-0.5.2-7.1
compiz-bcop-0.5.2-2.1
compiz-0.5.2-17.1
compiz-kde-0.5.2-17.1
compiz-fusion-plugins-extra-0.5.2-6.4
compiz-emerald-0.5.2-6.2
libcompizconfig-0.5.2-5.2
compiz-emerald-themes-0.5.2-2.1
python-compizconfig-0.5.2-4.2

Here are the nvidia rpms from yast:

rpm -qa |grep nvidia
x11-video-nvidiaG01-100.14.09-2.1
nvidia-gfxG01-kmp-default-100.14.09_2.6.18.8_0.3-1.1

This is on Suse 10.2

Any suggestions?

Art


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



Re: [opensuse] HOWTO enable Thunderbird 'Reply to list' feature

2007-08-16 Thread Hylton Conacher (ZR1HPC)
G T Smith wrote:
 Hylton Conacher (ZR1HPC) wrote:
 Hi,
 
 After a recent thread, I decided that I really should install the
 ability to Reply-to-list feature in Thunderbird as I am subscribed to a
 number of mailing lists. 

snip

 The replyto list extension can be found at..
 
  http://open.nit.ca/wiki/?ReplyToListThunderbirdExtension
 
 You will also need to install mnenhy from..
 
  http://mnenhy.mozdev.org

mnenhy I downloaded and installed as an extension but the reply to list
extention just wanted me to add something into the wiki?

Is there not a stable opensuse repository I can rather use via YAST to
get this sort of improvement/enhancement?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread CyberOrg
On 8/16/07, Art Fore [EMAIL PROTECTED] wrote:


 I got one step further. I downloaded and installed the rpms from X11:XGL
 and I have the GO1 Nvidia rpms installedWhen I do

 compiz –replace ccp 

 I get

 [EMAIL PROTECTED]:~ compiz: Trying '/usr/$LIB/libIndirectGL.so.1'
 compiz (core) - Error: Screen 0 on display :0.0 already has a window
 manager; try using the --replace option to replace the current window
 manager.
 compiz (core) - Fatal: No manageable screens found on display :0.0


 Any suggestions?


Yeah, try using the --replace option (with double hyphens/dashes)

Cheers

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



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread Hans van der Merwe

On Thu, 2007-08-16 at 21:22 +0800, Art Fore wrote:
 On Tue, 2007-08-14 at 20:24 +0530, CyberOrg wrote:
  On 8/14/07, primm [EMAIL PROTECTED] wrote:
   On Tuesday 14 August 2007 13:23, you wrote:
On 8/14/07, primm [EMAIL PROTECTED] wrote:
 Just deleted the -git installation and went for 0.5.2 from X11:XGL. 
 All

 I got one step further. I downloaded and installed the rpms from X11:XGL
 and I have the GO1 Nvidia rpms installedWhen I do

 compiz –replace ccp 




Did your mailer convert -- to -? it should be double minus.





E-Mail disclaimer:
http://www.sunspace.co.za/emaildisclaimer.htm
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Re: Scan problem in 10.2

2007-08-16 Thread jdd

A. den Oudsten wrote:


Any idea how I can solve this ?


I can't make hp PSC work with yast, but hp-tools (in system/monitor or 
command line) works


jdd


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



Re: [opensuse] Scan problem in 10.2

2007-08-16 Thread Johannes Meixner

Hello,

On Aug 16 15:15 A. den Oudsten wrote (shortened):
 After starting Xsane i got:
 
 Could not find apparatus hpaio:usb/PSC_2100_Series?serial=MY35BF43860F
 
 Fault during communication
 
 After configuring the scanner in Yast the test resulted in:
 
 scanimage: open of device hpaio:usb/PSC_2100_Series?serial=MY35BF43860F
 failed: Error device I/O

Are the hplip services up and running?
If not, do as root
  insserv hplip
  rccups stop
  rchplip restart
  rccups start

I assume it is just one more of the low-level USB I/O problems
for which I don't know a solution except to try out the stuff at
http://en.opensuse.org/SDB:Configuring_Scanners_from_SUSE_LINUX_9.2
USB Cable Connection and Additional USB Hubs and
Trouble-Shooting (Debugging).
The latter might show a useful hint why USB device I/O fails
on your particular system.

Additionally you may try out if it works with USB 1.x,
see for example the German mail
http://lists.opensuse.org/opensuse-de/2007-04/msg00185.html


Kind Regards
Johannes Meixner
-- 
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] HOWTO enable Thunderbird 'Reply to list' feature

2007-08-16 Thread G T Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hylton Conacher (ZR1HPC) wrote:
 G T Smith wrote:
 Hylton Conacher (ZR1HPC) wrote:
 Hi,
 After a recent thread, I decided that I really should install the
 ability to Reply-to-list feature in Thunderbird as I am subscribed to a
 number of mailing lists. 
 
 snip
 
 The replyto list extension can be found at..

  http://open.nit.ca/wiki/?ReplyToListThunderbirdExtension

 You will also need to install mnenhy from..

  http://mnenhy.mozdev.org
 
 mnenhy I downloaded and installed as an extension but the reply to list
 extention just wanted me to add something into the wiki?
 
 Is there not a stable opensuse repository I can rather use via YAST to
 get this sort of improvement/enhancement?


This seems to be a step by step guide... The extenstion is halfway down
under ...

 OK, I've done all that. Where's the extension already?



- --
==
I have always wished that my computer would be as easy to use as my
telephone.
My wish has come true. I no longer know how to use my telephone.

Bjarne Stroustrup
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGxFUNasN0sSnLmgIRAsNPAJ9FgegbpPN4m9jJbcMNYRuP7zaWVgCgtYV0
Juv7t+FVN51aiSwI0DpPPw4=
=eF3e
-END PGP SIGNATURE-
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kmail - automatic html-view for some senders only?

2007-08-16 Thread Randall R Schulz
On Thursday 16 August 2007 00:38, Daniel Bauer wrote:
 Hi everybody,

 Is it possible to make a filter or something to automatically display
 the html-version of an e-mail depending on the sender?

 I have set kmail to display text versions only, for html-mails I can
 choose to see the html-version on the bottom. This is as I want it.

KMail allows you to control HTML interpretation (Folder - Prefer HTML 
to Plain Text) and external resource loading (Folder - Load External 
References) on a folder-by-folder basis, so you can filter the known 
OK senders into a folder where one or both of those options are 
enabled.


 There are just some senders that always send html-mails, and because
 I know they are ok, I'd like to have their (and only their) emails
 automatically displayed in the html-version without the need to
 explicitely click on show html...

 Is this possible? The only thing I found in filters is execute a
 command, but what command would that be?

You could write a script that would extract just the HTML portion of the 
multipart MIME-encoded message to a file and send that file to your 
browser, but it hardly seems worth it, since at that point you couldn't 
do any of the usual mail things (reply, forward, etc.) and unless the 
script did something with the header information to incorporate it into 
the extracted HTML, that would be invisible.


 Thanks for hints.

 Daniel


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



Re: [opensuse] How to insert lines into text file ?

2007-08-16 Thread Randall R Schulz
On Thursday 16 August 2007 01:52, Jan Engelhardt wrote:
 On Aug 16 2007 11:26, Mark Goldstein wrote:
   I would like to insert a new line on each second line, like
   that:
 
  Quick and easy;
  for i in `cat pre.txt`; do echo -e $i\n; done after.txt

 That will not work, and for good. You should never-never-never use
 for i in `something` for anything unless you know exactly what the
 outcome is. Because by default, unless you muck with $IFS, it splits
 at word boundaries, not lines.

While you're right that as written this probably won't work and it's 
really a distinctly sub-optimal solution, it will work if you set the 
IFS variable to be newline only (by default, it's space, tab and 
newline). Then the words into which the input is parsed will be 
individual lines.

Others have posted better solutions.


  If that's all you want to do... If you do other sort of text
  manipulation, have a look at sed.
 
 Or just use sed:
 
 cat your_file | sed G  new_file

Most commands, sed included, read named files and don't require the use 
of a separate command and a pipe. This works as well and has slightly 
less overhead:

sed your_file -e G new_file


 perl -i -pe 's/\n/\n\n/' new_file

   Jan


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



Re: [opensuse] How do I get off this list?

2007-08-16 Thread Jorge Fábregas
On Thursday 16 August 2007 9:24 am, Jorge Fábregas wrote:
 I just sent an email to the mailing-list owner to see if he/she can
 manually unsubscribe me...Let see if there's a real human there...
 ([EMAIL PROTECTED])

Oh yes definitely, there's a real human there. It just answered my request 
right now :)

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



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread primm

 compiz –replace ccp 

 I get

 [EMAIL PROTECTED]:~ compiz: Trying '/usr/$LIB/libIndirectGL.so.1'
 compiz (core) - Error: Screen 0 on display :0.0 already has a window
 manager; try using the --replace option to replace the current window
 manager.
 compiz (core) - Fatal: No manageable screens found on display :0.0

 rpm -qa |grep compiz

 results in

 compizconfig-settings-manager-0.5.2-6.2
 compiz-fusion-plugins-main-0.5.2-7.1
 compiz-bcop-0.5.2-2.1
 compiz-0.5.2-17.1
 compiz-kde-0.5.2-17.1
 compiz-fusion-plugins-extra-0.5.2-6.4
 compiz-emerald-0.5.2-6.2
 libcompizconfig-0.5.2-5.2
 compiz-emerald-themes-0.5.2-2.1
 python-compizconfig-0.5.2-4.2

 Here are the nvidia rpms from yast:

 rpm -qa |grep nvidia
 x11-video-nvidiaG01-100.14.09-2.1
 nvidia-gfxG01-kmp-default-100.14.09_2.6.18.8_0.3-1.1

 This is on Suse 10.2

 Any suggestions?

 Art

OK. I removed every reference to comiz, compiz git and deleted xgl using yast. 
Just to make sure I turned xgl off (even though I'd never used it.) and 
rebooted. 

Here is my compiz install list:

nvidia-gfxG01-kmp-default-100.14.09_2.6.18.8_0.3-1.1
x11-video-nvidiaG01-100.14.09-2.1
compiz-fusion-plugins-main-0.5.2-7.1
compiz-fusion-plugins-unsupported-0.5.2-2.4
compiz-gnome-0.5.2-17.1
compiz-fusion-plugins-extra-0.5.2-6.4
compiz-emerald-0.5.2-6.2
compiz-bcop-0.5.2-2.1
compiz-0.5.2-17.1
libcompizconfig-backend-kconfig-0.5.2-2.2
compizconfig-settings-manager-0.5.2-6.2
compiz-kde-0.5.2-17.1
python-compizconfig-0.5.2-4.2
libcompizconfig-0.5.2-5.2
compiz-emerald-themes-0.5.2-2.1

Backup /etc/X11/xorg.conf then delete it.

sax2 -r

This in /etc/X11/xorg.conf

Section Device
Identifier Device[0]
Driver nvidia
VendorName NVIDIA
BoardName  GeForce 6100
EndSection

Section Screen
Identifier Screen[0]
Device Device[0]
MonitorMonitor[0]
DefaultDepth24
Option AllowGLXWithComposite True
Option RenderAccel True
Option AddARGBGLXVisuals True

I wish I had the time to write a step by step howto. I wish the cyberorg guys 
would write one. They are onto a real winner. I'm working on an nfs server 
here and I really should not be playing around with this stuff. I told the 
boss that fire on the screen was needed to get rid of viruses;-)

A little BTW. What happened to the 3d plugin where the windows rise up from 
the desktop, was broken in the -git release and seems to have disappeared 
from 0.5.2?

hth a little. Now back to stale file handles. What joys.

Lynn (yes, a girl using a Linux server)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] compiz 3d plugin

2007-08-16 Thread primm
Hi

The 3d plugin which was partially working in the recent -git release has gone 
from 0.5.2. I have all the plugins installed. Any ideas?

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



Re: [opensuse] kmail - automatic html-view for some senders only?

2007-08-16 Thread Daniel Bauer
On Donnerstag, 16. August 2007, Randall R Schulz wrote:
 On Thursday 16 August 2007 00:38, Daniel Bauer wrote:
  Hi everybody,
 
  Is it possible to make a filter or something to automatically display
  the html-version of an e-mail depending on the sender?
 
  I have set kmail to display text versions only, for html-mails I can
  choose to see the html-version on the bottom. This is as I want it.

 KMail allows you to control HTML interpretation (Folder - Prefer HTML
 to Plain Text) and external resource loading (Folder - Load External
 References) on a folder-by-folder basis, so you can filter the known
 OK senders into a folder where one or both of those options are
 enabled.


Thank you Randall for this perfect idea!

Daniel

-- 
Daniel Bauer photographer Basel Switzerland
professional photography: http://www.daniel-bauer.com
erotic art photos: http://www.bauer-nudes.com/en/linux.html
Madagascar special: http://www.fotograf-basel.ch/madagascar/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Kde automount not working with jengelh kernel?

2007-08-16 Thread Gryffus

Ok, thank you.

There is one more problem. I updated kernel from 2.6.18.8-ccj45-desktop to 
2.6.22.2-ccj52-default and hal stopped working for me. Maybe it is not in 
hal, but i dont know how things work in there :-( When i insert CD, or DVD 
into my drive, kde displays form with new media found. If i open 
/media/there is nothing which could be the DVD-rom. When i click on my 
computer and on the inserted media, the directory is empty. In drive 
properties (right click) it is showed as unmounted DVD drive. You can see it 
here: http://home.tiscali.cz/cb149154/asd.png Translation for the text next 
to Velikost: (Size:) is: It is not possible to execute process. It is not 
possible to create io-slave: klauncher reporting: Unknown protocol ''. 
Shouldnt be some text between the '' ?


Second thing that maybe relates to hal too is my photo camera not working... 
When i plug it in and run digikam auto detection it writes a messagebox:
Selhání pri autodetekci fotoaparátu. Ujistete se prosím, ze je fotoaparát 
správne pripojen a zapnutý. Chcete autodetekci opakovat?
translation: Autodetection of camera has failed. Please make sure, that 
camera is connected and on. Do you want to repeat autodetection?
But KDE displays message about new camera when i turn it on... But the dir 
in My computer is empty, like with the DVDrom.



gfs-kancl:/ # ls -l /media
total 8
drwxr-xr-x 2 root root 4096 Jan  6  2007 floppy
drwxr-xr-x 2 root root 4096 Dec  3  2006 xmms_audio_cd


Hald is running:
6863 ?Ss 0:02 hald --daemon=yes --verbose=yes --use-syslog
6864 ?S  0:00  \_ hald-runner
6871 ?S  0:00  \_ hald-addon-acpi: listening on acpid 
socket /var/run/acpid.socket
6877 ?S  0:00  \_ hald-addon-keyboard: listening on 
/dev/input/event0
6884 ?S  0:00  \_ hald-addon-keyboard: listening on 
/dev/input/event2
6887 ?S  0:00  \_ hald-addon-keyboard: listening on 
/dev/input/event3

6914 ?S  0:04  \_ hald-addon-storage: polling /dev/hdb
6920 ?S  0:01  \_ hald-addon-storage: polling /dev/sdb
6922 ?S  0:00  \_ hald-addon-storage: polling /dev/sdc
6924 ?S  0:01  \_ hald-addon-storage: polling /dev/sdd
6926 ?S  0:01  \_ hald-addon-storage: polling /dev/sde

This is what happens to hal when i insert media:

Start monitoring devicelist:
-
*** lshal: property_modified, 
udi=/org/freedesktop/Hal/devices/storage_serial_K4G6A8H1153, 
key=storage.removable.media_available

  is_removed=false, is_added=false
*** new value: true  (bool)

*** lshal: device_added, 
udi='/org/freedesktop/Hal/devices/volume_label_TheFrozenThrone'

 block.minor = 64  (0x40)  (int)
 volume.label = 'TheFrozenThrone'  (string)
 volume.disc.has_data = true  (bool)
 volume.ignore = false  (bool)
 org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 
'Eject'} (string list)

 info.capabilities = {'volume.disc', 'volume', 'block'} (string list)
 volume.is_partition = false  (bool)
 volume.disc.capacity = 493299712  (0x1d672800)  (uint64)
 volume.mount_point = ''  (string)
 info.category = 'volume'  (string)
 volume.disc.is_appendable = false  (bool)
 volume.is_disc = true  (bool)
 info.product = 'TheFrozenThrone'  (string)
 volume.disc.is_videodvd = false  (bool)
 volume.is_mounted = false  (bool)
 block.is_volume = true  (bool)
 volume.linux.is_device_mapper = false  (bool)
 volume.disc.is_svcd = false  (bool)
 block.storage_device = 
'/org/freedesktop/Hal/devices/storage_serial_K4G6A8H1153'  (string)
 info.parent = '/org/freedesktop/Hal/devices/storage_serial_K4G6A8H1153' 
(string)

 volume.disc.has_audio = false  (bool)
 volume.block_size = 2048  (0x800)  (int)
 volume.num_blocks = 963476  (0xeb394)  (int)
 volume.fsversion = 'Joliet Extension'  (string)
 block.device = '/dev/hdb'  (string)
 volume.uuid = ''  (string)
 volume.disc.is_rewritable = false  (bool)
 volume.fsusage = 'filesystem'  (string)
 volume.is_mounted_read_only = false  (bool)
 volume.disc.is_blank = false  (bool)
 org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype 
extra_options', 'extra_options', 'extra_options'} (string list)

 info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
 storage.model = ''  (string)
 volume.size = 493299712  (0x1d672800)  (uint64)
 info.udi = '/org/freedesktop/Hal/devices/volume_label_TheFrozenThrone' 
(string)
 volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 
'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'utf8', 'uid=', 'mode=', 
'iocharset='} (string list)
 org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} 
(string list)

 block.major = 3  (0x3)  (int)
 volume.disc.is_vcd = false  (bool)
 volume.fstype = 'iso9660'  (string)
 org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 
'hal-storage-unmount', 'hal-storage-eject'} (string 

Re: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread Gryffus
URL 
'http://download.opensuse.org/repositories/home%3a/cyberorg/experimental'.
Unknown source type for 
http://download.opensuse.org/repositories/home%3a/cyberorg/experimental


What is wrong? :-(

- Original Message - 
From: CyberOrg [EMAIL PROTECTED]

To: d_garbage [EMAIL PROTECTED]
Cc: opensuse@opensuse.org
Sent: Thursday, August 16, 2007 7:49 AM
Subject: Re: [opensuse] Xorg/beryl = compiz-fusion update



On 8/16/07, d_garbage [EMAIL PROTECTED] wrote:



I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There is 
a

early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to 
you.


i would love to hear from cyberorg, what the current state of play is on
this.


It is available here:

http://download.opensuse.org/repositories/home:/cyberorg:/experimental/

Use if if you find it works for you.

-J
--
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] Xorg/beryl = compiz-fusion update

2007-08-16 Thread Gryffus

Ye... Working for me. Thank you very much...

Gfs

- Original Message - 
From: d_garbage [EMAIL PROTECTED]

To: opensuse@opensuse.org
Sent: Wednesday, August 15, 2007 11:09 PM
Subject: Re: [opensuse] Xorg/beryl = compiz-fusion update


On Wed, 15 Aug 2007 14:56:33 +0100, Gryffus [EMAIL PROTECTED] wrote:

In beryl-manager i could switch window managers by right-click and when 
beryl died, it automaticaly switched to kwin. It is possible to have 
something like that in compiz, or can i use beryl-manager with 
compiz-fusion?


Thx for advice

Gfs


Hi Gfs,

I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There is a
early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to you.

i would love to hear from cyberorg, what the current state of play is on
this.
The combination of opensuse  CF is the winner for me, though i've dabbled
around in a few other distros. I'm a newbie at linux, and find opensuse
really holds my hand through most aspects of configuration and use.
Thanks for a great distro, and keep up the good work. :)
Best wishes,
David
--
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] Emerald Theme Manager

2007-08-16 Thread d_garbage
On Thu, 16 Aug 2007 04:50:22 +0100, Fernando Costa [EMAIL PROTECTED]  
wrote:



Hi all,

I'm using openSUSE 10.2 and want to use Emerald (without Beryl) as my
window decorator, what changes i need in order to do that. I have
installed the compiz-emerald from yast but when i run emerald window
decorator, it doesn't changes the windows. I think that i must be a
little bit confused between window manager and window decorator..

Any help or guide would be appreciated,

Thanks,

F


Hello Fernando,

I dont think what you are trying will work (but i'm no expert!). Emerald  
is the window decorator for  Compiz-Fusion, the successor to Beryl and the  
old compiz vanilla:

http://en.wikipedia.org/wiki/Compiz_Fusion.
I believe you will need to run Compiz-Fusion on your opensuse in order to  
use it. Give it a try, they make a great combination!

Compiz-Fusion forum is here: http://forum.compiz-fusion.org/index.php.
Hope that helps,
Regards,
David
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] MD5 ?

2007-08-16 Thread Carlos F Lange
On Thu August 16 2007 03:51, Erik Jakobsen wrote:
 Hi.

 I can find all md5's but not the one for opsuse10.3B1 on DVD.
 Where can I see it ?.

Add your voice to the Bug #299907 in 
https://bugzilla.novell.com/show_bug.cgi?id=299907

-- 
Carlos FL

Who is General Failure, and why is he reading my disk?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] compiz 3d plugin

2007-08-16 Thread d_garbage

On Thu, 16 Aug 2007 16:00:45 +0100, primm [EMAIL PROTECTED] wrote:


Hi

The 3d plugin which was partially working in the recent -git release has  
gone

from 0.5.2. I have all the plugins installed. Any ideas?

Cheers, Lynn.



afaik, it was not considered stable enough yet  to qualify for the  
official release.


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



Re: [opensuse] MD5 ?

2007-08-16 Thread d_garbage
On Thu, 16 Aug 2007 17:02:39 +0100, Carlos F Lange  
[EMAIL PROTECTED] wrote:



On Thu August 16 2007 03:51, Erik Jakobsen wrote:

Hi.

I can find all md5's but not the one for opsuse10.3B1 on DVD.
Where can I see it ?.


Add your voice to the Bug #299907 in
https://bugzilla.novell.com/show_bug.cgi?id=299907



Just a shot-in-the-dark but i have a vague memory that an opensuse dvd i  
once downloaded had the md5 actually on the iso? Worth a look (iso viewer?)

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



Re: [opensuse] MD5 ?

2007-08-16 Thread Erik Jakobsen
Carlos F Lange wrote:
 Add your voice to the Bug #299907 in 
 https://bugzilla.novell.com/show_bug.cgi?id=299907

   

Hi Carlos..

I have done it now. Thanks!

-- 
Med venlig hilsen / Best regards
Erik Jakobsen
[EMAIL PROTECTED]
openSuSE 10.2 (i586)

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



Re: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread d_garbage
On Thu, 16 Aug 2007 06:49:23 +0100, CyberOrg [EMAIL PROTECTED]  
wrote:



On 8/16/07, d_garbage [EMAIL PROTECTED] wrote:



I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There  
is a

early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to  
you.


i would love to hear from cyberorg, what the current state of play is on
this.


It is available here:

http://download.opensuse.org/repositories/home:/cyberorg:/experimental/

Use if if you find it works for you.

-J


Thank you for that CyberOrg. Maybe a tray icon will ultimately prove  
unnecessary, but it makes a nice transition from Beryl.

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



Re: [opensuse] Has anyone tried to install a PECL extension on an openSUSE system?

2007-08-16 Thread Cristian Rodriguez
Per Jessen escribió:
 I'm trying to install pecl::mailparse, but I'm making very slow
 progress.  At first I had to install the 'pear installer' by hand - I
 couldn't find a package ready to go. Is there a reason 'pear' wasn't
 included in the php package? 
 

almost all working PECL extensions are available here


http://download.opensuse.org/repositories/server:/php:/extensions/openSUSE_10.2
just add it as an installation source.


pear is included in the php5-pear package

the mailparse extension is not very well mantained in upstream, your
best bet is to use sth in userspace... most likely something properly
written like ezcomponents-mail (hint!!, hint!!) available from:

http://download.opensuse.org/repositories/server:/php:/applications/openSUSE_10.2/


documentation --

http://ez.no/doc/components/view/latest/(file)/introduction_Mail.html


-- 
WARNING: This bug is visible only to employees, You are allowed to be
mad at them.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread Art Fore
On Thu, 2007-08-16 at 19:11 +0530, CyberOrg wrote: 
 On 8/16/07, Art Fore [EMAIL PROTECTED] wrote:
 
 
  I got one step further. I downloaded and installed the rpms from X11:XGL
  and I have the GO1 Nvidia rpms installedWhen I do
 
  compiz –replace ccp 
 
  I get
 
  [EMAIL PROTECTED]:~ compiz: Trying '/usr/$LIB/libIndirectGL.so.1'
  compiz (core) - Error: Screen 0 on display :0.0 already has a window
  manager; try using the --replace option to replace the current window
  manager.
  compiz (core) - Fatal: No manageable screens found on display :0.0
 
 
  Any suggestions?
 
 
 Yeah, try using the --replace option (with double hyphens/dashes)
 
 Cheers
 
 -J

Did that, if I do it from the command line, the compiz --replace ccp 
then starts, but how do I get the emerald --replace ccp  to go then.
destop locks up and can do nothing.  

I follow the following instructions

To make it auto start do the following:
open a terminal
touch ~/.kde/Autostart/startcompiz.sh
kate ~/.kde/Autostart/startcompiz.sh

Paste the following in your text editor:
#! /bin/sh
compiz –replace ccp 
emerald –replace ccp 

Save it.. and close it

back at termial type: 

chmod +x ~/.kde/Autostart/startcompiz.sh

of course replacing the - with -- (BTW, the copy past also deletes the
space before the -)

Restarting X does nothing. Strange thing was that Kate opens the file
when coming back into X. 

Here is the startcompiz.sh kfile
#! /bin/sh
compiz --replace ccp 
emerald --replace ccp 

Any furthr suggestions.

Art



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



Re: [opensuse] MD5 ?

2007-08-16 Thread Ken Schneider
Mr. Garbage,

Please fix your date, your posts are showing July 23.


On Tue, 2007-07-24 at 02:36 +0100, d_garbage wrote:
 On Thu, 16 Aug 2007 17:02:39 +0100, Carlos F Lange  
 [EMAIL PROTECTED] wrote:
 
  On Thu August 16 2007 03:51, Erik Jakobsen wrote:
  Hi.
 
  I can find all md5's but not the one for opsuse10.3B1 on DVD.
  Where can I see it ?.
 
  Add your voice to the Bug #299907 in
  https://bugzilla.novell.com/show_bug.cgi?id=299907
 
 
 Just a shot-in-the-dark but i have a vague memory that an opensuse dvd i  
 once downloaded had the md5 actually on the iso? Worth a look (iso viewer?)
 Thanks,
 David

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



Re: [opensuse] thoughts on how to repair a destroyed /boot?

2007-08-16 Thread Felix Miata
On 2007/08/16 00:53 (GMT-0700) Bruce Ferrell apparently typed:

 Don't ask how it happened, but it did.  Now I'm trying to figure out how
 to fix it without re-installing.

Destroyed? What does that mean?

One short answer:
1-If it's a separate partition that still actually exists, umount it, do
mkfs.ext2 on it, remount it
2-download/install your choice of kernel
3-run grub-install
4-confirm /boot/grub/menu.lst is suitably built

If the system is currently bootable, boot a CD that will permit you to chroot
and perform probably the same steps, depending what destroyed actually means,
possibly to include recreating the partition with fdisk or substitute.
-- 
   It is impossible to rightly govern the world without
God and the Bible.George Washington

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] MD5 ?

2007-08-16 Thread d_garbage
On Thu, 16 Aug 2007 17:22:31 +0100, Ken Schneider  
[EMAIL PROTECTED] wrote:



Mr. Garbage,

Please fix your date, your posts are showing July 23.



Wow, thanks for the considerate heads-up! Done.
Yours,
David
ps. i know d_garbage is a bit naff -  it started life as a spam filter,  
and now i'm affectionately stuck with it d:¬)-'


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



Re: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread d_garbage

On Thu, 16 Aug 2007 16:55:30 +0100, Gryffus [EMAIL PROTECTED] wrote:



On 8/16/07, d_garbage [EMAIL PROTECTED] wrote:



I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There  
is a

early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to  
you.


i would love to hear from cyberorg, what the current state of play is  
on

this.


It is available here:

http://download.opensuse.org/repositories/home:/cyberorg:/experimental/

Use if if you find it works for you.

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





URL  
'http://download.opensuse.org/repositories/home%3a/cyberorg/experimental'.
Unknown source type for  
http://download.opensuse.org/repositories/home%3a/cyberorg/experimental


What is wrong? :-(



Hi gryffus,

Open the url in a browser - what u need is in a sub-directory.
Cheers,
David
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] LDAP authentication and shell recognition

2007-08-16 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 8/16/07, Neil Marjoram  wrote:
 I have setup my OpenSuse 10.2 client to authenticate against an OpenLdap
 server using the Yast configuration. All seems well and the users can
 login to the terminal without an issue, however when logging into an X
 session, they receive an Xsession error Login for user XXX is
 disabled. One of the  reasons for this error can be an incorrect shell
 that has not been entered into /etc/shells. On investigation it turns
 out that the users shell is not being selected from the LDAP database
 and the field is left blank. getent passwd shows no shell for any LDAP
 users.

 I am familiar with LDAP and have manually checked the configuration
 files but cannot find anything wrong. Can anyone shed any light on this
 matter?


It's definitely important that the user has a valid shell.  I'm
surprised they can log in via terminal, actually.  On my Linux
machines here, I actually have to symlink /bin/bash to /usr/bin/bash.
We have mostly Solaris servers here and the shell for all the user
accounts in LDAP is /usr/bin/bash.  After the symlink is created it
works fine, I don't even need to add /usr/bin/bash to the /etc/shells
file.

- --
Andy Harrison
public key: 0x67518262
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFGxIfJNTm8fWdRgmIRAqCcAJ4gMqtQd8cTsAc3gNbvCtWaafVyHACfXS74
0SRDPHzDSFniiP5LFekLfR0=
=CJrs
-END PGP SIGNATURE-
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Question on Clamav

2007-08-16 Thread Sloan
Registration Account wrote:
 Adam, hi there

 clamAV is NOT a real time ant-virus application. If you
 copy an infected file onto you disk then is will be
 copied across without saying anything.
   

It depends on how you use it. The primary use of any antivirus
application on linux machines is basically as a courtesy to protect
windoze clients.

When used on a mail server, clamav scans incoming messages for viruses,
which is pretty close to real time.

When used on a samba server, clamav provides on-access virus protection
for pc clients via samba-vscan, which is about as real time as it gets.

It's a very good thing that clamav is lightweight and non-intrusive by
default. I'd be pretty unhappy with a product that wasted system
resources constantly monitoring and scanning for windoze viruses on my
linux desktop system. I'd much rather use my CPU cycles on something
useful, say web browsing, gaming or multimedia ;)

Joe

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



Re: [opensuse] Question on Clamav

2007-08-16 Thread Adam Jimerson
On Thursday 16 August 2007 01:33:38 pm Sloan wrote:
 Registration Account wrote:
  Adam, hi there
 
  clamAV is NOT a real time ant-virus application. If you
  copy an infected file onto you disk then is will be
  copied across without saying anything.

 It depends on how you use it. The primary use of any antivirus
 application on linux machines is basically as a courtesy to protect
 windoze clients.

 When used on a mail server, clamav scans incoming messages for viruses,
 which is pretty close to real time.

 When used on a samba server, clamav provides on-access virus protection
 for pc clients via samba-vscan, which is about as real time as it gets.

 It's a very good thing that clamav is lightweight and non-intrusive by
 default. I'd be pretty unhappy with a product that wasted system
 resources constantly monitoring and scanning for windoze viruses on my
 linux desktop system. I'd much rather use my CPU cycles on something
 useful, say web browsing, gaming or multimedia ;)

 Joe

The thing is that Clamav seems to think that the templates for Krita are 
virus, but when I run avast to double check Clamav's findings avast comes up 
clean.  So the only use I have for Clamav right now is for scanning my emails 
for virus.  The only reason I need an anti virus on Linux is for email 
scanning, done with Kmail, and scanning of my Windows.


signature.asc
Description: This is a digitally signed message part.


Re: [opensuse] Question on Clamav

2007-08-16 Thread Sloan
Adam Jimerson wrote:

 The thing is that Clamav seems to think that the templates for Krita are 
 virus, but when I run avast to double check Clamav's findings avast comes up 
 clean.  

Those false positives should probably be reported to the clamav folks -

Joe



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



Re: [opensuse] How do I get off this list?

2007-08-16 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Wednesday 2007-08-15 at 23:19 -0500, David Gersic wrote:

 On Wednesday 15 August 2007 10:35 pm, Rajko M. wrote:
  They share common provider, are they?
 
 Actually, no, they don't.

But the receiving address being the same, that's the common path that 
seems suspect to me. I would thing that some thing on the receiving side 
(isp or your setup) is rejecting or deleting the response emails.

- -- 
Cheers,
   Carlos E. R.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFGxJkjtTMYHG2NR9URAmE2AJ4/P+jGqLFD85hnkoTn5QXF1Kd2QwCeL+h1
kfDb1ahTv4xE1Y1iw+KZF1I=
=aHpi
-END PGP SIGNATURE-

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



Re: [opensuse] my clock keep changing

2007-08-16 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Wednesday 2007-08-15 at 21:32 -0700, joe wrote:

 I suppose it does, but it sounds contrived - normally I would just type:
 
 rcntpd restart

Which will not work at all if he is not using ntpd.

- -- 
Cheers,
   Carlos E. R.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFGxJm+tTMYHG2NR9URAqRKAJ4ifnqmI91ebii1qeoFgVWUqCD75wCcCGiI
Lip/tz19uF79YLDLp4RbP+M=
=SuVi
-END PGP SIGNATURE-

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



Re: [opensuse] my clock keep changing

2007-08-16 Thread Sloan
Carlos E. R. wrote:

 The Wednesday 2007-08-15 at 21:32 -0700, joe wrote:

  I suppose it does, but it sounds contrived - normally I would just type:

  rcntpd restart

 Which will not work at all if he is not using ntpd.
IIUC the discussion concerned how to best restart ntpd. The OP was
concerned about the accuracy of time on his linux system, and ntpd (or
periodic ntpdate) is the obvious answer.

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



Re: [opensuse] my clock keep changing

2007-08-16 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Thursday 2007-08-16 at 09:25 +0700, Hans Linux wrote:

 my opensuse 10.2's clock keep changing everytime i reboot. Usually everytime i
 reboot, the clock will be about 30 minutes behind from the previous time
 setting, and if i reboot two, it will 60 mniutes behind and so on. I have to
 change it manully. How do i fix it?

Known problem. Procedure:

 - stop ntpd if you are using it (and restart at the end if so)
 - Change time manually.
 - Verify as root in an xterm using date. Ensure that the time zone is 
   correct; otherwise, correct using Yast.
 - Issue hwclock --systohc --localtime or hwclock --systohc --utc as 
   appropiate (you should know wheter your bios keeps utc or localtime;  
   if in doubt, check /etc/sysconfig/clock - HWCLOCK).
 - Delete /etc/adjtime

Reboot or halt your computer when you need to; next time the time should 
be correct.

- -- 
Cheers,
   Carlos E. R.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFGxJwUtTMYHG2NR9URAj9NAJ9l03MUy7TT4WSI3l/PCGY9xer3ZQCfXo34
puDGLoBtrF1f/AL+6oi2peY=
=XxHo
-END PGP SIGNATURE-

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



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread primm

   Any suggestions?
 
  Yeah, try using the --replace option (with double hyphens/dashes)
 
  Cheers
 
  -J

 Did that, if I do it from the command line, the compiz --replace ccp 
 then starts, but how do I get the emerald --replace ccp  to go then.
 destop locks up and can do nothing.

 I follow the following instructions

 To make it auto start do the following:
 open a terminal
 touch ~/.kde/Autostart/startcompiz.sh
 kate ~/.kde/Autostart/startcompiz.sh

 Paste the following in your text editor:
 #! /bin/sh
 compiz –replace ccp 
 emerald –replace ccp 

 Save it.. and close it

 back at termial type:

 chmod +x ~/.kde/Autostart/startcompiz.sh

 of course replacing the - with -- (BTW, the copy past also deletes the
 space before the -)

 Restarting X does nothing. Strange thing was that Kate opens the file
 when coming back into X.

 Here is the startcompiz.sh kfile
 #! /bin/sh
 compiz --replace ccp 
 emerald --replace ccp 

 Any furthr suggestions.

 Art

But then you always get Compiz. Why not in a working kwin session do alt+f2 
and type
 compiz –replace ccp 
Run
Alt+f1
login
killall compiz
Alt+f7
login in again
Alt+f2
 emerald --replace 
Run
Reboot (there's probably a neater way but this works)

Login

Now do alt+f2 and pull down the drop menu. Choose:

 compiz –replace ccp 

_Now_ hit Run. Wait until you have no window decorations.

Now hit alt+f2 again, pull down the drop menu. Choose:

 emerald --replace 

Look very carefully where I've put ccp and where you put ccp.

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



Re: [opensuse] compiz 3d plugin

2007-08-16 Thread primm
On Tuesday 24 July 2007 03:33, d_garbage wrote:
 On Thu, 16 Aug 2007 16:00:45 +0100, primm [EMAIL PROTECTED] wrote:
  Hi
 
  The 3d plugin which was partially working in the recent -git release has
  gone
  from 0.5.2. I have all the plugins installed. Any ideas?
 
  Cheers, Lynn.

 afaik, it was not considered stable enough yet  to qualify for the
 official release.

Can I get the broken one anyway without having to go back to the cvs (or is it 
git) release?

Cheers and thanks for replying. It's a superb project.

Love from Lynn x x
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Kde automount not working with jengelh kernel?

2007-08-16 Thread Jan Engelhardt

On Aug 16 2007 17:50, Gryffus wrote:

 Ok, thank you.

 There is one more problem. I updated kernel from
 2.6.18.8-ccj45-desktop to 2.6.22.2-ccj52-default and hal stopped
 working for me.

Unfortunately, I do not know much more either. If you want to
downgrade or to try kernel versions between ccj45 and ccj52, you can
find them at ftp://ftp5.gwdg.de/pub/linux/misc/suser-jengelh/dl/kernel/

 Maybe it is not in hal, but i dont know how things
 work in there :-( When i insert CD, or DVD into my drive, kde
 displays form with new media found. If i open /media/there is
 nothing which could be the DVD-rom.

Maybe bug http://bugs.kde.org/show_bug.cgi?id=145123 also applies to
other things than fish. You could try finding out by running
konqueror from an xterm (under 2.6.22) and see if it also
# CRASH #es like fish.

But that sounds unlikely, since kio is hardly responsible for
mounting. Maybe `strace -fp XYZ` helps showing why the mount process,
which I believe should be spawned from addon-storage, does not start?

[Where XYZ should be the pid of the hald-addon-storage: polling
/dev/cdrom process]


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



Re: [opensuse] my clock keep changing

2007-08-16 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Thursday 2007-08-16 at 11:48 -0700, Sloan wrote:

   rcntpd restart
 
  Which will not work at all if he is not using ntpd.
 IIUC the discussion concerned how to best restart ntpd. The OP was
 concerned about the accuracy of time on his linux system, and ntpd (or
 periodic ntpdate) is the obvious answer.

No, it isn't. Not if he has a missaligned /etc/adjtime, as he surely 
has, and that is not solved by restarting ntpd a hundred times. Everytime 
he boots up the time would be bad again.

- -- 
Cheers,
   Carlos E. R.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFGxKsZtTMYHG2NR9URAijhAJ92Y1YuQ+HTJ8QA3g5nwHuVdYwKWQCcCHUK
C18BQ6WoGJRKxKcbrrQV/80=
=FKXH
-END PGP SIGNATURE-

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



[opensuse] Re: has anybody installed AWN svn on his openSUSE?

2007-08-16 Thread Philipp Thomas
* Munkii ([EMAIL PROTECTED]) [20070809 23:56]:

 any progress on your package?

Yes, it's finished! The .desktop files aren't in their final state, but as
long as there are no really matching XDG categoriess, they'll have to do.
You'll see that I added a number of patches and some of them I'll send
upstreams.

After the next sync you'll find the .src.rpm and .x86_64.rpm packages below
/pub/people/pth/FACTORY on ftp.suse.com and it's mirrors. Feedback is
appreciated.

Maybe I can get Pascal (aka Guru) to adopt my spec for a svn package of AWN
in the buildservice.

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



[opensuse] Recover deleted files on ext3 partition

2007-08-16 Thread Cristea Bogdan
Is there a way to recover deleted files on ext3 partition? A quick search on 
the Internet gives a negative response, however there are some nonfree 
software that seem to be able to do that. So it can be done or not?
-- 
Bogdan
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Recover deleted files on ext3 partition

2007-08-16 Thread Greg Freemyer
On 8/16/07, Cristea Bogdan [EMAIL PROTECTED] wrote:
 Is there a way to recover deleted files on ext3 partition? A quick search on
 the Internet gives a negative response, however there are some nonfree
 software that seem to be able to do that. So it can be done or not?

It can be done.

We use non-free software, but I suspect there is free software as well

FYI: ext3 uses basically the same on disk structure as ext2, so you
may have better luck searching for ext2 tools.

FYI2: The safest thing is to work from a dd clone of the partition
with the lost files.
ie. dd if=/dev/hda1 of=image_file bs=4k conv=noerror,sync

The paid for tools like XWays Forensics and Encase Forensics can then
open the image_file and find deleted files.

For the free tools, I don't know, but if not you have the image_file
as a backup and can restore it if need be.

Greg
-- 
Greg Freemyer
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer

The Norcross Group
The Intersection of Evidence  Technology
http://www.norcrossgroup.com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread Gryffus

I see... Thx :-)
Gfs

- Original Message - 
From: d_garbage [EMAIL PROTECTED]

To: Gryffus [EMAIL PROTECTED]; opensuse@opensuse.org
Sent: Thursday, August 16, 2007 6:42 PM
Subject: Re: [opensuse] Xorg/beryl = compiz-fusion update


On Thu, 16 Aug 2007 16:55:30 +0100, Gryffus [EMAIL PROTECTED] wrote:



On 8/16/07, d_garbage [EMAIL PROTECTED] wrote:



I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There 
is a

early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to 
you.


i would love to hear from cyberorg, what the current state of play is 
on

this.


It is available here:

http://download.opensuse.org/repositories/home:/cyberorg:/experimental/

Use if if you find it works for you.

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





URL 
'http://download.opensuse.org/repositories/home%3a/cyberorg/experimental'.
Unknown source type for 
http://download.opensuse.org/repositories/home%3a/cyberorg/experimental


What is wrong? :-(



Hi gryffus,

Open the url in a browser - what u need is in a sub-directory.
Cheers,
David 


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



Re: [opensuse] Xorg/beryl = compiz-fusion update

2007-08-16 Thread Gryffus

Ye, perfectly working for me :-) Thanks much.
Gfs

- Original Message - 
From: d_garbage [EMAIL PROTECTED]

To: CyberOrg [EMAIL PROTECTED]
Cc: opensuse@opensuse.org
Sent: Tuesday, July 24, 2007 3:45 AM
Subject: Re: [opensuse] Xorg/beryl = compiz-fusion update


On Thu, 16 Aug 2007 06:49:23 +0100, CyberOrg [EMAIL PROTECTED]  
wrote:



On 8/16/07, d_garbage [EMAIL PROTECTED] wrote:



I too would hope that there will be a beryl-manager style tray-icon in
future. As a user i will continue to ask for it in the project. There  
is a

early prototype compiz-fusion-icon:

http://forum.compiz-fusion.org/showthread.php?t=3136

But i hear it is still very buggy, and is in no way even slightly
official, just a user-contributed effort. Still it might be of use to  
you.


i would love to hear from cyberorg, what the current state of play is on
this.


It is available here:

http://download.opensuse.org/repositories/home:/cyberorg:/experimental/

Use if if you find it works for you.

-J


Thank you for that CyberOrg. Maybe a tray icon will ultimately prove  
unnecessary, but it makes a nice transition from Beryl.

Cheers,
David
--
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] my clock keep changing

2007-08-16 Thread Sloan
Carlos E. R. wrote:

 The Thursday 2007-08-16 at 11:48 -0700, Sloan wrote:

  rcntpd restart
  Which will not work at all if he is not using ntpd.
  IIUC the discussion concerned how to best restart ntpd. The OP was
  concerned about the accuracy of time on his linux system, and ntpd (or
  periodic ntpdate) is the obvious answer.

 No, it isn't. Not if he has a missaligned /etc/adjtime, as he surely
 has, and that is not solved by restarting ntpd a hundred times. Everytime
 he boots up the time would be bad again.
I've not seen that condition in 10 years among the few hundred linux
boxes here, but should /etc/adjtime actually be defective, one could
just nuke it and be good to go. I'd be more concerned with the root
cause, i.e. how did /etc/adjtime get corrupted in the first place.

Joe




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



[opensuse] AGP vs PCI-E

2007-08-16 Thread Chris Arnold
OK, so i got a nVidia 5700 agp card but i have a dell optiplex 260 and i
should have known that a full size video card would not work in this
proprietary system (this system takes half-height cards) :(
So, i can install a PCI video card and i found one with 128meg RAM (ATI
Radeon X600SE) that is a PCI Express card. What i am trying to
accomplish is, now with my current setup (intel i845 video builtin card)
my system is slow. The browser loads slower and after a minimize, all
apps load a black window then show the full app. Things are overall alot
slower. So i want to correct this slowness and black window loading (my
guess would be that the intel i845 video card does not have enough
memory to do desktop effects). My question is, will this PCI Express
card speed things up or will i need to get a agp card? Thanks for any
feedback

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



Re: [opensuse] my clock keep changing

2007-08-16 Thread Billie Walsh
Rajko M. wrote:
 On Wednesday 15 August 2007 21:35, BandiPat wrote:
 On Wednesday 15 August 2007, Hans Linux wrote:
 my opensuse 10.2's clock keep changing everytime i reboot. Usually
 everytime i reboot, the clock will be about 30 minutes behind from
 the previous time setting, and if i reboot two, it will 60 mniutes
 behind and so on. I have to change it manully. How do i fix it?
 ---

 I believe I experienced this once when I had set the clock to local
 rather than UTC.

 Lee
 
 And cure is usually to set correct time, delete file adjtime and reboot. 
 

This may be a stupid question.

When was the cmos battery replaced last?

-- 
Billie Walsh
The three best words in the English Language:
I LOVE YOU
Pass them on!
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error trying to use Factory repos

2007-08-16 Thread Doctor Who
It appears I can *add* Factory repositories ok, but when I try to
refresh, I'm getting a pop-up that reads:

Download failed:
Media Exception

Anyone know how to fix/circumvent this?

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



Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion

2007-08-16 Thread Art Fore
On Thu, 2007-08-16 at 21:04 +0200, primm wrote:
Any suggestions?
  
   Yeah, try using the --replace option (with double hyphens/dashes)
  
   Cheers
  
   -J
 
  Did that, if I do it from the command line, the compiz --replace ccp 
  then starts, but how do I get the emerald --replace ccp  to go then.
  destop locks up and can do nothing.
 
  I follow the following instructions
 
  To make it auto start do the following:
  open a terminal
  touch ~/.kde/Autostart/startcompiz.sh
  kate ~/.kde/Autostart/startcompiz.sh
 
  Paste the following in your text editor:
  #! /bin/sh
  compiz –replace ccp 
  emerald –replace ccp 
 
  Save it.. and close it
 
  back at termial type:
 
  chmod +x ~/.kde/Autostart/startcompiz.sh
 
  of course replacing the - with -- (BTW, the copy past also deletes the
  space before the -)
 
  Restarting X does nothing. Strange thing was that Kate opens the file
  when coming back into X.
 
  Here is the startcompiz.sh kfile
  #! /bin/sh
  compiz --replace ccp 
  emerald --replace ccp 
 
  Any furthr suggestions.
 
  Art
 
 But then you always get Compiz. Why not in a working kwin session do alt+f2 
 and type
  compiz –replace ccp 
 Run
 Alt+f1
 login
 killall compiz
 Alt+f7
 login in again
 Alt+f2
  emerald --replace 
 Run
 Reboot (there's probably a neater way but this works)
 
 Login
 
 Now do alt+f2 and pull down the drop menu. Choose:
 
  compiz –replace ccp 
 
 _Now_ hit Run. Wait until you have no window decorations.
 
 Now hit alt+f2 again, pull down the drop menu. Choose:
 
  emerald --replace 
 
 Look very carefully where I've put ccp and where you put ccp.
 
 hth Lynn
Well, I couldn't get it to work.I do
alt-F2
type in
compiz --replace ccp 
run

That is all she wrote. Alt-F1 does nothing, Alt-f7 does nothing.

crlalt-bckspace is the only way out, but only if I don't click the
mouse.

Art

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



Re: [opensuse] AGP vs PCI-E

2007-08-16 Thread frank nelson

--- Chris Arnold [EMAIL PROTECTED] wrote:

 OK, so i got a nVidia 5700 agp card but i have a
 dell optiplex 260 and i
 should have known that a full size video card would
 not work in this
 proprietary system (this system takes half-height
 cards) :(
 So, i can install a PCI video card and i found one
 with 128meg RAM (ATI
 Radeon X600SE) that is a PCI Express card. What i am
 trying to
 accomplish is, now with my current setup (intel i845
 video builtin card)
 my system is slow. The browser loads slower and
 after a minimize, all
 apps load a black window then show the full app.
 Things are overall alot
 slower. So i want to correct this slowness and black
 window loading (my
 guess would be that the intel i845 video card does
 not have enough
 memory to do desktop effects). My question is, will
 this PCI Express
 card speed things up or will i need to get a agp
 card? Thanks for any
 feedback
 
 Chris

What you install depends on which slot is on the
motherboard. You can't install a PCI-E card in an AGP
slot, and vice versa.

I'd stay with nVidia, if possible, rather than ATI, as
the drivers are less of a problem



   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] my clock keep changing

2007-08-16 Thread Rajko M.
On Thursday 16 August 2007 16:16, Sloan wrote:
 Carlos E. R. wrote:
  The Thursday 2007-08-16 at 11:48 -0700, Sloan wrote:
   rcntpd restart
  
   Which will not work at all if he is not using ntpd.
  
   IIUC the discussion concerned how to best restart ntpd. The OP was
   concerned about the accuracy of time on his linux system, and ntpd (or
   periodic ntpdate) is the obvious answer.
 
  No, it isn't. Not if he has a missaligned /etc/adjtime, as he surely
  has, and that is not solved by restarting ntpd a hundred times. Everytime
  he boots up the time would be bad again.

 I've not seen that condition in 10 years among the few hundred linux
 boxes here, but should /etc/adjtime actually be defective, one could
 just nuke it and be good to go. I'd be more concerned with the root
 cause, i.e. how did /etc/adjtime get corrupted in the first place.


Hi Joe,

that was problem occasionally after some kernel updates that triggered 
avalanche of complains on shifting clock. I had that 2 times, and above 
procedure helped every time. 

If it doesn't help than we can go and figure out what was the root cause. 

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



Re: [opensuse] AGP vs PCI-E

2007-08-16 Thread Rajko M.
On Thursday 16 August 2007 16:50, Chris Arnold wrote:
 So, i can install a PCI video card and i found one with 128meg RAM (ATI
 Radeon X600SE) that is a PCI Express card.

PCI express is not compatible with PCI. 
You can't insert PCI express in PCI slot. 

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



Re: [opensuse] Error trying to use Factory repos

2007-08-16 Thread Rajko M.
On Thursday 16 August 2007 17:41, Doctor Who wrote:
 It appears I can *add* Factory repositories ok, but when I try to
 refresh, I'm getting a pop-up that reads:

 Download failed:
 Media Exception

 Anyone know how to fix/circumvent this?

 Thanks.

It is known bug in Beta 1. 
It occurs if there is a missing file. 
Workaround is to check Factory URLs that are included in Beta1.
So far I recall, at least one was wrong. 
After changing to correct URL error disappeared. 

See also 
  http://en.opensuse.org/Bugs:Most_Annoying_Bugs_10.3_dev
for the rest. 

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



[opensuse] Re: Missing library : libwx_gtk2u_aui-2.8.so.0

2007-08-16 Thread Philipp Thomas
On Thu, 16 Aug 2007 12:48:25 +0700, Hans Linux wrote:

simdock: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: 

You need to install the wxGTK.rpm from the 10.3 beta or Factory. What
version of openSUSE are you running? If it's 10.2, then there is no
wxGTK 2.8.x package for that system and you would have to build it
from source.

Where did you get the simdock rpm from? Was it explicitly built for
SuSE/openSUSE? If not, chances are high that you'll get problems.

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



Re: [opensuse] HOWTO enable Thunderbird 'Reply to list' feature

2007-08-16 Thread Billie Walsh
On 08/16/2007 Hylton Conacher (ZR1HPC) wrote:
 
 snip
 
   The replyto list extension can be found at..
   
http://open.nit.ca/wiki/?ReplyToListThunderbirdExtension
   
   You will also need to install mnenhy from..
   
http://mnenhy.mozdev.org
 
 mnenhy I downloaded and installed as an extension but the reply to 
 list
 extention just wanted me to add something into the wiki?
 
 Is there not a stable opensuse repository I can rather use via YAST to
 get this sort of improvement/enhancement?

Your making this WAY to hard. You say you already have mnenhy installed
into Thunderbird. The next step is to download and use the same
procedure to install the reply extension the same way. Close Thunderbird
and reopen. Right click on the menu bar and click Customize. Drag the
Reply to List icon to the bar.

This isn't about installing anything into SuSE so Yast has nothing to do
with it.

-- 
Billie Walsh
The three best words in the English Language:
I LOVE YOU
Pass them on!
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >