Re: [opensuse] SSH tunnels without a real shell ?

2007-05-07 Thread Steve Beattie
On Thu, May 03, 2007 at 03:39:12PM -0700, Seth Arnold wrote:
> On Thu, May 03, 2007 at 11:11:12PM +0200, Andreas wrote:
> > is there a way to get expernal people to establish a SSH tunnel to one 
> > firewalled internal port without them getting a real shell to snoop around?
> > 
> > I'd like to let some externals use our database server that sits
> > behind a port filter.  There is only the ssh port to come in.
> > 
> > Up until now there was only me and I trust me enough to grant me a 
> > shell.  ;-)
> 
> > I've got SUSE 9.3 on our server and the clients would be all kinds of 
> > Windows.
> 
> Hrm. Forget AppArmor then, it didn't ship in 9.3. (Or, consider
> upgrading the machine to a newer release -- 9.3 will be leaving
> maintenance soon.)

Also, if you're willing to upgrade to 10.2, openssh 4.4 includes the
new server config option ForceCommand. From the sshd_config(5) man page:

  ForceCommand
Forces the execution of the command specified by ForceCommand,
ignoring any command supplied by the client.  The command is
invoked by using the user's login shell with the -c option.
This applies to shell, command, or subsystem execution.  It is
most useful inside a Match block.  The command originally
supplied by the client is available in the SSH_ORIGINAL_COMMAND
environment variable.

You could then add something like the following to /etc/ssh/sshd_config

  Match group dbusers
ForceCommand sleep 180

(assuming you've added all the users you want to allow access to the
database to the dbusers group.)  This will cause the command "sleep 180"
to run on behalf of the connecting user, regardless of what command
they request. You could also make a shell script which invokes sleep
and then provide an AppArmor profile for the shell script to make the
enforcement stronger.

You'd also want to make sure sshd is not configured to honor environment
variables (for those users at a minimum). You may also wish to look into
the "PermitOpen" keyword (also new in openssh 4.4), which would allow
you to restrict which hosts+ports your users are allowed to create a
tunnel to, preventing them from opening tunnels to anywhere else behind
your port filter.

-- 
Steve Beattie
SUSE Labs, Novell Inc. 
<[EMAIL PROTECTED]>
http://NxNW.org/~steve/


pgpfC9OCNQVMA.pgp
Description: PGP signature


Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread Daniel Feiglin
If you are using KDE, right click the kinternet connection icon in the
system tray, and then chose View log. It's all there.

[EMAIL PROTECTED] wrote:
>  what please is the command, to find the Dynamic DNS Number,
>  assigned to me today by my ISP ?
>
> thank you
>   
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



[opensuse] problems after upgrade to 10.2

2007-05-07 Thread George Osvald
Recently I upgraded my computers to Suse 10.2. Two of them were no
problem but the third one gives me a headache.
Since the upgrade it would not print into my HP Officejet. It still
prints into Dymo labelwriter because I have it set up as raw printer.
I get this error message from my CUPS server:
"/usr/lib/cups/filter/foomatic-rip failed"
I tried all sorts of things without a success. This printer was
printing fine with a previous version and I also have two other (with
SuSe 10.2) computers printing into HP printers no problems.
Also I am having problems with syslog-ng which will not start,
postfix, klogd, earlysyslog, mdnsd, ntp, nscd. Aparmor doesn't work
properly as well but I do not wary about that at this stage. Most
services fail due to segmentation fault or of course dependancy problems.
This is my boot.msg:

Trying manual resume from /dev/hda1
Creating device nodes with udev
Loading ide-core
Loading ide-disk
Loading processor
Loading thermal
Loading amd74xx
Loading fan
Loading edd
Loading jbd
Loading mbcache
Loading ext3
Invoking userspace resume from /dev/hda1
resume: Could not stat configuration file
resume: libgcrypt version: 1.2.3
resume: Could not read the image
Invoking in-kernel resume from /dev/hda1
Waiting for device /dev/hda2 to appear: ok
fsck 1.39 (29-May-2006)
[/bin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/hda2
/dev/hda2: clean, 226853/9256960 files, 1750395/18486798 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/hda2

Boot logging started on /dev/tty1(/dev/console (deleted)) at Mon May
7 12:44:43 2007

boot.udev start
Starting udevd done
'boot.udev start' exits with status 0
boot.rootfsck start
Activating swap-devices in /etc/fstab...
done'boot.rootfsck start' exits with status 0
boot.loadmodules start
Loading required kernel modules
done'boot.loadmodules start' exits with status 0
boot.preload_early start
done
'boot.preload_early start' exits with status 0
boot.device-mapper start
Activating device mapper...
done
'boot.device-mapper start' exits with status 0
boot.md start
Starting MD Raid done
'boot.md start' exits with status 0
boot.lvm start
Waiting for udev to settle...
Scanning for LVM volume groups...
Reading all physical volumes. This may take a while...
No volume groups found
No volume groups found
Activating LVM volume groups...
No volume groups found
done
'boot.lvm start' exits with status 0
boot.localfs start
Checking file systems...
fsck 1.39 (29-May-2006)
/dev/hdb1: clean, 54131/5020064 files, 1543075/10036600 blocks
donedone
Mounting local file systems...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hdb1 on /backup type ext3 (rw,acl,user_xattr)
done'boot.localfs start' exits with status 0
boot.apparmor start
Loading AppArmor module done
Mounting securityfs on /sys/kernel/security done
Loading AppArmor profiles Skipping profile
/etc/apparmor.d/bin.netstat.rpmnew
Skipping profile /etc/apparmor.d/bin.netstat.rpmsave
Skipping profile /etc/apparmor.d/bin.ping.rpmnew
Skipping profile /etc/apparmor.d/lib.ld-2.2.so.rpmnew
Skipping profile /etc/apparmor.d/lib.ld-2.2.so.rpmsave
Skipping profile /etc/apparmor.d/sbin.klogd.rpmnew
Skipping profile /etc/apparmor.d/sbin.syslogd.rpmnew
Skipping profile /etc/apparmor.d/usr.bin.ldd.rpmnew
Skipping profile /etc/apparmor.d/usr.bin.ldd.rpmsave
Skipping profile /etc/apparmor.d/usr.lib.postfix.anvil.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.bounce.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.cleanup.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.discard.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.error.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.flush.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.lmtp.rpmnew
Warning (/etc/apparmor.d/usr.lib.postfix.local line 385):
Unconstrained exec qualifier (ux) allows some dangerous environment
variables to be passed to the unconfined process; 'man 5 apparmor.d'
for details.
Skipping profile /etc/apparmor.d/usr.lib.postfix.local.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.master.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.nqmgr.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.oqmgr.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.pickup.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.pipe.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.proxymap.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.qmgr.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.qmqpd.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.scache.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.showq.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.smtp.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.smtpd.rpmnew
Skipping profile /etc/apparmor.d/usr.lib.postfix.spawn.rpmnew
Skipping profile /etc/apparmor.d/usr.

Re: [opensuse] [OT] - Australian extradited to US to stand trial

2007-05-07 Thread Aaron Kulkis

Randall R Schulz wrote:

On Monday 07 May 2007 19:38, Pueblo Native wrote:

...


This um, Ausie, is probably going to reevaluate whether he is
bound by US law or not while he contemplates in a US
penitentiary... room and board at um, my expense... (US tax payer).

Yet somehow the American government will not let US soldiers be tried
for international war crimes.  Boggles the mind.



Hypocrisy is the hallmark of the right.




Ah yes, as if the Left and their "free speech for me,
but not for thee" and other policies aren't hypocritical.

Randally, you too can feel free to shut the fuck up until
you know what the fuck you're talking about.



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



Re: [opensuse] [OT] - Australian extradited to US to stand trial

2007-05-07 Thread Aaron Kulkis

Pueblo Native wrote:

M Harris wrote:

On Thursday 03 May 2007 03:58, G T Smith wrote:
  

Please.., please... it may have escaped your notice that many of the
list are (thankfully) not citizens of the USA, and are not (yet) subject
to what passes for US law...



Well, GT...

	... you might want to read this... 


http://www.theage.com.au/articles/2007/05/06/1178390140855.html

	This um, Ausie, is probably going to reevaluate whether he is bound by US law 
or not while he contemplates in a US penitentiary... room and board at um, my 
expense... (US tax payer).




Yet somehow the American government will not let US soldiers be tried
for international war crimes.  Boggles the mind.


Bullshit.  The US military has tried DOZENS of U.S servicemen
for war crimes, including officers (usually the last to be
tried so as to use the testimonies of the enlisted men to
build even stronger cases against the officers).



The Milosovich witch-hunt demonstrates the danger of the international
criminal court.  Milosovich long RESISTED THE DEMANDS of the Serb
populace to go to war, even as SERBS were being slaughtered in mass
graves (which the press widely and repeatedly MIS-reported as
evidence of Serbs committing atrocities, when in fact, the Serbs
were the VICTIMS of the atrocities).

The ICC is an unelected, unaccountable body, picked by people who
themselves are not elected and therefore has ZERO accountability
to the public, and therefore no legitimacy.


Feel free to shut the fuck up until you know what the hell
you're talking about.


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



Re: [opensuse] [OT] - Australian extradited to US to stand trial

2007-05-07 Thread M Harris
On Monday 07 May 2007 22:18, Randall R Schulz wrote:
> Hypocrisy is the hallmark of the right.

Hopocrisy is the hallmark of the far left and the far right, very much
depending on the idiot(s) that tries to rationalise their/his/her
ideology, but this is certainly not the place to discuss this.

Rudolf

(m harris, for Rudulf)

-- 
Kind regards,

M Harris <><
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Fwd: Re: [opensuse] [OT] - Australian extradited to US to stand trial]

2007-05-07 Thread rudolf
Sorry, I have mde a mistake, replied to Randall instead of the list.

Rudolf
--- Begin Message ---
Randall R Schultz wrote:

> Hypocrisy is the hallmark of the right.

Hopocrisy is the hallmark of the far left and the far right, very much
depending on the idiot(s) that tries to rationalise their/his/her
ideology, but this is certainly not the place to discuss this.

Rudolf

--- End Message ---


Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread John Andersen
On Monday 07 May 2007, [EMAIL PROTECTED] wrote:
> On Mon 07 May 2007 15:03, mourik jan wrote:
> > I guess: "ifconfig"
> > and look for inet addr: x.x.x.x
> > normally you should look for the inet address under eth0.
>
>  - Thanks, but it does not yet seem to work for me
>
> Gibson Research Corporation
> http://www.grc.com/default.htm
>
>  - their "Shields UP" can immediately show ones current Internet
> connection address
>
> - What is the Linux command to achieve this result please?
>
> thanks

Run away from Gibson like your hair is on fire.  That guys
a shameless self promoting idiot.  His software can't tell the difference
between windows and linux.

If you nee to know your effective EXTERNAL ip and you are behind
a router use http://checkip.dyndns.com/  or http://www.whatsmyip.net/

If you need to know your machine's actual IP its 
/sbin/ifconfig



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



Re: [opensuse] [OT] - Australian extradited to US to stand trial

2007-05-07 Thread Randall R Schulz
On Monday 07 May 2007 19:38, Pueblo Native wrote:
> ...
>
> > This um, Ausie, is probably going to reevaluate whether he is
> > bound by US law or not while he contemplates in a US
> > penitentiary... room and board at um, my expense... (US tax payer).
>
> Yet somehow the American government will not let US soldiers be tried
> for international war crimes.  Boggles the mind.


Hypocrisy is the hallmark of the right.


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



Re: [opensuse] [OT] - Apple Computer new product announcement ("joke")

2007-05-07 Thread Mike McMullin
On Mon, 2007-05-07 at 21:28 -0500, M Harris wrote:
> On Thursday 03 May 2007 03:58, G T Smith wrote:
> > Please.., please... it may have escaped your notice that many of the
> > list are (thankfully) not citizens of the USA, and are not (yet) subject
> > to what passes for US law...
> >
> 
>   Well, GT...
> 
>   ... you might want to read this... 
> 
>   http://www.theage.com.au/articles/2007/05/06/1178390140855.html
> 
>   This um, Ausie, is probably going to reevaluate whether he is bound by 
> US law 
> or not while he contemplates in a US penitentiary... room and board at um, my 
> expense... (US tax payer).

  It's bad enough bounty hunters have no respect for borders and the
laws of other countries, now they can export their jurisdiction with the
blessings of the Ozzie g'ment?  It's time for a general strike to remind
Howard, or whomever is the P.M. these days that He's elected to be the
Rule, not Washington.

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



Re: [opensuse] 10.0 freezes after latest xorg updates

