Re: apt-get: Where to get the gpg-key?

2006-01-20 Thread rainer herrendoerfer
Sorry,
buggy sources.list! I had a local file in it. Removed and now everything
works fine again.
Thanks for your efford, have a nice evening
Raina


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get: Where to get the gpg-key?

2006-01-20 Thread rainer herrendoerfer
> 
> Did you already read: http://wiki.debian.org/SecureApt ?
> 
Meanwhile yes, but I didn't get the difference. -?

I have this keys in my list:

# apt-key list
/etc/apt/trusted.gpg

pub   1024D/B5F5BBED 2005-04-24
uid  Debian AMD64 Archive Key

sub   2048g/34FC6FE5 2005-04-24

pub   1024D/2D230C5F 2006-01-03 [expires: 2007-02-07]
uid  Debian Archive Automatic Signing Key (2006)
<[EMAIL PROTECTED]>

So as I understand if I get a GPG error with NO_PUBKEY 22DB56F984478DDF
I have to fetch it with sth. like (quote from your link):

> [EMAIL PROTECTED]:~>gpg --keyserver pgpkeys.mit.edu --recv-key NrOfMissingKey

but the key isn't found on several keyservers.

>
> It depends on what package your are trying to install.
>

I just ran apt-get update. Didn't try to install anything.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



apt-get: Where to get the gpg-key?

2006-01-20 Thread rainer herrendoerfer
Hi,
During

# apt-get update

I received the

"GPG error ...  NO_PUBKEY 22DB56F984478DDF"

I tried

# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 22DB56F984478DDF

but:
gpg: requesting key 84478DDF from hkp server wwwkeys.eu.pgp.net
gpgkeys: key 22DB56F984478DDF not found on keyserver

keyring.debian.org worked neither. What did I miss?

Raina


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ethernet problem

2005-12-21 Thread rainer herrendoerfer
And you have to be _root_ to use it, because it's in /usr/sbin/.

Ciao
Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ethernet problem

2005-12-21 Thread rainer herrendoerfer
Jens Schwarze schrieb:
>>
> Hello Rainer,
> 
> maybe I doesn't tried it the right way, but the command "pppoeconf"
> cannot be found in my debian. Perhaps you can explain it to me more in
> detail?
> 
> Thx
> Jens
> 

A search on http://packages.debian.org/ shows it's in the package
pppoeconf. Do you have it installed?
Perhaps the following link is helpful as well, (guessing you speak
german as well):
http://www.debiananwenderhandbuch.de/internet.html

Ciao
Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ethernet problem

2005-12-19 Thread rainer herrendoerfer
Jens Schwarze schrieb:

> Ok the module loaded correctly and works.
> 
> The PC is only connected to a DSL-modem so there is no dhcp server
> 
> What do I have to do now?
> 

As root type

# pppoeconf

and follow the instructions.

Ciao
Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ethernet problem

2005-12-18 Thread rainer herrendoerfer
Which chipset is on the board?
( lspci should tell you )

Ciao
raina


Jens Schwarze schrieb:
> Hello all,
> 
> I have installed debian amd64 etch an d have a problem to activate the
> ethernet card.
> 
> The card is directly on the mainboard, it's a A8V Deluxe from Asus with
> gigabit ethernet.
> 
> Anyone who can help me?
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread rainer herrendoerfer
Matthias Julius wrote:

>You to put the 32 bit library locations in your /etc/ld.so.conf.  And
>you have to have the 32 bit ldd installed.  For that copy or symlink
>/var//chroot/sarge-ia32/lib/ld-2.3.2.so to /lib/ld-linux.so.2.  Then
>run ldconfig.
>
>Matthias
>
I had this:
$ cat /etc/ld.so.conf
/usr/X11R6/lib
# chroot i386 system libs
/var/chroot/sarge-ia32/lib
/var/chroot/sarge-ia32/usr/lib
/var/chroot/sarge-ia32/usr/X11R6/lib
/var/chroot/sarge-ia32/usr/local/lib

/emul/ia32-linux/lib
/emul/ia32-linux/usr/lib
/emul/ia32-linux/usr/X11R6/lib
/lib/i486-linux
/usr/lib/i486-linux
/usr/X11R6/lib/i486-linux
/usr/lib/GNUstep/System/Library/Libraries

and
$ ls -l /var/chroot/sarge-ia32/lib |grep ld
lrwxrwxrwx  1 root root  18 2005-07-27 18:06 ld-2.3.2.so ->
/lib/ld-linux.so.2
...


perhaps I didn't get this part from the HOWTO right:

>You also need a link to your 32bit linker in the /lib path.
>Change in to directory /lib and create a link to the 32bit
>linker library of your chroot:
>(The name of the 64bit linker is ld-linux-x86-64.so.2)

for me it looks like I should remove /lib/ld-linux-x86-64.so.2 and
substitute it with a link to /Path/to/chroot/lib/, with the same name,
but I'm sorry if my english is too bad. Would be easier to understand
something like `link THIS to THAT', as for me it's confusing enough to
get which / is talked about.

Meanwhile I tried to make a mount point /var/chroot/sarge-ia32/root64
and mounted 64's / there. I could see 64 bit tree from 32, but xmms and
xine started neither.


kind regards

Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread rainer herrendoerfer
Lennart Sorensen wrote:

>If you do a chroot command and then run firefox, then firefox only sees
>the 32bit stuff.  If you just run firefox from 64bit using
>/path/to/chroot/usr/bin/firefox on the other hand, then it should see
>the 64bit programs, although I don't know if firefox would have any
>problems if you ran it that way.  I haven't tried firefox that way.
>
>Len Sorensen
>
When I try starting firefox using
/var/chroot/sarge-ia32/usr/bin/firefox&
i get
grep: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
cut: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
/usr/bin/artsdsp: line 108: /usr/lib/mozilla-firefox/firefox-bin: Datei
oder Verzeichnis nicht gefunden
/usr/bin/artsdsp: line 108: exec: /usr/lib/mozilla-firefox/firefox-bin:
cannot execute: Datei oder Verzeichnis nicht gefunden
(translates to: file or directory not found)

>From chroot everything works fine.

rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread rainer herrendoerfer
Lubos Vrbka wrote:

>> Can anybody give me a hint? As I understand is my 32bit chroot on 64's
>> /var/chroot/sarge-ia32, so 64 directories are outside the 32bit tree.
>> How do I mount them inside 32?
>
> use a bind mount - put something like the following to your fstab...
> /home /var/chroot/sarge-ia32/home none bind 0 0
> and it should work. modify to suit your needs...
>
> best regards,
>
That's what I already had in my fstab on 64 tree. I thought that was for
reaching 32bit applications from from 64 tree.
Example:
I run firefox inside the chroot, when trying to start xmms or xpdf which
are in 64 from firefox I can't reach 64's /usr/bin where they live.
And yes /home, /tmp and /proc are mounted on /var/chroot/sarge-ia32/*

Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Fwd: Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread rainer herrendoerfer

--- Begin Message ---
Goswin von Brederlow wrote:

>Ed <[EMAIL PROTECTED]> writes:
>
>  
>
>>I am using Galeon & Firefox in the 32bit chroot environment. I would like to
>>be able to click on a mailto: link and bring up evolution which is in the
>>standard 64 bit location. Is this easily possible?
>>Regards
>>Ed.
>>
>>
>
>Sure, mount your 64bit system inside the chroot. It works in both
>ways.
>
>MfG
>Goswin
>
>
>  
>
Can anybody give me a hint? As I understand is my 32bit chroot on 64's
/var/chroot/sarge-ia32, so 64 directories are outside the 32bit tree.
How do I mount them inside 32?

Kind regards

Rainer

--- End Message ---


flightgear makes xfree86 use 100% CPU

2005-07-17 Thread rainer herrendoerfer
Hi,
Does anybody run flightgear successfully on amd64?
When I start (under Gnome as well as under fluxbox) a window opens and
everything seems to run normal, but when using the mouse it has 2sec.
delay and cpuload is 100%. Running top shows xfree86 running mad.
System is Sarge, using xfree86's mga driver for Matrox G550.

Rainer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: libc6-dev: sys/user.h broken?

2005-06-30 Thread rainer herrendoerfer

Lennart Sorensen schrieb:

On Thu, Jun 30, 2005 at 10:17:54PM +0200, rainer herrendoerfer wrote:


Hi,
did anybody try to include sys/user.h in a C program?

test.c program in Sarge:

#include 
int main (void)
{
return 0;
}

gcc returns lots of syntax errors:

In file included from test.c:1:
/usr/include/sys/user.h:32: error: Syntaxfehler before "__uint16_t"
/usr/include/sys/user.h:34: error: Syntaxfehler before "ftw"
/usr/include/sys/user.h:35: error: Syntaxfehler before "fop"
/usr/include/sys/user.h:36: error: Syntaxfehler before "rip"
/usr/include/sys/user.h:37: error: Syntaxfehler before "rdp"
/usr/include/sys/user.h:38: error: Syntaxfehler before "mxcsr"
/usr/include/sys/user.h:39: error: Syntaxfehler before "mxcr_mask"
/usr/include/sys/user.h:40: error: Syntaxfehler before "st_space"
/usr/include/sys/user.h:41: error: Syntaxfehler before "xmm_space"
/usr/include/sys/user.h:42: error: Syntaxfehler before "padding"
/usr/include/sys/user.h:43: error: Syntaxfehler before '}' token
/usr/include/sys/user.h:80: error: field `i387' has incomplete type

