Re: [opensuse] Who said Linux doesnot get Virus infections

2007-09-04 Thread lerninlinux

 -- Original message --
From: Aaron Kulkis <[EMAIL PROTECTED]>
> Hans van der Merwe wrote:
> > On Wed, 2007-08-08 at 07:38 -0400, James Knott wrote:
> >> Hans van der Merwe wrote:
> >>> lware.
> >>>
> >>> Ok, tell me, seeing that I know nothing, if I can compromise a Linux
> >>> users home dir - why cant I send out spam?
> >>>  
> >>>   
> >> I have never claimed such a thing is impossible, but it is far more
> >> difficult to do with Linux.  In order to send out spam, something has to
> >> execute that can do that.  That means the user has to make something
> >> executable and then execute it.  That barrier is much lower in Windows. 
> >> The bottom line, which you apparently refuse to accept, is that it is
> >> much more difficult for such problems to occur with Linux.  Please note,
> >> I'm not saying impossible, just much more difficult.  Please also
> >> understand that Windows was built as a single user system, without many
> >> of the security methods that are standard in Linux & Unix and you can
> >> add to that some extremely poor software design in MS products, that
> >> turn them into a security sieve.  This means no matter how careful a
> >> user is, Windows will always be far more risky.
> >>
> > 
> > 
> > I think we agree on the subject.
> > 
> > Last thing - I dont think most virus/trojan/DOSattack writers do it
> > because its easy to do it in Windows (which it is), but because its got
> > a huge impact on the computer industry (80% odd using flavor of Win)  ->
> > and in there lies my main argument, that if it is do-able in Linux
> > (irrelevant of afford) it will hit the successful Desktop Linux market.
> > 
> 
> In which case, you're dumber than a box of rocks.
> 
> Windows malware often requires NO user action to cause damage,
> where as you have demonstrated your absolute REFUSAL to even
> understand that the security model of Unix/Linux (going all the
> way back to the 1970's) REQUIRES that a user do several specific
> steps to make a malware package run...things that a "clueless
> newbie" isn't going to know how to do in the first place--thus
> protecting him/her from his own ignorance.
> 
> Now shut up, and get a freaking clue.
> Sheesh!
> 
> 
> 
> > And thats all he wrote
> > Hans
> > 
> > 
> > 
> > 
> > E-Mail disclaimer:
> > http://www.sunspace.co.za/emaildisclaimer.htm
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



To try to make it CIVIL and uncomplicated, I am going to give an example that I 
give to my Windows friends.

The Amish computer virus.  It works like this:
You have just received the Amish virus.

Since we have no electricity or computers, you are on the honor system.

Please delete all of your files on your hard drive. Then forward this message 
to everyone in your address book.


We thank thee.

That is a simplification.  If you have gained access to a persons home 
directory your a step closer to rooting the box. (depending on the users 
authority) You may or may not have rights to run programs, etc.  If not, then 
you need to get administrator rights, and you have to take another step.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Who said Linux doesnot get Virus infections

2007-09-04 Thread Aaron Kulkis

Hans van der Merwe wrote:

On Wed, 2007-08-08 at 07:38 -0400, James Knott wrote:

Hans van der Merwe wrote:

lware.

Ok, tell me, seeing that I know nothing, if I can compromise a Linux
users home dir - why cant I send out spam?
 
  

I have never claimed such a thing is impossible, but it is far more
difficult to do with Linux.  In order to send out spam, something has to
execute that can do that.  That means the user has to make something
executable and then execute it.  That barrier is much lower in Windows. 
The bottom line, which you apparently refuse to accept, is that it is

much more difficult for such problems to occur with Linux.  Please note,
I'm not saying impossible, just much more difficult.  Please also
understand that Windows was built as a single user system, without many
of the security methods that are standard in Linux & Unix and you can
add to that some extremely poor software design in MS products, that
turn them into a security sieve.  This means no matter how careful a
user is, Windows will always be far more risky.




I think we agree on the subject.

Last thing - I dont think most virus/trojan/DOSattack writers do it
because its easy to do it in Windows (which it is), but because its got
a huge impact on the computer industry (80% odd using flavor of Win)  ->
and in there lies my main argument, that if it is do-able in Linux
(irrelevant of afford) it will hit the successful Desktop Linux market.



In which case, you're dumber than a box of rocks.

Windows malware often requires NO user action to cause damage,
where as you have demonstrated your absolute REFUSAL to even
understand that the security model of Unix/Linux (going all the
way back to the 1970's) REQUIRES that a user do several specific
steps to make a malware package run...things that a "clueless
newbie" isn't going to know how to do in the first place--thus
protecting him/her from his own ignorance.

Now shut up, and get a freaking clue.
Sheesh!




And thats all he wrote
Hans




E-Mail disclaimer:
http://www.sunspace.co.za/emaildisclaimer.htm




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



Re: [opensuse] Counter needed

2007-09-04 Thread Aaron Kulkis

ken wrote:

Fri, 06 Jul 2007, by [EMAIL PROTECTED]:


 I need a simple program which counts the elapsed time starting from
a given point. Could you give some suggestions?


Another way would be to create one file at the start time and another at
the end time, then calculate the differences in the creation times, e.g.,

touch startfile
(time marches on)
touch finishfile

#output files' mod times in seconds since Epoch's begin; pipe to bc
echo $(stat -c %Y finishfile)-$(stat -c %Y startfile) | bc


#clean up
rm startfile finishfile


That's what the damned time command is for, you twit.

Compared to using the time command, that's just a f***ing stupid
waste of resources, kernal I/O, and it's problematic to boot (if
the computer is rebooted during the job, then the start file is
left to litter the filesystem.  With apologies to South Park:
"dubbmb-dumb-dumb-dumb-dummb-dummb-dummb")

Just because you "can" do something doesn't mean it's advisable,
or even worth considering for more than, oh, 1/10th of a second.


Linux is not Windows, so kindly quit offering solutions which are most
appropriate for that horrific abortion of an O/S.





The above could go into a script with prompts or you could play around
with glade, a nifty GUI front-end builder.  Building GUI front-ends
isn't that tough on Tk either.





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



[opensuse] NForce NF6100-400/405

2007-09-04 Thread Kaare Rasmussen
Hi

It seems that this motherboard doesn't have linux drivers. it doesn't detect 
the network driver, and every attempt to install one fails. Oh, the card does 
find the net, but there's a approx. 10 % drop of packets due to frame errors.
I've tried to install the drivers from 
http://www.nvidia.com/object/linux_nforce_1.23.html with no change of 
behavior.

Searching the net I don't find a lot of information about the NForce 
NF6100-400/405.  Not on NVidias sit or anywhere else.

So I'll ask if anyone knows anything about drivers or even just if NVidia will 
release a driver for this card soon.

-- 

Med venlig hilsen
Kaare Rasmussen, Jasonic

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



Re: [opensuse] Howto by pass ssh /etc/nologin

2007-09-04 Thread Aaron Kulkis

Fajar Priyanto wrote:

Hi all,
I'm trying to show a demo on how to modify PAM so that /etc/nologin is bypass 
by ssh. 
I have modified /etc/pam.d/sshd:

#%PAM-1.0
auth includecommon-auth
#auth required   pam_nologin.so
account  includecommon-account
password includecommon-password
session  includecommon-session

When I try to ssh into the PC, I get logged in, but immediately got kicked 
out. In /var/log/messages I see this:

sshd : User fajar is not allowed because /etc/nologin exists



Duh..that's the freaking POINT of /etc/nologin!

Here's an idea -- THINK before you post!


I have 'grep -r nologin /etc
And have commented some of the entries in apparmor too, but still cannot 
login. I once succeeded in bypassing /etc/nologin, but I forget how.




You REMOVE it.

nologin...nologin...no login gee, what could that POSSIBLY mean???

DUH.






Thank you very much,




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



Re: [opensuse] Dual booting openSUSE + Vista

2007-09-04 Thread Carl Spitzer
On Wed, 2007-08-15 at 11:12 -0400, James Knott wrote:
> Poul Wittig wrote:
> > I have configured Vista to dual boot with Windows XP on my laptop at the
> > moment.
> > I am now planning on installing openSUSE over the Windows XP partition.
> > Are there any known problems on vista being un-bootable after the
> > installation?
> >   
> 
> I wouldn't consider that a problem.  ;-)

Make a dd of the XP partition so you can overwrite the Vista 
when you want to upgrade Windows.

CWSIV

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



Re: [opensuse] Printing Failure (SOLVED)

2007-09-04 Thread Carl Spitzer
On Sat, 2007-08-18 at 13:34 +1000, Dave Barton wrote:
> OK! I am either stubborn or stupid (maybe both), but after a 4th cups
> uninstall + reinstall, I was able get into cups administration. Still
> not able to print, but a different error message (postscript error).
> Checked a test ps file with ghostview and got the following error:
> "CRIT: rangecheck in get Operand stack:
> /usr/local/share/fonts/marlett.ttf"
> Deleted the font file, updated ghostscript configuration and all
> printers now working perfectly.
> 
> I now realize the original printing problem started after I added some
> fonts from the Windows partition.
> 
> Thanks to all who offered advice.
> 

I have had ISP issues so I am catching up.  I had the same in OOo
because of a corrupt TTF file.  I find reinstalling from source ZIP
works for corrupted font files.  Likely its bad on windows also.

BTW I have a nice collection of fonts I downloaded plus some from
friends and even Win311 days.  They work though I would not install on
system seems they load in memory so I just spadmin them into OOo for use
there.

I just have to remember where the backups are in case the on drive one
gets screwed.


-- 
Carl Spitzer <[EMAIL PROTECTED]>


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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread roN
On September 4, 2007, BandiPat wrote:
> On Tuesday 04 September 2007, Ron Eggler wrote:
> > > > Yes,
> > > >
> > > > I think i'll try Suse 10.3 beta as soon as available. This is I
> > > > guess my only chance... or doesn anyone know of a live CD using
> > > > kernel 2.6.22?
> > > >
> > > > Ron
> > >
> > > =
> > > Hey Ron,
> > > Yes, get the Zenwalk LiveCD 4.6 as it uses the 2.6.21 kernel, which
> > > should give you some idea.  I just remembered, we only got 2.6.22
> > > with the upcoming release of 4.8.  I suppose you could always get
> > > the 4.8 beta to try, but that needs to be installed.  The LiveCD
> > > will provide gparted also, so you can partition your drive.  Let me
> > > know if you want the 4.8 beta and I'll give you a site to download
> > > from, but just follow the link in my sig for LiveCD.
> > >
> > > Let me know how it goes!
> >
> > Cool yup, will try this for sure, thanks :)
> >
> > Ron
>
> ==
>
> Oh, a thought just struck me too.  If when booting the LiveCD appears to
> hang, leave it to run.  I've noticed on Intel machines it has to go
> through a long period of locating or setting up or something to get
> going.  Not sure what it is about the Intel stuff that causes that, I
> try to use only AMD if possible and I don't see that happen.  There
> have been a couple of times I quit the boot up because I thought it had
> locked up, but then realized it only happened with Intel stuff.
>
> Lee
Lee,