2007-05-07 Thread Patrick Shanahan
* Sunny <[EMAIL PROTECTED]> [05-07-07 22:58]:
> After the latest xorg updates my 10.0 x86_64 machine started to freeze
> after an hour or so work. I have tested the memory and other
> components, and everything looks OK. If I leave the machine in
> runlevel 3, it does not freeze.
> 
> Where I can find the older rpms so I can downgrade to the prev.
> version of xorg?

Don't know what "previous" version was, you didn't say, but you can
reinstall the "original" package from your 10.0 install disks.

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



Re: [opensuse] 10.0 freezes after the latest xorg updates

2007-05-07 Thread M Harris
On Monday 07 May 2007 22:04, M Harris wrote:
> I can hardly believe that this is an xorg problem... no way. You
> have a memory or HD issue there... I suspect.
Back up your home dir and then reload suse 10.

Does it still have same issue?



-- 
Kind regards,

M Harris <><
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] 10.0 freezes after latest xorg updates

2007-05-07 Thread M Harris
On Monday 07 May 2007 21:52, Sunny wrote:
> After the latest xorg updates my 10.0 x86_64 machine started to freeze
> after an hour or so work. I have tested the memory and other
> components, and everything looks OK. If I leave the machine in
> runlevel 3, it does not freeze.
Please don't post duplicate entries... 



-- 
Kind regards,

M Harris <><
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] 10.0 freezes after the latest xorg updates

2007-05-07 Thread M Harris
On Monday 07 May 2007 21:25, Sunny wrote:
> After the latest xorg updates my 10.0 x86_64 machine started to freeze
> after an hour or so work. I have tested the memory and other
> components, and everything looks OK. If I leave the machine in
> runlevel 3, it does not freeze.
Does the machine lock? --tight loop --?

When it "freezes" can you ctl-alt-F1 and get to a console?

When if freezes can you ping it?  can you ssh to it?

I can hardly believe that this is an xorg problem... no way. You have a 
memory or HD issue there... I suspect.



-- 
Kind regards,

M Harris <><
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] 10.0 freezes after latest xorg updates

2007-05-07 Thread Sunny

Hi,
After the latest xorg updates my 10.0 x86_64 machine started to freeze
after an hour or so work. I have tested the memory and other
components, and everything looks OK. If I leave the machine in
runlevel 3, it does not freeze.

Where I can find the older rpms so I can downgrade to the prev. version of xorg?

Btw, am I the only one with that problem?

--
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] [OT] - Australian extradited to US to stand trial

2007-05-07 Thread Pueblo Native
M Harris wrote:
> On Thursday 03 May 2007 03:58, G T Smith wrote:
>   
>> Please.., please... it may have escaped your notice that many of the
>> list are (thankfully) not citizens of the USA, and are not (yet) subject
>> to what passes for US law...
>>
>> 
>
>   Well, GT...
>
>   ... you might want to read this... 
>
>   http://www.theage.com.au/articles/2007/05/06/1178390140855.html
>
>   This um, Ausie, is probably going to reevaluate whether he is bound by 
> US law 
> or not while he contemplates in a US penitentiary... room and board at um, my 
> expense... (US tax payer).
>
>
>   
>
>   

Yet somehow the American government will not let US soldiers be tried
for international war crimes.  Boggles the mind.


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



[opensuse] 10.0 freezes after the latest xorg updates

2007-05-07 Thread Sunny

Hi,
After the latest xorg updates my 10.0 x86_64 machine started to freeze
after an hour or so work. I have tested the memory and other
components, and everything looks OK. If I leave the machine in
runlevel 3, it does not freeze.

Where I can find the older rpms so I can downgrade to the prev. version of xorg?

Btw, am I the only one with that problem?

--
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] USB 2.0 external hard drives

2007-05-07 Thread Joseph Loo
jdd wrote:
> Randall R Schulz wrote:
>> On Wednesday 02 May 2007 15:32, Aaron Kulkis wrote:
>>> ...
>>>
>>> Wordsize may vary, but bytes are 8 bits.
>>> and nybbles are 4 bits.
>>
>> So say you. Reality differs.
> 
> this may be a translation problem...
> 
> I see on wikipedia that the word "octet" can be used when 8 bits must be
> enforced, however "octet" in the french translation for "byte", so in
> french there is no difference between "byte" and "octet" (in fact I
> discover than "octet" can be used in english).
> 
> what about other langages? may be the problem is only in english?
> 
> jdd
> 
> 
Actually there is a difference between a byte and an octet. A byte can be 6, 7,
8, or 9 bits. An octet is defined as an 8 bit byte. It is defined via CCITT I
think I got the telecounication standards correct.

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



Re: [opensuse] [OT] - Apple Computer new product announcement ("joke")

2007-05-07 Thread M Harris
On Thursday 03 May 2007 03:58, G T Smith wrote:
> Please.., please... it may have escaped your notice that many of the
> list are (thankfully) not citizens of the USA, and are not (yet) subject
> to what passes for US law...
>

Well, GT...

... you might want to read this... 

http://www.theage.com.au/articles/2007/05/06/1178390140855.html

This um, Ausie, is probably going to reevaluate whether he is bound by 
US law 
or not while he contemplates in a US penitentiary... room and board at um, my 
expense... (US tax payer).


  

-- 
Kind regards,

M Harris <><
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Installing xen on a working machine?

2007-05-07 Thread John E. Perry
I have a recently acquired laptop, which came with Windows XP.  I
reformatted the hard drive and installed 10.2 on one partition and Xp on
another, smaller partition (I need some stuff that only runs on Windows).

So, now, I'm dual-booting, and I'd like to move to a virtual machine
environment.  I'd rather not have to reinstall everything.  I've been
watching the list postings regarding quemu, VMware, and virtualbox.

Suse supports xen directly, but no one seems to be talking about it, and
the wiki has a slot for installing a VM from a disk image, but no text
(the page is a year old, still waiting for text).  Also, the xen
documentation in /usr/share seems to imply that you need processor
support (the Intel VT extensions) to use XP under xen.  I have a Core
duo, which doesn't have these extensions.

Am I understanding correctly that I can't use xen for XP in my machine?
Are the other virtualization systems better in some important sense than
xen, or is it just that no one is interested in xen? Where can I find
suse-oriented how-to's for these other systems if it's better to go
another way (I don't have a lot of time for futzing around with
half-prepared material, but I don't mind even considerable work
preparing and setting up something that promises to work well).

Any advice? pointers to detailed help? encouragement?


John Perry


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



Re: [opensuse] RE: Current Kernal handeling of multi core 64bit Processors

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Monday 2007-05-07 at 07:25 +1000, Registration Account wrote:

...

> For example I have 2 GIG of RAM currently and am thinking of changing it
> to 4 GIG. I understand that the kernel can use more file cacheing, but
> that is what I do not want to know. With the superior way the Linux
> Kernel  manages Memory, if we remove the increased file caching ability
> will the Kernel  be able to utilise the extra memory  registers for
> processing.

I think you got it wrong... if there is more memory, programs will be able 
to use more memory, /if/ they request it. All unused memory will simply 
end up being used as cache.

If currently, with 2G, you see no swap used, increasing the ram will not 
give more memory to programs.

- -- 
Cheers,
   Carlos E. R.

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

iD8DBQFGP89gtTMYHG2NR9URAtBFAJ43gz5rWxfRYIgCT19wTbA++fqpMQCdE5FK
76mqC2J/qY2EDkRirzZsTko=
=ZlfW
-END PGP SIGNATURE-

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



Re: [opensuse] Error's on raid disk

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Monday 2007-05-07 at 16:13 +0200, Wilfred van Velzen wrote:

> > I would run a full disk diagnostic using smartctl.
> 
> You mean: smartctl -t long /dev/sdb ?

Yes.


> I already did some "smartctl -t select,n-m" tests on the offending
> ranges, but this found no errors. I will run the long test tonight when
> the server is less busy...

You can also look at the smart log of the disk. If there was an 
uncorrectable error and there was a write attempt to that sector, it will 
already be remapped, and thus it will not show again on tests. Only the 
remap counter should show it (Reallocated_Sector_Ct).



P.S: Your mail program (Novell GroupWise Internet Agent 6.0.1) does not 
respect mail threads. I think that was a problem they already solved in 
another version or upgrade.

I mention this because it was only chance that I saw your answer.


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

iD8DBQFGP84ptTMYHG2NR9URAnwKAJ925R38xfLmunYG1Ltu7pyP1DNDjgCfa6uG
NLa3Dj/XZIJj0FWMbb+B4tk=
=Q5gj
-END PGP SIGNATURE-

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Monday 2007-05-07 at 17:20 +0200, Simon Lewis wrote:

> Hello Matthias
> 
> That is exactly the point, Novell IS a large American company. If it
> wanted to, it would find a way to come to an agreement with nVidia, just
> as Microsoft has done ;-)

You don't understand that you would have to get an agreement with the 
linux kernel developpers, not with NVidia.

- -- 
Cheers,
   Carlos E. R.

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

iD8DBQFGP8sstTMYHG2NR9URAjnSAJ9QTCbRO1ioYvM907+x6FZzloBgDwCfUHHy
B2QdU17k4fuTIb+LMldb6gQ=
=IMte
-END PGP SIGNATURE-

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Tuesday 2007-05-08 at 01:45 +0200, Jan Tiggy wrote:

> > Yes, Nvidia are fine with people redistributing them, the Linux kernel
> > developers are not.
> 
> I can't assess your statement fully coz I'm not a lawyer.
> 
> However where is the problem to take those rpm packages:
> http://download.nvidia.com/opensuse/10.2/
> and implement them into the distro-image? IMO it would be complient with
> nvidia's licence agreement. 

You don't understand: the problem is the kernel license.

- -- 
Cheers,
   Carlos E. R.

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

iD8DBQFGP8rQtTMYHG2NR9URAml5AJwORqbwmxC/AMQuJGTGPaHrOzOUjQCfTrEE
371OEaUs17U3LoWMcA8Q164=
=O1em
-END PGP SIGNATURE-

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



Re: [opensuse] Re: Google hosts as Ira Hyman introduces PC LinuxOS

2007-05-07 Thread Doug McGarrett
On Monday 07 May 2007 08:55, Joachim Schrod wrote:
> Doug McGarrett wrote:
> > One printer worked pretty well, after some futzing around, but the HP
> > Laserjet 2200D, that worked under 10.0, (which had its own problems
> > with KMail,) will print, sometimes, _after about an 1 hour or more
> > delay_. I reported this to the list, but have not had any reply, much
> > less cure. This printer is listed as 100% working on the Linux Printing
> > website. And it was, under 10.0, but since 10.0 ruined my mail with
> > Chinese characters, I had to go back to 9.3.  The printer that worked
> > pretty well may have broken of its own accord, but the Laserjet that
> > worked under 10.0 still works perfectly under Windows, even tho Windows
> > itself doesn't work perfectly--or even well.  It just doesn't like 9.3,
> > or vice versa.  I think that this  should be made clear.  Probably SuSE
> > 9.3's fault, yes, absolutely.  I am hoping 10.3 is pristine, and I'm
> > waiting.
>
> Take the CD that came with your printer, identify the PPD file
> there and use it for CUPS. Alternatively, get the Windows printer
> driver from the HP Web site, and extract the PPD file from there.
>
> All problems that I had in 9.x with that printer went away
> afterwards. I don't know if there are any problems in 10.x, since I
> continue to use the vendor-supplied PPD file.
>
>   Joachim
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Joachim SchrodEmail: [EMAIL PROTECTED]
> Roedermark, Germany

Well, I don't have the vendor-supplied file on disk, but I got a copy from the 
net, called "hp5sips.ppd" and with a great deal of futzing around, I _think_
I installed it into cups.  The printer test printed out in 23 minutes.  This 
is not a big improvement.  I'm still waiting for a net d/l to print--it's 
only about 10 minutes now, but nothing is happening--even the start-print
light on the printer isn't blinking, so I suppose there will be no print-out 
at all.

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Jan Tiggy
Benji Weber wrote:

> Yes, Nvidia are fine with people redistributing them, the Linux kernel
> developers are not.

I can't assess your statement fully coz I'm not a lawyer.

However where is the problem to take those rpm packages:
http://download.nvidia.com/opensuse/10.2/
and implement them into the distro-image? IMO it would be complient with
nvidia's licence agreement. So nvidia provides even SUSE rpms. What is
all about then? There would be no implementation into the kernel per se.
If you ask me it's more politics than law m8.

Nevertheless, personally I don't care, but IMO it ain't good for the
image of Opensuse not to provide those drivers out of the box and that's
a shame.

Cheers
Jan

PS: I know those files got hidden in the mean time but still it works in
Yast.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Re: [SLE] KDE Remote Desktop (VNC) troubles

