Strange error!

2022-11-24 Thread Joe B
Hello, I don't know if this is the wrong form but I'm using dwm and trying to add the centermaster patch but I get errors --- - joe@debian:~/dwm$ sudo make install clean - dwm build options: - CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include

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

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

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

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

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

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

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.

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 >

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',

strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
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_certificate_list'. Stop. What package do I need to fix this

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 you want help

[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 identifier is

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.

Strange error message when compiling svn package

2010-12-22 Thread Rodolfo Medina
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 undeclared identifier is

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

Re: Strange error message when compiling svn package

2010-12-22 Thread Rodolfo Medina
Hugo Vanwoerkom hvw59...@care2.com 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)

Re: Strange error message when compiling svn package

2010-12-22 Thread Hugo Vanwoerkom
Rodolfo Medina wrote: Hugo Vanwoerkom hvw59...@care2.com writes: Rodolfo Medina wrote: When compiling Mplayer svn with `make', I got the following: [...] snip 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

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 function)

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't

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 before my

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

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: /dev/fd/60:

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

2008-11-21 Thread Javier Barroso
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: /dev/fd/60: Not such file or directory [[TAB]] -bash: /dev/fd/58: Not such file or directory -bash: /dev/fd/56: Not such file or

Strange error message from mac-fdisk in Lenny on PowerMac G4

2007-12-13 Thread Rick Thomas
Anybody know what this error message means? greybox:~# mac-fdisk -l /dev/hda mac-fdisk: Symbol `sys_errlist' has different size in shared object, onsider re-linking The machine in question is a PowerMac G4 running Lenny. Thoughts? Rick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

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 a

strange error apach2 + cgi error

2005-10-19 Thread Radhika
Hi, I am migrating my webserver from apache1.3 to apache2.I am running apache2.0.54 on debian3.1 One of my customer is reported the error message about the apache2 errorwhenever they try to access the .cgi page they are getting the following error. Server error!The server encountered an

grub-install strange error

2005-08-13 Thread Haines Brown
I boot a disk (2.6.8-2-686) in order to install the grub bootloader, and do: # grub-install hd3,0 and get: The file /boot/grub/stage1 not read correctly # li -l /boot/grub/stage1 -rw-r--r-- 1 root root 512 ... If I try: # grub grub find Error15: File not found Note that the grub

strange error message when trying to upgrade

2004-11-16 Thread Rodney D. Myers
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 upgrade Reading Package Lists... Done Building Dependency Tree Reading extended state information Initializing package

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 upgrade

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 shrug We'll just save up your

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 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 report. Does not

A Very Strange Error Message When Installing Debian 3.0

2004-10-21 Thread heyboy
Hi, I am a new user of debian. Recently, I installed debian 3.0 in my computer. However, I encounter a very strange error. I boot the computer with the installation CD and follow the instruction. When installing base component, error occurs. The error message is like fail to chroot /target dpkg

Re: A Very Strange Error Message When Installing Debian 3.0

2004-10-21 Thread Hugo Vanwoerkom
heyboy wrote: Hi, I am a new user of debian. Recently, I installed debian 3.0 in my computer. However, I encounter a very strange error. I don't use Woody anymore. If possible you might try the new Sarge Installer. Sarge will be the new Debian stable soon. That will not have the error you

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.

strange error in mozilla-firefox under Debian/Sid

2004-08-17 Thread James D. Freels
My i386 system running Debian/Sid is using the current mozilla-firefox at version 0.9.3-2. Everything works except at the bottom of the firefox window is a large rectangle covering the entire width of the window. Contained in the lower left of this box (gray background) are the characters:

Very strange error setting up my cups printer

2004-07-07 Thread * Tong*
Hi, I switched from RH9 and installed Debian just recently. Previously my printer was working fine, now I just can't use it: $ lpstat -p -d printer hp_psc_1210 is idle. enabled since Jan 01 00:00 system default destination: hp_psc_1210 $ lpq lpq: hp_psc_1210: unknown printer $ lpq

Re: Very strange error setting up my cups printer

2004-07-07 Thread Alan Shutko
* Tong* [EMAIL PROTECTED] writes: I switched from RH9 and installed Debian just recently. Previously my printer was working fine, now I just can't use it: Check to see where your lpq came from. You need to be using the versions in the cupsys-bsd package. From the format of the error

Re: Very strange error setting up my cups printer