Okay, i downloaded this live CD but it doesn't go further than the language 
choice and then the choice to start the "Live CD" either. I only have a 
choice of "Live CD" and "Live CD with graphics in safe mode" (or something). 
Whatever i choose, I only see "initrd.gz..." before my 
screen goes blank and it gets stuck as if i booted with knoppix or 
opensuse10.2. Do you got any "magic" boot loader command? Or i don't know 
what i can do now... i'm stuck...just bought a new PC and i don't wanna get 
used to Windows Vista now where i finally got linux running even on my office 
work station. :) Help is still appreciated!

Thanks,
Ron


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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Sunny
On 9/4/07, Patrick Shanahan <[EMAIL PROTECTED]> wrote:
> * Sunny <[EMAIL PROTECTED]> [09-04-07 19:06]:
> > On 9/4/07, Patrick Shanahan <[EMAIL PROTECTED]> wrote:
> > > * Bob S <[EMAIL PROTECTED]> [09-04-07 18:02]:
> > > > Hm, Patrick, kde 3.5.7 "release 74.2 is the one that failed for
> > > > me. I had to go back to 3.5.5
> > >
> > > Listen:  It HAS been fixed.
> > >
> > > rpm -q --last kdepim3
> > > kdepim3-3.5.7.enterprise.0.20070904.708281-3.1 Tue 04 Sep 2007 12:09:09 
> > > PM EDT
> > >
> > >
> >
> > Patrick - is this 10.2? What repo do you use? I have community,
> > KDE:/KDE3 and Backports enabled. On 10.0 I see the new build, but for
> > 10.2 still the latest is the one from Friday. Using smart to update.
>
>
> http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_10.2/x86_64/kdepim3-3.5.7.enterprise.0.20070904.708281-3.1.x86_64.rpm
> http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_10.2/i586/kdepim3-3.5.7.enterprise.0.20070904.708281-3.1.i586.rpm
>
>

OK, does someone know what's the difference (besides that obviously it
misses packages) between:
http://software.opensuse.org/download/KDE:/KDE3/
and
http://download.opensuse.org/repositories/KDE:/KDE3/xxx

I have the first from the guru's smart package, I did not add it manually.


-- 
Svetoslav Milenov (Sunny)

Even the most advanced equipment in the hands of the ignorant is just
a pile of scrap.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Up to date bonding documentation ?

2007-09-04 Thread Rajko M.
On Tuesday 04 September 2007 00:39, Christian Zoz wrote:
> Hi Rajko,
>
> On Sun, Sep 02, Rajko M. wrote:
> > http://en.opensuse.org/Bonding
> > http://en.opensuse.org/Bonded_Interfaces_With_Optional_VLAN
>
> Thanks for the pointer.
>
> > BTW, as coauthor of ifcfg-bonding manual, can you see above links.
> > First probably needs update for newer versions of SUSE.
>
> Can you remind me somewhen in October? I'm very busy atm.

I guess that personal information manager would do a better job, but I'll put 
it in here, just in case for Oct 9th. 

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



[opensuse] Re: OpenSuse 10.2

