Osamu Aoki <[EMAIL PROTECTED]> writes:
> Hi,
>
> Did you read make-kpkg documentation especially by Kent West?
> I think instead of reinventing wheel, suppliment existing good document
> as patch bug report.
>
> /usr/share/doc/make-kpkg/README.gz (last section is by Kent)
>
> For this, use unsta
On Tue, Oct 15, 2002 at 09:25:55PM +1000, Russell wrote:
> Colin Watson wrote:
> > There's no such directory - just /usr/include/linux (for the kernel
> > headers against which glibc was compiled, to be used when compiling
> > userspace programs) and /usr/src/linux/include etc. (for the headers of
Colin Watson wrote:
>
> On Tue, Oct 15, 2002 at 12:13:33PM +1000, Russell wrote:
> > Bob Nielsen wrote:
> > > AFAIK, the symlink is mostly used when compiling source which looks for
> > > headers in /usr/src/linux/include.
> >
> > That's what i understood, for other distros. I think for debian
>
On Mon, Oct 14, 2002 at 06:54:34PM -0700, Osamu Aoki wrote:
> Lastly, are you aware of following facts (Content from recent post by
> prominent Debian person. I am worried about mine ...):
>
> * kernel header files for user application
>
> Some may still say:
> > The problem under Debian and Su
On Tue, Oct 15, 2002 at 12:13:33PM +1000, Russell wrote:
> Bob Nielsen wrote:
> > AFAIK, the symlink is mostly used when compiling source which looks for
> > headers in /usr/src/linux/include.
>
> That's what i understood, for other distros. I think for debian
> you're supposed to do: ln -s /usr/
:
rebuilding the kernel and learning how to do backups. And second these
instructions need to be geared towards the individual user, not the
corporate sysadmin. The instructions out there look like they are step by
step to the old hands (I know how this works) but they really do not resolve
doubts
Michael Olds wrote:
>
> Thanks Bruce, please see my response to Russell...there is some kind of
> misunderstanding (no doubt in my head) about the meaning of link and whether
> a link is to or from, etc. What I described actually worked, so I need to
> figure out how to say it so everyone will un
Olds www.buddhadust.org
-Original Message-
From: Bruce [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 6:17 PM
To: [EMAIL PROTECTED]
Subject: RE: Rebuilding the Kernel Mini HOW TO
> We're getting there.
>
> Yes, I have it incorrectly, what is wanted is that step fi
Hi,
Looks like using /usr/src/linux is fine but linking /usr/include/linux
and /usr/include/asm to real kernel was the problem.
Osamu
--
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
Osamu Aoki @ Cupertino CA USA, GPG-key: A8061F32
.''`. Debian Reference:
s www.buddhadust.org
-Original Message-
From: Russell [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 6:09 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Rebuilding the Kernel Mini HOW TO
Michael Olds wrote:
>
> Thank you,
>
> I am still in a fog in term
Bob Nielsen wrote:
>
> On Tue, Oct 15, 2002 at 11:08:46AM +1000, Russell wrote:
> > Michael Olds wrote:
> > >
> > > Thank you,
> > >
> > > I am still in a fog in terms of simple things like symlinks. What you want
> > > is to end up with a link in the linux directory called kernel-source-2.4.18
>
Hi,
Did you read make-kpkg documentation especially by Kent West?
I think instead of reinventing wheel, suppliment existing good document
as patch bug report.
/usr/share/doc/make-kpkg/README.gz (last section is by Kent)
For this, use unstable version.
Also my Debian Reference has a (good) sum
On Tue, Oct 15, 2002 at 11:08:46AM +1000, Russell wrote:
> Michael Olds wrote:
> >
> > Thank you,
> >
> > I am still in a fog in terms of simple things like symlinks. What you want
> > is to end up with a link in the linux directory called kernel-source-2.4.18
> > that links to /usr/src/kernel-s
> We're getting there.
>
> Yes, I have it incorrectly, what is wanted is that step five should read:
>
>[ ]5. # cd to /usr/src/linux/kernel-source-2.4.18
>
> Corrected, thanks.
I'm not sure that is what you want to do; what you want is your kernel source
in a folder that clearly identifies it
Michael Olds wrote:
>
> Thank you,
>
> I am still in a fog in terms of simple things like symlinks. What you want
> is to end up with a link in the linux directory called kernel-source-2.4.18
> that links to /usr/src/kernel-source-2.4.18. So how should that be said?
>
> [ ]1.d create a symbolic
hadust.org
-Original Message-
From: Joyce, Matthew [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 4:41 PM
To: 'Michael Olds'; Debian-User@Lists. Debian. Org
Subject: RE: Rebuilding the Kernel Mini HOW TO
I found this document bery useful.
http://newbiedoc.sourcefor
. Org
Subject: Rebuilding the Kernel Mini HOW TO
Hello,
This is still a draft. This is a request for advanced users to take a look
see and add comments or suggestions. The idea is a step by step instruction
for Fresh New to Linux/Debian users, with the hope that they will be
encouraged to attempt a
Sent: Monday, October 14, 2002 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Rebuilding the Kernel Mini HOW TO
On Mon, 14 Oct 2002 15:25:07 -0700 Michael Olds <[EMAIL PROTECTED]>
wrote:
> I am still in a fog in terms of simple things like symlinks. What you
> want is to end up with a
On Mon, 14 Oct 2002 15:25:07 -0700 Michael Olds <[EMAIL PROTECTED]>
wrote:
> I am still in a fog in terms of simple things like symlinks. What you
> want is to end up with a link in the linux directory called
> kernel-source-2.4.18 that links to /usr/src/kernel-source-2.4.18. So how
> should that
/usr/src/linux
$ ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux
Best Wishes!
Mike Olds www.buddhadust.org
-Original Message-
From: Jamin W.Collins [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 2:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Rebuilding the Kernel Mini HOW TO
On
On Mon, 14 Oct 2002 14:19:48 -0700 Michael Olds <[EMAIL PROTECTED]>
wrote:
> [ ]1.b. if no /usr/src/linux dir exists, make it
> $ cd /usr/src
> $ mkdir linux
(snip)
> [ ]1.d create a symbolic link to /usr/src/linux
> $ ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux
Doing 1.
Hello,
This is still a draft. This is a request for advanced users to take a look
see and add comments or suggestions. The idea is a step by step instruction
for Fresh New to Linux/Debian users, with the hope that they will be
encouraged to attempt a rebuild of their kernel almost first thing aft
Look into doing something like:
tar -clzvf /home/somedir/My_backup.tar.gz /*
The "-l" ("el" not "one") option will keep tar from trying to move off
to another filesystem. You might want to leave off the -z from the
options to skip compressing the archive (name it My_backup.tar then).
You've got a
Hi!
On Fri, Mar 30, 2001, JACKSON, DEAN wrote:
> Right I have just spent the last 3 evenings building a debian server (much
> to my fiancés disgust)
> it has 2 hard drives a 2gb and a 18gb all the system files are mounted on
> the 2 gb(sda1) /home is mounted on the 18gb(sdb2) (swap is sda1)
>
Right I have just spent the last 3 evenings building a debian server (much
to my fiancés disgust)
it has 2 hard drives a 2gb and a 18gb all the system files are mounted on
the 2 gb(sda1) /home is mounted on the 18gb(sdb2) (swap is sda1)
what is the easiest way to back up the system files (2gb s
Andrew Akins wrote:
> I've read all the howtos and got all the files, so I'm pretty sure I
> have a good idea of how to do it (but I'm open to suggestions, if anyone
> has them).
When I followed the directions, everything worked fine. Easy as pie.
> My problem is this - my &*$#&$ laptop manual
While you _can_ certainly use the LDP HOWTO instructions for building a
new kernel (and I may sure most debian users including myself have done
so), using the debian kernel package's make-kpkg should be strongly
encouraged.
An additional 'nice' feature of the process is that after you run the
On Tue, 25 Nov 1997, Andrew Akins wrote:
> Basically, I'm considering rebuilding the kernel to add in some things
> I'm missing (sound) and removing some things that I don't need (SCSI
> support, for one).
>
> I've read all the howtos and got all the files,
On Tue, 25 Nov 1997, Kevin Traas wrote:
> Basically, you wanna run:
> cd /usr/src/linux
> make mrproper (the first time after you install a new kernel version)
> make menuconfig
OK up to this point -- but really, if you're running a Debian system it's
stupid not to use the tools available (ie ke
>Basically, I'm considering rebuilding the kernel to add in some things
>I'm missing (sound) and removing some things that I don't need (SCSI
>support, for one).
Good call !
>I've read all the howtos and got all the files, so I'm pretty sure I
>have a go
Now that everything is working right, I was toying with the idea of
screwing it all up :)
Basically, I'm considering rebuilding the kernel to add in some things
I'm missing (sound) and removing some things that I don't need (SCSI
support, for one).
I've read all the howtos a
31 matches
Mail list logo