2007-05-07 Thread penguin_powered
Janko Mivšek wrote:
> Sunny wrote:
>> On 11/7/06, Janko Mivšek wrote:
>>>
>>> >> Is there a way to restart KDE's VNC on this server without
>>> restarting
>>> >> KDE completely?
>>> >
>>> > Try to enable/disable it in Control Center.
>>> >
>>> I can't because this is a remote server and I need to travel there or
>>> reboot it.
>>>
>>> Janko
>>>
>>
>> How do you access it? Using ssh tunnel? If so, forward the X server
>> (ssh -Y) when you login. Then start the Control Center from a
>> commandline. It will open it on your local machine, using your local X
>> server.
>
> This classical solution can be interesting to try but so far a
> solution with x11vnc seems much easier to run. Thanks Svetoslav for help!
>
> Janko
>
"...a solution with x11vnc seems much easier to run."  Easier than
what?  ssh is very easy to run. I know your message is old, but that
comment of yours has me wondering if you've ever even tried using ssh
before?  If not, you really should familiarize yourself with ssh, as
it's a great tool for doing remote work and administering servers
remotely. Besides using ssh for remote scripting, installing production
apps, and testing end-user scenarios, it's also good for transferring
files back and forth using scp thru the ssh tunnel (which by the very
nature of ssh, the files are encrypted by the protocol before they're
sent over the connection).


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



RE: [opensuse] 3ware 9650se-8lpml second try

2007-05-07 Thread Jack Malone
Thanks Jef for the reply.
I have that same card as you but it do not have a slot on this motherboard
that it will fit in. It's a pci -x card. The 9650 is pci-e.  I have not gone
to any other consoles to see what is print there not sure I have a choice to
do that but I might try it tomorrow. I get the message that it can not find
updates or that it can not access updates on the media but I know the media
is readable. I made the floppy from a usb floppy drive on another pc under
windows and then moved the usb floppy to the server an tried that. I have
also copied the drivers to a cd an tried that but does not work either.  
I be interested to see if the 9550 is seen out of the box like most 3ware
cards are or not. At this point I need to find a raid card to use even if I
go to something else besides 3ware. I have one pci-e slot an one regular pci
slot free to use. 

Jack 

-Original Message-

> 

i have to install 2 servers with the 3ware 9550sx controller later this 
week. if i encounter problems ( or if it succeeds ), i'll let you know. 
i know it's hard when you get stuck with hardware, especially 
linux-friendly, and no-one on the list seems to have the same problems

jef peeraer


ps when you hit F5 ( i thought is was F2 ? ), can you watch the other 
consoles, because they print a lot of info there ( alt-f2/alt-f3 ). 
maybe you find some useffull info there
-- 
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] USB 2.0 external hard drives

2007-05-07 Thread Patrick Shanahan
* James Knott <[EMAIL PROTECTED]> [05-07-07 10:42]:
 [...] 
> Anyone here with a 2 bit computer?  ;-)

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



Re: [opensuse] 3ware 9650se-8lpml second try

2007-05-07 Thread jef peeraer

Jack Malone schreef:

Ok I have the 3ware 9650SE-8LPML raid card to go into a machine. At the
moment I cannot get suse 10.2 to see the card so that I can use it to
install to hard drives attached to it. I know that suse has drivers built
into it for 3ware cards but this card does not seem to be support as of yet.
I'm wondering if anyone else here on the list has this card and using it
with suse 10.2. What did you do to get it to work? I have had ubuntu 7.04
the, latest version that just came out, that will install onto hard drives
attached to this card with no problem. But I want to use suse on this
server. I have tried to load the driver at boot time from the install menu
by hitting F5 then saying yes and pointing it to the floppy drive to get the
driver. It just does not see the driver on the floppy for some reason. I
made the driver disk from the cd that came with the 3ware card. 
At this point I'm at a standstill. I need to get this machine up and running

ASAP. This is the first time I have had trouble using a 3ware raid card with
suse linux. 

Thanks for any help anyone can give me on this. 



Jack Malone  



i have to install 2 servers with the 3ware 9550sx controller later this 
week. if i encounter problems ( or if it succeeds ), i'll let you know. 
i know it's hard when you get stuck with hardware, especially 
linux-friendly, and no-one on the list seems to have the same problems


jef peeraer


ps when you hit F5 ( i thought is was F2 ? ), can you watch the other 
consoles, because they print a lot of info there ( alt-f2/alt-f3 ). 
maybe you find some useffull info there

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



Re: [opensuse] Fwd: broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Danesh Daroui
Do you have a driver CD for Windows? If yes, you will find a relevant 
folder which contains driver files for your wireless card. There you 
will fined .inf and .sys files. If you have not such CD you can download 
drivers from Broadcom web site. Once you install "ndiswrapper" (you 
should compile it) and run it it will show you how to install a driver. 
When installation is done ti will be loaded at boot time and you will 
not need to do anything else.



D.


Peter Van Lone wrote:

On 5/7/07, Danesh Daroui <[EMAIL PROTECTED]> wrote:

Yeah, I had same problem. Install "ndiswrapper" and then copy all ".inf"
files (and maybe ".sys" files also) from windows driver. Follow
"ndiswrapper" to install driver from Windows drivers and your wireless
neteork will then work like a charm!


OK, so ndiswrapper should work, huh?

This is a freinds laptop ... he says he followed a TID from Novell for
using ndiswrapper, and it still did not work.

Can I ask WHERE the *.inf and *.sys files should be copied to? Also,
do we have to specifiy a particular module in YAST?

Thanx for the help!

Peter

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



Re: [opensuse] Fwd: broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Peter Van Lone

On 5/7/07, Danesh Daroui <[EMAIL PROTECTED]> wrote:

Yeah, I had same problem. Install "ndiswrapper" and then copy all ".inf"
files (and maybe ".sys" files also) from windows driver. Follow
"ndiswrapper" to install driver from Windows drivers and your wireless
neteork will then work like a charm!


OK, so ndiswrapper should work, huh?

This is a freinds laptop ... he says he followed a TID from Novell for
using ndiswrapper, and it still did not work.

Can I ask WHERE the *.inf and *.sys files should be copied to? Also,
do we have to specifiy a particular module in YAST?

Thanx for the help!

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



Re: [opensuse] Fwd: broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Pueblo Native
Danesh Daroui wrote:
> Yeah, I had same problem. Install "ndiswrapper" and then copy all
> ".inf" files (and maybe ".sys" files also) from windows driver. Follow
> "ndiswrapper" to install driver from Windows drivers and your wireless
> neteork will then work like a charm!
>
> D.
>


If you go this route, I'd be sure that ndiswrapper gets loaded upon
boot. (Yast2->System->/etc/sysconfig
editor->System->Kernel->MODULES_LOADED_ON_BOOT has "ndiswrapper")
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Fwd: broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Danesh Daroui
Yeah, I had same problem. Install "ndiswrapper" and then copy all ".inf" 
files (and maybe ".sys" files also) from windows driver. Follow 
"ndiswrapper" to install driver from Windows drivers and your wireless 
neteork will then work like a charm!


D.



Peter Van Lone wrote:

first try bounced. Here goes the second try

-- Forwarded message --
From: Peter Van Lone <[EMAIL PROTECTED]>
Date: May 7, 2007 4:11 PM
Subject: broadcom (??) wireless on dell latitude D810
To: Open SuSE mail list 


SLED10/SUSE10.1

No wireless adapter appears in network manager, and none shows when I
do an ifconfig. However, in YAST I see two hardware detected (see
below).

What do I have to do to get this working? What module should be
loaded, how do I understand what YAST is telling me?


From Yast/NetworkDevices/Network Card:


the "name" is:

"Wireless LAN cards using direct PCI Interface". When I
edit/Advanced/Hardware Details is says:

"configuration name: wlan0"
"Hardware name: static-0"
"Kernel Module"
"Hardware Configuration Name: static-0"
"Module Name: orinoco_pci"

from the yast hardware report:

29: PCI 303.0: 0280 Network controller
 [Created at pci.305]
 UDI: /org/freedesktop/Hal/devices/pci_14e4_4320
 Unique ID: 5FRj.ts7Hp0QB3M1
 Parent ID: 6NW+.InKz0bgid89
 SysFS ID: /devices/pci:00/:00:1e.0/:03:03.0
 SysFS BusID: :03:03.0
 Hardware Class: network
 Model: "Dell Wireless 1350 WLAN Mini-PCI Card"
 Vendor: pci 0x14e4 "Broadcom"
 Device: pci 0x4320 "BCM4306 802.11b/g Wireless LAN Controller"
 SubVendor: pci 0x1028 "Dell"
 SubDevice: pci 0x0003 "Wireless 1350 WLAN Mini-PCI Card"
 Revision: 0x03
 Memory Range: 0xdfbfe000-0xdfbf (rw,non-prefetchable)
 IRQ: 10 (no events)
 Module Alias: "pci:v14E4d4320sv1028sd0003bc02sc80i00"
 Config Status: cfg=no, avail=yes, need=no, active=unknown
 Attached to: #20 (PCI bridge)



63: None 00.0: 10781 Network Interface
 [Created at net.115]
 Unique ID: wl2P.nfEXJulusj6
 SysFS ID: /class/net/sit0
 Hardware Class: network interface
 Model: "Network Interface"
 Device File: sit0
 Config Status: cfg=no, avail=yes, need=no, active=unknown





--
"Do not be idolatrous or bound to any doctrine, theory or ideology,
even Buddhist ones. All systems of thought are guiding means, not
absolute truth."
Thich Nhat Hanh, Vietnamese monk.
http://www.seaox.com/thich.html

www.the-brights.net



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



[opensuse] Fwd: broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Peter Van Lone

first try bounced. Here goes the second try

-- Forwarded message --
From: Peter Van Lone <[EMAIL PROTECTED]>
Date: May 7, 2007 4:11 PM
Subject: broadcom (??) wireless on dell latitude D810
To: Open SuSE mail list 


SLED10/SUSE10.1

No wireless adapter appears in network manager, and none shows when I
do an ifconfig. However, in YAST I see two hardware detected (see
below).

What do I have to do to get this working? What module should be
loaded, how do I understand what YAST is telling me?


From Yast/NetworkDevices/Network Card:


the "name" is:

"Wireless LAN cards using direct PCI Interface". When I
edit/Advanced/Hardware Details is says:

"configuration name: wlan0"
"Hardware name: static-0"
"Kernel Module"
"Hardware Configuration Name: static-0"
"Module Name: orinoco_pci"

from the yast hardware report:

29: PCI 303.0: 0280 Network controller
 [Created at pci.305]
 UDI: /org/freedesktop/Hal/devices/pci_14e4_4320
 Unique ID: 5FRj.ts7Hp0QB3M1
 Parent ID: 6NW+.InKz0bgid89
 SysFS ID: /devices/pci:00/:00:1e.0/:03:03.0
 SysFS BusID: :03:03.0
 Hardware Class: network
 Model: "Dell Wireless 1350 WLAN Mini-PCI Card"
 Vendor: pci 0x14e4 "Broadcom"
 Device: pci 0x4320 "BCM4306 802.11b/g Wireless LAN Controller"
 SubVendor: pci 0x1028 "Dell"
 SubDevice: pci 0x0003 "Wireless 1350 WLAN Mini-PCI Card"
 Revision: 0x03
 Memory Range: 0xdfbfe000-0xdfbf (rw,non-prefetchable)
 IRQ: 10 (no events)
 Module Alias: "pci:v14E4d4320sv1028sd0003bc02sc80i00"
 Config Status: cfg=no, avail=yes, need=no, active=unknown
 Attached to: #20 (PCI bridge)



63: None 00.0: 10781 Network Interface
 [Created at net.115]
 Unique ID: wl2P.nfEXJulusj6
 SysFS ID: /class/net/sit0
 Hardware Class: network interface
 Model: "Network Interface"
 Device File: sit0
 Config Status: cfg=no, avail=yes, need=no, active=unknown





--
"Do not be idolatrous or bound to any doctrine, theory or ideology,
even Buddhist ones. All systems of thought are guiding means, not
absolute truth."
Thich Nhat Hanh, Vietnamese monk.
http://www.seaox.com/thich.html

www.the-brights.net


--
"Do not be idolatrous or bound to any doctrine, theory or ideology,
even Buddhist ones. All systems of thought are guiding means, not
absolute truth."
Thich Nhat Hanh, Vietnamese monk.
http://www.seaox.com/thich.html

www.the-brights.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] broadcom (??) wireless on dell latitude D810

2007-05-07 Thread Peter Van Lone

SLED10/SUSE10.1

No wireless adapter appears in network manager, and none shows when I
do an ifconfig. However, in YAST I see two hardware detected (see
below).

What do I have to do to get this working? What module should be
loaded, how do I understand what YAST is telling me?


From Yast/NetworkDevices/Network Card:


the "name" is:

"Wireless LAN cards using direct PCI Interface". When I
edit/Advanced/Hardware Details is says:

"configuration name: wlan0"
"Hardware name: static-0"
"Kernel Module"
"Hardware Configuration Name: static-0"
"Module Name: orinoco_pci"

from the yast hardware report:

29: PCI 303.0: 0280 Network controller
 [Created at pci.305]
 UDI: /org/freedesktop/Hal/devices/pci_14e4_4320
 Unique ID: 5FRj.ts7Hp0QB3M1
 Parent ID: 6NW+.InKz0bgid89
 SysFS ID: /devices/pci:00/:00:1e.0/:03:03.0
 SysFS BusID: :03:03.0
 Hardware Class: network
 Model: "Dell Wireless 1350 WLAN Mini-PCI Card"
 Vendor: pci 0x14e4 "Broadcom"
 Device: pci 0x4320 "BCM4306 802.11b/g Wireless LAN Controller"
 SubVendor: pci 0x1028 "Dell"
 SubDevice: pci 0x0003 "Wireless 1350 WLAN Mini-PCI Card"
 Revision: 0x03
 Memory Range: 0xdfbfe000-0xdfbf (rw,non-prefetchable)
 IRQ: 10 (no events)
 Module Alias: "pci:v14E4d4320sv1028sd0003bc02sc80i00"
 Config Status: cfg=no, avail=yes, need=no, active=unknown
 Attached to: #20 (PCI bridge)



63: None 00.0: 10781 Network Interface
 [Created at net.115]
 Unique ID: wl2P.nfEXJulusj6
 SysFS ID: /class/net/sit0
 Hardware Class: network interface
 Model: "Network Interface"
 Device File: sit0
 Config Status: cfg=no, avail=yes, need=no, active=unknown





--
"Do not be idolatrous or bound to any doctrine, theory or ideology,
even Buddhist ones. All systems of thought are guiding means, not
absolute truth."
Thich Nhat Hanh, Vietnamese monk.
http://www.seaox.com/thich.html

www.the-brights.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread riccardo35
On Mon 07 May 2007 21:23, James Knott wrote:
> Here's a command I use.  It require you to have Lynx installed.
> lynx -dump http://checkip.dyndns.org|grep IP
>
> If you want to get fancy and have a pop up box with your IP, use this
> script (assuming you're running KDE).
>
> #! /bin/sh
> kdialog --msgbox "$(lynx --dump "http://checkip.dyndns.org/";)"

To two James's - thank you both  :)


best wishes

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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread taharka
Hello,

On Mon, 2007-05-07 at 18:00 +, [EMAIL PROTECTED] wrote:
> On Mon 07 May 2007 15:03, mourik jan wrote:
> > I guess: "ifconfig"
> > and look for inet addr: x.x.x.x
> > normally you should look for the inet address under eth0.
> 
>  - Thanks, but it does not yet seem to work for me

Proper command is;
#/sbin/ifconfig minus the pound sign of course.

> Gibson Research Corporation 
> http://www.grc.com/default.htm
> 
>  - their "Shields UP" can immediately show ones current Internet 
> connection address
> 
> - What is the Linux command to achieve this result please?
> 
> thanks

taharka

Lexington, Kentucky U.S.A.

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



Re: [opensuse] opensuse and problem of poland users

2007-05-07 Thread Vince L
On Monday 07 May 2007 20:15, Jan Tiggy wrote:
> Vince L wrote:
> > In Poland can you buy and use ADSL routers?
>
> Sure you can buy those, but why when one gets an USB modem for free? ;)

Because if you have more than 1 pc, it makes sense to have an ethernet network 
and set up your internet connection once on the router
Because if you have only 1 pc but more than 1 operating system, it makes sense 
to set up 1 router once
Because if you are running Linux, and you are not happy with the ADSL USB 
modem support, you can rely on the ethernet support.

You pay for your free USB modem in USB trouble and lack of Linux support. We 
have a phrase for it: Penny wise and Pound foolish.

>
> Thus the question is not with what hardware is the Polish user better
> off, but what share of Polish market is targeted by Opensuse or even
> Novell itself? For example Mandriva suits their needs. ;)
>
> So no wonder that most novice fellas there use AFAIK Mandriva and those
> more experienced use Slackware (which AFAIK is THE Distro in Poland) or
> even Gentoo. Unfortunately Opensuse ain't sexy enough for Polish users
> yet. And *buntu is gaining pace on Polish market every day. I'm afraid
> if Opensuse keeps sleeping too long there will be no place for them in
> Poland anymore.
>

Well, there is a heap of things I would prefer opensuse to work on rather than 
providing ADSL modem support to users in Poland - where they will become more 
affluent, see sense and all buy routers within the next 3 years - so there is 
no point in wasting effort on ADSL modem support.

I know Poles are stubborn, and hold to old fashioned values, which is usually 
a good thing. But sticking to ADSL modems is not a useful national 
characteristic. 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Benji Weber

On 5/7/07, Jan Tiggy <[EMAIL PROTECTED]> wrote:

Strange...

"2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms of
Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or
FreeBSD operating systems, or other operating systems derived from the
source code to these operating systems, may be copied and redistributed,
provided that the binary files thereof are not modified in any way
(except for unzipping of compressed files)."

Source: http://www.nvidia.com/object/nv_swlicense.html


Yes, Nvidia are fine with people redistributing them, the Linux kernel
developers are not.

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



Re: [opensuse] opensuse and problem of poland users

2007-05-07 Thread Jan Tiggy
Vince L wrote:

> In Poland can you buy and use ADSL routers?

Sure you can buy those, but why when one gets an USB modem for free? ;)

Thus the question is not with what hardware is the Polish user better
off, but what share of Polish market is targeted by Opensuse or even
Novell itself? For example Mandriva suits their needs. ;)

So no wonder that most novice fellas there use AFAIK Mandriva and those
more experienced use Slackware (which AFAIK is THE Distro in Poland) or
even Gentoo. Unfortunately Opensuse ain't sexy enough for Polish users
yet. And *buntu is gaining pace on Polish market every day. I'm afraid
if Opensuse keeps sleeping too long there will be no place for them in
Poland anymore.

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Jan Tiggy
Matthias Hopf wrote:

>> Why can Ubuntu include the NVIDIA drivers in there repository and
>> openSUSE can't...???

> Actually, Ubuntu *cannot* include them as well.
> They just don't give a damn and just do it.

That's cool isn't it? :D

>...Canonical. Which isn't American in the first place.

That's even better. ;)

> This has been discussed to death. It is *impossible* for us to ship
> binary only drivers for NVIDIA and ATI in their current state, not for
> technical reasons, but for legal reasons.

Strange...

"2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms of
Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or
FreeBSD operating systems, or other operating systems derived from the
source code to these operating systems, may be copied and redistributed,
provided that the binary files thereof are not modified in any way
(except for unzipping of compressed files)."

Source: http://www.nvidia.com/object/nv_swlicense.html

Or in German if you like.

2.1.2 Ausnahme für Linux. Ungeachtet der unter 2.1.1. aufgeführten
Bedingungen darf SOFTWARE, die exklusiv für die Verwendung unter Linux
Betriebssystemen erstellt wurde, kopiert und weitergegeben werden –
vorausgesetzt, dass die Binärdateien dieser Software nicht modifiziert
werden (abgesehen vom Extrahieren komprimierter Dateien).

http://www.nvidia.de/object/nvidia_license_de.html

> Stop complaining here, this will lead to nothing.

Indeed.

> Matthias

Jan

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



[opensuse] disable hw/scsi scan on boot

2007-05-07 Thread Coach-X
Is it possible to disable the hw/scsi scan on suse 10.2, or would this
cause the system not to boot?

This is related to my issue with raid/scsi drives here:

http://lists.opensuse.org/opensuse/2007-04/msg03328.html

I believe I have isolated the problem to the scsi scan and the megaraid
driver.

A proper boot on suse 9.3 finds the raid, then processor:

<6>scsi0 : LSI Logic MegaRAID E  254 commands 16 targs 5 chans 7 luns
<5>scsi0: scanning scsi channel 0 for logical drives.
<5>  Vendor: MegaRAID  Model: LD0 RAID5 34730R  Rev:   E
<5>  Type:   Direct-Access  ANSI SCSI revision: 02

<5>Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
<5>scsi0: scanning scsi channel 4 [P0] for physical devices.
<5>  Vendor: HPModel: SAFTE; U160/M BP  Rev: 1021
<5>  Type:   Processor  ANSI SCSI revision: 02


Suse 10.2 finda the raid and then the other attached drives, no processor:

<6>scsi0 : LSI Logic MegaRAID E  254 commands 16 targs 5 chans 7 luns
<5>scsi0: scanning scsi channel 0 for logical drives.
<5>  Vendor: MegaRAID  Model: LD0 RAID5 34730R  Rev:   E
<5>  Type:   Direct-Access  ANSI SCSI revision: 02

<5>scsi0: scanning scsi channel 4 [P0] for physical devices.
<5>  Vendor: HPModel: 18.2GB C 80-D94N  Rev: D94N
<5>  Type:   Direct-Access  ANSI SCSI revision: 02

I have opened a bug report on this as well:

https://bugzilla.novell.com/show_bug.cgi?id=270277

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



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Richard Bos
Op Monday 07 May 2007 11:55:37 schreef Morten Bjørnsvik:
> |-Original Message-
> |From: Marcus Meissner [mailto:[EMAIL PROTECTED]
> |
> |> I don't think this is OT at all.  If update server addresses are
> |> dished out in a round-robin fashion this might distribute the load,
> |> but is far from optimal.  Surely there is a more intelligent method
> |> based on the originating IP range?  If web servers can generate
> |> country-specific statistics then this should be possible.
> |
> |It is done using the timezone you specify in the installer,
> |and a circle around it.
>
> Wouldn't it be better to test the ring for latency or TTL?
>
> Just measure a wget download of a specific file from varous sources and
> choose the one with the lowest latency. This can be done in 50
> lines of scripting. The testing time is saved by the first download.

Or use netselect:
http://packages.debian.org/stable/net/netselect.html

It's made to determine the fastest (download) server.


-- 
Richard Bos
We are borrowing the world of our children,
It is not inherited from our parents.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [opensuse] Dynamic DNS Number

2007-05-07 Thread James D. Parra


> what please is the command, to find the Dynamic DNS Number,
> assigned to me today by my ISP ?

How do you connect to the Internet? If you use a router, you'll need to go
to its admin page hosted at its IP address. For Linksys I think it is
http://192.168.0.1


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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread James Knott
[EMAIL PROTECTED] wrote:
> On Mon 07 May 2007 15:03, mourik jan wrote:
>   
>> I guess: "ifconfig"
>> and look for inet addr: x.x.x.x
>> normally you should look for the inet address under eth0.
>> 
>
>  - Thanks, but it does not yet seem to work for me
>
> Gibson Research Corporation 
> http://www.grc.com/default.htm
>
>  - their "Shields UP" can immediately show ones current Internet 
> connection address
>
> - What is the Linux command to achieve this result please?
>
> thanks
>
>   
Here's a command I use.  It require you to have Lynx installed.
lynx -dump http://checkip.dyndns.org|grep IP

If you want to get fancy and have a pop up box with your IP, use this
script (assuming you're running KDE).

#! /bin/sh
kdialog --msgbox "$(lynx --dump "http://checkip.dyndns.org/";)"




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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread riccardo35
On Mon 07 May 2007 15:03, mourik jan wrote:
> I guess: "ifconfig"
> and look for inet addr: x.x.x.x
> normally you should look for the inet address under eth0.

 - Thanks, but it does not yet seem to work for me

Gibson Research Corporation 
http://www.grc.com/default.htm

 - their "Shields UP" can immediately show ones current Internet 
connection address

- What is the Linux command to achieve this result please?

thanks

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



[opensuse] 3ware 9650se-8lpml second try

2007-05-07 Thread Jack Malone
Ok I have the 3ware 9650SE-8LPML raid card to go into a machine. At the
moment I cannot get suse 10.2 to see the card so that I can use it to
install to hard drives attached to it. I know that suse has drivers built
into it for 3ware cards but this card does not seem to be support as of yet.
I'm wondering if anyone else here on the list has this card and using it
with suse 10.2. What did you do to get it to work? I have had ubuntu 7.04
the, latest version that just came out, that will install onto hard drives
attached to this card with no problem. But I want to use suse on this
server. I have tried to load the driver at boot time from the install menu
by hitting F5 then saying yes and pointing it to the floppy drive to get the
driver. It just does not see the driver on the floppy for some reason. I
made the driver disk from the cd that came with the 3ware card. 
At this point I'm at a standstill. I need to get this machine up and running
ASAP. This is the first time I have had trouble using a 3ware raid card with
suse linux. 

Thanks for any help anyone can give me on this. 


Jack Malone  

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Darryl Gregorash
On 2007-05-07 02:09, Benji Weber wrote:
> On 5/6/07, Darryl Gregorash <[EMAIL PROTECTED]> wrote:
>> > This is nothing todo with the DMCA. Have a look at the source of the
>> > nvidia driver shim (which is available, but not GPLed) you wil see it
>> > links to GPLed kernel components. Making it illegal to distribute
>> > under normal copyright law unless it is also GPLed. I suggest you read
>> > the GPL FAQ at http://www.gnu.org/licenses/gpl-faq.html .
>>
>> Get real, Benji. With this kind of logic, it would be a violation of the
>> GPL whenever any proprietary software issued an "open file" request to
>> the GPLed system.
>
> No the shim links to gpled kernel at build time.
And when I compile anything that opens a file, it has to link to the
GPLed system library at build time too. That does not preclude me from
compiling proprietary software that issues open file requests, as the
FSF has clearly stated, so long as I do not statically link to the library.

Do you mean that kernel source winds up compiled into the driver(s)
after compilation/linkage is complete? If that is the case, then you are
probably correct; but if the nVidia source merely refers to the kernel
source for things like variables or pointers, settings, etc, this is
part of the normal operation of a device driver, and would seem to be
allowed by the exclusion Linus Torvalds inserted right above the GPL
licence.
>
> 
> "5. You are not required to accept this License, since you have not
> signed it. However, nothing else grants you permission to modify or
> distribute the Program or its derivative works. These actions are
> prohibited by law if you do not accept this License. "
So what? You have yet to demonstrate that the nVidia drivers are a
derivative work of the kernel.

As for all those legal opinions, who wrote them? Bruce Perens and
company? We all know where they stand; if they could get away with it,
they would probably try to claim the GPL applies to anything written by
anyone who has ever uttered the words "open source".

And as for distribution vs. possession and use, if it is unlawful for
someone to give me something, it is equally unlawful for me to receive
it and to use it. Otherwise, the RIAA and friends would have no legal
leg to stand on when they go after all the MP3 download kiddies, on this
side of The Pond or on that, for possession of "pirated" music. Under
current Canadian copyright law, that may be so, but hardly anywhere else
on the planet (though I hasten to add that case has not yet gone to
appeal, and the original trial judge might well find himself overturned
on appeal).

-- 
Moral indignation is jealousy with a halo. -- HG Wells

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



[opensuse] Re: Automating the NFS mount

2007-05-07 Thread Jonathan Arnold
Mohamed Haidar wrote:
> Hello all, I finally got the nfs service to work. In retrospect i see
> that it was kind of  trivial but for  a newbe nothing really is. My
> question now is how to make the hole process automated. I have tried to
> add the line
>   ip:folder /mnt/folder nfs rw,no_root_squash 0 0
> to my fstab but with no result. I still have to manually mount the
> folder at startup.
>   Thx for your help everybody.

BTW, you almost certainly do not want to put an NFS mount point into your
/etc/fstab as something that gets mounted at startup.  It can take too long,
esp. if the host isn't available, so it is generally not thought of as a
"Good Idea" (tm). You might want to look into automounts, which will mount
something when you first try to access it.

-- 
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] NVIDIA drivers

2007-05-07 Thread Simon Lewis
Hello Matthias

That is exactly the point, Novell IS a large American company. If it
wanted to, it would find a way to come to an agreement with nVidia, just
as Microsoft has done ;-)

