The right tool ?

2006-06-07 Thread Hans-J. Ullrich
Hello dear maintainers, I have a little question: What is today the right tool, to handle the packages ? apt ? synaptic ? aptitude ? kpackage ? Which one is recommended and preferred as state of the art ? Best regards Hans -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: sarge3 kernel build r3

2006-06-07 Thread dann frazier
On Tue, Jun 06, 2006 at 09:23:45PM +0200, Frans Pop wrote: The more arches are built by the same person, the easier coordination is. So your offer is very welcome. Note that you'll need to check out the kernel udeb package sources from the *sarge branch* of the d-i SVN repo for the

Re: Problems with package verification

2006-06-07 Thread [EMAIL PROTECTED]
Hi Aaron, sorry I didn't take a look into the gpg man-page due to missing linux system at work. Please try this: gpg --keyserver sks.keyserver.penguin.de --recv-keys 010908312D230C5F gpg --armor --export 010908312D230C5F | apt-key add - Kind regards, Marko P.S.: I would prefer if you just

Re: sarge3 kernel build r3

2006-06-07 Thread Goswin von Brederlow
dann frazier [EMAIL PROTECTED] writes: On Tue, Jun 06, 2006 at 09:23:45PM +0200, Frans Pop wrote: The more arches are built by the same person, the easier coordination is. So your offer is very welcome. Note that you'll need to check out the kernel udeb package sources from the *sarge

Re: Software RAID5

2006-06-07 Thread Goswin von Brederlow
Lennart Sorensen [EMAIL PROTECTED] writes: On Tue, Jun 06, 2006 at 09:25:48AM +0200, Goswin von Brederlow wrote: I doubt that is ready yet. But other transformations are, raid5 with n disks to n+1 disks and such. None of those will do filesystem transformations and they don't need to. They

Re: gcc

2006-06-07 Thread Albert Oliver Serra
Francesco Pietra wrote: On Tuesday 06 June 2006 23:24, Alexander Samad wrote: On Tue, Jun 06, 2006 at 08:11:01PM +0200, Francesco Pietra wrote: #apt-get install gcc-4.0 Reading.. Building dependency tree... Package 4.0 is not available, but is referred to by another package. This may mean that

Re: Problems with package verification

2006-06-07 Thread Aaron Stromas
On 6/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Aaron, sorry I didn't take a look into the gpg man-page due to missing linux system at work. Please try this: gpg --keyserver sks.keyserver.penguin.de --recv-keys 010908312D230C5F gpg --armor --export 010908312D230C5F | apt-key add -

Re: Problems with package verification

2006-06-07 Thread [EMAIL PROTECTED]
You could also get the Release.gpg file of that ftp mirror and import it into your keyring with gpg. Then you use my second command(gpg --armor --export...) Kind regards, Marko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Problems with package verification

2006-06-07 Thread Ben Stewart
On Wed, June 7, 2006 10:59, Aaron Stromas wrote: Thanks for the advice but it seems that key isn't found. For example, velo# gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add Tack a '-' onto the end of apt-key add to ensure it grabs the key from standard input, as follows: gpg

request_module: runaway loop modprobe binfmt-464c

2006-06-07 Thread Rudy Gevaert
Hi, These are my first steps in 64bit land... I've installed a 64 bit kernel on a 32 bit system (Dell PE1850). I then created a 64 bit chroot on the system. In that chroot I have then created an nfsroot with with a kernel I compiled. Now when booting from that nfsroot it stops on the

Re: request_module: runaway loop modprobe binfmt-464c

2006-06-07 Thread Stephen Gran
This one time, at band camp, Rudy Gevaert said: Hi, These are my first steps in 64bit land... I've installed a 64 bit kernel on a 32 bit system (Dell PE1850). I then created a 64 bit chroot on the system. In that chroot I have then created an nfsroot with with a kernel I compiled.

Re: gcc

2006-06-07 Thread Matthias Julius
Francesco Pietra [EMAIL PROTECTED] writes: On Wednesday 07 June 2006 00:05, Matthias Julius wrote: # ln -s /usr/bin/gcc-4.1 /usr/local/bin/gcc And did you try to create a gcc symlink? Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: request_module: runaway loop modprobe binfmt-464c