2004-07-07 Thread * Tong*
On Wed, 07 Jul 2004 13:35:21 -0500, Alan Shutko wrote: I switched from RH9 and installed Debian just recently. Previously my printer was working fine, now I just can't use it: Check to see where your lpq came from. You need to be using the versions in the cupsys-bsd package. From the

Strange error at boot time

2004-05-14 Thread Ishwar Rattan
I have Debian installed from Knoppix-3.4 CD. At boot time (ans also in dmesg output), I see the message: ich2rom: firmeare access control, I can't enable writes what might ich2rom be? Thanks in advance, -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

Strange error in syslog

2003-12-25 Thread Roberto Sanchez
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: No such file or directory Dec 24 21:35:15 localhost vmunix: Bank 1: 94004152 Dec 24

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: No

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:

Strange error on burning cdrom

2003-06-19 Thread Markus Grunwald
Hello, 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. Now the details: Shortly before something went wrong I burned the first pile of CDs for my thesis with this command

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

/etc/init.d/fetchmail start fails with strange error

2003-04-04 Thread Robert Ewald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Has anyone had this error before? debian:/home/robert# /etc/init.d/fetchmail start Starting mail retrieval agent: fetchmail/etc/init.d/fetchmail: line 178: 1911 Segmentation fault start-stop-daemon ${START} --command=${DAEMON} ${OPTIONS}

parted giving strange error message

2003-01-12 Thread John Covici
I have had a very strange problem using parted 1.6.4 under the sid release of Debian. I made a file system (logical partition 5) using mke2fs 1.32 and then made it an ext3 with tune2fs. I then put files in there via cp and later after the source was gone, I realized that I wanted to resize it to

Re: A strange error

2002-05-17 Thread Brandt Dusthimer
Hrm... what kind of motherboard/ide chipset do you have? Also, what process/es seem to consume all your CPU power (you can find out by running top). Knowing this would be helpful :) Brandt Dusthimer On Sun, 2002-05-12 at 04:06, shyamk wrote: Since today morning my Debian Potato r3 box has

Re: A strange error

2002-05-17 Thread louie miranda
You might consider checking your harddisk first, since the error is Password:hda: status timeout: status=0xd0 { Busy } hda: no DRQ after issuing WRITE ide0: reset: success goodluck! ty, louie... - Original Message - On Sun, 2002-05-12 at 04:06, shyamk wrote: Since today

A strange error

2002-05-12 Thread shyamk
Since today morning my Debian Potato r3 box has been behaving strangely : [EMAIL PROTECTED]:~ [EMAIL PROTECTED]:~ [EMAIL PROTECTED]:~/mnt7/Penguin_logo$ sudo /sbin/ask Password:hda: status timeout: status=0xd0 { Busy } hda: no DRQ after issuing WRITE ide0: reset: success [EMAIL PROTECTED]:~

strange error while printing

2002-04-05 Thread Leonardo Canducci
I have installed evolution 1.0.3 on my debian-woody-gnome1.4 system, and all work well except printing. If I try to print an email - I use cups for printing, but the same happens when I try to print to a file or just to see the print preview - I get this strange error: The Evolution component

Strange error message

2002-02-06 Thread Paul 'Baloo' Johnson
I'm testing out smartlist right now, and I got this bizarro message a few minutes after I sent a subscribe message at the test list address. I can't seem to parse that error on my own... -- Baloo -- Forwarded message -- Date: Wed, 06 Feb 2002 04:38:01 -0800 From: Cron Daemon

Re: Strange error message

2002-02-06 Thread Elm Gysel
Heya, try adding : user = username 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

strange error files

2001-10-17 Thread Jason Majors
I get strange empty error files in my root directory. I have no idea what causes them. Here's a listing: -rw---1 root0 Oct 12 21:49 errs3IY3FQ -rw---1 root0 Oct 15 20:56 errs83W4Qt -rw---1 root0 Oct 16 22:48 errs8oJuts -rw---1

strange error

2001-07-18 Thread Hereward Cooper
I get this error when i do basic command line operations (eg 'ps'): {isdn_ppp_unregister_compressor} {isdn_ppp_unregister_compressor_R__ver_isdn_ppp_unregister_compressor} Warning: /usr/src/linux/System.map does not match kernel data. What does this mean, and does it make any problems,

CUPS : strange error message