Simon

Matthias Hopf schrieb:
> On May 05, 07 09:45:00 +0200, Simon Lewis wrote:
>   
>> Why can Ubuntu include the NVIDIA drivers in there repository and
>> openSUSE can't...???
>> 
>
> Actually, Ubuntu *cannot* include them as well.
> They just don't give a damn and just do it.
>
>   
>> Above all, Ubuntu has very conservative policy regarding product
>> infringements.
>> 
>
> Dream on.
> Novell is a large American company, thus it has to be much more careful
> than Canonical. Which isn't American in the first place.
>
>
> This has been discussed to death. It is *impossible* for us to ship
> binary only drivers for NVIDIA and ATI in their current state, not for
> technical reasons, but for legal reasons. Full stop.
>
> Stop complaining here, this will lead to nothing.
>
> Matthias
>
>   

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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread Pete Connolly
On Monday 07 May 2007 16:03:10 mourik jan wrote:
> >  what please is the command, to find the Dynamic DNS Number,
> >  assigned to me today by my ISP ?
>
> I guess: "ifconfig"
>
> and look for inet addr: x.x.x.x
>
> normally you should look for the inet address under eth0.
>
> hope that helps,
> mj

In addition, if you have an ADSL connection you might need to look at the 
route administration page to see which address has been assigned.  I use a 
NetGear wireless hub and that uses http://192.168.0.1 from it's web based 
administration.

Cheers

Pete

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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread mourik jan



 what please is the command, to find the Dynamic DNS Number,
 assigned to me today by my ISP ?

That is... If by Dynamic DNS number you mean dynamic ip address...


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



Re: [opensuse] Dynamic DNS Number

2007-05-07 Thread mourik jan

 what please is the command, to find the Dynamic DNS Number,
 assigned to me today by my ISP ?



I guess: "ifconfig"

and look for inet addr: x.x.x.x

normally you should look for the inet address under eth0.

hope that helps,
mj
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] YaST2 update

2007-05-07 Thread russbucket
Today I checked Scribus for updates. It showed two updates were available from 
different respositories. 1.3.3.9-12.1(packman) and 1.3.4-2.1(Mrdocs). I went 
into the versions tab and selected 1.3.3.9-12.1 and started download. It 
completed. but the version that YaST installed was 1.3.4-2.1. Is this normal 
or is it a Bug I should report?

Thanks for any comments.
-- 
Russ
Linux register user 441463
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread James Knott

jpff wrote:

It had to be said. I worked on the Burroughs B1700 which has a
1bit word; it was bit addressable and as a soft machine the programmer
could select whatever virtual word length they liked.  I remember the
other LISP team changing from 22 to 23 bits one day.  There was an
advantage to 24 bit virtual words, but at its heart it was a 1bit machine.
==John ffitch
  


Anyone here with a 2 bit computer?  ;-)


--
Use OpenOffice.org 
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Dynamic DNS Number

2007-05-07 Thread riccardo35

 what please is the command, to find the Dynamic DNS Number,
 assigned to me today by my ISP ?

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



Re: [opensuse] Error's on raid disk

2007-05-07 Thread Wilfred van Velzen
>>> "Carlos E. R." <[EMAIL PROTECTED]> 2007-05-07 14:14:40
>>>
> The Monday 2007-05-07 at 09:32 +0200, Wilfred van Velzen wrote:
>
> > I noticed some error's on one of the raid disks in the servers
> > /var/log/warn file:
> >
> > May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1
Currently
> > unreadable (pending) sectors
> > May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1 Offline
> > uncorrectable sectors
>
> This is the original problem: the hard disk has one unreadable
sector,
> detected by SMART. You can use smartctl to learn more about it. It
is
> possible for the hardware to remap that sector; this is triggered by
a
> write to it, but meanwhile the raid has redirected that sector to
another
> mirror.
>
> > Btw: The disk is only a couple of months in operation so still
under
> > waranty.
>
> I would run a full disk diagnostic using smartctl.

You mean: smartctl -t long /dev/sdb ?

I already did some "smartctl -t select,n-m" tests on the offending
ranges, but this found no errors. I will run the long test tonight when
the server is less busy...




Met vriendelijke groet / Best regards,
Wilfred van Velzen


-- 

SERCOM Regeltechniek b.v.
Heereweg 9
2161 AB Lisse
Nederland
+31 (0)252 416530  (voice)
+31 (0)252 419481  (fax)




Op al onze offertes, op alle opdrachten aan ons en op alle met ons gesloten
overeenkomsten zijn toepasselijk de METAALUNIEVOORWAARDEN, gedeponeerd ter
Griffie van de Rechtbank te Rotterdam, zoals deze luiden volgens de
laatstelijk aldaar neergelegde tekst. De leveringsvoorwaarden worden u op
verzoek toegezonden.

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Matthias Hopf
On May 05, 07 09:45:00 +0200, Simon Lewis wrote:
> Why can Ubuntu include the NVIDIA drivers in there repository and
> openSUSE can't...???

Actually, Ubuntu *cannot* include them as well.
They just don't give a damn and just do it.

> Above all, Ubuntu has very conservative policy regarding product
> infringements.

Dream on.
Novell is a large American company, thus it has to be much more careful
than Canonical. Which isn't American in the first place.


This has been discussed to death. It is *impossible* for us to ship
binary only drivers for NVIDIA and ATI in their current state, not for
technical reasons, but for legal reasons. Full stop.

Stop complaining here, this will lead to nothing.

Matthias

-- 
Matthias Hopf <[EMAIL PROTECTED]>  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R & D   www.mshopf.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Help with ATI drivers - please

2007-05-07 Thread Jim Flanagan
John Andersen wrote:
> On Sunday 06 May 2007, Jim Flanagan wrote:
>   
>> Peter Bradley wrote:
>> 
>>> Ysgrifennodd Jim Flanagan:
>>>   
 Hi John,

 I did what you suggested, and followed the detailed steps at
 http://en.opensuse.org/ATI at the same time. I still got the black
 screen of death. Went to runlevel 3, watched the splaten and sparken,
 did the rpm install, rebooted, black screen of death. At that point
 Ctl-Alt-F1 would not get me to a tty. Ctl-Alt-Backspace would not do
 anything either. The only way I can access the system at this point is
 thru SSH.


 
>>> Silly question probably, but did you do aticonfig --initial after
>>> you'd finished the install?
>>>   
>> Yup, I ran ldconfig, and aticonfig --initial --input=/etc/X11/xorg.conf
>>
>> Tks,
>>
>> Jim F
>> 
>
> I vaguely remember something about this in posts of recent weeks.
> Lockups of X server, and a work around.  I can't recall the details.
> Have you searched Novell's bugzilla or the archives.
>
> Just for grins, try booting with a boot command line parameter
> of "hpet=disable"  (or nohpet if x86_64. )  I don't know where I
> read that or maybe I'm mistaken, but its harmless in any event.
>
>   
I looked thru recent posts and found one from M Harris on May 4th with a
similar black screen problem. While he has a different card than mine,
both are ati radeon. I followed his instructions about running sax
-rfirst, then

  aticongig --initial --input=/etc/X11/xorg.conf

But this did not fix my problem. I still get the black screen. Sax2
fails to run. Also at this point Ctl-Alt-F1 does not work, then or after
a reboot. The system is in runlevel 5, but the screen and keyboard are
frozen, don't know about the mouse as I can't see anything.

So, once again I uninstalled the rpm I made from the ati downloaded
driver, and I can now get back to kde. But something is broken now.
glxinfo or glxgears do not work. Nor does my screensaver. I get the
following message in kde when i tr to set the screensaver...

 The specified library screensaver cold not be found.
 The diagnostics is:
  /usr/lib/libGL so.1: undefined symbol: drmCloseOnce

  Possible reasons:
  - An error occurred during your last KDE updrade leaving an
orphaned control module
  - You have old third party modules lying around.

This "/usr/lib/libGL.. error is the same one I get when trying to
run glxinfo (as posted above).

So at this point I either need to get the ati driver working somehow, or
get my configuration back to the default driver and setup. I do not want
to re-install this installation, only the X configuration.

Again, I'm running a radeon 9800 pro, opensuse 10.2, xorg-x11 updated to
7.2-146.7

Any help most appreciated.

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



Re: [opensuse] choice between several networks

2007-05-07 Thread jdd

Will Stephenson wrote:


NetworkManager can't handle static IPs, and definitely not >1.


OK



SCPM - YaST->System->Profile Manager.  Set up each board member's house as a 
different profile, then you can have several configs for the same card.


I will try this one, thanks
jdd


--
http://www.dodin.net
Cécile, esthéticienne à Montpellier
http://gourmandises.orangeblog.fr/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Re: Current Kernel handeling of multi core 64bit Processors

2007-05-07 Thread Philipp Thomas
* Registration Account ([EMAIL PROTECTED]) [20070506 23:25]:

> I am thinking of upgrading my P4 HT 3.2 to 64 Bit Processors.

> Can anyone tell me if CURRENT open suse 64 bit version will be able to
> address the dual Processor.

Yes, openSUSE supports current AMD and Intel dual core processors.

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



Re: [opensuse] About Backing Up

2007-05-07 Thread David Bolt
On Mon, 7 May 2007, Carlos E. R. wrote:-