2006-06-07 Thread Rudy Gevaert
Stephen Gran wrote: That usually signals a mismatch between the word size of the kernel and the userspace modprobe (one is 32bit and one is 64bit). Hmm how can this be? I made the kernel I'm using in the nfsroot in the 64bit chroot. (on a 32 bit system with 64 kernel) Could it be because

Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread rickh
I wonder if you might expand on your 'fix' a little bit. I installed libgl1-mesa-swx11 with APT. It removed libgl1-mesa-glx, x-window-system, xorg When I used APT to reinstall, x-window-system, It removed my newly installed libgl1-mesa-swx11, and put back libgl1-mesa-glx. When you say you

Re: gcc

2006-06-07 Thread Francesco Pietra
I was too tired yesterday. Now tried. Perhaps mistakenly, I issued the ln -s from my home, then cd to the directory containing the sources, from where i issued make: deb64:/home/francesco# ln - /usr/bin/gcc-4.1 /usr/local/bin/gcc cd gmmx deb64:/home/francesco/gmmx# make whereby a large number

Re: gcc

2006-06-07 Thread Francesco Pietra
Resent to say that before #make install I should delete the directory, recreate, and issue make from $. I am only worried about the warning below. Was that because I issued make from root? ___ I was too tired yesterday. Now tried. Perhaps mistakenly, I issued the ln -s from my

Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread [EMAIL PROTECTED]
Hi, did you already take a look at http://wiki.debian.org/Xorg69To7 ? Kind regards, Marko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: gcc

2006-06-07 Thread Francesco Pietra
Resent to say that before #make install (or better #checkinstall -D) I should delete the directory, recreate, and issue make from $. I am only worried about the warning below. Was that because I issued make from root? ___ I was too tired yesterday. Now tried. Perhaps mistakenly,

Re: gcc

2006-06-07 Thread Jo Shields
Francesco Pietra wrote: Resent to say that before #make install I should delete the directory, recreate, and issue make from $. I am only worried about the warning below. Was that because I issued make from root? No. It's programmer error in main.c, line 71. Use fgets() instead of

Re: The right tool ?

2006-06-07 Thread Hans
Am Mittwoch, 7. Juni 2006 10:32 schrieb Clive Menzies: On (07/06/06 08:10), Hans-J. Ullrich wrote: Hello dear maintainers, I have a little question: What is today the right tool, to handle the packages ? apt ? synaptic ? aptitude ? kpackage ? Which one is recommended and

Re: sarge3 kernel build r3

2006-06-07 Thread Frans Pop
(Removed irrelevant CCs for this question) On Wednesday 07 June 2006 10:11, Goswin von Brederlow wrote: If possibly it would be nice to have different mirror lists for sarge and etch/sid in choose-mirror. This is not really a problem. choose-mirror for Sarge will remain unchanged and thus

Re: xorg 7.0 (glx problems--Error: couldn't find RGB GLX visual)

2006-06-07 Thread Frederik Juul Christiani
* rickh [EMAIL PROTECTED] [Jun 07. 2006 18:56]: When you say you 'installed' mesa-swx11-source, I assume you mean that you did compile/make. That doesn't intimidate me. ... But, if 'rebuilding and installing xserver-xorg-core' means you also compiled that from source, ... I'm hesitant. I

Re: sarge3 kernel build r3

2006-06-07 Thread Goswin von Brederlow
Frans Pop [EMAIL PROTECTED] writes: (Removed irrelevant CCs for this question) On Wednesday 07 June 2006 10:11, Goswin von Brederlow wrote: If possibly it would be nice to have different mirror lists for sarge and etch/sid in choose-mirror. This is not really a problem. choose-mirror

Re: sarge3 kernel build r3

2006-06-07 Thread Sven Luther
On Wed, Jun 07, 2006 at 08:42:23PM +0200, Goswin von Brederlow wrote: Frans Pop [EMAIL PROTECTED] writes: (Removed irrelevant CCs for this question) On Wednesday 07 June 2006 10:11, Goswin von Brederlow wrote: If possibly it would be nice to have different mirror lists for sarge and

Re: gcc

2006-06-07 Thread Pete Harlan
$alias gcc=gcc-4.1 make -bash: alias: make: not found [...] I think that should have been: # alias gcc=gcc-4.1 # make Make doesn't use bash aliases. An exported environment variable might do it, but I believe this is the standard way to do this: make CC=gcc-4.1 HTH, --Pete -- To

Re: gcc

2006-06-07 Thread Francesco Pietra
Yes, it was compiled OK. However, because make was from root, the property of all compiled *.o files is root root. This makes some problems in the use of the program, such as in deleting files. Issuing ln -s /usr/bin/gcc-41 /usr/local/bin/gcc either as $ or #, followed by $ make reports gcc

cheat

2006-06-07 Thread Marian Oneill
Trading alert! Just do yourself a favor and watch A B S Y tomorrow morning, and don't say we didn't tell you... Talk about flying under the radar? Isn't that what we look for? Trade Date : Monday, June 7th, 2006 Company Name : AbsoluteSKY Ticker : A B S Y Price : $0.95 8month Target : $2 -

Re: dosemu or dosbox

2006-06-07 Thread Adam Skutt
Lennart Sorensen wrote: On Sun, Jun 04, 2006 at 07:42:46PM +1000, Alexander Samad wrote: I have need to run a text only dos application on my debian box, does dosemu not exist on amd64 ? But I found dosbox - any one use this successfully Its a old pabx configuration program 8) dosemu uses