2007-09-04 Thread Jonathan Arnold
RTF wrote:
> RTF wrote:
>> Greetings all.  I'm preparing to install OpenSuse 10.2 and have been
>> browsing the web reading various installation instructions (just to
>> make sure I don't go an overwrite my MBR or something else stupid) and
>> came across the following...
>>
>> Quote -
>> You will see now a summary of the Installation Settings, which comes
>> in a Standard (default) and Expert (for power users) view.  I will
>> suggest using an empty hard drive for this installation;  that means
>> no other operating system on it, ok?  The partition process is
>> automatic and it will erase all your data from the selected hard drive.
>> Unquote -
>>
>> I have my hard drive split into two different partitions by Partition
>> Magic.  Can I safely assume I may substitute "selected partition" for
>> "selected hard drive" above?  I've never run into such a draconian
>> warning with any other Linux distribution and I have installed several
>> over the years, always with a dual boot arrangement with Windows.
>>
>> Thanks in advance.
>>
>> Rob
> Well...I attempted to install once again tonight and was confronted with
> the following Installation Summary:
> 
> * Delete logical volume /dev/VolGroup00/LogVol00 (68.8 gb)
> *Delete logical volume /dev/VolGroup00/LogVol01 (1.9 gb)
> *Remove volume group VolGroup00
> *Delete partition /dev/sda2 (101.9 gb)
> *Delete partition /dev/sda3 (70.8 gb
> *Delete partition /dev/sda5(? hard to read on the screen) (70.8 gb)
> 
> Needless to say, I did not procede further with the installation.  :(

That's what it will do by default. But if you just click on the Partition
selection, you can select from a bunch of different option, including picking
whatever partition you want.

And yeah, pick an empty partition, not necessarily an empty hard drive, is the
way to go.

My favorite online installation guide is here:

http://www.opensuse.computerlanguages.org/install.php

And be sure to check out Hacking 10.2 here:

http://www.softwareinreview.com/cms/content/view/60/

-- 
Jonathan Arnold (mailto:[EMAIL PROTECTED])
LinuxBrainDump, Linux HowTo's and Tutorials:
http://www.linuxbrainddump.org

Daemon Dancing in the Dark, an Open OS weblog:
http://freebsd.amazingdev.com/blog/

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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Patrick Shanahan
* Sunny <[EMAIL PROTECTED]> [09-04-07 19:06]:
> On 9/4/07, Patrick Shanahan <[EMAIL PROTECTED]> wrote:
> > * Bob S <[EMAIL PROTECTED]> [09-04-07 18:02]:
> > > Hm, Patrick, kde 3.5.7 "release 74.2 is the one that failed for
> > > me. I had to go back to 3.5.5
> >
> > Listen:  It HAS been fixed.
> >
> > rpm -q --last kdepim3
> > kdepim3-3.5.7.enterprise.0.20070904.708281-3.1 Tue 04 Sep 2007 12:09:09 PM 
> > EDT
> >
> >
> 
> Patrick - is this 10.2? What repo do you use? I have community,
> KDE:/KDE3 and Backports enabled. On 10.0 I see the new build, but for
> 10.2 still the latest is the one from Friday. Using smart to update.


http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_10.2/x86_64/kdepim3-3.5.7.enterprise.0.20070904.708281-3.1.x86_64.rpm
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_10.2/i586/kdepim3-3.5.7.enterprise.0.20070904.708281-3.1.i586.rpm


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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Sunny
On 9/4/07, Patrick Shanahan <[EMAIL PROTECTED]> wrote:
> * Bob S <[EMAIL PROTECTED]> [09-04-07 18:02]:
> > Hm, Patrick, kde 3.5.7 "release 74.2 is the one that failed for
> > me. I had to go back to 3.5.5
>
> Listen:  It HAS been fixed.
>
> rpm -q --last kdepim3
> kdepim3-3.5.7.enterprise.0.20070904.708281-3.1 Tue 04 Sep 2007 12:09:09 PM EDT
>
>

Patrick - is this 10.2? What repo do you use? I have community,
KDE:/KDE3 and Backports enabled. On 10.0 I see the new build, but for
10.2 still the latest is the one from Friday. Using smart to update.

-- 
Svetoslav Milenov (Sunny)

Even the most advanced equipment in the hands of the ignorant is just
a pile of scrap.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Patrick Shanahan
* Bob S <[EMAIL PROTECTED]> [09-04-07 18:02]:
> Hm, Patrick, kde 3.5.7 "release 74.2 is the one that failed for
> me. I had to go back to 3.5.5

Listen:  It HAS been fixed.

rpm -q --last kdepim3
kdepim3-3.5.7.enterprise.0.20070904.708281-3.1 Tue 04 Sep 2007 12:09:09 PM EDT


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



Re: [opensuse] Dual / quad core

2007-09-04 Thread Randall R Schulz
On Tuesday 04 September 2007 15:18, Hans Witvliet wrote:
> Hi,
>
> I think i fried my system (again ;) and was considering the config
> for my next system.
>
> When looking at the power consumptions of the multi-core CPU's, i was
> wondering if it is possible to power-down one or more cores when the
> system load does require them...

Idle CPUs (or cores) naturally consume less power.


> A quad core is nice, but needs over an 100watt of energy, that has to
> vent-out aswell...

I was under the impression that the Core 2 processors were more energy 
efficient (as well as far better performing) than their predecessors.

In any event, peak power consumption occurs only during 100% CPU 
utilization (and that power consumption depends somewhat on the mix of 
instructions, i.e., which portions of the CPU's processing logic is 
active). When the CPU is idle, it's power consumption (and thus its 
heat output) are much less.

Keep in mind, too, that the "chipset" consumes quite a bit of power, 
independent of what kind of CPU it serves. These are things like the 
memory controller hub, MCH, the I/O controller hub, ICH (usually 
combined) and especially the GPU as well as other chips contribute 
significantly to the system's power consumption.


Check out  
for interesting power consumption measurements for various current 
CPUs, including the Core 2 Duo.


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



[opensuse] Dual / quad core

2007-09-04 Thread Hans Witvliet
Hi,

I think i fried my system (again ;) and was considering the config for
my next system.

When looking at the power consumptions of the multi-core CPU's, i was
wondering if it is possible to power-down one or more cores when the
system load does require them...
A quad core is nice, but needs over an 100watt of energy, that has to
vent-out aswell...

(Or am i talking nonsens?)


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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Sunny
On 9/4/07, Bob S <[EMAIL PROTECTED]> wrote:
> >
> > The latest version has fixed the problem.  Kmail now works.
> > kde 3.5.7 "release 74.2" openSUSE
> >
> Hm, Patrick,  kde 3.5.7 "release 74.2 is the one that failed for me.
> I had to go back to 3.5.5
>
> Bob S
> --

kdepim package has build number as well, not only the version. and
there is a new build, at least for 10.0 there is
kdepim3-3.5.7.enterprise.0.20070904.708281-3.1

I do not see it yet in the 10.2 repositories, but maybe it's not
distributed yet.

-- 
Svetoslav Milenov (Sunny)

Even the most advanced equipment in the hands of the ignorant is just
a pile of scrap.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Bob S
On Tuesday 04 September 2007 17:12, Patrick Shanahan wrote:
> * Richard Atcheson <[EMAIL PROTECTED]> [09-04-07 16:54]:
> > Bob, I had a similar problem and finally hit on a method to get the
> > earlier kde stuff back.  First I tried to simply go back to the previous
> > version of Kmail, but that failed miserable.
>
> The latest version has fixed the problem.  Kmail now works.
> kde 3.5.7 "release 74.2" openSUSE
>
Hm, Patrick,  kde 3.5.7 "release 74.2 is the one that failed for me.
I had to go back to 3.5.5

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



Re: [opensuse] VirtualBox

2007-09-04 Thread Sloan
Hugo Espresati Serrano wrote:
> Sloan escribió:
>   
>> Thanks for the tip, but... a small question... "restart"? "pc"?
>>
>> Since this is linux, and not that "pc" OS we all know so well, shouldn't
>> it be enough to type:
>>
>> mount -oremount /proc/bus/usb
>>
>> ?
>>
>>
>> 
> Well, it's another way, I haven't tried it =)
>
> Sorry for my bad english.
>
> "GNU/Linux. Because rebooting is only for installing hardware" jeje
>   

That's the spirit!

Joe

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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Patrick Shanahan
* Richard Atcheson <[EMAIL PROTECTED]> [09-04-07 16:54]:
> Bob, I had a similar problem and finally hit on a method to get the earlier 
> kde stuff back.  First I tried to simply go back to the previous version of 
> Kmail, but that failed miserable. 

The latest version has fixed the problem.  Kmail now works.
kde 3.5.7 "release 74.2" openSUSE

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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Bob S

Will Stephenson wrote:

On Tuesday 04 September 2007 07:13:28 Bob S wrote:
  

Somebody please help me get my kmail back?



It's in kdepim3.  There is currently a lot of change happening in the 
buildservice KDE3 packages as we sync up with what will be in 10.3 there.  If 
you need a really stable (in the sense of unchanging packages, you may need 
to downgrade your KDE to the 3.5.5 packages that came with 10.2.


Will

  

Thanks for replying Will,

Yep, I had to downgrade all of KDE all of the way back to the original 
that came with 10.2
Shame, because there were several upgrades along the way until this last 
one which broke KMail.


Surely I can't be the only one that this happened to.

Should I be reporting a bug? or is it known and the right people are 
already working on it.
Will we get to know when it is safe to upgrade again, or cross our 
fingers and hope?


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



Re: [opensuse] VirtualBox

2007-09-04 Thread Hugo Espresati Serrano
Sloan escribió:
> Hugo Espresati Serrano wrote:
>   
>> Stevens escribió:
>>   
>> 
>>> On Monday 03 September 2007 20:40, Hans Linux wrote:
>>>   
>>> 
>>>   
 You r right! I reinstalled virtualbox using its binary and having
 windows xp running as guest now. Great software, much better than vmware
 which is not stable and slow 

 one thing remain is USB. 
 
   
 
>>> I opted to not recompile the kernel and jump through all the hoops.
>>> When I plug in a USB device, usually a flash drive, KDE sees it but
>>> VirtualBox doesn't. I simply share the device with Samba and voila!
>>> VirtualBox now has access to it. 
>>>
>>> That solution works for me but might irritate the crap out of others
>>> on this list, so YMMV.
>>>
>>> Fred 
>>>   
>>> 
>>>   
>> Just edit your fstab. Add  *"#"   *to your usb line, like this:
>>
>> #usbfs/proc/bus/usbusbfs 
>> noauto0 0
>>
>> Then add this line:
>>
>> usbfs   /proc/bus/usbusbfs  defaults,devmode=666 0 0
>>
>> Save, exit and restart your pc! ;-)
>>
>>   
>> 
> Thanks for the tip, but... a small question... "restart"? "pc"?
>
> Since this is linux, and not that "pc" OS we all know so well, shouldn't
> it be enough to type:
>
> mount -oremount /proc/bus/usb
>
> ?
>
>
>
>   
Well, it's another way, I haven't tried it =)