>
>The Monday 2007-05-07 at 03:46 +0200, I wrote:
>
>> Yes, I saw then. I ran a few scripts that form a test suite, no errors.
>> Now I'm preparing a dvd backup, and will add par2 files to it, too. I have
>> to study the possible command options first.
>
>I'm baffled...
>
>Ok, I have a dozen of big files (roughly the same size each) in a dvd,
>with about 250 MB free space that I could use for par data. What options
>should I use to create them?

I'd use something like this:

par2 c -s1024000 -c235 -l  *

c is to create the recovery files
-s1024000 gives a recovery block size of a little under 1MB
-c235 says to create 235 recovery blocks
-l limits the size of the par2 recovery files to just a bit bigger than
the largest file.

That should create a few recovery files which, with the par2 overheads,
occupy about 235MB and leave around 15MB free. Once it's finished, and
if you're the sort of person that just has to be sure, you can verify
the freshly created files using:

par2 v 

And, if there's a failure after the contents has been burnt, copy the
contents off the DVD using either dd or ddrescue, and then use:

par2 r 


Now, the bad news is that for a dozen files, totalling a bit over 4GB,
you may not be able to rebuild a broken file with only 235 blocks
without rescuing as much data as possible from the DVD. My guess is that
the files are around 350MB[0], which means you'd need at least 350-360
recovery blocks to rebuild a completely missing file. As long as only
one file is broken, and you manage to recover more than a third of the
data, there _should_ be enough to rebuild it.

There are ways to reduce this problem, and the one I chose was to limit
the size of files to 100MB[1]. That, combined with my using 535 blocks
means I can have 5 completely unreadable files before I am unable to
recover. And when I want to recombine the split files, I just use cat
:-)


[0] After rounding to the nearest MB:
4.35GB - 250MB = 4.1GB
4.1GB / 12 = 350MB

[1] split -b 100M -a 3 -d  .
   ^
That is to allow creation of names in the format filename.000,
filename.001, etc.

Regards,
David Bolt

-- 
Member of Team Acorn checking nodes at 50 Mnodes/s: http://www.distributed.net/
RISCOS 3.11 | SUSE 10.0 32bit | SUSE 10.1 32bit | openSUSE 10.2 32bit
RISCOS 3.6  | SUSE 10.0 64bit | SUSE 10.1 64bit | openSUSE 10.2 64bit
TOS 4.02| SUSE 9.3 32bit  | | openSUSE 10.3a3 32bit
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Re: Google hosts as Ira Hyman introduces PC LinuxOS

2007-05-07 Thread Joachim Schrod

Doug McGarrett wrote:


One printer worked pretty well, after some futzing around, but the HP
Laserjet 2200D, that worked under 10.0, (which had its own problems
with KMail,) will print, sometimes, _after about an 1 hour or more delay_.
I reported this to the list, but have not had any reply, much less cure.
This printer is listed as 100% working on the Linux Printing website.
And it was, under 10.0, but since 10.0 ruined my mail with Chinese
characters, I had to go back to 9.3.  The printer that worked pretty well
may have broken of its own accord, but the Laserjet that worked under
10.0 still works perfectly under Windows, even tho Windows itself doesn't
work perfectly--or even well.  It just doesn't like 9.3, or vice versa.  I 
think that this  should be made clear.  Probably SuSE 9.3's fault, yes, 
absolutely.  I am hoping 10.3 is pristine, and I'm waiting.


Take the CD that came with your printer, identify the PPD file 
there and use it for CUPS. Alternatively, get the Windows printer 
driver from the HP Web site, and extract the PPD file from there.


All problems that I had in 9.x with that printer went away 
afterwards. I don't know if there are any problems in 10.x, since I 
continue to use the vendor-supplied PPD file.


Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod  Email: [EMAIL PROTECTED]
Roedermark, Germany

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



Re: [opensuse] Error's on raid disk

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Monday 2007-05-07 at 09:32 +0200, Wilfred van Velzen wrote:

> I noticed some error's on one of the raid disks in the servers
> /var/log/warn file:
> 
> May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1 Currently
> unreadable (pending) sectors
> May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1 Offline
> uncorrectable sectors

This is the original problem: the hard disk has one unreadable sector, 
detected by SMART. You can use smartctl to learn more about it. It is 
possible for the hardware to remap that sector; this is triggered by a 
write to it, but meanwhile the raid has redirected that sector to another 
mirror.


> Btw: The disk is only a couple of months in operation so still under
> waranty.

I would run a full disk diagnostic using smartctl.

- -- 
Cheers,
   Carlos E. R.

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

iD8DBQFGPxgytTMYHG2NR9URAuKpAJ99SSjBaHoHJ/dgaRuFTN9OfogHSQCeKMrU
ZC2VxvTjbaf3+jc4wqetl3E=
=sxaE
-END PGP SIGNATURE-

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



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Monday 2007-05-07 at 08:07 +0200, jdd wrote:

> > > Wordsize may vary, but bytes are 8 bits.
> > > and nybbles are 4 bits.
> > 
> > So say you. Reality differs.
> 
> this may be a translation problem...

The definition varies acording to who makes them. One definition could be 
the smallest group of bits the CPU adresses at a time; in modern computers 
that is 8 bits.

for instance:

- From WordNet (r) 2.0 [wn]:

  byte
   n : a sequence of 8 bits (enough to represent one character of
   alphanumeric data) processed as a single unit of
   information

- From The Free On-line Dictionary of Computing (27 SEP 03) [foldoc]:

  byte
   
   /bi:t/ (B) A component in the machine {data hierarchy}
  usually larger than a {bit} and smaller than a {word}; now
  most often eight bits and the smallest addressable unit of
  storage.  A byte typically holds one {character}.

   A byte may be 9 bits on 36-bit computers.  Some older
  architectures used "byte" for quantities of 6 or 7 bits, and
  the PDP-10 and IBM 7030 supported "bytes" that were actually
  {bit-fields} of 1 to 36 (or 64) bits!  These usages are now
  obsolete, and even 9-bit bytes have become rare in the general
  trend toward power-of-2 word sizes.
   
  The term was coined by Werner Buchholz in 1956 during the
  early design phase for the {IBM} {Stretch} computer.  It was a
  mutation of the word "bite" intended to avoid confusion with
  "bit".  In 1962 he described it as "a group of bits used to
  encode a character, or the number of bits transmitted in
  parallel to and from input-output units".  The move to an
  8-bit byte happened in late 1956, and this size was later
  adopted and promulgated as a standard by the {System/360}
  {operating system} (announced April 1964).
 

  James S. Jones <> adds:
   
  I am sure I read in a mid-1970's brochure by IBM that outlined
  the history of computers that BYTE was an acronym that stood
  for "Bit asYnchronous Transmission E__?__" which related to
  width of the bus between the Stretch CPU and its CRT-memory
  (prior to Core).

  Terry Carr <> says:
   
  In the early days IBM taught that a series of bits transferred
  together (like so many yoked oxen) formed a Binary Yoked
  Transfer Element (BYTE).
   
 

 
> what about other langages? may be the problem is only in english?

No, the problem arises when experts from several generations talk together ;-)

- -- 
Cheers,
   Carlos E. R.

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

iD8DBQFGPxVotTMYHG2NR9URAm4lAJ9ZpPT5X0VSWUaOQ5L5L7e97U7j7QCeKFF+
QCXLB7czF2wlouSFEPQrll4=
=garM
-END PGP SIGNATURE-

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



Re: [opensuse] MacBook2,1 hardware

2007-05-07 Thread Aschwin Marsman
On Wed, 2 May 2007, Daniel Bornkessel wrote:

Hi,

> The one thinking about updating somehow to kernel 2.6.21 after testing his
> mouse wheel?
> https://bugzilla.novell.com/show_bug.cgi?id=231071
> ;)

I have a MacBook with a Core2 Duo and openSUSE 10.2. Which 2.6.21 kernel is 
the best to use? Factory? OpenSUSE 10.3 kernel? Latest stable?

> Quite a few things will work in 10.3 that did not work well in 10.2 ... 10.2
> was out just about the same time the C2D MacBook Pro came out, so there are
> quite a few things that do not work too good :(
> 10.3 alpha3 is looking a lot better though :)

I looked at it the current 10.3 but the known problems are too many for a 
production laptop.

I have two hard discs, I will use the old one when I have the time. The
biggest problem is suspend and frequency scaling, are they easy backportable
to openSUSE 10.2? Installation of openSUSE 10.2 worked fine.

Best regards from the Netherlands,

Aschwin Marsman

-- 
aYniK Software Solutions all You need is Knowledge
P.O. box 134 NL-7600 AC Almelo  - the Netherlands
[EMAIL PROTECTED]  http://www.aYniK.com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread jpff
It had to be said. I worked on the Burroughs B1700 which has a
1bit word; it was bit addressable and as a soft machine the programmer
could select whatever virtual word length they liked.  I remember the
other LISP team changing from 22 to 23 bits one day.  There was an
advantage to 24 bit virtual words, but at its heart it was a 1bit machine.
==John ffitch
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Pidgin and repository?

2007-05-07 Thread JP Rosevear
On Fri, 2007-05-04 at 19:34 -0400, Rick Friedman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> OK... now that pidgin (formerly gaim) has been released as 2.0.0, does
> anyone know if there is a repository that contains it yet? If so, what
> is the url of the repository?

Its in the GNOME:Community.
http://software.opensuse.org/download/GNOME:/Community/

Thanks James Ogley!

-JP
-- 
JP Rosevear <[EMAIL PROTECTED]>
Novell, Inc.

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



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread Clayton

> AFAIK FAT32 has an upper limit of 127GB. which means
> you need lots of partitions.


This is an artifact of Microsoft's brilliant choices.  Windows was
shipped with the registry setting for Large Drive Support turned
off... thus the 127 GB limitation.  You could get around this by
changing the registry setting, thereby enabling you to format a single
partition larger than 127 GB or you could install Linux which
didn't have this brain dead setting, and is not limited by BIOS
knowledge of drives over a predetermined size. :-)  I have no idea if
this is still an issue with XP SP2.

Windows only supports creating FAT32 partitions up to 32GB (although
they can read/write FAT32 partitions over 32GB)

FAT32 has a file size limitation... you cannot write a single file
larger than 4GB... so your 8GB double layer DVD ISOs cannot be stored
on a FAT32 partition.


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



Re: [opensuse] suse 10.2 gnome, keyring

2007-05-07 Thread JP Rosevear
On Sat, 2007-05-05 at 13:06 -0400, Serge Naggar wrote:
> I'm new to gnome [used kde] and have found one element irritating: the
> keyring code[s] especially as applied to evolution.
> 
> Every time I open evolution I have to enter a code.
> I have tried to eliminate this but have have no success.
> 
> Can some one help?

Give the pam_keyring module a try (need to add it to your pam stack but
after that, if you login and keyring password are the same, it will get
unlocked automatically).

-JP
-- 
JP Rosevear <[EMAIL PROTECTED]>
Novell, Inc.

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



[opensuse] HW Problem ?

2007-05-07 Thread Andrea Lanza
Hi all, this is my first post to this list.

I have a problem with an HP - opensuse 10.1 installed pc
Since the initial install I can see in the messages log:

May  7 13:29:36 agoraste01 kernel: input: AT Translated Set 2 keyboard as
/class/input/input138937
May  7 13:29:38 agoraste01 kernel: input: AT Translated Set 2 keyboard as
/class/input/input138938
May  7 13:29:39 agoraste01 kernel: input: AT Translated Set 2 keyboard as
/class/input/input138939
May  7 13:29:40 agoraste01 kernel: input: AT Translated Set 2 keyboard as
/class/input/input138940

And so on, about 1 event per second.

In the /sys/class/input dir I see (repeteadly issuing a dir command)

