Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am trying to do something very simple, with the config file supplied > from Debian, I need to do a make bzImage and possible a make modules, > how can dI do this?  Do I need to change the config in some way in > order to do this? be patient and start reading - free means fr

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:47:29 -0400, deloptes wrote: > > John Covici wrote: > > > Google did not give me that at all.  I am not trying to build a Debian > > package,just trying to compile the kernel. > > Then just do > > make deb-pkg > > You could read more about the make system used by the ker

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am doing a straight makebzImage not trying to build a deb package. > In Debian 9, I could do this with no problem. Obviously you are trying to build the kernel from debian source. You have to use the original source, without the debian directory. IF there is debian director

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > Google did not give me that at all.  I am not trying to build a Debian > package,just trying to compile the kernel. Then just do make deb-pkg You could read more about the make system used by the kernel https://www.kernel.org/doc/html/latest/ or in the directory $ less R

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
On Mon, Sep 30, 2019 at 04:20:53PM -0400, John Covici wrote: > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > > So, how do I turn this off so I can compile the thing? > > > > "dpkg-buildpackage -b" considers it a warning and skips it. > > At least it does so for me. > > I am d

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:05:16 -0400, deloptes wrote: > > John Covici wrote: > > > debian/certs/debian-uefi-certs.pem > > https://wiki.debian.org/BuildADebianKernelPackage > > I hope you can read - also find a good search engine - first hit > > Google did not give me that at all. I am not t

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:15:38 -0400, Reco wrote: > > Please do not top post. > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > So, how do I turn this off so I can compile the thing? > > "dpkg-buildpackage -b" considers it a warning and skips it. > At least it does so for me. I

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Please do not top post. On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > So, how do I turn this off so I can compile the thing? "dpkg-buildpackage -b" considers it a warning and skips it. At least it does so for me. Reco

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
So, how do I turn this off so I can compile the thing? On Mon, 30 Sep 2019 16:02:02 -0400, Reco wrote: > > Hi. > > On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > > > CC kernel/rseq.o > >

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > debian/certs/debian-uefi-certs.pem https://wiki.debian.org/BuildADebianKernelPackage I hope you can read - also find a good search engine - first hit

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Sven Joachim
On 2019-09-30 15:46 -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem', needed by > 'certs/x509_certif

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem', needed

Re: Strange error message when compiling svn package

2010-12-23 Thread Hugo Vanwoerkom
Chris Bannister wrote: On Wed, Dec 22, 2010 at 02:48:43PM -0600, Hugo Vanwoerkom wrote: Rodolfo Medina wrote: When compiling Mplayer svn with `make', I got the following: The one that is missing has the definiton of HAVE_MMAP. I just install mplayer with apt-get. But you are compiling it. Why

[solved] Re: Strange error message when compiling svn package

2010-12-23 Thread Rodolfo Medina
Rodolfo Medina wrote: > When compiling Mplayer svn with `make', I got the following: > > > [...] > file.c:23:5: warning: "HAVE_MMAP" is not defined > file.c: In function 'av_file_map': > file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) > file.c:47: error: (Each undeclared iden

Re: Strange error message when compiling svn package

2010-12-23 Thread Chris Bannister
On Wed, Dec 22, 2010 at 02:48:43PM -0600, Hugo Vanwoerkom wrote: > >>Rodolfo Medina wrote: > >>>When compiling Mplayer svn with `make', I got the following: > > >>The one that is missing has the definiton of HAVE_MMAP. > > I just install mplayer with apt-get. But you are compiling it. Why? If yo

Re: Strange error message when compiling svn package

2010-12-22 Thread Bob Proulx
Rodolfo Medina wrote: > When compiling Mplayer svn with `make', I got the following: > file.c:23:5: warning: "HAVE_MMAP" is not defined > ... This is a C macro. If you were a C programmer this error would be relatively easy to sort out. Since you are having difficulty I suggest that you shouldn'

Re: Strange error message when compiling svn package

2010-12-22 Thread Darac Marjal
On 22/12/10 15:20, Rodolfo Medina wrote: > Hi to all Debian users. > > When compiling Mplayer svn with `make', I got the following: > > > [...] > file.c:23:5: warning: "HAVE_MMAP" is not defined > file.c: In function 'av_file_map': > file.c:47: error: 'HAVE_MMAP' undeclared (first use in this fu

Re: Strange error message when compiling svn package

2010-12-22 Thread Hugo Vanwoerkom
Rodolfo Medina wrote: Hugo Vanwoerkom writes: Rodolfo Medina wrote: When compiling Mplayer svn with `make', I got the following: [...] The one that is missing has the definiton of HAVE_MMAP. But how can I work out what this -dev package is, so that I can install it and then terminat