Sorry for my bad english.

"GNU/Linux. Because rebooting is only for installing hardware" jeje
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Richard Atcheson
On Tuesday 04 September 2007 5:58 am, Will Stephenson wrote:
> On Tuesday 04 September 2007 07:13:28 Bob S wrote:
> > Somebody please help me get my kmail back?

Bob, I had a similar problem and finally hit on a method to get the earlier 
kde stuff back.  First I tried to simply go back to the previous version of 
Kmail, but that failed miserable. 

I use smart to do the updating and such.  So this morning I searched for 
kdebase and found a whole passle of stuff, I went to kdebase and selected the 
previous version, kdebase 3.5.5-102.6.  Selecting that brought up a number of 
dependencies to downgrade.  Then I looked for various kde things in that 
range, 3.5.5-102.6 and that took me further toward nirvanna.  I made sure 
kdepim was at that level too.  The I said GO and lo and behold, it downgraded 
kde to where it was useable and Kmail works like it's supposed to.

I tried to do the same thing yesterday using YAST but that was a complete 
failure for me.  Maybe someone else can give you another more specific way to 
do it, but this worked for me.

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



[opensuse] Xephyr, xauth, etc, under 10.3

2007-09-04 Thread John Layt
Hi,

I'm having a few issues getting Xephyr working on 10.3 for my KDE4 development 
environment.

Here's what I'm doing:

  sudo xhost +local:kde-devel
  su - kde-devel
  Xephyr :1 -screen 1024x768 &
  export DISPLAY=:1
  bin/startkde &

Which gets me:

  AUDIT: Tue Sep  4 19:40:14 2007: 18007 Xephyr: client 1 rejected from local
host (uid 1001)
  AUDIT: Tue Sep  4 19:40:14 2007: 18007 Xephyr: client 1 rejected from local
host (uid 1001)
  No protocol specified
  xsetroot:  unable to open display ':1'

etc...

This proceedure was working for me in Kubuntu a short while back, so I guess 
there's something about openSuse's setup that's different.  I've tried 
googling, but nothing springs to light.  Any ideas?

Cheers!

John.

--

Send instant messages to your online friends http://au.messenger.yahoo.com 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Ron Eggler
On Tuesday September 4 2007, BandiPat wrote:
> On Tuesday 04 September 2007, Andreas Jaeger wrote:
> > Ron,
> >
> > Please do file a bugreport at bugzilla.novell.com - and I would
> > appreciate if you test Beta3 since it contains many bugfixes.  Beta3
> > will be available later this week,
> >
> > Andreas
>
> =
>
> I think that may be his best chance of getting an install Andreas, to
> install 10.3.  Sounds to me like the newer kernel may help a lot on
> such new hardware.  I suppose also, he could download a LiveCD that
> uses the new kernel, 2.6.22 or better to test with that also.  Wouldn't
> matter what distro to test with, since there is no 10.3 LiveCD out yet,
> he's just looking to get something running to help solve his problem.
>
> luck,
> Lee
Yes,

I think i'll try Suse 10.3 beta as soon as available. This is I guess my only 
chance... or doesn anyone know of a live CD using kernel 2.6.22?

Ron


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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread BandiPat
On Tuesday 04 September 2007, Andreas Jaeger wrote:
> Ron,
>
> Please do file a bugreport at bugzilla.novell.com - and I would
> appreciate if you test Beta3 since it contains many bugfixes.  Beta3
> will be available later this week,
>
> Andreas