agoraste01:/sys/class/input # dir
total 0
lrwxrwxrwx 1 root root 0 May  7 13:30 event0 ->
../../class/input/input138991/event0
lrwxrwxrwx 1 root root 0 May  5 14:23 event1 ->
../../class/input/input1/event1
lrwxrwxrwx 1 root root 0 May  5 12:24 event2 ->
../../class/input/input2/event2
lrwxrwxrwx 1 root root 0 May  5 12:24 event3 ->
../../class/input/input3/event3
drwxr-xr-x 5 root root 0 May  5 14:23 input1
drwxr-xr-x 5 root root 0 May  7 13:30 input138991
drwxr-xr-x 5 root root 0 May  5 14:23 input2
drwxr-xr-x 6 root root 0 May  5 14:23 input3
drwxr-xr-x 2 root root 0 May  5 14:23 mice
lrwxrwxrwx 1 root root 0 May  5 12:24 mouse0 ->
../../class/input/input3/mouse0
agoraste01:/sys/class/input # dir
total 0
lrwxrwxrwx 1 root root 0 May  5 14:23 event1 ->
../../class/input/input1/event1
lrwxrwxrwx 1 root root 0 May  5 12:24 event2 ->
../../class/input/input2/event2
lrwxrwxrwx 1 root root 0 May  5 12:24 event3 ->
../../class/input/input3/event3
drwxr-xr-x 5 root root 0 May  5 14:23 input1
drwxr-xr-x 5 root root 0 May  5 14:23 input2
drwxr-xr-x 6 root root 0 May  5 14:23 input3
drwxr-xr-x 2 root root 0 May  5 14:23 mice
lrwxrwxrwx 1 root root 0 May  5 12:24 mouse0 ->
../../class/input/input3/mouse0
agoraste01:/sys/class/input # dir
total 0
lrwxrwxrwx 1 root root 0 May  7 13:30 event0 ->
../../class/input/input138992/event0
lrwxrwxrwx 1 root root 0 May  5 14:23 event1 ->
../../class/input/input1/event1
lrwxrwxrwx 1 root root 0 May  5 12:24 event2 ->
../../class/input/input2/event2
lrwxrwxrwx 1 root root 0 May  5 12:24 event3 ->
../../class/input/input3/event3
drwxr-xr-x 5 root root 0 May  5 14:23 input1
drwxr-xr-x 5 root root 0 May  7 13:30 input138992
drwxr-xr-x 5 root root 0 May  5 14:23 input2
drwxr-xr-x 6 root root 0 May  5 14:23 input3
drwxr-xr-x 2 root root 0 May  5 14:23 mice
lrwxrwxrwx 1 root root 0 May  5 12:24 mouse0 ->
../../class/input/input3/mouse0

and so on.
I tried to boot the pc in failsafe mode (acpi?off,apm=off), with NO
differences at all, connecting or disconnecting keyboard (no mouse ever
present) 

I would like to know if anybody had any suggestion to troubleshoot this
situation.
I also prepared a "post a support query" via yast, but I am not able to
undertannd where to post this support.txt file.

Other data: 

uname-a:
Linux agoraste01 2.6.16.27-0.9-smp #1 SMP Tue Feb 13 09:35:18 UTC 2007 i686
i686 i386 GNU/Linux

cat /etc/SuSE-release
SUSE LINUX 10.1 (i586)
VERSION = 10.1

I Installed opensuse linux without any graphical interface (text mode
installation)

Thanks in advance,
Andrea



smime.p7s
Description: S/MIME cryptographic signature


Re: [opensuse] choice between several networks

2007-05-07 Thread James Knott
jdd wrote:
> Hello,
>
> I'm configuring a laptop for an association. This machine need to be
> usable from any house of the board members, with different ethernet
> connections.
>
> So I need to switch easily (without root access) between dhcp or
> several fixed IP.
>
> I initially thinked I could do this with networks manager, but it
> seems to have only a switch between modem and ethernet.
>
> I can't (in yast) have several configs for the same (pcmcia, perfectly
> wotking) card
>
> any idea?
> Thanks
> jdd
There are a couple of ways.  One is to use profiles.  The other is to
create scripts that shut down the NIC, and restart it with the new config.


-- 
Use OpenOffice.org 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread James Knott
Sean Craig wrote:
> How big is this circle?  I'm based in the Middle East, and have gotten
> update servers from Russia, UK, Aus - that's a very big circle!
>  
>   

I believe the radius is only 20,000 km.  ;-)


-- 
Use OpenOffice.org 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] choice between several networks

2007-05-07 Thread Will Stephenson
On Monday 07 May 2007, jdd said:
> Hello,
>
> I'm configuring a laptop for an association. This machine need to be
> usable from any house of the board members, with different ethernet
> connections.
>
> So I need to switch easily (without root access) between dhcp or
> several fixed IP.
>
> I initially thinked I could do this with networks manager, but it
> seems to have only a switch between modem and ethernet.
>
> I can't (in yast) have several configs for the same (pcmcia, perfectly
> wotking) card
>
> any idea?

NetworkManager can't handle static IPs, and definitely not >1.

SCPM - YaST->System->Profile Manager.  Set up each board member's house as a 
different profile, then you can have several configs for the same card.

HTH

Will


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



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread James Knott
Jeffrey L. Taylor wrote:
> Quoting Aaron Kulkis <[EMAIL PROTECTED]>:
>   
>> James Knott wrote:
>> 
>>> Örn Hansen wrote:
>>>   
  I think a byte is always 2^8, no matter what. 
  
 
>>> Frayed knot!  There were systems that used 6 bit bytes and probably
>>> other sizes too.
>>>   
>> Doubly frayed knot...
>>
>>
>> Those aren't bytes, those are words.
>>
>> Wordsize may vary, but bytes are 8 bits.
>> and nybbles are 4 bits.
>>
>> 
>
> Bytes were 6, or 8, or possibly others.  A byte was a character, 6 bits for
> BCD, 8 bits for EBCDIC and ASCII.  I know, I was there.  Now, 6 bit words, I
> never saw any of them.  IIRC, 12 bit words was the smallest I ever saw.
>
>   

Many microprocessors are 4 bit, when used for such things as calculators
etc., that don't need 8 bits.  The very first microprocessor, the Intel
4004 was 4 bits.  The 8 bit CPU's also have an 8 bit word.



-- 
Use OpenOffice.org 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] choice between several networks

2007-05-07 Thread Vince L
On Monday 07 May 2007 11:38, G T Smith wrote:
> jdd wrote:
> > Hello,
> >
> > I'm configuring a laptop for an association. This machine need to be
> > usable from any house of the board members, with different ethernet
> > connections.
> >
> > So I need to switch easily (without root access) between dhcp or several
> > fixed IP.
> >
> > I initially thinked I could do this with networks manager, but it seems
> > to have only a switch between modem and ethernet.

>
> How, different? Wireless, wired ,dialup, or mobile phone. DSL, Cable or
>  ISDN. NAT, subnetted, routed or direct.

I'm assuming we are talking just ethernet here

>
> BTW Address management should not be a major problem if everyone is on a
> common NAT subnet behind a routing modem. Most commonly used is
> 192.168.0.xx and a single static address may work for everyone,
> specifying the routing/modem device (usually 192.168.0.1) as the DNS
> should sort DNS issues out. (I have come across consumer devices using 
> 192.168.1.xx).

They seem to be quite common.

> There is nothing wrong with using static addresses on a
> DHCP managed network provided one takes steps to avoid clashing with any
> dynamically loaded address space. The only potential problem is the
> specification of SMTP servers for mail.

This is the way to go, I think. All of the board members need to configure 
their routers to enable the DHCP server for a part of their subnet range, 
even if they keep their own installations statically allocated [outside the 
DHCP range].

>
> If you have a mix of wired and wireless connection set the network to
> load on connection detected.
>
> The first thing I would do is collect information on all the connection
> locations and connection types then identify common features and try
> reduce the number of connection specifications. If you are really lucky
> you will end with only one.

Or 2 could be OK. It works to have a network card configured for DHCP, with an 
additional fixed address [maybe more fixed addresses?], but if internet is 
required static router addresses may well not play with DHCP router 
addresses. 
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] choice between several networks

2007-05-07 Thread G T Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

jdd wrote:
> Hello,
> 
> I'm configuring a laptop for an association. This machine need to be
> usable from any house of the board members, with different ethernet
> connections.
> 
> So I need to switch easily (without root access) between dhcp or several
> fixed IP.
> 
> I initially thinked I could do this with networks manager, but it seems
> to have only a switch between modem and ethernet.
> 
> I can't (in yast) have several configs for the same (pcmcia, perfectly
> wotking) card
> 
> any idea?
> Thanks
> jdd

How, different? Wireless, wired ,dialup, or mobile phone. DSL, Cable or
 ISDN. NAT, subnetted, routed or direct.

BTW Address management should not be a major problem if everyone is on a
common NAT subnet behind a routing modem. Most commonly used is
192.168.0.xx and a single static address may work for everyone,
specifying the routing/modem device (usually 192.168.0.1) as the DNS
should sort DNS issues out. (I have come across consumer devices using
192.168.1.xx). There is nothing wrong with using static addresses on a
DHCP managed network provided one takes steps to avoid clashing with any
dynamically loaded address space. The only potential problem is the
specification of SMTP servers for mail.

If you have a mix of wired and wireless connection set the network to
load on connection detected.

The first thing I would do is collect information on all the connection
locations and connection types then identify common features and try
reduce the number of connection specifications. If you are really lucky
you will end with only one.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGPwG7asN0sSnLmgIRAib9AKDu3f9OPR+9062PH+VX0cRSFGaPSwCfasX7
eTbuu/6qIgQRbCGqeEEKk90=
=GYKe
-END PGP SIGNATURE-
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] opensuse and problem of poland users

2007-05-07 Thread Vince L
On Saturday 05 May 2007 10:49, Fazer wrote:
> Hello everyone
>
>
> ADSL
>
> in poland as in all east contries we have an national monopol of
> telecomunication witch is for about 70% of peoples one way to have an
> Internet access the adsl acces by atm using thompson sagem and zxdsl
>
> in 32 bit
> two first are easy to use (get firmware and configure) but only if you have
> most popular wersion but the last is useless
>
> in 64
> nothing is working:
> in my small investigation (I'm don't have 64 bit computer) there aren't
> modulest to atm and ppp in default kernel
>
> the rest problems are usual and there is no needs to describe it now
>
> I'm interested in support ppp atm etc in 10.3 in 32 and 64 version

Hi Fazer

In Western Europe, we probably started using ADSL several years before you, 
when there was even less support, and only on 32 bit. Most people use 
ethernet ADSL routers for Linux, so there has never been very much pressure 
to support ppp, atm or anyother ADSL specific protocol- it is all handled 
under ethernet support which is very mature.

The other advantage is that you set up your router once and if you have other 
computers or dual boot into windows or other linux distributions, then you 
only need to set up the ethernet interface to get access to the internet. 
ADSL modems are just a headache, requiring maintenance of the drivers to 
track the kernel. ["I can't upgrade to kernel version 2.8... because the ADSL 
modem drivers don't work"].

In Poland can you buy and use ADSL routers?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Morten Bjørnsvik
 

|-Original Message-
|From: Marcus Meissner [mailto:[EMAIL PROTECTED] 
|> I don't think this is OT at all.  If update server addresses are 
|> dished out in a round-robin fashion this might distribute the load, 
|> but is far from optimal.  Surely there is a more intelligent method 
|> based on the originating IP range?  If web servers can generate 
|> country-specific statistics then this should be possible.
|
|It is done using the timezone you specify in the installer, 
|and a circle around it.
|

Wouldn't it be better to test the ring for latency or TTL?

Just measure a wget download of a specific file from varous sources and
choose the one with the lowest latency. This can be done in 50 
lines of scripting. The testing time is saved by the first download.

--
Morten Bjørnsvik
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Andreas Jaeger
Sean Craig <[EMAIL PROTECTED]> writes:

> How big is this circle?  I'm based in the Middle East, and have gotten
> update servers from Russia, UK, Aus - that's a very big circle!

It depends on how many servers are in your area,

Andreas
-- 
 Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.de/~aj/
  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


pgpETtFMkvFqu.pgp
Description: PGP signature


[opensuse] choice between several networks

2007-05-07 Thread jdd

Hello,

I'm configuring a laptop for an association. This machine need to be 
usable from any house of the board members, with different ethernet 
connections.


So I need to switch easily (without root access) between dhcp or 
several fixed IP.


I initially thinked I could do this with networks manager, but it 
seems to have only a switch between modem and ethernet.


I can't (in yast) have several configs for the same (pcmcia, perfectly 
wotking) card


any idea?
Thanks
jdd
--
http://www.dodin.net
Cécile, esthéticienne à Montpellier
http://gourmandises.orangeblog.fr/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Sean Craig
How big is this circle?  I'm based in the Middle East, and have gotten
update servers from Russia, UK, Aus - that's a very big circle!
 
Regards

Sean


Marcus Meissner wrote:
> On Mon, May 07, 2007 at 12:13:35PM +0400, Sean Craig wrote:
>   
>> Hi,
>>
>> I don't think this is OT at all.  If update server addresses are dished
>> out in a round-robin fashion this might distribute the load, but is far
>> from optimal.  Surely there is a more intelligent method based on the
>> originating IP range?  If web servers can generate country-specific
>> statistics then this should be possible.
>> 
>
> It is done using the timezone you specify in the installer, and 
> a circle around it.
>
> Ciao, Marcus
>   
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Marcus Meissner
On Mon, May 07, 2007 at 12:16:45PM +0400, Sean Craig wrote:
> In 10.2, as far as I know, you do no choose an update server.  The setup
> tool contact a Novell server and you get one update server returned. 

You can of course change the server later on, in the "Installation Source"
module.

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



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Sean Craig
In 10.2, as far as I know, you do no choose an update server.  The setup
tool contact a Novell server and you get one update server returned. 
 
Regards

Sean


John Andersen wrote:
> On Sunday 06 May 2007, Registration Account wrote:
>   
>> I just completed another install of 10.2 and I live in Australia...O.K
>> The update server the install program choose for me is in
>> Russia!!
>> There are 2 x mirrors in my country 1 in Japan and a few in Asia I think
>> may have been a better choice.
>> 
>  
>
> So what's the problem?
> The internet is not measured in miles.
>
> I (living in Alaska) often choose a server in Germany over one in
> my same timezone, because most people in Germany are asleep
> when I am awake, and their servers and bandwidth are less
> used at that time.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread Marcus Meissner
On Mon, May 07, 2007 at 12:13:35PM +0400, Sean Craig wrote:
> Hi,
> 
> I don't think this is OT at all.  If update server addresses are dished
> out in a round-robin fashion this might distribute the load, but is far
> from optimal.  Surely there is a more intelligent method based on the
> originating IP range?  If web servers can generate country-specific
> statistics then this should be possible.

It is done using the timezone you specify in the installer, and 
a circle around it.

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Simon Lewis
Hello Benji

Which SUSE/Novell e-mail address would you recommend..?

Best regards, Simon.


Benjamin Rosenberg schrieb:
> On May 6, 2007, at 4:50 PM, Alexey Eremenko wrote:
>
>> I would like to see more proprietary drivers and applications in
>> openSUSE.
>> This includes: NVIDIA, softmodems, Wifi, ...
>
> Why then don't you email SUSE/Novell and make this request instead of
> sending this short statement to thousands of users on a help list that
> most SUSE employees don't pay attention too?
>
> -ben
> --"We should forgive our enemies. But not before they are hanged."
> Heinrich Heine
>
>
> --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] Update Server - Very OT!!