Sir.

2006-06-07 Thread Maynard Donaldson
The average home-loan we've given out this month is $400,000.00 @ 4.06% int! We do not care about your current credit/financial situation. Last 3 closed-loans: 1. Bean, Carlos Houston, Texas 272,000 @ 4.12% 2. Ackerman, Brent Orlando, Florida 311,000 @ 4.39% 3. Henderson, Nathan Augusta, Georgia

Re: sarge3 kernel build r3

2006-06-07 Thread Goswin von Brederlow
Sven Luther [EMAIL PROTECTED] writes: On Wed, Jun 07, 2006 at 08:42:23PM +0200, Goswin von Brederlow wrote: Frans Pop [EMAIL PROTECTED] writes: (Removed irrelevant CCs for this question) On Wednesday 07 June 2006 10:11, Goswin von Brederlow wrote: If possibly it would be nice to have

Re: Problems with package verification

2006-06-07 Thread Aaron Stromas
On 6/7/06, helices [EMAIL PROTECTED] wrote: * Aaron Stromas [EMAIL PROTECTED] [2006:06:07:07:04:57-0400] scribed: velo# gpg --keyserver keyserver.veridis.com --recv-keys 010908312D230C5F gpg: requesting key 2D230C5F from hkp server keyserver.veridis.com gpg: Total number processed: 0 Is this a

Re: dosemu or dosbox

2006-06-07 Thread Alexander Samad
On Wed, Jun 07, 2006 at 01:24:45PM -0400, Adam Skutt wrote: Lennart Sorensen wrote: On Sun, Jun 04, 2006 at 07:42:46PM +1000, Alexander Samad wrote: I have need to run a text only dos application on my debian box, does dosemu not exist on amd64 ? But I found dosbox - any one use this

Re: sarge3 kernel build r3

2006-06-07 Thread Otavio Salvador
Sven Luther [EMAIL PROTECTED] writes: I ment that when you select sarge in choose-mirror in expert mode you get the inofficial list and if you choose etch/etch+1/sid you get the official one. Might be too much work for a transient problem though. I thought that installing sarge with

Which mirror to install etch or sid

2006-06-07 Thread thierry
I am trying to install a box with amd64, using the latest daily build image (ie: downloaded about an hour ago). But I can't get a mirror to work. I get the following message: The specified Debian archive mirror is either not available, or does not have a valid Release file on it. Please try a

Re: sarge3 kernel build r3

2006-06-07 Thread dann frazier
On Thu, Jun 08, 2006 at 12:59:42AM +0200, Goswin von Brederlow wrote: If using the testing images to install stable is not possible in the future then we should seriously consider releasing images with newer kernels in point releases or having D-I on backports.org. This is being considered

Re: Which mirror to install etch or sid

2006-06-07 Thread thierry
thierry wrote: I am trying to install a box with amd64, using the latest daily build image (ie: downloaded about an hour ago). But I can't get a mirror to work. I get the following message: The specified Debian archive mirror is either not available, or does not have a valid Release file on

Re:Whats up

2006-06-07 Thread Clinton Connor
The average home-loan we've given out this month is $400,000.00 @ 4.03% int! We do not care about your current credit/financial situation. Last 3 closed-loans: 1. Beck, Timothy Houston, Texas 276,000 @ 4.14% 2. Cisneros, Emery Orlando, Florida 316,000 @ 4.37% 3. Babb, Rudy Augusta, Georgia

Re: Which mirror to install etch or sid

2006-06-07 Thread Chmouel Boudjnah
thierry [EMAIL PROTECTED] writes: thierry wrote: I am trying to install a box with amd64, using the latest daily build image (ie: downloaded about an hour ago). But I can't get a mirror to work. I get the following message: The specified Debian archive mirror is either not available, or does