=

I think that may be his best chance of getting an install Andreas, to 
install 10.3.  Sounds to me like the newer kernel may help a lot on 
such new hardware.  I suppose also, he could download a LiveCD that 
uses the new kernel, 2.6.22 or better to test with that also.  Wouldn't 
matter what distro to test with, since there is no 10.3 LiveCD out yet, 
he's just looking to get something running to help solve his problem.

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



[opensuse] MSI Laptops under openSUSE 10.2

2007-09-04 Thread Daniel Feiglin
Has any one tried running MSI Laptops under openSUSE Linux 10.2?

Specifically has anyone tried the VR600 model?

What's interesting about it:
1. It's not too expensive
2. You can buy it without a pre-installed Windows OS i.e. no Gates tax.

Thanks,

DAF


begin:vcard
fn:Daniel Feiglin
n:Feiglin;Daniel
adr:;;POB 36;Shavei Shomron;Doar Na;44858;ISRAEL
email;internet:[EMAIL PROTECTED]
tel;work:972 9 8616204
tel;fax:972 9 8621052
tel;pager:Skype user ID: baba_danny
tel;home:972 9 8320939
tel;cell:927 52 3869986
version:2.1
end:vcard



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Andreas Jaeger
Ron Eggler <[EMAIL PROTECTED]> writes:

> On Tuesday September 4 2007, Andreas Jaeger wrote:
>> Ron Eggler <[EMAIL PROTECTED]> writes:
>> > On Tuesday September 4 2007, Robert Lewis wrote:
>> >> I know that the E6600 runs well on Linux.
>> >>
>> >> Anyone have a Q6600 running and have
>> >> opinions on this quad processor over the
>> >> dual above?
>> >>
>> >> Cheers,
>> >> Bob
>> >
>> > I've been trying to install a system on a Q6600 as well, no luck till
>> > now. Any suggestions would be highly appreciated!
>>
>> Did you file a bugreport?  Where does it fail?  Which hardware is not
>> working?  I doubt it's the CPU ;-)
>>
> I haven't filed a bug report yet. Not sure who i should report it to.

for instructions see bugs.opensuse.org.  File it via bugzilla.novell.com
for openSUSE 10.3, component kernel, 

Andreas
-- 
 Andreas Jaeger, Director Platform/openSUSE, [EMAIL PROTECTED]
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpnIunwyDxhP.pgp
Description: PGP signature


Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Andreas Jaeger

Ron,

Please do file a bugreport at bugzilla.novell.com - and I would
appreciate if you test Beta3 since it contains many bugfixes.  Beta3
will be available later this week,

Andreas
-- 
 Andreas Jaeger, Director Platform/openSUSE, [EMAIL PROTECTED]
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpgrcXw7wDAc.pgp
Description: PGP signature


Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Ron Eggler
On Tuesday September 4 2007, Andreas Jaeger wrote:
> Ron Eggler <[EMAIL PROTECTED]> writes:
> > On Tuesday September 4 2007, Robert Lewis wrote:
> >> I know that the E6600 runs well on Linux.
> >>
> >> Anyone have a Q6600 running and have
> >> opinions on this quad processor over the
> >> dual above?
> >>
> >> Cheers,
> >> Bob
> >
> > I've been trying to install a system on a Q6600 as well, no luck till
> > now. Any suggestions would be highly appreciated!
>
> Did you file a bugreport?  Where does it fail?  Which hardware is not
> working?  I doubt it's the CPU ;-)
>
I haven't filed a bug report yet. Not sure who i should report it to.


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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Ron Eggler
On Tuesday September 4 2007, Andreas Jaeger wrote:
> Ron Eggler <[EMAIL PROTECTED]> writes:
> > On Tuesday September 4 2007, Robert Lewis wrote:
> >> I know that the E6600 runs well on Linux.
> >>
> >> Anyone have a Q6600 running and have
> >> opinions on this quad processor over the
> >> dual above?
> >>
> >> Cheers,
> >> Bob
> >
> > I've been trying to install a system on a Q6600 as well, no luck till
> > now. Any suggestions would be highly appreciated!
>
> Did you file a bugreport?  Where does it fail?  Which hardware is not
> working?  I doubt it's the CPU ;-)

Andreas, I've done the following:
Last week i went to buy a new PC. I decided to get an acer aspire ASE700
which comes witch a Quad Intel 6600 Processor, 2 GB RAM and 500GB
Harddrive. It seemed to be a pretty good deal for the price they had
offered it. Anyways, after playing around with Windows Vista, I would have
liked to really use my system and install Suse 10.2 on it. Okay, i
downloaded the single CD to install from the net. booted from it - black
screen after LILO. Okay I thought, it maybe the CD. I downloaded all the
ISOs, burned em and now: The bootmanager comes up, when I
select "installation" and "Text Mode" it loads the kernel and gets stuck
on "ACPI: PCI Root Bridge [PCI0] (:00)" I have no idea what this means
but above this it says: "your CPUs had inconsistent fixed MTRR settings
ACPI: probably your BIOS does not setup all CPUs. 
ACPI: corrected configuration. 
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (:00)"
Ctrl-Alt-Del doesn't work anymore Okay, Power-off, Power-on
This time I selected "Installation--ACPI Disabled" (and text mode) "loading
kernel" seems to be fine but it gets stuck on a screen saying:
"PCI: Found IRQ 5 with :00:02.0
PCI: Found IRQ 5 with :00:03.0
PCI: Found IRQ 5 with :00:1a.0
PCI: Found IRQ 5 with :00:1c.0
PCI: Found IRQ 5 for device :00:1c.0
PCI: Found IRQ 5 with :00:01.0
PCI: Found IRQ 5 with :00:02.0
PCI: Found IRQ 5 with :00:03.0
PCI: Found IRQ 5 with :00:1a.0
NET: Registered protocol family 2
Ctrl-Alt-Del doesn't work anymore Okay, Power-off, Power-on
This time I selected "Installation--Local APIC Disabled" (and text
mode) "loading kernel" seems to be finebut it gets stuck again, this time
the screen says:
"ACPI Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (:00)"
So i really don't know further. Does anyone know any of above messages? 
I've also tried to boot with following commands:
acpi=off
acpi=oldboot
pci=acpi
pci=noacpi acpi=noirq
pci=routeirq
acpi=force
acpi_irq_balance
acpi_irq_nobalance
apic
noapic
lapic
nolapic
but it's all been unsuccesful.
May
anyone help me to get it installed? It would so much be appreciated!
I've asked in alt. os. linux.suse but nobody was able to help me from
there... I'm getting desperate... :o
Thank you!
Ron


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



Re: [opensuse] openSUSE 10.2 in VMware 6 - network card not working on boot

2007-09-04 Thread Clayton
> I normally use a "Bridged" network connection which uses DHCP connection
> attributed by my modem/router

Same here.


> Does the same thing happen if you re install 10.2 as a new VMware instance ?

I haven't done a reinstall of 10.2 in a while.  I have the various
Betas of 10.3 installed and they are fine so far.  Granted I don't use
them heavily like I do the 10.2 install.