2001-06-15 Thread franck routier
Hi list, I am trying to use CUPS as a printing system on my Sid PC system. I use a Canon BJC 4000 printer with foomatic bjc600 driver on lp0. When I connect to localhost:631, I can see the printer,and it says 'Printer state : idle, accepting jobs'. But as soon as I send it a job (Print test

Strange error message with apt

2000-12-06 Thread Casey Henderson
Hello, I am running a woody box, and I recently started getting a weird error message whenever I install packages. It doesn't matter what package it is, I get the error every time. It says: (in cleanup) Can't call method DESTROY on an undefined value at

strange error message

2000-11-30 Thread Stephan Kulka
Yesterday I got this message: VM: can't open kpswap or something like that. I must admit that I am not quite sure about the exact message, because I switched off the computer ( I hope that was a good idea) and at the moment I have no access to this machine. It happened, when I started ssh, but

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 I

Strange error: normal or special character expected (got a node)

2000-10-24 Thread Mark Phillips
I was doing man wine when I the following strange error popped up: /tmp/zmanyQetL5:206: normal or special character expected (got a node) Man didn't seem to crash or anything, it just alerted me to the error. To see the broader context I'll include some surrounding stuff

strange error mail

2000-10-19 Thread Stephan Kulka
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, but the mail sucks a little bit. I installed slrn and used it for some days, but the problem

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, but

Very strange error

2000-08-14 Thread Geir Erik Nielsen
Hi, I had such luck asking a question earlier, so I am trying again with something else. Thanks to everybody who did answer my previous one. This time what happens is: I have dial on demand with ISDN. One other machine is currently hooked up to the network and that is a Windows 95 machine with

apt [strange error]

2000-05-11 Thread kriptic
the other day i tried using dselect to upgrade as normal, this is what i saw when trying to [I]nstall Reading Package Lists... Done Building Dependency Tree... Done E: The package checker needs to be reinstalled, but I can't find an archive for it. Some errors occurred while unpacking. I'm going

Re: apt [strange error]

2000-05-11 Thread Jason Gunthorpe
On Fri, 12 May 2000, kriptic wrote: the other day i tried using dselect to upgrade as normal, this is what i saw when trying to [I]nstall Reading Package Lists... Done Building Dependency Tree... Done E: The package checker needs to be reinstalled, but I can't find an archive for it.

apt [strange error]

2000-05-11 Thread kriptic
sorry if this is a repeat but i sent this befor i was subscribed the other day i tried using dselect to upgrade as normal, this is what i saw when trying to [I]nstall Reading Package Lists... Done Building Dependency Tree... Done E: The package checker needs to be reinstalled, but I can't find an

Apt strange error!!!

2000-04-30 Thread Paulo Henrique Baptista de Oliveira
Hi all. My friend has a Debian potato machine and there is occorring the following error: amora:/home/luke# apt-get update Reading Package Lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList

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 trying to dial

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

Strange? error with slink ISDN

1998-10-30 Thread Rene Hogendoorn
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 usable ippp device ippp0: Resource temporarily unavailable I checked

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 usable

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

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: Oct 21

Re: 2.0.32 kernel: strange error

1997-11-24 Thread Remco Blaakmeer
On Fri, 21 Nov 1997, Philippe Troin wrote: On Sat, 22 Nov 1997 07:07:05 +0100 Remco Blaakmeer ([EMAIL PROTECTED]) wrote: I posted the message below to comp.os.linux.misc but I didn't get any answer. Does anybody know more about the problem I describe below? Or can anyone point me at

2.0.32 kernel: strange error

1997-11-22 Thread Remco Blaakmeer
04:25:10 +0100 From: Remco Blaakmeer [EMAIL PROTECTED] Newsgroups: comp.os.linux.misc Subject: 2.0.32 kernel: strange error Hi, I just compiled and succesfully booted the new 2.0.32 kernel. But I am getting a strange error message which I also got with 2.0.31 and not with any lower 2.0.x kernel. I

Re: 2.0.32 kernel: strange error

1997-11-22 Thread Philippe Troin
On Sat, 22 Nov 1997 07:07:05 +0100 Remco Blaakmeer ([EMAIL PROTECTED]) wrote: I posted the message below to comp.os.linux.misc but I didn't get any answer. Does anybody know more about the problem I describe below? Or can anyone point me at the right newsgroup for this question? Your