Re: Strange error message when compiling svn package

2010-12-22 Thread Rodolfo Medina
Hugo Vanwoerkom writes: > Rodolfo Medina wrote: >> When compiling Mplayer svn with `make', I got the following: >> >> >> [...] >> file.c:23:5: warning: "HAVE_MMAP" is not defined >> file.c: In function 'av_file_map': >> file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) >> file

Re: Strange error message when compiling svn package

2010-12-22 Thread Hugo Vanwoerkom
Rodolfo Medina wrote: Hi to all Debian users. When compiling Mplayer svn with `make', I got the following: [...] file.c:23:5: warning: "HAVE_MMAP" is not defined file.c: In function 'av_file_map': file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) file.c:47: error: (Each und

Re: Strange error in a new user bash session (tab keys tells '/dev/fd/62: no such file')

2008-11-25 Thread Javier Barroso
On Tue, Nov 25, 2008 at 7:32 AM, Boyd Stephen Smith Jr. <[EMAIL PROTECTED]> wrote: > On Friday 2008 November 21 04:24, Javier Barroso wrote: >> Any hint ? > > Sounds like some bash programmable tab-completion script ... Finally I installed udev and it worked. (I thought about I wrote to list befor

Re: Strange error in a new user bash session (tab keys tells '/dev/fd/62: no such file')

2008-11-24 Thread Boyd Stephen Smith Jr.
On Friday 2008 November 21 04:24, Javier Barroso wrote: > Any hint ? Sounds like some bash programmable tab-completion script is not swallowing all it's errors/warnings appropriately. You can simply ignore the messages or start doing some digging into /etc/bash_completion.d -- Boyd Stephen Smi

Re: Strange error in a new user bash session (tab keys tells '/dev/fd/62: no such file') [ SOLVED

2008-11-21 Thread Javier Barroso
I installed udev, and the problem was solved. On Fri, Nov 21, 2008 at 11:24 AM, Javier Barroso <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm having trouble inside a new user bash session > ( [[TAB]] == I type tab key ): > > > $ ls /e[[TAB]] -bash: /dev/fd/62: Not such file or directory > -bash: /d

Re: strange error apach2 + cgi error

2005-10-22 Thread Simo Kauppi
On Wed, Oct 19, 2005 at 03:31:11AM -0700, Radhika wrote: > > Hi, Hi, > I am migrating my webserver from apache1.3 to apache2.I am running > apache2.0.54 on debian3.1 One of the differences between Apache 1.3 and Apache 2 in Debian is how the module loading is defined. In Apache2 you enable

Re: strange error message when trying to upgrade

2004-11-16 Thread Rodney D. Myers
On Wed, 17 Nov 2004 00:27:21 + (GMT) Thomas Adam <[EMAIL PROTECTED]> wrote: > --- "Rodney D. Myers" <[EMAIL PROTECTED]> wrote: > > Any idea how to correct this? > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281601 > > -- Thomas Adam Just grabbed the "new" file listed in the bug rep

Re: strange error message when trying to upgrade

2004-11-16 Thread Robert Vangel
I'm wondering... should I delay mine...? Riccardo Tortorici wrote: Maybe is a bug... I've encountered it 10 minutes ago after an apt-get upgrade on "sid"... Rodney D. Myers wrote: smime.p7s Description: S/MIME Cryptographic Signature

Re: strange error message when trying to upgrade

2004-11-16 Thread Thomas Adam
--- "Rodney D. Myers" <[EMAIL PROTECTED]> wrote: > Any idea how to correct this? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281601 -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up yo

Re: strange error message when trying to upgrade

2004-11-16 Thread Riccardo Tortorici
Maybe is a bug... I've encountered it 10 minutes ago after an apt-get upgrade on "sid"... Rodney D. Myers wrote: I'm running sarge, and just finished running "sudo aptitude update && sudo aptitude upgrade". All usually goes fine, except today. I'm now getting this error message; sudo aptitude upgra

Re: strange error in mozilla-firefox under Debian/Sid

2004-08-24 Thread Yusuf
It's probably a problem with some rogue extension. No matter if you try to disable/uninstall it, it already fsck'd up your chrome config! If you are not afraid of the code, you can try to search for 'class="t' in your $PROFILE/chrome/*, and try to identify to which extension the line belongs.

Re: Strange error in syslog

2003-12-26 Thread GCS
On Thu, Dec 25, 2003 at 10:44:32PM -0500, Roberto Sanchez <[EMAIL PROTECTED]> wrote: > Sid with a 2.6.0-mm1 kernel. Ah, Google is your friend: http://lists.freebsd.org/pipermail/freebsd-questions/2003-May/005061.html Cheers, GCS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Re: Strange error in syslog

2003-12-25 Thread Roberto Sanchez
GCS wrote: On Thu, Dec 25, 2003 at 09:35:30AM -0500, Roberto Sanchez <[EMAIL PROTECTED]> wrote: I received this error in my syslog last night: Dec 24 21:35:15 localhost vmunix: MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0. Dec 24 21:35:15 localhost syslogd: /dev/

Re: Strange error in syslog

2003-12-25 Thread GCS
On Thu, Dec 25, 2003 at 09:35:30AM -0500, Roberto Sanchez <[EMAIL PROTECTED]> wrote: > I received this error in my syslog last night: > > Dec 24 21:35:15 localhost vmunix: MCE: The hardware reports a non fatal, > correctable incident occurred on CPU 0. > Dec 24 21:35:15 localhost syslogd: /dev/:0

Re: Strange error on burning cdrom

2003-06-19 Thread Manolis Tzanidakis
[20030619] Markus Grunwald ([EMAIL PROTECTED]) wrote: [snip] > suddenly, I can't burn CDs without a strange error message anymore. > I have no idea why, so I hope you can help me, because I don't like > error messages without reason. [/snip] [snip] > Average write speed 2.6x. > Fixating... > F

Re: Strange error message

2002-02-06 Thread Elm Gysel
Heya, try adding : user = to the local_delivery transport in the TRANSPORT section of your /etc/exim.conf file. Elm > 2002-02-06 04:38:01 16YRHa-0005CE-00 Neither the system_aliases director nor the address_pipe transport set a uid for local delivery of |/var/list/.bin/flist gc-request >

Re: strange error message

2000-11-30 Thread kmself
on Thu, Nov 30, 2000 at 04:31:13PM +0100, Stephan Kulka ([EMAIL PROTECTED]) wrote: > Yesterday I got this message: VM: can't open kpswap or something like > that. Possibly a kernel problem. It would help to know what specific kernel version and configuration you're running. > I must admit that

Re: strange error mail

2000-10-19 Thread kmself
On Thu, Oct 19, 2000 at 08:13:50PM +0200, Stephan Kulka ([EMAIL PROTECTED]) wrote: > I am getting the same mail every day at the same time. > touch: var/spool/news/control/.overwiew: Permission denied > > The mail goes on for another page with similar sentences. The error itself > is no problem,

Re: Strange? error with slink ISDN - Solved

1998-11-02 Thread Rene Hogendoorn
I just read about bug #28769; /dev/ippp0 - /dev/ippp6 are created with the wrong minor device numbers. This is solved in the new makedev_2.3.1-5 in Incoming. Note that /dev/isdnctrl still needs to be linked to /dev/isdnctrl0 in order for isdnutils to work. Thanks to Torsten Hilbrich to point out t

Re: Strange? error with slink ISDN

1998-11-02 Thread Rene Hogendoorn
> "Torsten" == Torsten Hilbrich <[EMAIL PROTECTED]> writes: Torsten> On: 30 Oct 1998 10:21:35 +0100 Rene Hogendoorn writes: >> I am trying to get ISDN working on my new system. While I had >> a working configuration on my old system, I am now stupified by >> an error while try

Re: Strange? error with slink ISDN

1998-10-30 Thread Torsten Hilbrich
On: 30 Oct 1998 10:21:35 +0100 Rene Hogendoorn writes: > > I am trying to get ISDN working on my new system. While I had a > working configuration on my old system, I am now stupified by an > error while trying to dial out, i.e. after "isdnctrl dial ippp0", I > get > > isdn_ppp_bind: Can't find u

RE: STRANGE ERROR

1998-10-22 Thread Lazar Fleysher
kernel 2.0.34 Thanks On Wed, 21 Oct 1998, Shaleh wrote: > Guessing, but it sounds like a kernel bug. You neglected to mention what > kernel you have. > > > On 22-Oct-98 Lazar Fleysher wrote: > > Hi Everybody > > > > Today, I have discovered a strange warning in /var/log/messages: > > >

RE: STRANGE ERROR

1998-10-22 Thread Shaleh
Guessing, but it sounds like a kernel bug. You neglected to mention what kernel you have. On 22-Oct-98 Lazar Fleysher wrote: > Hi Everybody > > Today, I have discovered a strange warning in /var/log/messages: > > Oct 21 18:01:28 gemini kernel: Warning: dev (04:02) tty->count(2) != >#fd's(3) in