on 32bit Sarge everything's fine.
Or is this a gcc bug?



Which part of this message are you purposely ignoring:

/* The whole purpose of this file is for GDB and GDB only.  Don't read
   too much into it.  Don't use it for anything other than GDB unless
   you know what you are doing.  */

I suspect something has to be defined just right to use that file.  If
it happens to work in 32bit mode, well that's nice, but it may not have
to work.

Len Sorensen



To be honest: I tried to configure a patched version of util-linux and
received:

You don't have 

packages.debian.org told me that it should be in libc6-dev which is
installed on my machine and the file is in /usr/include/sys/. So I tried
to find  out what doesn't work and ended in this testing program.
Perhaps the programmer of util-linux did know what s/he was doing.
Nevertheless should I ignore the "missing" header for util linux?
I wonder why configure complains about missing debugging headers.

Raina


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



libc6-dev: sys/user.h broken?

2005-06-30 Thread rainer herrendoerfer

Hi,
did anybody try to include sys/user.h in a C program?

test.c program in Sarge:

#include 
int main (void)
{
return 0;
}

gcc returns lots of syntax errors:

In file included from test.c:1:
/usr/include/sys/user.h:32: error: Syntaxfehler before "__uint16_t"
/usr/include/sys/user.h:34: error: Syntaxfehler before "ftw"
/usr/include/sys/user.h:35: error: Syntaxfehler before "fop"
/usr/include/sys/user.h:36: error: Syntaxfehler before "rip"
/usr/include/sys/user.h:37: error: Syntaxfehler before "rdp"
/usr/include/sys/user.h:38: error: Syntaxfehler before "mxcsr"
/usr/include/sys/user.h:39: error: Syntaxfehler before "mxcr_mask"
/usr/include/sys/user.h:40: error: Syntaxfehler before "st_space"
/usr/include/sys/user.h:41: error: Syntaxfehler before "xmm_space"
/usr/include/sys/user.h:42: error: Syntaxfehler before "padding"
/usr/include/sys/user.h:43: error: Syntaxfehler before '}' token
/usr/include/sys/user.h:80: error: field `i387' has incomplete type

on 32bit Sarge everything's fine.
Or is this a gcc bug?

Rainer


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



looking for a mainboard that can boot from HDD formatted USBpendrive

2005-06-20 Thread rainer herrendoerfer

Hello list,
after playing around with an MSI K8T Neo2 for a while I found out
that I can write an ldlinux.sys file (syslinux boot loader) in a
fat 16 partition, zero out the MBR and this crap will be accepted
by the BIOS as a bootable device.
On the other hand if I try starting an ext2 based bootimage f.e. 
damnsmalllinux the BIOS doesn't find any bootable devices.

Do I completely misconcept the booting process? I heard of
things like bootloader, partition tables and even magic numbers
all !=0.
To me this board seems to have a magic BIOS.
I don't know how it handles real USB HDs but I think to return it.
So: Does anybody know a mainboard whose BIOS is able to read the
MBR of a plugged in USB device?

Raina


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



No loop devices

2005-06-07 Thread rainer herrendoerfer
Hello list,
i can't find any loop[0-7] devices in my /dev.

man MAKEDEV tells me:
...
STANDARD DEVICES
   stdCreates this group of standard devices: ...
  The loopback disk devices loop0  through  loop7  are  also 
created in the std group.


I thought a

cd /dev && ./MAKEDEV std

should create them but nothing happened.
Is there a special reason that there are no loop devices shipped with
the standard installation?
Security risk?

Kind regards
raina


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



dchroot doesn't know user

2005-03-28 Thread rainer herrendoerfer
Hello list,
I just try installing a new pure64. According to the HOW-TO on
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id274383
it's possible to run 32bit programms as chroot (from root via su).
When i try to run them from a normal user account I get the following 
error message:

raina:~$ dchroot -c ia32 -d firefox
   (ia32) firefox
   Unknown ID: raina
   dchroot: Child exited non-zero.
   dchroot: Operation failed./
/ 
Any ideas

Thanks in advance
Rainer

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]