I also have a couple Ubuntu variations installed.. and they are fine.

It is only this one install of 10.2.  I've searched around on the web,
but as of yet turned up nothing that was useful or helpful.


> Note: I have never installed VMware tools on a linux (VMware) installation 
> because I have
> never taken the time to read the manual to fine out how.

It's easy... install the RPM, and then run the config perl script.
Advantages are basically you can synch the time of the guest to the
host, smooth transitions for the mouse when you're using a GUI in the
guest, better handling of the graphics card and so on.

I had my NIC probs prior to installing the VMWare tools with no
change after installing the tools.

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



Re: [opensuse] VirtualBox

2007-09-04 Thread Sloan
Hugo Espresati Serrano wrote:
> Stevens escribió:
>   
>> On Monday 03 September 2007 20:40, Hans Linux wrote:
>>   
>> 
>>> You r right! I reinstalled virtualbox using its binary and having
>>> windows xp running as guest now. Great software, much better than vmware
>>> which is not stable and slow 
>>>
>>> one thing remain is USB. 
>>> 
>>>   
>> I opted to not recompile the kernel and jump through all the hoops.
>> When I plug in a USB device, usually a flash drive, KDE sees it but
>> VirtualBox doesn't. I simply share the device with Samba and voila!
>> VirtualBox now has access to it. 
>>
>> That solution works for me but might irritate the crap out of others
>> on this list, so YMMV.
>>
>> Fred 
>>   
>> 
> Just edit your fstab. Add  *"#"   *to your usb line, like this:
>
> #usbfs/proc/bus/usbusbfs 
> noauto0 0
>
> Then add this line:
>
> usbfs   /proc/bus/usbusbfs  defaults,devmode=666 0 0
>
> Save, exit and restart your pc! ;-)
>
>   
Thanks for the tip, but... a small question... "restart"? "pc"?

Since this is linux, and not that "pc" OS we all know so well, shouldn't
it be enough to type:

mount -oremount /proc/bus/usb

?



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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread K.R. Foley
Ron Eggler wrote:
> On Tuesday September 4 2007, Robert Lewis wrote:
>> I know that the E6600 runs well on Linux.
>>
>> Anyone have a Q6600 running and have
>> opinions on this quad processor over the
>> dual above?
>>
>> Cheers,
>> Bob
> I've been trying to install a system on a Q6600 as well, no luck till now. 
> Any 
> suggestions would be highly appreciated!
> Thanks to everyone!
> Ron

What version of Linux are you trying to install? What kind of errors are
you getting? We had some major headaches getting some newer motherboards
working with older versions of Linux.

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



Re: [opensuse] VirtualBox

2007-09-04 Thread Hugo Espresati Serrano
Stevens escribió:
> On Monday 03 September 2007 20:40, Hans Linux wrote:
>   
>> You r right! I reinstalled virtualbox using its binary and having
>> windows xp running as guest now. Great software, much better than vmware
>> which is not stable and slow 
>>
>> one thing remain is USB. 
>> 
>
> I opted to not recompile the kernel and jump through all the hoops.
> When I plug in a USB device, usually a flash drive, KDE sees it but
> VirtualBox doesn't. I simply share the device with Samba and voila!
> VirtualBox now has access to it. 
>
> That solution works for me but might irritate the crap out of others
> on this list, so YMMV.
>
> Fred 
>   
Just edit your fstab. Add  *"#"   *to your usb line, like this:

#usbfs/proc/bus/usbusbfs 
noauto0 0

Then add this line:

usbfs   /proc/bus/usbusbfs  defaults,devmode=666 0 0

Save, exit and restart your pc! ;-)

I made this how-to:

http://www.forosuse.org/forosuse/showthread.php?t=13508

Is in spanish. Sorry formy bad english!
* *
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] openSUSE 10.2 in VMware 6 - network card not working on boot

2007-09-04 Thread James PEARSON
On Tue, 4 Sep 2007 19:54:08 +0200
Clayton <[EMAIL PROTECTED]> wrote:

> I have a minor annoyance with my openSUSE 10.2 install inside a VMWare
> 6 instance.  When I boot up the VM of openSUSE, the network card is
> not working.  

For what it is worth, I have currently have a openSUSE 10.2 --nogui installed 
on WMware 6
(45731) on a openSUSE 10.2 host and the network works fine. I just upgraded the 
OS via
smart and it still works fine. I can't remember any problems in the past like 
the one you
are describing.

I also have several installations of different 10.3 betas with gui and the 
networks all work
fine. I have never had a problem like the one you are describing.

I normally use a "Bridged" network connection which uses DHCP connection 
attributed by my
modem/router 

Does the same thing happen if you re install 10.2 as a new VMware instance ?

Note: I have never installed VMware tools on a linux (VMware) installation 
because I have
never taken the time to read the manual to fine out how. 

voilà et voilà 

Regards
James


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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Andreas Jaeger
Ron Eggler <[EMAIL PROTECTED]> writes:

> On Tuesday September 4 2007, Robert Lewis wrote:
>> I know that the E6600 runs well on Linux.
>>
>> Anyone have a Q6600 running and have
>> opinions on this quad processor over the
>> dual above?
>>
>> Cheers,
>> Bob
> I've been trying to install a system on a Q6600 as well, no luck till now. 
> Any 
> suggestions would be highly appreciated!

Did you file a bugreport?  Where does it fail?  Which hardware is not
working?  I doubt it's the CPU ;-)

Andreas
-- 
 Andreas Jaeger, Director Platform/openSUSE, [EMAIL PROTECTED]
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpnMc8SIQNay.pgp
Description: PGP signature


Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Andreas Jaeger
"Robert Lewis" <[EMAIL PROTECTED]> writes:

> I know that the E6600 runs well on Linux.
>
> Anyone have a Q6600 running and have
> opinions on this quad processor over the
> dual above?

The CPU itself should not cause any problems - if you get some, I would
expect them in the components,

Andreas
-- 
 Andreas Jaeger, Director Platform/openSUSE, [EMAIL PROTECTED]
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpeHXwiE0VIW.pgp
Description: PGP signature


Re: [opensuse] VirtualBox

2007-09-04 Thread Stevens
On Monday 03 September 2007 20:40, Hans Linux wrote:
> You r right! I reinstalled virtualbox using its binary and having
> windows xp running as guest now. Great software, much better than vmware
> which is not stable and slow 
>
> one thing remain is USB. 

I opted to not recompile the kernel and jump through all the hoops.
When I plug in a USB device, usually a flash drive, KDE sees it but
VirtualBox doesn't. I simply share the device with Samba and voila!
VirtualBox now has access to it. 

That solution works for me but might irritate the crap out of others
on this list, so YMMV.

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



[opensuse] openSUSE 10.2 in VMware 6 - network card not working on boot

2007-09-04 Thread Clayton
I have a minor annoyance with my openSUSE 10.2 install inside a VMWare
6 instance.  When I boot up the VM of openSUSE, the network card is
not working.  It is really simple to get it working.. fire up YAST, go
to Network Card, delete the network card, click Finish.  Then go back
to Network Card, click Edit, Next, Finish... and the network is up and
working.

Host is openSUSE 10.2, and guest is openSUSE 10.2  VMWare tools are
installed and configured.