2007-05-07 Thread Sean Craig
Hi,

I don't think this is OT at all.  If update server addresses are dished
out in a round-robin fashion this might distribute the load, but is far
from optimal.  Surely there is a more intelligent method based on the
originating IP range?  If web servers can generate country-specific
statistics then this should be possible.

My 0.02c

Regards

Sean


Registration Account wrote:
> I just completed another install of 10.2 and I live in Australia...O.K
> The update server the install program choose for me is in
> Russia!!
> There are 2 x mirrors in my country 1 in Japan and a few in Asia I think
> may have been a better choice.
> I don't know what process the Novell server goes through to pick an
> update server but Russia???/
> Anyway so far its performance has been good.
> Greetings to all
> Scott
>   

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



Re: [opensuse] Automating the NFS mount

2007-05-07 Thread Simon Lewis
Does /mnt/folder already exist?

I think this needs to be present if the folder is to be mounted on start up?

Simon


Mohamed Haidar schrieb:
> Hello all, I finally got the nfs service to work. In retrospect i see
> that it was kind of  trivial but for  a newbe nothing really is. My
> question now is how to make the hole process automated. I have tried to
> add the line
>  ip:folder /mnt/folder nfs rw,no_root_squash 0 0
> to my fstab but with no result. I still have to manually mount the
> folder at startup.
>  Thx for your help everybody.
>
> _
> Express yourself instantly with MSN Messenger! Download today it's
> FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>

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



Re: [opensuse] NVIDIA drivers

2007-05-07 Thread Benji Weber

On 5/6/07, Darryl Gregorash <[EMAIL PROTECTED]> wrote:

> This is nothing todo with the DMCA. Have a look at the source of the
> nvidia driver shim (which is available, but not GPLed) you wil see it
> links to GPLed kernel components. Making it illegal to distribute
> under normal copyright law unless it is also GPLed. I suggest you read
> the GPL FAQ at http://www.gnu.org/licenses/gpl-faq.html .

Get real, Benji. With this kind of logic, it would be a violation of the
GPL whenever any proprietary software issued an "open file" request to
the GPLed system.


No the shim links to gpled kernel at build time.


I did just what you suggested, and found several questions which are
useful in discerning the /intent/ of the GPL, which is all any court
will be interested in:


Q. If I port my program to GNU/Linux, does that mean I have to release
it as Free Software under the GPL or some other Free Software license?

In general, the answer is no--this is not a legal requirement. In
specific, the answer depends on which libraries you want to use and
what their licenses are. Most system libraries either use the GNU
Lesser GPL, or use the GNU GPL plus an exception permitting linking
the library with anything. These libraries can be used in non-free
programs; but in the case of the Lesser GPL, it does have some
requirements you must follow.

(my comment: Thus the authors of the GPL specifically anticipate the use
of GPLed system functions by non-GPLed software, including proprietary
software. Other provisions of the GPL would seem to suggest that any
non-GPL software may not be statically linked to such libraries, but
nothing prohibits dynamic linking.)

This question specifically addresses the issue of dynamic linking, and
needs no further comment:

Q. Does the libstdc++ exception permit dynamic linking?

Yes. The intent of the exception is to allow people to compile
proprietary software using gcc.


This is a specific exception, it has no bearing.


Q. Can I use GPL-covered editors such as GNU Emacs to develop non-free
programs? Can I use GPL-covered tools such as GCC to compile them?

Yes, because the copyright on the editors and tools does not cover
the code you write. Using them does not place any restrictions,
legally, on the license you use for your code.

(my comment: In the past, I have seen some suggestions that compiling
non-GPL code with GCC is a licence violation. This clearly says it is not.)

These two questions are sufficient to determine the intent of the GPL
with respect to non-GPL software running on the system, which includes
proprietary installable kernel modules.


Proprietary installable kernel modules are rather different to either
of these examples.


It is clear that the GPL is not so restrictive as to prohibit
communication between the GPLed system and non-GPL applications,
including device drivers. If it were so restrictive, it would become
impossible to run any non-GPL software on the system, which would be an
unfair trade practice under anyone's laws.


Communication is not the same thing as the shim linking to the kernel.


So long as the distributed binary does not /contain/ any code which is
covered under the GPL, nothing in the GPL requires it to be released
under that licence (or not at all). In particular, nothing prohibits
that binary from communicating with any part of the system, including
the kernel. If it did contain such a prohibition, the licence would be
so restrictive and internally contradictory as to be rendered meaningless.


This is why libraries are often made lgpl, kernel is GPL and the
non-gpl shim links to it at compiletime, have a look at the sources of
the shim. If the shim were made GPL perhaps it would be a more grey
area. The shim's sources are available, but look at the licence
headers on the files, it is nowhere near GPL.


>  GPL only applies to distribution.

Umm, no, it does not.


"5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. "

Nothing in the GPL restricts /use/ of a program. So people can use the
nvidia drivers all they want, only the redistribution is illegal.

Even if you were correct your opinion differs from that of several
kernel developers who have received legal advice on the matter, and it
would be those who would be taking legal action.

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



Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread jdd

jpff wrote:

But do not forget that the Multics, a French machine in later life
(Machines Bull, had a 9-bit octet.  Caused much amusement in my circles.


weel, the name "octet" coming from "octal", I hope the ninth is only a 
parity control :-)


jdd

--
http://www.dodin.net
Cécile, esthéticienne à Montpellier
http://gourmandises.orangeblog.fr/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error's on raid disk

2007-05-07 Thread Wilfred van Velzen
Hi,

I noticed some error's on one of the raid disks in the servers
/var/log/warn file:

May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1 Currently
unreadable (pending) sectors
May  4 22:59:04 sernux4 smartd[3368]: Device: /dev/sdb, 1 Offline
uncorrectable sectors
May  4 23:02:31 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:31 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:31 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:31 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:33 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:33 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:33 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:33 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:34 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:34 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:34 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:41 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:41 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:41 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:41 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:41 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:41 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:41 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:41 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:41 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:41 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:41 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:41 sernux4 kernel: ata2.00: cmd
60/a0:00:58:06:2a/01:00:2d:00:00/40 tag 0 cdb 0x0 data 212992 in
May  4 23:02:41 sernux4 kernel:  res
51/40:a0:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: end_request: I/O error, dev sdb, sector
757728856
May  4 23:02:49 sernux4 kernel: raid1: sdb4: rescheduling sector
551968336
May  4 23:02:49 sernux4 kernel: raid1: sdb4: rescheduling sector
551968496
May  4 23:02:49 sernux4 kernel: raid1: sdb4: rescheduling sector
551968744
May  4 23:02:49 sernux4 kernel: raid1: sda4: redirecting sector
551968336 to another mirror
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x3
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:00:80:07:2a/00:00:2d:00:00/40 tag 0 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 kernel:  res
51/40:08:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x2
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:08:80:07:2a/00:00:2d:00:00/40 tag 1 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 kernel:  res
51/40:08:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:00:80:07:2a/00:00:2d:00:00/40 tag 0 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 kernel:  res
51/40:08:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:00:80:07:2a/00:00:2d:00:00/40 tag 0 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 kernel:  res
51/40:08:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:00:80:07:2a/00:00:2d:00:00/40 tag 0 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 kernel:  res
51/40:08:82:07:2a/75:00:2d:00:00/00 Emask 0x9 (media error)
May  4 23:02:49 sernux4 kernel: ata2.00: exception Emask 0x0 SAct 0x1
SErr 0x0 action 0x0
May  4 23:02:49 sernux4 kernel: ata2.00: (irq_stat 0x4008)
May  4 23:02:49 sernux4 kernel: ata2.00: cmd
60/08:00:80:07:2a/00:00:2d:00:00/40 tag 0 cdb 0x0 data 4096 in
May  4 23:02:49 sernux4 ker

Re: [opensuse] USB 2.0 external hard drives

2007-05-07 Thread jpff
But do not forget that the Multics, a French machine in later life
(Machines Bull, had a 9-bit octet.  Caused much amusement in my circles.
==John ffitch

> "jdd" == jdd  <[EMAIL PROTECTED]> writes:

 jdd> Randall R Schulz wrote:

 jdd> this may be a translation problem...

 jdd> I see on wikipedia that the word "octet" can be used when 8 bits must 
 jdd> be enforced, however "octet" in the french translation for "byte", so 
 jdd> in french there is no difference between "byte" and "octet" (in fact I 
 jdd> discover than "octet" can be used in english).

 jdd> what about other langages? may be the problem is only in english?

 jdd> jdd

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



Re: [opensuse] opensuse and problem of poland users

2007-05-07 Thread Andreas Jaeger
Fazer <[EMAIL PROTECTED]> writes:

> Hello everyone
>
> The firs I want to say sorry about my english.
>
> I'm an administrator of one of polish sites about suse and opensuse:
>
> susek.info
>
> about 3 years of my work I have a clear view about problem of polish users.
>
> Everything what I can do now is to describe those problems and maybe this 
> will 
> prepare next relases of opensuse to be more problemless than now
>
> 1 problem
>
> ADSL
>
> in poland as in all east contries we have an national monopol of 
> telecomunication witch is for about 70% of peoples one way to have an 
> Internet access the adsl acces by atm using thompson sagem and zxdsl
>
> in 32 bit
> two first are easy to use (get firmware and configure) but only if you have 
> most popular wersion but the last is useless
>
> in 64 
> nothing is working:
> in my small investigation (I'm don't have 64 bit computer) there aren't 
> modulest to atm and ppp in default kernel

This has been changed for openSUSE 10.3 in the kernel-source:

---
Thu Mar  8 02:22:14 CET 2007 - [EMAIL PROTECTED]

- Add ATM support for x86-64 (fix bug 251202)

You might want to test our latest Alpha3 that has these change.  Is that
everything needed?

Andreas
-- 
 Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.de/~aj/
  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


pgpxrjHW1yYGf.pgp
Description: PGP signature


Re: [opensuse] Update Server - Very OT!!

2007-05-07 Thread John Andersen
On Sunday 06 May 2007, Registration Account wrote:
> I just completed another install of 10.2 and I live in Australia...O.K
> The update server the install program choose for me is in
> Russia!!
> There are 2 x mirrors in my country 1 in Japan and a few in Asia I think
> may have been a better choice.
 

So what's the problem?
The internet is not measured in miles.

I (living in Alaska) often choose a server in Germany over one in
my same timezone, because most people in Germany are asleep
when I am awake, and their servers and bandwidth are less
used at that time.



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



Re: [opensuse] suse 10.2 gnome, keyring

2007-05-07 Thread Andreas Jaeger
Serge Naggar <[EMAIL PROTECTED]> writes:

> I'm new to gnome [used kde] and have found one element irritating: the
> keyring code[s] especially as applied to evolution.
>
> Every time I open evolution I have to enter a code.
> I have tried to eliminate this but have have no success.
>
> Can some one help?

AFAIR there was a bug filed against this and it should be fixed via an
online update already.  Please check the patches and bugzilla,

Andreas
-- 
 Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.de/~aj/
  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


pgpmgbzcgOTIu.pgp
Description: PGP signature