I don't see anything odd in /var/log/messages... just messages that I
took the eth down... brought it back up and an IP being assigned.

It's only a minor annoyance since it's only broken on boot... and I
only boot the VM at most once per day (it's my work desktop).

Anyone have any suggestions or ideas why this is happening?

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



Re: [opensuse] does any have not on asus m232 motherboard

2007-09-04 Thread BandiPat
On Tuesday 04 September 2007, Rui Santos wrote:
> Patrick Shanahan wrote:
> > * Rui Santos <[EMAIL PROTECTED]> [09-04-07 12:20]:
> >> BandiPat wrote:
> >>> You take your chances on ASUS equipment.  Just check the many
> >>> forums and mail lists to get an idea of the many problems
> >>> associated with something asus and Linux.  ASUS had good stuff
> >>> several years ago when they were trying to build their brand, but
> >>> there are better choices now.
> >>
> >> Could you state a couple of examples ?
> >
> > My locally retained posts from opensuse pertaining to asus
> > forwarded to your email act.
>
> Thank you for your reply with all those emails.
> I've had a few problems with ASUS too but, the question about the
> examples where about an alternative to ASUS. Sorry for that, should
> have specified.
>
>
> --
> Rui Santos
> http://www.ruisantos.com/
=

Rui,
Wherever you or Russ find your ASUS boards, I'm sure others are listed 
as well.  If the site or store you shop at only have ASUS equipment, 
then I would suggest you locate something that has a wider selection.  
The choice is yours, do your homework, look over the features and make 
a choice, not always the latest thing out, but you'll be better assured 
it will work with your favorite Linux.

good luck on you quest!

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



Re: [opensuse] does any have not on asus m232 motherboard

2007-09-04 Thread Rui Santos
Patrick Shanahan wrote:
> * Rui Santos <[EMAIL PROTECTED]> [09-04-07 12:20]:
>   
>> BandiPat wrote:
>> 
>>> You take your chances on ASUS equipment.  Just check the many forums
>>> and mail lists to get an idea of the many problems associated with 
>>> something asus and Linux.  ASUS had good stuff several years ago when 
>>> they were trying to build their brand, but there are better choices 
>>> now.
>>>   
>>>   
>> Could you state a couple of examples ?
>> 
>
> My locally retained posts from opensuse pertaining to asus forwarded
> to your email act.
>   
Thank you for your reply with all those emails.
I've had a few problems with ASUS too but, the question about the
examples where about an alternative to ASUS. Sorry for that, should have
specified.


-- 
Rui Santos
http://www.ruisantos.com/

Veni, vidi, Linux!

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



Re: [opensuse] Partition size for subversion repository

2007-09-04 Thread Federico Mena Quintero
On Mon, 2007-09-03 at 17:53 +0300, Cristea Bogdan wrote:
> Can you recommend what should be the partition size for holding only a
> subversion repository. I need this for my personal projects, which in general
> are quite small.

If you just have small personal projects, any size will do.  You don't
even need a separate partition; I keep my old repositories in ~/cvsroot
(still called that for historical reasons; most are SVN now).

  Federico

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



[opensuse] Re: does any have not on asus m232 motherboard

2007-09-04 Thread Philipp Thomas
* Patrick Shanahan ([EMAIL PROTECTED]) [20070904 18:25]:

> My locally retained posts from opensuse pertaining to asus forwarded
> to your email act.

Funny, I didn't have any problems with the ASUS boards I bought, the last
one being a socket 939 nforce4 board (forgot the name).

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



Re: [opensuse] does any have not on asus m232 motherboard

2007-09-04 Thread Patrick Shanahan
* Rui Santos <[EMAIL PROTECTED]> [09-04-07 12:20]:
> BandiPat wrote:
> > You take your chances on ASUS equipment.  Just check the many forums
> > and mail lists to get an idea of the many problems associated with 
> > something asus and Linux.  ASUS had good stuff several years ago when 
> > they were trying to build their brand, but there are better choices 
> > now.
> >   
> Could you state a couple of examples ?

My locally retained posts from opensuse pertaining to asus forwarded
to your email act.

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



Re: [opensuse] does any have not on asus m232 motherboard

2007-09-04 Thread Rui Santos


BandiPat wrote:
> On Tuesday 04 September 2007, russ brocklehurst wrote:
>   
>> looking to set up a dual raid system on a ASUS M2N32  does any one
>> have issues on this mother board ?
>> 
>
> ==
>
> You take your chances on ASUS equipment.  Just check the many forums and 
> mail lists to get an idea of the many problems associated with 
> something asus and Linux.  ASUS had good stuff several years ago when 
> they were trying to build their brand, but there are better choices 
> now.
>   
Could you state a couple of examples ?

Thanks
> Ultimately, your decision, but I would give it careful consideration.
>
> regards,
> Lee
>   
Rui


-- 
Rui Santos
http://www.ruisantos.com/

Veni, vidi, Linux!

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



Re: [opensuse] does any have not on asus m232 motherboard

2007-09-04 Thread BandiPat
On Tuesday 04 September 2007, russ brocklehurst wrote:
> looking to set up a dual raid system on a ASUS M2N32  does any one
> have issues on this mother board ?

==

You take your chances on ASUS equipment.  Just check the many forums and 
mail lists to get an idea of the many problems associated with 
something asus and Linux.  ASUS had good stuff several years ago when 
they were trying to build their brand, but there are better choices 
now.

Ultimately, your decision, but I would give it careful consideration.

regards,
Lee

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



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread Ron Eggler
On Tuesday September 4 2007, Robert Lewis wrote:
> I know that the E6600 runs well on Linux.
>
> Anyone have a Q6600 running and have
> opinions on this quad processor over the
> dual above?
>
> Cheers,
> Bob
I've been trying to install a system on a Q6600 as well, no luck till now. Any 
suggestions would be highly appreciated!
Thanks to everyone!
Ron
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] CPU Intel Q6600

2007-09-04 Thread BandiPat
On Tuesday 04 September 2007, Robert Lewis wrote:
> I know that the E6600 runs well on Linux.
>
> Anyone have a Q6600 running and have
> opinions on this quad processor over the
> dual above?
>
> Cheers,
> Bob

==

Are the same bugs built into the quad core as are in the dual core?  
Might be something you want to check about before investing.

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



[opensuse] CPU Intel Q6600

2007-09-04 Thread Robert Lewis
I know that the E6600 runs well on Linux.

Anyone have a Q6600 running and have
opinions on this quad processor over the
dual above?

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



[opensuse] Re: .emerald files

2007-09-04 Thread Chris Arnold
Chris Arnold wrote:
> I use gnome and xgl/compiz with desktop effects active and working. Over
> at gnome-look, i have some themes i want to install and they are
> .emerald files. How do i install and use these themes?
>
>   
Sorry, i accidentaly deleted the reply. I did download compiz-emerald
from http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.2/
but it is a .ymp file. Not sure how to install a ymp file?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Miniature desktop slideshow ?

2007-09-04 Thread Kai Ponte
On Sunday 02 September 2007 06:09, Francesco Scaglioni wrote:
> Hi,
>
> My son has just purchased a vista laptop (needed for
> college).  

Why is Vista needed for college? I can't imagine going to a school which 
stoops down to such an low-class OS as  a requirement. :P

> Whilst vista looks and feels awfull the miniature 
> desktop slideshow in the side-bar is pleasant.  Does anyone
> know of a linux equivalent ?  All the slideshow progs I can
> find seem designed to run full screen.  In an ideal world
> one would be able to display images either by folder, or by
> tag.

Just to clarify - you have the ability to show what apps are running in a 
horizontal scroll bar shown in the middle of the screen and similar to KDE's 
task switcher.  

As far as I know, I have yet to see such a thing. 

I've yet to see really anything in Vista - except for the temperature gauge 
thingy - that is remotely cool. In fact, I rarely see my desktop so I don't 
bother with teh temperature thingy in Linux. (I forget what it is called.)


-- 
kai ponte
www.perfectreign.com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Creating Repositories

2007-09-04 Thread Druid
http://en.opensuse.org/Creating_YaST_Installation_Sources

On 9/3/07, Otávio Fernandes <[EMAIL PROTECTED]> wrote:
> Dear Friends,
>
> I have started with OpenSuSE some days ago, and I have many questions
> about this distribution, but I have an great challenge to complete in
> a few time:
>
> I would like to create an RPM's repositoriy with OpenSuSE, to update
> my clients, they will connect on my repos an get my versions of RPM.
> This is possible ? How and where should I start ?
>
> thanks,
>
> --
>  | --
>  | Otávio Fernandes < otaviof | gmail | com >
>  | FreeBSD 6.2 Release && GNU/Linux User: 283.396
>  | (( Especial Programação )) http://geekbr.podcastbrasil.com/
>  | --
> --
> 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]



[opensuse] aMule eating a world of RAM

2007-09-04 Thread Ciro Iriarte
Hi, anybody having problem with aMule?, i'm running aMule-2.1.3-1.pm.1
on a Core 2 Duo laptop with [EMAIL PROTECTED] Come from the office this
morning and found my laptop almost unresponsive. I could hardly login
from my desktop with ssh and found amule eating 1.5GB of RAM and all
my swap. Killing the process released all the allocated memory but the
system (well,  kde in fact) stayed unresponsive for almost 10 more
minutes

This was the picture:

top - 08:25:34 up 2 days,  9:31,  6 users,  load average: 6.84, 7.96, 7.89
Tasks: 155 total,   1 running, 148 sleeping,   1 stopped,   5 zombie
Cpu0  :  1.1%us,  2.3%sy,  0.0%ni,  4.1%id, 90.8%wa,  0.2%hi,  1.4%si,  0.0%st
Cpu1  :  0.2%us,  0.2%sy,  0.0%ni, 26.9%id, 72.7%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2051552k total,  2035040k used,16512k free, 1780k buffers
Swap:  2621432k total,  2621164k used,  268k free,59468k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
  191 root  10  -5 000 S2  0.0   8:58.43 kswapd0
 3912 ciro  16   0  423m  52m 4868 D2  2.6  54:34.37 ktorrent
21064 ciro  18   0 3650m 1.5g 1452 D1 78.1 194:17.58 amule
 4011 ciro  15   0  201m  17m 2272 S0  0.9  15:20.53 beagled
 8878 ciro  15   0  8740 1284  896 R0  0.1   0:00.52 top

Any other victim?

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



Re: [opensuse] Really need help from networking guru

2007-09-04 Thread Art Fore
On Sat, 2007-09-01 at 07:29 -0500, Glenn Holmer wrote:
> On Friday 31 August 2007 06:30, G T Smith wrote:
> > Art Fore wrote:
> > > ifplugd -bfi eth1
> > > route add default gw 192.168.11.1
> > > route del default gw 10.18.32.1
> 
> I missed the beginning of this thread, so please excuse if this isn't 
> applicable.
> 
> It looks like you are trying to change from one set of network settings 
> to another...?  Have you looked into SCPM?
> 
> YaST -> System -> Profile Manager
> 
> You can set up various network (and other) profiles and they will appear 
> on your GRUB boot menu selectable by F2.  No need to mess about with 
> changing the init scripts.
> 
> -- 
> "After the vintage season came the aftermath - and Cenbe."
> Glenn Holmer  (Q-Link: ShadowM)  http://www.lyonlabs.org

Not exactly. I want to run both networks in parallel, one for Linux and
one for Windows.

Art

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



Re: [opensuse] Re: How many cpu's can linux support?

2007-09-04 Thread Rafa Grimán
Hi :)

El Thursday 30 August 2007, Jan Engelhardt escribió:
> On Aug 27 2007 13:39, Rafa Grimán wrote:
> >El Monday 27 August 2007, Alexey Eremenko escribió:
> >> openSUSE bigsmp kernel supports up to 32 x86 processors.
> >>
> >> AFAIK you can build custom kernel with support of up to 255 x86
> >> processors.
> >
> >SLES 10 supports up to 1024 cores _out of the box_ on SGI Altix servers
> >(NUMA systems aka SSI, _not_ clusters).
>
> And there is hardly room for expansion.
> Your Altix 4700 already comes with 512 cores...


And it scales upto 1024 cores and 128 TeraBytes of RAM in a SSI (one kernel 
running). NOT a cluster ;)

   Rafa

-- 
"We cannot treat computers as Humans. Computers need love."

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



Re: [opensuse] Kmail sigserv

2007-09-04 Thread Will Stephenson
On Tuesday 04 September 2007 07:13:28 Bob S wrote:
> Somebody please help me get my kmail back?

It's in kdepim3.  There is currently a lot of change happening in the 
buildservice KDE3 packages as we sync up with what will be in 10.3 there.  If 
you need a really stable (in the sense of unchanging packages, you may need 
to downgrade your KDE to the 3.5.5 packages that came with 10.2.

Will

-- 
Desktop Engineer
KDE Team
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] OpenSuse 10.2

2007-09-04 Thread Jos van Kan
RTF schreef:
> Greetings all.  I'm preparing to install OpenSuse 10.2 and have been
> browsing the web reading various installation instructions (just to make
> sure I don't go an overwrite my MBR or something else stupid) and came
> across the following...
> 
> Quote -
> You will see now a summary of the Installation Settings, which comes in
> a Standard (default) and Expert (for power users) view.  I will suggest
> using an empty hard drive for this installation;  that means no other
> operating system on it, ok?  The partition process is automatic and it
> will erase all your data from the selected hard drive.
> Unquote -
> 
> I have my hard drive split into two different partitions by Partition
> Magic.  Can I safely assume I may substitute "selected partition" for
> "selected hard drive" above?  I've never run into such a draconian
> warning with any other Linux distribution and I have installed several
> over the years, always with a dual boot arrangement with Windows.

It seems to me that earlier in the installation process you have to indicate
what drive/partition to use for the installation. I have installed 10.2 without
any problem on an existing partition without repartitioning the drive, parallell
to an existing 9.3 installation.

I use windows in a virtual box. Now VMware server is *free* that is the ultimate
solution, since you can communicate between the two systems using samba. If you
possess the windows installation disks, you could go for that option.
Unfortunately few MS windows users do.

Regards,
-- 
Jos van Kanregistered Linux user #152704
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]