ESS ES1898 Chipset Sound Card
Hi, I have a No Brand name PCI sound card with ESS ES1898 Allegro Chipset. Please anyone knows which sound module I have to use for this sound card? Thanks,
[slightly OT] solution for pnp module problems
Just though I would pass this info along, in case it might help someone. I use the cs4232 OSS sound module to drive my PnP onboard sound card. The driver specifically supports PnP. When I switched to the 2.4.2 kernel from 2.2.18, I noticed that I could no longer insmod cs4232 - it said "no such device". After some poking around on the kernel list, I found that this was because I had enabled the ISA PnP feature in the kernel, as well as standard PnP. Apparently the kernel was grabbing the card before the sound driver had a chance to. Recompiling and leaving out ISA PnP support from the kernel fixed my problems. Anyway, if you have a similar problem with this or other modules supporting PnP, give this a shot. HTH - Tom
Outlook conversion
I was wondering if anyone knew of a program that converted a .pst Outlook file into something that a Linux email program like Kmail or Evolution can read. I want to totally convert over to Linux, but this is a big thing because I don't want to lose my hundreds of saved messages from the past couple months.
Re: Outlook conversion
> I was wondering if anyone knew of a program that converted a .pst Outlook > file into something that a Linux email program like Kmail or Evolution can > read. I want to totally convert over to Linux, but this is a big thing > because I don't want to lose my hundreds of saved messages from the past > couple months. Is it possible to export Outlook mail to Netscape? What if you did that, opened it in Netscape under Linux and went on from then? - Bart
Re: Eek! X won't go away!
also sprach Andrew Perrin (on Tue, 27 Feb 2001 05:31:39PM -0500): > Not that I'm suggesting it, but wouldn't removing getty from consoles 1-6 > fix approach 3.) below? and you want to log into to do startx how? try it: disable tty 2-6, log in on tty1, startx, then ctrl-alt-f1 and press ctrl-c. you will be presented with a shell of the logged in user, no matter whether xlock was running or not. martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- "the eternal feminine draws us upward." -- goethe
Re: Forbidden
On Tue, Feb 27, 2001 at 10:05:14AM -0800, Ken Sandell wrote: > Why the hell am I getting forbidden errors all of a sudden? > > All files have the correct permissions, but I still get forbidden errors. Could you be more vague? Is your filesystem mounted read-only? (man mount) At what level of permissions are you having problems (user or root)? What are you trying to do that elicits such errors? -- Eric G. Miller
Re: postgresql upgrade/downgrade -- help!
Oliver Elphick wrote: > will trillich wrote: > >-rw---1 postgres postgres4 Feb 27 12:24 PG_VERSION > >-rw---1 postgres postgres0 Oct 13 21:05 active > >-rw---1 postgres postgres 8192 Feb 27 04:00 cust > >-rw---1 postgres postgres16384 Feb 22 00:35 cust_handle_key > >-rw---1 postgres postgres 8192 Feb 22 00:35 cust_id_seq > >-rw---1 postgres postgres16384 Feb 22 00:35 cust_sendto_idx > >-rw---1 postgres postgres16384 Feb 22 00:35 cust_source_idx > >-rw---1 postgres postgres0 Oct 4 21:24 exp > >-rw---1 postgres postgres0 Oct 4 21:13 ponly > >-rw---1 postgres postgres 8192 Feb 27 04:00 puzct > >-rw---1 postgres postgres0 Sep 29 12:01 puzno > >-rw---1 postgres postgres 8192 Feb 27 04:00 range > >-rw---1 postgres postgres16384 Feb 11 07:39 range_pkey > >-rw---1 postgres postgres 8192 Aug 5 2000 sell > >-rw---1 postgres postgres16384 Aug 5 2000 sell_id_idx > >-rw---1 postgres postgres0 Oct 1 11:52 tot > >-rw---1 postgres postgres0 Oct 13 21:04 unconf > > > >unconf, tot, puzno, ponly, exp, active are views; the *idx/*key are > >indexes, *seq is the one sequence, and the rest are tables. and according to the automatic_upgrade.log file elsewhere, it first balked at datatypes needing explicit casts (as if reading a sql source file from a database dump, which i can't seem to find) and then died when unable to load plpgsql.so (or something along those lines). if i can find that dump sql file, i'm all set! > >actually, i think the 'range' table is the main one i need to > >resurrect... everything else is gravy. > > What exactly is missing from it? It seems to have data in it, by its > size... my thoughts exactly. \d shows this: Name | Type | Owner -+--+--- active | view | will cust| table| will cust_id_seq | sequence | will exp | view | will paid| table| will ponly | view | will puzno | table| will sell| table| will tot | table| will unconf | view | will (10 rows) altho "puzct" and "range" are listed in /var/lib/postgresql/data/base/puz/ they don't show up as contributing members of society... and of course, those are the two i'd like to get my knuckles into! -- thanks for your help, oliver, here and in the past! i'd still be stuck way back in the dark ages without your patient direction -- mailto:[EMAIL PROTECTED] http://www.dontUthink.com/
Re: What's up with Mozilla
On Tue, Feb 27, 2001 at 09:11:09PM -0800, Aaron Brashears wrote: > On Tue, Feb 27, 2001 at 11:05:42AM -0800, Greg Gilbert wrote: > > What's going on with Mozilla packages. Sid still has Mozilla M18, > > and the maintainer seems to be ignoring all requests for an upgrade > > to something more recent(Like 0.8). Has the package been orphaned or > > something? > > As was said in another reply - packaging mozilla is hard. However, > installing the tarball is pretty easy. For now, I'm running 0.8 from > the tarball available at mozilla.org and it works great. I think one of the big problems is it's brain damaged assumptions about user permissions. It's listed as a bug... Mozilla 0.8 is much better than previous builds. It still makes Netscrape 4.76 look trim though... -- Eric G. Miller
Re: Outlook conversion
>> I was wondering if anyone knew of a program that converted a .pst Outlook >> file into something that a Linux email program like Kmail or Evolution can >> read. I want to totally convert over to Linux, but this is a big thing >> because I don't want to lose my hundreds of saved messages from the past >> couple months. http://software.starnate.com/ could be what you´re looking for... cheers, &rw -- / Ing. Robert Waldner | Network Engineer | T: +43 1 89933 F: x533 \ \ <[EMAIL PROTECTED]> |KPNQwest/AT | DSA key ID: C33A2BC0 /
Re: Eek! X won't go away!
> OK clue me in. Whats filerc? it replaces the whole symlink /etc/rc?.d hierarchy with one simple, straight forward configuration file. try it, it seemingly converts to and from on installation and deinstallation... martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- "no, 'eureka' is greek for 'this bath is too hot.'" -- dr. who
Re: Root Password problem
also sprach Ethan Benson (on Tue, 27 Feb 2001 03:42:58PM -0900): > console access to any machine regardless of OS means root rights. well, sure. > don't set lilo's timeout to 0 that makes it a royal pain to recover > the system if something goes wrong, you can't boot single user any > more and such. > > there is a better solution: > > add to /etc/lilo.conf > > password=s3cr3t > > and to the default kernel image section: > > restricted ... in which case your system would not be remotely rebootable or couldn't recover itself from a kernel panic. > > if this is all taken care off, then you can recover by enabling floppy > > boot and rescueing that system. an attacker would have to open the > > box and reset (or crack) the bios. > > or use the backdoor or backdoor password in the bios. (many of them > have this unfortunatly) that's what i meant with cracking. there isn't a password known for the bioses that i use. martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- a life? where can i download that?
Program to weed out duplicate email?
I've been having some network difficulties lately and have ended up with duplicate email messages. Is there any program already available that could weed out messages based on the message bodies matching? -- Ferret
Re: Outlook conversion
also sprach Rob Zietlow (on Wed, 28 Feb 2001 12:15:16AM -0600): > I was wondering if anyone knew of a program that converted a .pst Outlook > file into something that a Linux email program like Kmail or Evolution can > read. I want to totally convert over to Linux, but this is a big thing > because I don't want to lose my hundreds of saved messages from the past > couple months. i spent a lot of time on this when i was in the same situation and i found the best and most reliable way to be creating an imap server, moving all your outlook mail onto there, then downloading it with fetchmail onto linux. all the tools i looked at couldn't preserve all headers or otherwise screwed with files and or attachments. now, this is obviously due to micros~1's retarded way of doing things, but it's what you got... martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- never underestimate the power of human stupidity.
Re: postgresql upgrade/downgrade -- help!
will trillich wrote: >> >-rw---1 postgres postgres 8192 Feb 27 04:00 range >> >-rw---1 postgres postgres16384 Feb 11 07:39 range_pkey >> >actually, i think the 'range' table is the main one i need to >> >resurrect... everything else is gravy. >> >> What exactly is missing from it? It seems to have data in it, by its >> size... > >my thoughts exactly. > >\d shows this: >Name | Type | Owner >-+--+--- > active | view | will > cust| table| will > cust_id_seq | sequence | will > exp | view | will > paid| table| will > ponly | view | will > puzno | table| will > sell| table| will > tot | table| will > unconf | view | will >(10 rows) > >altho "puzct" and "range" are listed in /var/lib/postgresql/data/base/puz/ >they don't show up as contributing members of society... and of course, >those are the two i'd like to get my knuckles into! A pity the dump file got clobbered. I suspect the dump from 6.5 was in a form that 7.0 rejected - you had those two failed creates in the log. Try this: rename range and range.pkey Recreate range Overwrite the new range and range.pkey with the old files If that does not work, I think I have seen a reference on one of the PostgreSQL lists to a tool for extracting tuples from a file. I can't remember where, though. Can anyone point us to it? -- Oliver Elphick[EMAIL PROTECTED] Isle of Wight http://www.lfix.co.uk/oliver PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47 GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C "These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God."I John 5:13
Re: Can't Locate binfmt... something to worry about?
Colin Watson wrote: > > binfmt_misc isn't his problem, it's trying to execute random other files > for some reason, at which point the kernel constructs a module name > based on the first two bytes of the file and tries to modprobe it; it > only goes near binfmt_misc if that module has specifically registered > itself as knowing about the binary format in question. I haven't worked > out exactly what's causing it for him yet. > The activity seems to have gone dead around my post. Has anything else occurred to you that might help? This may be trivial, but I just hate having unexplained error messages floating around... Thanks, Jonathan -- /* Jonathan Gift [EMAIL PROTECTED] */
postgresql upgrade/downgrade: the data is BACK! but...
On Wed, Feb 28, 2001 at 06:52:01AM +, Oliver Elphick wrote: > A pity the dump file got clobbered. indeed! > I suspect the dump from 6.5 was > in a form that 7.0 rejected - you had those two failed creates in the > log. the problem was apparently DEFAULT TEXT 'CURRENT_DATE' in the date fields... > Try this: > >rename range and range.pkey > >Recreate range > >Overwrite the new range and range.pkey with the old files _/_/_/_/ _/_/_/ _/_/_/ _/ _/ _/ _/_/ _/_/ _/ _/ _/ _/_/ _/_/ _/ _/ _/ _/_/ _/_/ _/ _/_/_/_/ _/_/_/ _/_/_/ _/_/_/_/ _/ thankyouthankyouthankyou. i promise to do regular backups. i promise to do regular backups. i promise to do regular backups. i promise to do regular backups. i promise to do regular backups. i promise to do regular backups. i promise to do regular backups... where's the pepto-bismol? :) -- NOW if i can just get PERL to work with DBD::Pg again, i'd be done! this is gonna be fun to track down now that my data is back... Can't load '/usr/local/lib/site_perl/i386-linux/auto/DBD/Pg/Pg.so' for module DBD::Pg: libpq.so.2.0: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.005/i386-linux/DynaLoader.pm line 169. -- It is always hazardous to ask "Why?" in science, but it is often interesting to do so just the same. -- Isaac Asimov, 'The Genetic Code' [EMAIL PROTECTED] http://groups.yahoo.com/group/newbieDoc -- we need your brain! http://www.dontUthink.com/ -- your brain needs us!
Re: Program to weed out duplicate email?
On Tue, Feb 27, 2001 at 10:43:07PM -0800, [EMAIL PROTECTED] wrote: > > I've been having some network difficulties lately and have ended up with > duplicate email messages. Is there any program already available that > could weed out messages based on the message bodies matching? > > -- Ferret > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > procmail see man procmailex for specific solution -- *** Dr P's Book Knowledge, Hell's Bibliophiles, and * somewhere over the rainbow, a 99% text-only website * * http://209.24.112.224/DrPseudocryptonym/ * [EMAIL PROTECTED] ** spam ok **
Root Mount Problem
I have upgraded my box to kernel 2.2.18 and I'm using lilo from unstable this is how my lilo.conf looks like: boot=/dev/hda7root=/dev/hda7install=/boot/boot-menu.bdelay=20map=/boot/system.mapappend="mem=128Mb"vga=extendedread-onlyimage=/boot/vmlinuz-2.2.18 label=lastimage=/boot/vmlinuz-2.2.17 label=oldother=/dev/hda1 label="Windows NT" table=/dev/hda But when it starts it says : unable to mount root fs ob 30:7b cannot open root device at 30:7b But if on the boot prompt I say root=/dev/hda7 everything is OK Any ideas? Ross
Re: Root Mount Problem
root=/dev/hda7install=/boot/boot-menu.b should that line have a space after the hda7 bit? just a thought, i don't know it that well
Re: Outlook conversion
Could you forward them to yourself and check your email in mutt or whatever? On Wed, 28 Feb 2001, Rob Zietlow wrote: >I was wondering if anyone knew of a program that converted a .pst Outlook >file into something that a Linux email program like Kmail or Evolution can >read. I want to totally convert over to Linux, but this is a big thing >because I don't want to lose my hundreds of saved messages from the past >couple months. > > > -- There is an old saying that if a million monkeys typed on a million keyboards for a million years, eventually all the works of Shakespeare would be produced. Now, thanks to Usenet, we know this is not true. Who is John Galt? [EMAIL PROTECTED], that's who!
Re: Root Mount Problem
yes it does have the endline it's just the way put it in the mail Ross
Re: Root Mount Problem
um.. well the way it was there was no space... which i thought there should be.. but if i'm wrong i'll shut up now,,, At 10:18 AM 2/28/2001 +0200, Rossen Naydenov wrote: >yes it does have the endline it's just the way put it in the mail > >Ross > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
ispell within emacs
Hi!, I have a problem to set up an emacs-ispell connection which works with Spanish for TeX/LaTeX files. There are two spanish dictionaries in the emacs edit>spell menu --the second one suitable to check for 8-bit characters. It appears that the flag -t is intended to cause ispell to pro- perly interpret TeX/LaTeX commands and act accordingly. While this works for English it does NOT fully work for Spanish. Thus for example the command ispell -t -d castellano spanish_file.tex(1) issued from an xterm does not recognise TeX style accentuated char- acters as parts of words. If the following is issued instead ispell -T TeX -d castellano spanish_file.tex(2) then everything goes smooth, and the dictionary can be used to full power. It seems to me, by its behaviour, that the call made to ispell from within emacs has the form (1) above. I would like to know if it is pos- sible to customize emacs so that it rather uses the form (2), and how. Anybody any hints, please?! Best, Alberto PS: I run GNU Emacs 20.3.2 on Debian 2.1. -- J. Alberto Lobo Departament de Física Fonamental Diagonal 647 08028 Barcelona, Spain Tel: +34 93402 1161 Fax: +34 93402 1149
Re: adduser vs useradd
On Tue, Feb 27, 2001 at 09:02:30PM -0500, Christopher W. Aiken wrote: > > Why is it that "useradd" does NOT create a "home" > directory and copy the /etc/skel files?? > > I use the standard useradd -u... -g... -d... -s... -c... logname > command on our Debian system and no home directory is created. becauser useradd by itself sucks, which is why debian wrote the wrapper script adduser. > I use adduser and the home directory is created, but I have > to manually edit the /etc/passwd file to adjust the UIG, GID, > etc. adduser --uid 1 username adduser --uid 10001 --ingroup users username man adduser -- Ethan Benson http://www.alaska.net/~erbenson/ pgpAmkRSctTA6.pgp Description: PGP signature
Re: Root Password problem
On Wed, Feb 28, 2001 at 01:42:42AM -0500, MaD dUCK wrote: > > > > restricted > > ... in which case your system would not be remotely rebootable or > couldn't recover itself from a kernel panic. bzzzt rtfm. when you add password and put restricted in the image section lilo WILL NOT ask for a password UNLESS some twit is at the console trying to type linux init=/bin/sh. if you leave it alone it boots, no password required. if you just press enter with no image name it boots the default image, no password required. if you type just the default image name without any arguments it boots, no password required. -- Ethan Benson http://www.alaska.net/~erbenson/ pgpQjxlYoQbBT.pgp Description: PGP signature
cron and laptop
I use potato on a laptop and my laptop is on only when i'm using it. When I start, cron launches various task (too many at the same time) and take a big part of the CPU. It's crazy : you turn your computer 2 minutes on (you do near nothing), cron works. After a night you turn on your laptop another time (no big changes has occured during the last session) and cron restart everything. Is there a way to better configure cron for a laptop usage? - limit CPU usage ? - start daily script only after an amount of cumulled (i'm not sure it's an english word, i mean the sum of previous uptime) uptime. Christophe -- Christophe Barbé Software Engineer Lineo High Availability Group 42-46, rue Médéric 92110 Clichy - France phone (33).1.41.40.02.12 fax (33).1.41.40.02.01 www.lineo.com
Uh-Oh...
Well I grabbed 2.4.2, did a make-kpkg as usual and installed it. But I reboot to find my filesystem pretty well trashed. I'm running Sid and everything is on Reiserfs except for /boot. The only way I can do anything (with any kernel) is to boot to single user. I have tried reiserfsck'ing it, but the end result is the same. I still get errors like this ... US_13050: reiserfs_update_sd: i/o failure occured trying to update [0 0 0x0 SD] Stat datais_tree_node: node level 2 does not match to the expected one 1 etc etc. I was enjoying kde2.1 final and everything was gravy until I booted the new kernel :-(. Anyone have a fix? TIA, jt
Re: DPKG Errors w/Lilo?
Hi Ken, > Rotating files /boot/*.preserve to avoid breakage on upgrade > error: cannot stat /etc/lilo-rotate.conf: No such file or directory ...i had the same prob yesterday. just do a: workstation# touch /etc/lilo-rotate.conf and then run apt-get upgrade again, afterwards you have an lilo-rotate.conf with 223 bytes length with some pathes and files in it wich are the files to be rotated after installing a new version. regards joris -- Joris Mocka, Leiter Abt. IuK SBF Gruppe Tel: +49 211 20 99 51 31 Steinhof 51 Fax: +49 211 20 99 51 88 D-40699 Erkrath http://www.sbf.de
Re: DNS Server Setup?
Hi Gonzalez, > You know like in Windows (or /etc/resolv.conf for us) > when you specify a "Primary DNS Server" ... like so > that when you type in www.yahoo.com the proper page > comes up? I want to set up one of those types of > machines. I believe such a server is called a > "resolver" or a "resolving and caching server" or > something ... please correct me if I'm wrong, please. thats the line in the /etc/bind/named.conf: forwarders { THE-IP-OF-YOUR-ISP; } later you need two zone files called in your named.conf for your local network, one for resolving and one for reverse-lookup, eg: zone "your-domain.de" { type master; file "/etc/bind/db.your-domain.de"; }; zone "10.168.192.in-addr.arpa" { type master; file "/etc/bind/db.192.168.10"; }; then you need two new files wich are mentioned in the zone-entries above and they have to be setup like this: /etc/bind/db.your-domain.de: @ IN SOA your-server.your-domain.de. root.your-domain.de. ( 951213 ; serial number 43200 ; refresh every 12 hours 7200 ; retry after 2 hours 1209600 ; expire after 2 weeks 172800) ; default ttl is 2 days @ IN NS your-server.your-domain.de. IN MX 100 mail.your-domain.de. gateway IN A 192.168.10.1 workstation IN A 192.168.10.2 /etc/bind/db.192.168.10: @ IN SOA your-server.your-domain.de root.your-domain.de. ( 951213 ; serial number 43200 ; refresh every 12 hours 7200 ; retry after 2 hours 1209600 ; expire after 2 weeks 172800) ; default ttl is 2 days @ IN NS your-server.your-domain.de. 1 IN PTR gateway.your-domain.de. 2 IN PTR workstation.your-domain.de. ...then type a "ndc restart" at your command-line as root and you have a working dns with a forwarder to your provider. if you are offline you will get a little resolving-error but thats all. Hope that helps, for any further questions just ask :-) regards joris -- Joris Mocka, Leiter Abt. IuK SBF Gruppe Tel: +49 211 20 99 51 31 Steinhof 51 Fax: +49 211 20 99 51 88 D-40699 Erkrath http://www.sbf.de
Re: Eek! X won't go away!
On 27 Feb 2001, John Hasler wrote: > > It was the generic 'xdm' that was the problem, but when I tried to remove > > it, it wanted to take 'task-x-window-system' away, too.. > > Let it. 'task-x-window-system' is an empty package which does nothing but > depend on a bunch of X stuff so that the X stuff gets installed when you > install it. Removing it will have no effect at all. Thank you :) Even though it told me it was going to remove only a few k, I was prety convinced when it actually started up, it'd secretly remove all the x packages contained in the task :) Will dump that now =) gdh
Thanks re: Eek! X won't go away!
Just wanted to drop a note to say thanks to all the people who replied so quickly to this little dilemma! Fankoo! :) gdh
Re: ot: staroffice5.2 and missing libs
Hi Sebastiaan, > One of them is: libgo569li.so > > I reinstalled, searched my harddisk for the lib, but I was unable to find > it. > > Does anyone know which package contains these libs? ...sorry but these are libarys from staroffice itself: /home/joris/office52/program/libgo569li.so did you install star-office as root? if so - install it as user!! then it works. These libarys don't come with debian!! regards joris -- Joris Mocka, Leiter Abt. IuK SBF Gruppe Tel: +49 211 20 99 51 31 Steinhof 51 Fax: +49 211 20 99 51 88 D-40699 Erkrath http://www.sbf.de
Re: postgresql upgrade/downgrade: the data is BACK! but...
will trillich wrote: >On Wed, Feb 28, 2001 at 06:52:01AM +, Oliver Elphick wrote: >> A pity the dump file got clobbered. > >indeed! > >> I suspect the dump from 6.5 was >> in a form that 7.0 rejected - you had those two failed creates in the >> log. > >the problem was apparently > DEFAULT TEXT 'CURRENT_DATE' >in the date fields... > >> Try this: >> >>rename range and range.pkey >> >>Recreate range >> >>Overwrite the new range and range.pkey with the old files > > _/_/_/_/ _/_/_/ _/_/_/ _/ _/ > _/ _/_/ _/_/ _/ _/ > _/ _/_/ _/_/ _/ _/ > _/ _/_/ _/_/ _/ > _/_/_/_/ _/_/_/ _/_/_/ _/_/_/_/ _/ > >thankyouthankyouthankyou. i promise to do regular backups. i >promise to do regular backups. i promise to do regular backups. >i promise to do regular backups. i promise to do regular >backups. i promise to do regular backups. i promise to do >regular backups... where's the pepto-bismol? :) > >-- > >NOW if i can just get PERL to work with DBD::Pg again, i'd >be done! this is gonna be fun to track down now that my data >is back... > >Can't load '/usr/local/lib/site_perl/i386-linux/auto/DBD/Pg/Pg.so' for modul >e DBD::Pg: libpq.so.2.0: cannot open shared object file: No such file or > directory at /usr/lib/perl5/5.005/i386-linux/DynaLoader.pm line 169. If you recompile the source package of DBD this problem should go away. The library is now libpq.so.2.1 -- Oliver Elphick[EMAIL PROTECTED] Isle of Wight http://www.lfix.co.uk/oliver PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47 GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C "These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God."I John 5:13
Re: Apt cache file corrupt??
Hi Steven, > I sucked down Sid the other night, and along the way one file > failed to download, I was using 'apt-get -d' so I could monitor > the update later. So I grabbed this file, and a couple of others > on a 'doze box at work and put them on a floppy, with the intention > of using 'apt-cache add'. But when I came to do this I got.. > > E:Dynamic MMap ran out of room > E:Problem with SelectFile > > This seems (to me!) to imply some kind of lack of memory (MMap??) > So I made sure nothing much was running and tried again, but every > subsequent apt-cache add came up with.. ...maybe the reason is apt changed a lot in the version 0.5.x in sid, i mean you made an upgrade to apt 0.5.x and the cache-files changed. then you take the changed files to a box with the old apt-cache-files and it didn't worked. just try to make an apt-get update on one other maschine, do the upgrade and then try to copy the cache files between these two machines, if it works you have the prob. (e.g. gnome-apt is removed when upgrading apt because the cache files changed). Just a hint, please inform me if i'm right :-) regards joris -- Joris Mocka, Leiter Abt. IuK SBF Gruppe Tel: +49 211 20 99 51 31 Steinhof 51 Fax: +49 211 20 99 51 88 D-40699 Erkrath http://www.sbf.de
Re: buring potato iso's for an older CDROM
Hello Hanasaki, On Tue, 27 Feb 2001 [EMAIL PROTECTED] wrote: > I have an oold cdrom that seems to work fine with commericial CD's. > > Reads rh6.x and windows install cd's fine > > It will not read the debian potato CD i burned off the web > fyi: this same CD works read/boots fine in my newer CD-ROM > > How can i burn the ISO image so the old drive will read it? > mode1? 2? > cdrecord and adaptec easyCD creater instructions would be helpful The following experience of mine might be useful information if someone is trying to debug the problem. I have found the same problem with the CDROM drive in my oldest machine. The CDROMS which cannot be read are Debian 2.2, OpenMotif, and a handful of other OpenSource (non-commercial) CDs, and also the commercial CDs from one British computer magazine. The problem only became apparent a few months ago. Up until then that drive would read anything. I think this must relate to some new version of burning software. The machine with this problem is an old 486 still running Debian 2.0, with an original Mitsumi 1X CDROM drive with its own interface card running on the mcd kernel driver. This machine is still running bog-standard Debian 2.0 because it is just a backup workstation, and I couldn't be bothered with giving it any more updates. (this machine started life with a very early Slackware, progressed up the versions and then converted to Debian 1.3.1 and finally 2.0) All the CDs affected are read perfectly by other machines I have running later versions of Debian including 2.1, 2.2 and also Debian Progeny on a modern CDR/W While on the subject of my old Debian 2.0 machine, it might be interesting to some that despite this distro not being claimed to be Y2K compliant, it made it through the date transition with only the following problems: On the 1st of Jan 2000 hwclock messed up completely and had to be reset, but works fine now. Netscape 3 SSL certificate validation stopped working (everyone knows about this though). Perl gave a year 100. And then late in 2000 my ntp updates stopped working. The final problem noted has been on 1st Jan 2001 when the Perl month slipped back one to give a month of 0. These are the only problems noted, and none were in anyway critical. This Debian 2.0 workstation still functions very nicely. The only reboots needed since I installed Debian 2.0 on it were due to hardware problems, except the one needed to cure the hwclock problem as above. Well done Debian! (I still don't know what happened to ntp!) Helen McCall ---
Re: buring potato iso's for an older CDROM
Hello, On Tue, 27 Feb 2001, Forrest English wrote: > you can't. if the cdrom is to old to read burns. it's just to old to > read burns. :( Not my experience. My old Mitsumi reads all CDs burned more than a few months ago. It is only some of those burned recently which give the problem he was talking about. I am also getting the problem with a few commercial printed CDs. Helen McCall ---
how do you use a module more than once
I'm building a router to play with out of an old PC an a few Intel EthereExpress 16 cards. How do I insmod or modprobe to for each of the cards? I can load the module for any *one* of the cards by specifying the io parameter, but if I try again I receieve a message to say a module of that name is already loaded. Is there a way of 'reusing' the module, or specifying all the parameters on one line? Thanks! Richard
slocate: decode_db() aborted
I just installed slocate 2.4-2potato1, then ran /etc/cron.daily/slocate. When I try to 'locate latex', I get some output and an error "slocate: decode_db() aborted. Corrupt database?". Can I fix this somehow? Andre Berger[EMAIL PROTECTED]
Re: ltx2rtf compiles on RedHat 6.2 but not on debian 2.2
> > > Hello, > > > > I want to compile ltx2rtf on a debian machine, but the make fails. However, > > it > > works on a redhat 6.2, but the binary file Segm-Faults on debian 2.2. Did > > someone have an idea on the way to get it work on debian ? Is it a problem > > of > > gcc version ? > > how does the compile fail? more then likely your missing a -dev > package with a needed header file. > Which package may be missing ? "dpkg -l | grep dev" gives : ii dpkg-dev 1.6.15 Package building tools for Debian ii dvi2tty5.1-13 Previewing dvi-files on text-only devices ii fbset 2.1-6 Framebuffer device maintenance program. ii jdk1.1-dev 1.1.8v1-3 JDK 1.1.x (Java Development Kit) ii libc6-dev 2.2-1 GNU C Library: Development Libraries and Hea ii libdb2-util2.4.14-2.7.7.1 The Berkeley database routines (development ii makedev2.3.1-46.2 Creates special device files in /dev. ii psptools 1.2.2-3Tools for PostScript printers and devices ii tetex-dev 1.0.6-7kpathsea.a and include files for teTeX ii xlib6g-dev 3.3.6-11potato include files and libraries for X client dev The make log is below : hathout:~/ltx2rtf/src-gcc>make -f makefile.lnx rm -f main.o gcc -g -funsigned-char -c fonts.c -o fonts.o gcc -g -funsigned-char -c cdirect.c -o cdirect.o gcc -g -funsigned-char -c commands.c -o commands.o gcc -g -funsigned-char -c stack.c -o stack.o gcc -g -funsigned-char -c funct1.c -o funct1.o gcc -g -funsigned-char -c funct2.c -o funct2.o gcc -g -funsigned-char -c ignore.c -o ignore.o gcc -g -funsigned-char -DLIBDIR=\"/usr/local/lib/ltx2rtf\" -c main.c -o main.o main.c: In function `Convert': main.c:491: invalid operands to binary == make: *** [main.o] Error 1 The faulty operation is FPOS_EQ defined as #if defined (_POSIX_) # define FPOS_EQ(p1, p2) ((p1) == (p2)) #else /* _POSIX_ */ # if !__STDC__ && _INTEGRAL_MAX_BITS >= 64 #define FPOS_EQ(p1, p2) ((p1) == (p2)) # else #define FPOS_EQ(p1, p2) \ ((p1).lopart == (p2).lopart \ && (p1).hipart == (p2).hipart) # endif #endif /* _POSIX_ */ #else #define FPOS_EQ(p1, p2) ((p1) == (p2)) #endif and only used in this fragment of main.c if (FPOS_EQ(pos1, pos2))/* no RTF output */ { if (cLast == '\n') cThis = '\n'; else cThis = ' '; } break; }
Re: did something stupid - removed gzip
On Tue, 27 Feb 2001 at 20:08:24 -0700, John Galt wrote: (Please don't cc me on list mail.) > On Mon, 26 Feb 2001, Colin Watson wrote: > >"Jason N. Price" <[EMAIL PROTECTED]> wrote: > >>Okay, I just did something that, in hindsight, was very stupid. :) I have > >>been getting a lot of errors from gzip, so I decided to apt-get remove it > >>and then re-install it. > > > >Since somebody's already answered this, I'll just add that what you > >really want to do in this situation, for any package, is 'apt-get > >--reinstall install '. > > A .deb file is gzipped twice, so without gzip, dpkg cannot install it... But it's perfectly capable of doing --reinstall if you didn't remove it beforehand. -- Colin Watson [EMAIL PROTECTED]
Re: [GENERAL] Re: the data is BACK! but... SOLVED!
On Wed, Feb 28, 2001 at 09:31:35AM +, Oliver Elphick wrote: > will trillich wrote: > >NOW if i can just get PERL to work with DBD::Pg again, i'd > >be done! this is gonna be fun to track down now that my data > >is back... > > > >Can't load '/usr/local/lib/site_perl/i386-linux/auto/DBD/Pg/Pg.so' for > modul > >e DBD::Pg: libpq.so.2.0: cannot open shared object file: No such file > or > > directory at /usr/lib/perl5/5.005/i386-linux/DynaLoader.pm line 169. > > If you recompile the source package of DBD this problem should go away. > The library is now libpq.so.2.1 sure enough! here's how i did it -- on my debian system using tcsh: # apt-get install postgresql-dev # cpan (or 'perl -MCPAN -e shell' i think) cpan> look DBD::Pg # setenv POSTGRESQL_INCLUDE /usr/include/postgresql # setenv POSTGRESQL_LIB /usr/lib/postgresql/lib # perl Makefile.PL # make # make install # ^D cpan> q # oliver has saved my bacon once again... many thanks! (maybe one day i can help someone else out of a jam... maybe) -- It is always hazardous to ask "Why?" in science, but it is often interesting to do so just the same. -- Isaac Asimov, 'The Genetic Code' [EMAIL PROTECTED] http://groups.yahoo.com/group/newbieDoc -- we need your brain! http://www.dontUthink.com/ -- your brain needs us!
æä»¬è½½æ¨è¿å ¥å ¨çé¦ç²¾é¦æå¸åº
Title: Welcome ä¸âä¸é¦âç½ ãèµâé¦é¦âé± åä½å¥½ï¼è¯·é®ï¼ ãããä½ è¦âåâé¦ç²¾é¦æåï¼ ãããä½ è¦âä¹°âé¦ç²¾é¦æåï¼ æ¯ï¼å°±è¯·å å ¥ä¸é¦ç½(www.fnfnet.com)å§! ä¸é¦ç½è¯æé请æ¨å å ¥æä»¬ï¼è®©æä»¬è½½æ¨è¿å ¥å ¨çé¦ç²¾é¦æå¸åº �z å 为ï¼è¿éï¼ä½ ç忥å¯ä»¥æ´å¤ï¼ ããå¨è¿éï¼çæåæ¥å¯ä»¥è¿æ ·åï¼ å å ¥ä¸é¦ç½ï¼FnFnet),ä½ çæ éâé¦âæºå°±å¨å¼¹æä¸æ¥é´ï¼ ä¸ºæ¨æä¾ä¸æµçæå¡ï¼å©æ¨å¼æå䏿°çºªå ï¼ è¿å»ï¼æ¨æ¯å¦æ¾ç»è¯è¿ç¢°å°ç±»ä¼¼ä»¥ä¸çç§ç§æ åµï¼ ä¹è®¸ï¼æ¨åªæ¯å¨å ¬å¸çå¾ å®¢æ·ä¸é¨ï¼æä»¥ä¸å¤ä¼æ çä»·æ ¼è¾è¦ç产çä¼è´¨é¦æä»¥å²åä»·ååºã ä¹è®¸ï¼å¨æ¨æ¥æè´¨éä¼ç§ï¼ä»·æ ¼åçç大æ¹äº§åæ¶ï¼å´è¦ä¿¡æ¯æ¸ éççªï¼æç¥è®¢è´§åæéè导è´äº§å大é积åã åæè 彿¨æ¥äºè®¢è´å¤§æ¹è´§æºæ¶ï¼å´è¦äºå¸åºç°è´§ä¿¡æ¯å®èä¸å¾è¦é¢ å çFnFnetï¼ä»¥ä¸ä¸å尽卿æ¡ä¸ã æ¨å¯ä»¥çºµè§å ¨ççé¦ç²¾é¦æå¸åºï¼è·åæå¿«ãææ°çè¡å ä¿¡æ¯ï¼ ä¹å¯ä»¥æ¤èº«ä¸çé¦ç²¾é¦æå¸åºï¼è®©ææåè¡ä¸çåå®¶äºè§£æ¨ç产åä¸éæ±ã ããæ¾ç¼å ¨çï¼å ³äºé¦ç²¾é¦æè¡ä¸çä¸ä¸ç½ç«æ¯å±æå¯æ°ãå ¶ä¿¡æ¯ç宿´æ§ä¸ä¸å¡ç夿 ·åè¿æå¾ æé«ãèæä»¬çååè å¨è¿å»çåå 年䏿¾æå¹¸ä¸è®¸å¤å½é é¦ç²¾é¦æç¥åä¼ä¸å¤æ¬¡æºæåä½ï¼å¹¶ä½¿åºå£è´¸ææ»é¢å¨å¤å¹´æ¥ ååæ°é«ãæä»¬å·²ä»ç°æé¦ç²¾é¦æå½é å¸åºè¿ä½ä¸ç§¯ç´¯äºä¸°å¯çåå¡ç»éªï¼ç¨³å®å¯é ç客æ·ç½ç»åéåçç»è¥èµæ¬ã ããå æ¤ï¼è¯·ä¸è¦éè¿å å ¥FnFneté¦ç²¾é¦æä¸ä¸ç½ç»çè¡åï¼ æä»¬ç«è¯ä¸ºæ¨æä¾ä¸æµçæå¡ï¼å©æ¨å¼æå䏿°çºªå ï¼ ææè 欢è¿ä¸FnFnetèç³» é讯å°åï¼å¹¿å·å¸120å·æµè±è·¯ä¸æ¹å®¾é¦2441æ¿ èç³»çµè¯ï¼86-20-86521878/86667028 å¾æä¼ çï¼86-20-86667028 è系人ï¼å¸åºé¨ é»å°å§ 鮿¿ç¼ç ï¼510016 ç½åï¼http://www.fnfnet.com [EMAIL PROTECTED] èç³»æ¶é´ï¼å¨ä¸è³å¨äºï¼ä¸å9:50-ä¸å5:30 æ¬¢è¿æ¥çµæ¥å½è¯¦ç»å¨è¯¢ãæè°¢æ¨çæ¯æä¸åä½ï¼ å妿¤ä¿¡ä¸å¹¸å ç¨äºæ¨å®è´µçæ¶é´ï¼æä»¬å¨æ¤ä¸ºææ°äºæ¨çæ£å¸¸å·¥ä½è¯æè¡¨ç¤ºææï¼
Problems configuring xserver-tga on alphastation 200 4/166
Hi, Can anybody point me in the right direction to obtain the install doc for the tga xserver Debian Potato port "Alpha" or hints on how to get it installed. Have tried what I think is everywhere! Have also tried the vga16-xserver with various s3 cards and no luck. Curiously when I loaded nt4 to check if it was a hardware problem, all went well. sigh! Many thanks Trevor Callow
Re: kernel problem
> Hi everybody, > I'm encountering a very weird problem (or it seems weirdish to me). I > built kernel with support for couple file systems and sound. > When I try to mount a CD or play music on the super user account, > everything work fine. But when I try to do the same with ordinary user > account, it behaves the same way, as if the support was never compiled > into the kernel. More likely the normal user account does not belong to the group audio, and thus is not aloud to read or write from the device. Ciao, mattHias
Re: [solved]Re: dependency problem with dpk
Philipp Bliedung <[EMAIL PROTECTED]> wrote: >Colin Watson wrote: >> Philipp Bliedung <[EMAIL PROTECTED]> wrote: >> >When I downgraded to the 'old' version of libc6 (2.1.3-10) dpkg broke >> >> Details? > >I figured it out. When I was downgrading my libc6 it somehow removed >the 'ldconfig' file /sbin - so I just copied it from another machine >with a similar setup and I could (or better apt-get could) finish the >downgrade of my libc6 and from there everything worked fine. Ah - with the old libc6, you needed the ldso package. In testing/unstable that's only needed for libc4/libc5 compatibility. Cheers, -- Colin Watson [EMAIL PROTECTED]
Re: Root Mount Problem
well infact as I read what you have said to me I think I got the problem In fact I use the Lilo to boot NT (I have no problems with that) and I think that my mbr is in /dev/hda not /dev/hda7 so I should say in lilo.conf that boot=/dev/hda is it right or not? The earlier version of kernel has no problems booting Ross
2nd try, what is my problem with apt-get?
I have a machine that I have upgraded from stable to testign, and installed the 2.4.3 kernel with kernel package on. Now apt-get is failing. See the error messages? Script started on Tue Feb 27 04:42:29 2001 debian:~# cat /etc/apt/sources.list deb http://http.us.debian.org/debian testing main contrib non-free # deb http://security.debian.org/ stable/updates main # deb http://spidermonkey.ximian.com/distributions/debian stable main debian:~# runsocks aptget -get update 0% [Working] Err http://http.us.debian.org testing/main Packages Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Err http://http.us.debian.org testing/main Release Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Err http://http.us.debian.org testing/contrib Packages Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Err http://http.us.debian.org testing/contrib Release Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Err http://http.us.debian.org testing/non-free Packages Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Err http://http.us.debian.org testing/non-free Release Something wicked happend resolving 'http.us.debian.org/http' 0% [Working] Failed to fetch http://http.us.debian.org/debian/dists/testing/main/binary-i386/Packages Something wicked happend resolving 'http.us.debian.org/http' Failed to fetch http://http.us.debian.org/debian/dists/testing/main/binary-i386/Release Something wicked happend resolving 'http.us.debian.org/http' Failed to fetch http://http.us.debian.org/debian/dists/testing/contrib/binary-i386/Packages Something wicked happend resolving 'http.us.debian.org/http' Failed to fetch http://http.us.debian.org/debian/dists/testing/contrib/binary-i386/Release Something wicked happend resolving 'http.us.debian.org/http' Failed to fetch http://http.us.debian.org/debian/dists/testing/non-free/binary-i386/Packages Something wicked happend resolving 'http.us.debian.org/http' Failed to fetch http://http.us.debian.org/debian/dists/testing/non-free/binary-i386/Release Something wicked happend resolving 'http.us.debian.org/http' Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done W: Couldn't stat source package list 'http://http.us.debian.org testing/main Packages' (/var/state/apt/lists/http.us.debian.org_debian_dists_testing_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list 'http://http.us.debian.org testing/contrib Packages' (/var/state/apt/lists/http.us.debian.org_debian_dists_testing_contrib_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list 'http://http.us.debian.org testing/non-free Packages' (/var/state/apt/lists/http.us.debian.org_debian_dists_testing_non-free_binary-i386_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these missing files E: Some index files failed to download, they have been ignored, or old ones used instead. debian:~# Script done on Tue Feb 27 04:43:01 2001 Could some kind souls point out the error of my ways? -- Stan Brown [EMAIL PROTECTED]843-745-3154 Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 2000 Stan Brown. Redistribution via the Microsoft Network is prohibited.
Re: pavuk support for reading from Mozilla cache directory
On Mon, 19 Feb 2001, csj wrote: Hello, > I have just downloaded 0.9pl28d. Thanks. :-) You are welcome. > Mozilla cache support appears to be working under Mandrake 7.2. But I > cannot get Mozilla or Netscape cache support to compile under Debian. > In Debian I have libdb2 (Berkeley database routines 2.4.14-2.7.7.1). > You did mention previously that I need "BerkeleyDB-1.8x," but I > cannot find the development files for 1.8 in Debian. > > debian:/# apt-cache search Berkeley | grep "libdb1" > libdb1 - The Berkeley database routines (runtime version > > The actual file name and version number is "libdb1_1.85.4-4.deb" I don't use Debian, so I don't know what package you need to get development files for Berkerley DB 1.8x . Maybe you can ask Petr Cech who is maintainer of Debian pavuk package. Or if you don't mind, download Berkeley DB 1.85 package from www.sleepycat.com and install it from sources, this will sure work :-) Best regards, Stevo. -- Stefan Ondrejicka <[EMAIL PROTECTED]> Beethovenova 11, 917 08 Trnava, Slovakia http://www.idata.sk/~ondrej/
Re: Multi-Nics
Hi, What is the full name of the Debian BTS web page, mentioned in the previous message? Thanks, J?rg On Tue, Feb 27, 2001 at 09:36:19PM -0800, Osamu Aoki wrote: > > /etc/network/interfaces for non-pcmcia ethx > ipmasq package for ipmasq routing firewalling. > read Debian BTS web page of ipmasq to get it working with > stronger firewall config. >
Re: How did linux corrupt hda1 (C: drive) fat16 filesystem?
> Quoting Matthew Dalton <[EMAIL PROTECTED]>: > > > M David Tilson wrote: > > > > You didn't do 'cp foo /dev/hda1', did you? > > > > > > > Probably yes. Is there any way to recover? > > > > Have you tried running fsck.msdos under Linux? > > Not yet. First, I had to reinstall linux. Got potato up, but having > xwoes etc etc. Found fsck in /sbin; but my versions do not include > fsck.msdos. fsck reports that /mnt/hda1 has been corrupted > > Incidentally, how do you search debian cdrom for fsck.msdos. Locate > doesn't seem to work. I find the debs, but they are all organized in > packages (like communications, etc), and I don't know where to look. > [13:44:40 /tmp]$ dpkg -S fsck.msdos dosfstools: /sbin/fsck.msdos dosfstools: /usr/share/man/man8/fsck.msdos.8.gz [13:46:14 /tmp]$ Then you need the dosfstools package. But where on the CD is it? [13:56:26 /tmp]$ grep dosfstools /var/lib/dpkg/available Package: dosfstools Filename: dists/woody/main/binary-i386/otherosfs/dosfstools_2.6-1.deb [13:57:25 /tmp]$ > THanks, > > dave > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Shaul Karl <[EMAIL PROTECTED]> -- Shaul Karl <[EMAIL PROTECTED]>
Re: Uh-Oh...
John Travis <[EMAIL PROTECTED]> writes: > Well I grabbed 2.4.2, did a make-kpkg as usual and installed it. But I > reboot to find my filesystem pretty well trashed. I'm running Sid and > everything is on Reiserfs except for /boot. The only way I can do anything > (with any kernel) is to boot to single user. I have tried reiserfsck'ing > it, but the end result is the same. I still get errors like this ... > > US_13050: reiserfs_update_sd: i/o failure occured trying to update [0 0 0x0 > SD] Stat datais_tree_node: node level 2 does not match to the expected > one 1 > I always enjoy asking people if they have their power cord plugged in... Which version of reiserfstools is installed? Harald
Re: ltx2rtf compiles on RedHat 6.2 but not on debian 2.2
You might want to consider: [14:10:28 /tmp]$ grep-available latex2rtf Package: latex2rtf Priority: optional Section: tex Installed-Size: 359 Maintainer: Chris Lawrence <[EMAIL PROTECTED]> Architecture: i386 Version: 1.8aa-5 Depends: libc6 (>= 2.1.97) Filename: pool/main/l/latex2rtf/latex2rtf_1.8aa-5_i386.deb Size: 263210 MD5sum: e220afb4bf337e3ded41db33c6a24e1a Description: Convert LaTeX to Microsoft RTF format Attempts to convert as much formatting information as possible from LaTeX to Microsoft's Rich Text Format (RTF). [14:11:02 /tmp]$ If latex2rtf and ltx2rtf use the same source then you can also examine the package src in order to find out why you are not being able to compile it. > The make log is below : > > hathout:~/ltx2rtf/src-gcc>make -f makefile.lnx > rm -f main.o > gcc -g -funsigned-char -c fonts.c -o fonts.o > gcc -g -funsigned-char -c cdirect.c -o cdirect.o > gcc -g -funsigned-char -c commands.c -o commands.o > gcc -g -funsigned-char -c stack.c -o stack.o > gcc -g -funsigned-char -c funct1.c -o funct1.o > gcc -g -funsigned-char -c funct2.c -o funct2.o > gcc -g -funsigned-char -c ignore.c -o ignore.o > gcc -g -funsigned-char -DLIBDIR=\"/usr/local/lib/ltx2rtf\" -c main.c -o > main.o > main.c: In function `Convert': > main.c:491: invalid operands to binary == > make: *** [main.o] Error 1 > > the compilation works fine on my colleage's redhat machine with > egcs-2.91.66. (on my debian machine, gcc is 2.95.2) > > > Andrew Perrin writes: > > How does it fail? What's the error message? > > > > -- > > Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology > > Chapel Hill, North Carolina, USA - http://demog.berkeley.edu/~aperrin > > [EMAIL PROTECTED] - [EMAIL PROTECTED] > > > > On Tue, 27 Feb 2001, Nabil Hathout wrote: > > > > > Hello, > > > > > > I want to compile ltx2rtf on a debian machine, but the make fails. > However, it > > > works on a redhat 6.2, but the binary file Segm-Faults on debian 2.2. > Did > > > someone have an idea on the way to get it work on debian ? Is it a > problem of > > > gcc version ? > > > > > > thank you, > > > > > > --Nabil > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Shaul Karl <[EMAIL PROTECTED]>
invalid ICMP error to a broadcast..
hello, I recentrly upgraded my kernel to 2.4.2, I have two network card on my debian 2.2 system, and I am using ip_forwarding for a local subnet. before I updated to 2.4.1 I never saw this message, 2.4.1 showed this sometimes, but now at 2.4.2 I am getting this at regular intervals can anyone tell me what this means? x.x.x.x sent an invalid ICMP error to a broadcast? the ip is a remote computer, a gateway or something? and/or how to fix this? thanks in advance Ari Sigurðsson
Re: What's up with Mozilla
On Tue, Feb 27, 2001 at 09:11:09PM -0800, Aaron Brashears wrote: > > As was said in another reply - packaging mozilla is hard. However, > installing the tarball is pretty easy. For now, I'm running 0.8 from > the tarball available at mozilla.org and it works great. It's a bit of a pig though, and I had to shut off http 1.1 in the debug network menu to get it to stop sending me to the wrong websites. Hey, I've been trying to get it to fire off acroread or xpdf when a pdf is seen, but that refuses to work. No idea why. Have you had a problem with this? Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925
Re: ssh on Debian, not connecting to OpenBSD 2.7 ["Disconnecting: Bad packet length 1349676916"]
On Mon, Feb 26, 2001 at 11:31:09PM +, Darren Wyn Rees wrote: > Would somebody please clarify what needs changing to enable me to > ssh into an OpenBSD (2.7) box, using Debian (OpenSSH 1.2.3, protocol > version 1.5). (a) the ssh client on the Debian box, (b) the > ssh daemon on the OpenBSD one, or (please, no) (c) both. *Thnx* (d) please provide debugging output from ssh -v -p port host and sshd -d -p port -m
Re: What's up with Mozilla
> > installing the tarball is pretty easy. For now, I'm > > running 0.8 from the tarball available at mozilla.org > > and it works great. Agreed ... it dumps everything into a single directory so keeping track of where it's installed files is not an issue. Every time you "upgrade" it, just remove the existing mozilla directory and un-tar the new one. Other than having to change to that directory, or at least give the path to it, to run the program, it's not a problem using it. Hall
RE: What's up with Mozilla
That would be a first, mozilla working great, you must have some heavy machinerie. To my humble opinion mozilla is slow and the mailclient can crash your entire system. not ? (please say NOT i've been really annoyed with the weak-browser thang on linux) -Original Message- From: Michael P. Soulier [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 1:44 PM To: debian-user@lists.debian.org Subject: Re: What's up with Mozilla On Tue, Feb 27, 2001 at 09:11:09PM -0800, Aaron Brashears wrote: > > As was said in another reply - packaging mozilla is hard. However, > installing the tarball is pretty easy. For now, I'm running 0.8 from > the tarball available at mozilla.org and it works great. It's a bit of a pig though, and I had to shut off http 1.1 in the debug network menu to get it to stop sending me to the wrong websites. Hey, I've been trying to get it to fire off acroread or xpdf when a pdf is seen, but that refuses to work. No idea why. Have you had a problem with this? Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: What's up with Mozilla
On Wed, Feb 28, 2001 at 07:43:32AM -0500, Michael P. Soulier wrote: > > It's a bit of a pig though, and I had to shut off http 1.1 in the debug > network menu to get it to stop sending me to the wrong websites. Hey, I've > been trying to get it to fire off acroread or xpdf when a pdf is seen, but > that refuses to work. No idea why. Have you had a problem with this? BTW, can anyone change the default fonts in the preferences menu in 0.8 without segfaulting?? Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925
Re: pavuk support for reading from Mozilla cache directory
Stefan Ondrejicka <[EMAIL PROTECTED]> wrote: (Cc'ing on the assumption that if you don't use Debian you won't be reading debian-user; I'd make sure the person you were replying to got it instead, but I'm not sure who that is or if the question originated on this list ...) >On Mon, 19 Feb 2001, csj wrote: >> Mozilla cache support appears to be working under Mandrake 7.2. But I >> cannot get Mozilla or Netscape cache support to compile under Debian. >> In Debian I have libdb2 (Berkeley database routines 2.4.14-2.7.7.1). >> You did mention previously that I need "BerkeleyDB-1.8x," but I >> cannot find the development files for 1.8 in Debian. > >I don't use Debian, so I don't know what package you need to get >development files for Berkerley DB 1.8x . libdb2-dev contains those development files (/usr/include/db2_185.h or /usr/include/db2/db_185.h; the version in Debian unstable has a /usr/include/db_185.h compatibility symlink as well). >Maybe you can ask Petr Cech who is maintainer of Debian pavuk package. >Or if you don't mind, download Berkeley DB 1.85 package from >www.sleepycat.com and install it from sources, this will sure work :-) Having both the libdb2 package and a source install of Berkeley DB may wreak entertainment on your system, though, so I'd recommend not doing it unless you're very careful. :) -- Colin Watson [EMAIL PROTECTED]
RE: ssh on Debian, not connecting to OpenBSD 2.7 ["Disconnecting: Bad packet length 1349676916"]
Through empiric testing, I have discovered that this is caused (for me at least) by a problem in the way that OpenSSL has coded the new Rijndael/AES implementation. Allegedly, this has been fixed in the CVS tree, but YMMV as I have not had a chance to try it yet. To check this, look at your ssh_config files to see which alogorhythm you are using by default and if it is AES, switch to 3DES and try to connect. - Ed -Original Message- From: Saad Kadhi (Home Tech Accnt) To: Darren Wyn Rees Cc: debian-user@lists.debian.org; misc@openbsd.org Sent: 2/26/01 10:56 PM Subject: Re: ssh on Debian, not connecting to OpenBSD 2.7 ["Disconnecting: Bad packet length 1349676916"] > >> Offhand, I'd recommend updating OpenSSH on the Debian box to 2.5.1p1, >> available from many mirrors listed at http://www.openssh.com/portable.html. > > > Will do. a fast ! :)) I have run into the same problems some time ago & upgrading solved all the issues + corrected some vulnerabilities at the same time. > > bash-2.04$ ssh -V > SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. > Compiled with SSL (0x0090581f). well on this side too you need to upgrade to 2.5.1. -- Saad "Authoritarians thrive on censorship and secrecy. And they distrust voluntary cooperation and information sharing-- they only like cooperation that they control."
Re: invalid ICMP error to a broadcast..
=?Windows-1252?Q?Ari_Sigur=F0sson?= <[EMAIL PROTECTED]> wrote: >hello, I recentrly upgraded my kernel to 2.4.2, I have two network card on >my debian 2.2 system, and I am using ip_forwarding for a local subnet. > >before I updated to 2.4.1 I never saw this message, >2.4.1 showed this sometimes, >but now at 2.4.2 I am getting this at regular intervals >can anyone tell me what this means? > >x.x.x.x sent an invalid ICMP error to a broadcast? > >the ip is a remote computer, a gateway or something? It's some other broken computer. You can ignore it with 'echo 1 > /proc/sys/net/ipv4/icmp_ignore_broken_error_responses' - in fact, there's a line in the default /etc/sysctl.conf that you can uncomment to cause this to be set at boot-time. HTH, -- Colin Watson [EMAIL PROTECTED]
ftp-install-testing
Thanks to all who replied about the apt question. I was just wondering, is there a way to do a testing install over ftp? I would like to set-up another box and go this route.Would I just go to the testing directory and download some floppy images? Which ones? What url would I point the install at? Can some one tell me if there is any docs on this subject? Thanks in advance.
Re: burning potato iso's for an older CDROM
Hello! I'd also give a real cdr media a try if you have previously burned a cdrw... if you have old drives, it's very probable that they can't read cdrws, but I could even read cdrs with two old 1x-speed drives I had. And with a ten-year-old diskman, too. Kind Regards, Stephan Hachinger - Original Message - From: "Forrest English" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Tuesday, February 27, 2001 11:34 PM Subject: Re: burning potato iso's for an older CDROM > are you reffering to a cdr-drive? or a cdr cd? i ment the cd in case i > said somthing stupid. > > the drives, it doesn't matter. > > some cdroms are to old for rw's, but can read once write just fine. i'd > give that a shot. but i mean, my thinkpad's cdrom is to old to read cdrs > or cdrws, and it's annoying. cause i have to do floppy installs. and i > don't HAVE any pressed cds. > > -- > Forrest English > http://truffula.net > > "When we have nothing left to give > There will be no reason for us to live > But when we have nothing left to lose > You will have nothing left to use" > -Fugazi > > On Tue, 27 Feb 2001 [EMAIL PROTECTED] wrote: > > > does it matter that it was burned on a cdrw instead of a cdr? > > > > On Tue, 27 Feb 2001, Forrest English wrote: > > > > > you can't. if the cdrom is to old to read burns. it's just to old to > > > read burns. :( > > > > > > > > > > > > -- > > > Forrest English > > > http://truffula.net > > > > > > "When we have nothing left to give > > > There will be no reason for us to live > > > But when we have nothing left to lose > > > You will have nothing left to use" > > > -Fugazi > > > > > > On Tue, 27 Feb 2001 [EMAIL PROTECTED] wrote: > > > > > > > I have an oold cdrom that seems to work fine with commericial CD's. > > > > > > > > Reads rh6.x and windows install cd's fine > > > > > > > > It will not read the debian potato CD i burned off the web > > > > fyi: this same CD works read/boots fine in my newer CD-ROM > > > > > > > > How can i burn the ISO image so the old drive will read it? > > > > mode1? 2? > > > > cdrecord and adaptec easyCD creater instructions would be helpful > > > > > > > > thank you > > > > > > > > > > > > -- > > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: What's up with Mozilla
On Wed, Feb 28, 2001 at 07:52:38AM -0500, Hall Stevenson wrote: > > > installing the tarball is pretty easy. For now, I'm > > > running 0.8 from the tarball available at mozilla.org > > > and it works great. > > Agreed ... it dumps everything into a single directory so keeping track > of where it's installed files is not an issue. Every time you "upgrade" > it, just remove the existing mozilla directory and un-tar the new one. > > Other than having to change to that directory, or at least give the path > to it, to run the program, it's not a problem using it. unless you have lots of users wanting to use mozilla, then you end up with X number of copies of this monster in /home. where X == the number of users on the system. file permissions and the FHS exist for a reason, mozilla shouldn't ignore it. -- Ethan Benson http://www.alaska.net/~erbenson/ pgpVv7XjTEdfz.pgp Description: PGP signature
Re: Printing Problems-SOLVED
I was able to get this working with a script that one of the list members supplied me with. If you need it please email me and I will send it to you. Dale Morris [EMAIL PROTECTED] wrote: > I've been installing debian most all day, so I'm probably missing something > really obvious here, but I'm having a real problem with the printer setup. > > How do I get printing setup correctly in debian? I have installed lprng and > magic filter but I can't get it to print. I have also tried printtool, but > that doesn't work either. And of course apsfilter. > > My printer is an Epson Stylus Color 600. I've set it up to print at 720dpi > on plain paper. Does anyone have a working printcap file for this printer > that they will send to me? > > I want to be able to print using the command lp so I can print messages from > mutt or slrn, Here's what I get when I try to print a simple text file: > > [EMAIL PROTECTED]:~/writing$ lp quills > request id is [EMAIL PROTECTED] > > ..at this point nothing happens.. so I issue lpq command > > [EMAIL PROTECTED]:~/writing$ lpq > Printer: [EMAIL PROTECTED] 'Epson Stylus Color' > Queue: no printable jobs in queue > Status: removing job '[EMAIL PROTECTED]' - ABORT at 20:13:55.027 >Filter_status: lp is ready and printing > > Printing used to be quite easy to setup using printtool, but it doesn't work > for me now.. > any help on this one is greatly appreciated. > I've attached a copy of my existing printcap file.. > > thanks > > dale > > -- > "You are entitled to your actions...not the results" > --Bhagavad Gita > # > # Copyright (c) 1983 Regents of the University of California. > # All rights reserved. > # > # Redistribution and use in source and binary forms are permitted > # provided that this notice is preserved and that due credit is given > # to the University of California at Berkeley. The name of the University > # may not be used to endorse or promote products derived from this > # software without specific prior written permission. This software > # is provided ``as is'' without express or implied warranty. > # > # @(#)etc.printcap5.2 (Berkeley) 5/5/88 > # > # This file was generated by /usr/sbin/magicfilterconfig. > # > lp|lp|Epson Stylus Color:\ > :lp=/dev/lp0:sd=/var/spool/lpd/lp:\ > :sh:pw#80:pl#66:px#1440:mx#0:\ > :if=/etc/magicfilter/[EMAIL PROTECTED]:\ > :af=/var/log/lp-acct:lf=/var/log/lp-errs: -- "You are entitled to your actions...not the results" --Bhagavad Gita
Re: staroffice5.2 and missing libs
Hello! I couldn't find any of those files in the debian distribution (searched in contents of the distro on http://www.debian.org/distrib/packages). I know that probably doesn't help you very much, but I have no idea where those libs come from... at least you know now that they aren't from any "free" debian package - could only be in non-free or non-us, perhaps because I don't know if they are included in the search. Hope this helps a little bit :) Kind Regards, Stepan Hachinger - Original Message - From: "Sebastiaan" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 27, 2001 11:23 PM Subject: ot: staroffice5.2 and missing libs > Hi, > > I had installed staroffice a couple of months ago and everything worked > fine. When I tried to start it again last week, it failed. > With ldd, I discovered that I miss a lot of libs, all having the number > '569'. > One of them is: libgo569li.so > > I reinstalled, searched my harddisk for the lib, but I was unable to find > it. > > Does anyone know which package contains these libs? > > I am also very happy with the output of ldd, e.g.: > ldd /usr/local/office52/program/soffice.bin > > and tell me in which directory the 569 libs can be found. > > Thanks in advance! > Sebastiaan > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: pavuk support for reading from Mozilla cache directory
On Wed, 28 Feb 2001, Colin Watson wrote: Hi, > (Cc'ing on the assumption that if you don't use Debian you won't be > reading debian-user; I'd make sure the person you were replying to got > it instead, but I'm not sure who that is or if the question originated > on this list ...) Yep, I am sorry that I sent the reply to debian-user list. The original mail contained Reply-to: debian-user@lists.debian.org and I skiped that. Sorry for that. Thanks for your reply, I will forward it to whom it should go originaly :-) Best regards, Stevo. -- Stefan Ondrejicka <[EMAIL PROTECTED]> Beethovenova 11, 917 08 Trnava, Slovakia http://www.idata.sk/~ondrej/
Re: invalid ICMP error to a broadcast..
thanks, but I don't have /etc/sysctl.conf or the ignore_broken file :/ > It's some other broken computer. You can ignore it with 'echo 1 > > /proc/sys/net/ipv4/icmp_ignore_broken_error_responses' - in fact, > there's a line in the default /etc/sysctl.conf that you can uncomment to > cause this to be set at boot-time. > > HTH, > > -- > Colin Watson [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: burning potato iso's for an older CDROM
Stephan Hachinger wrote: > > Hello! > > I'd also give a real cdr media a try if you have previously burned a cdrw... > if you have old drives, it's very probable that they can't read cdrws, but I > could even read cdrs with two old 1x-speed drives I had. And with a > ten-year-old diskman, too. > > Kind Regards, I second the part about cdr instead or cdrw. Also old Mitsumi4x (and possibly 6x?) are known to choke on cdr's... Best, Emil
RE: Getting to the GUI...
Hi again, > Thanks for the offer of help, the request files follow. Xlog.log is > the output of the startx command. Please note that I edited quite a > bit of XF86Cconfig to compact it. The XF86Config file looks OK to me at first glance, but are you sure that this is the one that actually gets read in? According to the Xlog.log you posted, the file that gets read in is /etc/XF86Config (see below). I seem to recall you mentioned a different location of your file in an earlier post. In /etc/XF86Config, there seems to be a "Screen" section asking for a "Monitor" section named "Primary Monitor" and a "Device" section named "Primary Card", both of which are not supplied in the file you posted and obviously neither in /etc/XF86Config. Hence the error of "none of the configured devices were found". So, try to make sure that the file you posted actually gets read in, and if X still does not work, post the output again and we'll try from there. > Unfortunately, I don't have the manual for the monitor, which is an > off-brand that my son brought home from college with him (Dad inherits the > junk! ;-)) If it has any name at all on it, have you tried typing this into Google? I'm often amazed at what obscure knowledge you can dig up there. If not, try looking up what other monitors of the same size offer and start with conservative guesses (i.e. a little lower, especially if it's an older monitor). But first, some Modelines have to be recognized at all. Getting the right ones would be the second step ;) Hope this helps. Greetings, Manuel > - xlog.log - > XFree86 Version 3.3.6 / X Window System > [...] > XF86Config: /etc/XF86Config ^^^ > [...] > (**) Mach64: Graphics device ID: "Primary Card" > (**) Mach64: Monitor ID: "Primary Monitor" ^^^ > [...] -
Re: invalid ICMP error to a broadcast..
=?iso-8859-1?Q?Ari_Sigur=F0sson?= <[EMAIL PROTECTED]> wrote: >> It's some other broken computer. You can ignore it with 'echo 1 > >> /proc/sys/net/ipv4/icmp_ignore_broken_error_responses' - in fact, >> there's a line in the default /etc/sysctl.conf that you can uncomment to >> cause this to be set at boot-time. > >thanks, >but I don't have /etc/sysctl.conf Hmm, should be in the procps package; it seems to be there on a 2.2 box at work ... >or the ignore_broken file :/ Sorry, typo on my part. I meant 'echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses'. -- Colin Watson [EMAIL PROTECTED]
Unidentified subject!
hi i am new to linux and want to lear more about it. so i tryed to download it with no success because there are so many files their So I was wondering if you could tell me how to download it. Thank you David Flowerday _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Re: Root Mount Problem
John Griffiths <[EMAIL PROTECTED]> wrote: >At 10:18 AM 2/28/2001 +0200, Rossen Naydenov wrote: >>yes it does have the endline it's just the way put it in the mail > >um.. well the way it was there was no space... which i thought there >should be.. but if i'm wrong i'll shut up now,,, "Content-Type: text/html; charset=windows-1251" in the original probably didn't help. :) -- Colin Watson [EMAIL PROTECTED]
Re: Unidentified subject!
> So I was wondering if you could tell me how to download it. Try http://www.debian.org/releases/stable/#new-inst Should tell you all you need. Regards, Manuel
Re: Root Mount Problem
Rossen Naydenov <[EMAIL PROTECTED]> wrote: >boot=/dev/hda7 >root=/dev/hda7 > >But when it starts it says : >unable to mount root fs ob 30:7b >cannot open root device at 30:7b > >But if on the boot prompt I say root=/dev/hda7 everything is OK 30:7b is ... weird. Did you run '/sbin/lilo -v' after changing /etc/lilo.conf? The 'boot' parameter might well want to be your MBR, yes, although it's possible to install LILO on a partition. The LILO manual (/usr/share/doc/lilo/Manual.txt.gz) has a fairly exhaustive discussion of the possibilities, and it depends what other operating systems you're trying to boot as well. Installing it in the MBR might disrupt other operating systems' boot loaders. -- Colin Watson [EMAIL PROTECTED]
RE: 2nd try, what is my problem with apt-get?
> > I have a machine that I have upgraded from stable to testign, > and installed the > 2.4.3 kernel with kernel package on. > > > Now apt-get is failing. See the error messages? > > > Script started on Tue Feb 27 04:42:29 2001 > debian:~# cat /etc/apt/sources.list > deb http://http.us.debian.org/debian testing main contrib non-free > # deb http://security.debian.org/ stable/updates main > # deb http://spidermonkey.ximian.com/distributions/debian stable main > debian:~# runsocks aptget -get update > > > 0% [Working] > > Err http://http.us.debian.org testing/main Packages > Something wicked happend resolving 'http.us.debian.org/http' > Could you try using ftp instead? I am using testing/unstable and I found that the http method doesn't always work anymore. My error is different (could not connect to 0.0.0.80) but ftp works fine. Try using "deb ftp://ftp.us.debian.org/...etc";. jim
Re: D-Link DFE-530TX Probs W. 2.4.2
The DFE-530TX uses the via-rhine driver, and the DFE-530TX+ uses the rtl8139 driver. The last I knew, this was not documented on the DLink web site or on Donald Becker's web site. Only place you will find out about the rtl8139 driver is on the disk that comes with the DFE-530TX+ card. D-Man <[EMAIL PROTECTED]> wrote: : On Sat, Feb 24, 2001 at 08:37:42PM -0800, David Frey wrote: : | : | --- "Rick Commo" <[EMAIL PROTECTED]> : | : | > wrote: : | : | >I am not using kernel 2.4.2, but the driver that I selected was rtl8139.o. : | : | : | : | I think there are 2 versions. Older ones like mine use the via-rhine driver. : | : Have you solved this yet? : Anyways, I bought a DFE-530TX just last week. (It was on sale so I : only had to pay tax, and then postage to send in the rebate form) I : gave it to a friend, and haven't opened it yet. We checked the web : sites, and found that it needs the via-rhine driver. The DE-530TX (no : 'F') uses the tulip driver. : -D : -- : To UNSUBSCRIBE, email to [EMAIL PROTECTED] : with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- * For God so loved the world that He gave his only begotten Son, * * that whoever believes in Him should not perish...John 3:16 *
Re: Getting to the GUI...
Manuel Reiter wrote: > > > Thanks for the offer of help, the request files follow. Xlog.log is > > the output of the startx command. Please note that I edited quite a > > bit of XF86Cconfig to compact it. > > The XF86Config file looks OK to me at first glance, but are you sure that > this is the one that actually gets read in? > > According to the Xlog.log you posted, the file that gets read in is This helps me and so forgive me if it's slightly OT. I took off XDM as one of the first things I did and boot into console and use startx. The log for this is still named xdm.log and I wondered if that was normal? Thanks, Jonathan -- /* Jonathan Gift [EMAIL PROTECTED] */
network problem
Dear authorities,I am writing from Turkey and I have a problem with my laptop. I have an IBM Thinkpad 380XD. I'm having trouble with using my laptop in network. I have a PCMCIA Ethernet Card(Compex Linkport ENET-A) and its' driver disket. I am doing everything written in the manuel but I am still having problem. The problem is the network adapter's not being install correctly.(It shows an exclamation when i look it from system/device manager). But I want to inform you about something. My laptop was installed Windows 95 when it came. And also it has a recover CD beside. But a few days ago,i had my computer formatted accidently. So I set up Windows 95 from a different CD-ROM which i got from a friend. Could it be the possible reason for my problem ? If so, How can I overcome it ? If you help me about this subject, I will be very hapy. Thank you very much. Yours sincerely.Orhan FIRAT
RE: What's up with Mozilla
sorry 'bout the crash statement, i was out of line there, i meant that mozilla would competely go _down_ if the mailclient went belly up, wich is a really painfull thing to happen if you're using online documentation wich you finally dug up -Original Message- From: ray p [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:38 PM To: Joris Lambrecht Subject: Re: What's up with Mozilla That would be wrong. Maybe a bit on the slow side but more testing will solve that :) I have never once had the mailclient go south on me yet alone take down Debian. And I have not used Netscape on purpose since December. Joris Lambrecht wrote: > That would be a first, mozilla working great, you must have some heavy > machinerie. To my humble opinion mozilla is slow and the mailclient can > crash your entire system. not ? (please say NOT i've been really annoyed > with the weak-browser thang on linux) > > -Original Message- > From: Michael P. Soulier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2001 1:44 PM > To: debian-user@lists.debian.org > Subject: Re: What's up with Mozilla > > > On Tue, Feb 27, 2001 at 09:11:09PM -0800, Aaron Brashears wrote: > >> As was said in another reply - packaging mozilla is hard. However, >> installing the tarball is pretty easy. For now, I'm running 0.8 from >> the tarball available at mozilla.org and it works great. > > > It's a bit of a pig though, and I had to shut off http 1.1 in the debug > network menu to get it to stop sending me to the wrong websites. Hey, I've > been trying to get it to fire off acroread or xpdf when a pdf is seen, but > that refuses to work. No idea why. Have you had a problem with this? > > Mike >
Re: Root Mount Problem SOLVED
I just what I thougth I shoul have done a long time ago : type in the lilo.conf boot=/dev/hda ...and that solved the problem thanks to all who answered me Ross
Re: 2nd try, what is my problem with apt-get?
On Wed Feb 28 09:08:22 2001 Lewis, James M. wrote... > > >> >> I have a machine that I have upgraded from stable to testign, >> and installed the >> 2.4.3 kernel with kernel package on. >> >> >> Now apt-get is failing. See the error messages? >> >> >> Script started on Tue Feb 27 04:42:29 2001 >> debian:~# cat /etc/apt/sources.list >> deb http://http.us.debian.org/debian testing main contrib non-free >> # deb http://security.debian.org/ stable/updates main >> # deb http://spidermonkey.ximian.com/distributions/debian stable main >> debian:~# runsocks aptget -get update >> >> >> 0% [Working] >> >> Err http://http.us.debian.org testing/main Packages >> Something wicked happend resolving 'http.us.debian.org/http' >> > > >Could you try using ftp instead? I am using testing/unstable and I >found that the http method doesn't always work anymore. My error is >different (could not connect to 0.0.0.80) but ftp works fine. Try >using "deb ftp://ftp.us.debian.org/...etc";. Thanks for the sugestion. Unfortunatley, I get the same "Something wicked happended" error when I try that. Any other sugestiosn? -- Stan Brown [EMAIL PROTECTED]843-745-3154 Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 2000 Stan Brown. Redistribution via the Microsoft Network is prohibited.
Re: Can't Locate binfmt... something to worry about?
On Tue, 27 Feb 2001 at 09:10:27 +0100, Jonathan Gift wrote: (Please, please don't cc me on list mail. I have over 2000 items in my inbox, and people filling it up even more with four e-mails in a row about the same post on the same problem just makes me less inclined to do anything about it! I'm perfectly capable of following a thread I've posted to.) > Colin Watson wrote: > > binfmt_misc isn't his problem, it's trying to execute random other files > > for some reason, at which point the kernel constructs a module name > > based on the first two bytes of the file and tries to modprobe it; it > > only goes near binfmt_misc if that module has specifically registered > > itself as knowing about the binary format in question. I haven't worked > > out exactly what's causing it for him yet. > > I'm including a sample of the daemon.log. I haven't yet been able to see > what causes it. But it usually happens once a day, but then 2 days can > go by without anything... > > The only thing I can think of is that a month or so back I recompiled my > kernel adding synthesizer suport for my SB card (op13). But in none of > the occasions where I received the error have I been making use of any > sound card... > > So, any help on what is causing this. Or how I can track down the app > that is trying to open this non-recognized or zero length file is > appreciated... It's almost impossible to work out what's happening just from that log; the errors are well separated in time from the log entries surrounding them. Are there any applications that are failing mysteriously? Or do you know what you were doing at the times mentioned in the logs? If no applications are failing, I would say it isn't something to worry about. Otherwise you'll have to look in the first couple of bytes of executable files that might be related to the application in question for those things. Possible causes might be scripts that don't begin with a #! line, or old a.out programs still lying around when you've removed support for a.out in your kernel. The 'file' program will tell you what type a file is. If it doesn't know, then either there's a bug in 'file' or there'll be a problem executing that file. > > >You can remove one entry or all entries by echoing -1 to > > >/proc/.../the_name or /proc/sys/fs/binfmt_misc/status." > > > > Try the binfmt-support package in unstable, which should make > > things a little easier to manage. :) > > What is this? And will it work on my potato system or do I have to get > souref and compile It's nothing to do with your problem, it's a cleaner means of managing the binfmt_misc kernel module referred to by the poster I was replying to. That module has nothing to do with your problem either. -- Colin Watson [EMAIL PROTECTED]
Re: Outlook conversion
In lists.projects.debian.user, you wrote: >> I was wondering if anyone knew of a program that converted a .pst Outlook >> file into something that a Linux email program like Kmail or Evolution can >> read. I want to totally convert over to Linux, but this is a big thing >> because I don't want to lose my hundreds of saved messages from the past >> couple months. > >Is it possible to export Outlook mail to Netscape? What if you did that, >opened it in Netscape under Linux and went on from then? Netscape uses the more-or-less-standard "mbox" format used by most Unix mail clients. If you can convert to Netscape, most things should be able to read it. I'm not sure specifically about Evolution or Kmail, but my guess is that it should probably work. K. -- Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/ "Unfortunately, men befriend women in futile attempts to get a 3d accelerated video card thingy..." -- Megahal (trained on asr), 1998-11-05
Re: NAT/MASQ in single NIC
yeah.. you mean aliasing but I mean how to masq it On Tue, Feb 27, 2001 at 08:05:40PM -0800, Osamu Aoki wrote: > IPALIASING, I guess > > eth0:0 203.170.2.x > eth0:1 192.168.1.1 > > ... > On Tue, Feb 27, 2001 at 09:11:01PM +0800, Ker Ruben Ramos wrote: > > is it possible to do NAT/MASQ in single NIC with two ip address? if yes, > > then how? > > > > my comp has no dialup PPP > > > > IPs : 203.170.2.x and 192.168.1.1 > > > > and I want to masq 192.168.1.1/24 > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > > -- > + Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D + > + Fingerprint: 814E BD64 3288 40E7 E88E 3D92 C3F8 EA94 D5DE 453D + > + http://www.aokiconsulting.com/pc/ Cupertino, CA USA + > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Re: NAT/MASQ in single NIC
what i want to know is if it's possible, if then.. the question is HOW? On Tue, Feb 27, 2001 at 05:31:39AM -0500, Chun Kit Edwin Lau wrote: > Hi > > If you don't have a dial up ppp0, I assume you have things like DSL > or cable. And if that is the case, you better off with 2 NICs since the > collisions between the network and the internet is so high that it makes it > not worth it to have only sigle NIC. > > Edwin Lau > > On Tue, 27 Feb 2001 08:11:01 Ker Ruben Ramos wrote: > > is it possible to do NAT/MASQ in single NIC with two ip address? if yes, > > then how? > > > > my comp has no dialup PPP > > > > IPs : 203.170.2.x and 192.168.1.1 > > > > and I want to masq 192.168.1.1/24 > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > > > > > Edwin Lau ([EMAIL PROTECTED]) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Re: NAT/MASQ in single NIC
have you tried it? On Tue, Feb 27, 2001 at 10:54:51AM -0300, Martin Marconcini wrote: > Yes it's possible. I can't recall the URI now but check www.linuxdoc.org and > the IP_MASQ FAQ. > > > Regards, > > M. > > -Original Message- > From: Ker Ruben Ramos [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2001 10:11 AM > To: debian-user@lists.debian.org > Subject: NAT/MASQ in single NIC > > > is it possible to do NAT/MASQ in single NIC with two ip address? if yes, > then how? > > my comp has no dialup PPP > > IPs : 203.170.2.x and 192.168.1.1 > > and I want to masq 192.168.1.1/24 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Re: Debian 2.2 and Linksys LNE100TX - problems
Jason Price wrote: > > I am installing Debian 2.2 for the first time (on a dual cpu box) and > have run into a problem with my NIC. I have a Linksys LNE100TX, which > I understand uses the Tulip module. During setup, I tried to select > the Tulip module to install, but I got an error saying that the "device > is busy" and something about IRQ and IO (not at home right now). Am I > missing somethere here? How can I get this card installed? > > I will be compiling a new kernel to add SMP support - when I do, is > there anything special I will need to do to make sure the NIC works? > On 2/13, I posted how I got this card to work for me. It involves getting the latest driver from www.scyld.com, and make-kpkg, which you ought to learn to use if you're going to be creating kernels and/or modules.
Re: Problems getting debian to run SMP...
Thanks for the info - it looks like I am truly running in SMP mode. :) Now, how exactly do I go about patching my procps tools? I'd like to be able to see the load on each cpu if possible... > "Jason N. Price" wrote: > > > > I just compiled a custom 2.4.2 kernel so I could trim it down and add SMP > > support. I selected SMP along the way, recompiled, changed my lilo.conf > > and rebooted. Upon reboot, 'uname -a' gives the following: > > > > Linux debian 2.4.2 #1 SMP Sun Feb 25 18:54:43 CST i686 unknown > > > > This line leads me to believe that SMP is compiled in properly. But, when > > I run 'top', it shows only 1 cpu. So, what's the deal here? The system > > most versions of top do not support more then 1 cpu. you need to patch > your procps tools to get that feature. to see how many cpus the system > detects check the kernel log (dmesg or /var/log/kern.log) or do > cat /proc/cpuinfo it should show CPU 0 and CPU 1. > > nate > > -- > ::: > ICQ: 75132336 > http://www.aphroland.org/ > http://www.linuxpowered.net/ > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > >
Re: debian-user: strange problem with VIM and cursor keys.
On Wed, Feb 28, 2001 at 09:13:07AM +1100, Brendan J Simon wrote: > Matthew Dalton wrote: > > > Brendan J Simon wrote: > > > >> When I use VIM in an X terminal (eg. gnometerm), I can't use the cursor > >> keys to navigate whilst in insert mode. > >> *However*, if I have a ~/.vimrc file with nothing in it, I *can* > >> navigate with the cursor keys in insert mode. > >> Very strange. Is this a bug or have I got something wrong with my setup. > > > > I'm guessing that there's a system-wide vimrc in /etc somewhere which is > > disabling the cursor keys. A .vimrc in your $HOME (even an empty one) > > would override the /etc one if it exists, which is probably why what is > > happening is happening. > > > > Of course, with no Debian box nearby to check I can't be sure. Poke > > around /etc and see what you find. Also try 'man vim'. > > I've done a `find /etc -iname "*vim*"` and nothing came up. /usr/share/vim/vimrc => /etc/vimrc Do you have vim-rt (runtime) installed? If not, get it. -- Eric G. Miller
Console Text Scrambled
This morning after shutting down X everything on my console was scrambled. I can still type commands and can somewhat distinguish that characters are appearing on the screen, but nothing's readable. I can also start X back up without any problems. Anyone know what might be causing this? And how to fix without a reboot? My system's running 2.4.2 kernel and Debian unstable. Thanks. -- Tyler Braun [EMAIL PROTECTED]
Re: Console Text Scrambled
On Wed, 28 Feb 2001, Tyler Braun wrote: > This morning after shutting down X everything on my console was scrambled. I > can > still type commands and can somewhat distinguish that characters are appearing > on the screen, but nothing's readable. I can also start X back up without any > problems. > > Anyone know what might be causing this? And how to fix without a reboot? Switching to a different console & back usually fixes that for me: Ctrl-Alt-F2 Ctrl-Alt-F1 Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505
Re: Getting to the GUI...
Quoting Rick Commo ([EMAIL PROTECTED]): > Thanks for the offer of help, the request files follow. Xlog.log is the > output of the startx command. Please note that I edited quite a bit of > XF86Cconfig to compact it. I did this as part of trying different things so > it would be easier to navigate. I manually delete all resolutions other > than 800x600 and 1024x768. Note that there are no "(--)" lines in xlog.log > this time, just the ending error that "no configured devices" were detected. > I assume that means screens and not video cards. I agree with Manuel. I don't see how this XF86Config could be the file that was actually read, (a) because of the name as Manuel pointed out, (b) because the strings (**) Mach64: Graphics device ID: "Primary Card" (**) Mach64: Monitor ID: "Primary Monitor" --- don't appear in XF86Config, and (c) because the log file doesn't show any modes being deleted yet the modes underlined == thusly cannot be used with HorizSync 30-64 # multisync VertRefresh 50-90 > David made the comment about "ambitious" modelines. Given that I use > xfconfig86, how do you get them unambitious! Can I just pick any old hsync > and vsync values that are less than the ones in the modelines? Your highest practical modelines are underlined ~~ thusly: > Section "Monitor" > > Identifier "Icon" > VendorName "Icon" > ModelName "14 inch" > > HorizSync 30-64 # multisync > #HorizSync31.5, 35.2# multiple fixed sync frequencies > #HorizSync15-25, 30-50 # multiple ranges of sync frequencies > > VertRefresh 50-90 > > # This is a set of standard mode timings. Modes that are out of monitor spec > # are automatically deleted by the server (provided the HorizSync and > # VertRefresh lines are correct), so there's no immediate need to > # delete mode timings (unless particular mode timings don't work on your > # monitor). With these modes, the best standard mode that your monitor > # and video card can support for a given resolution is automatically > # used. > > # 800x600 @ 56 Hz, 35.15 kHz hsync > ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 > # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync > Modeline "1024x768"44.9 1024 1048 1208 1264 768 776 784 817 > Interlace > > # 800x600 @ 60 Hz, 37.8 kHz hsync > Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync > +vsync > > # 800x600 @ 72 Hz, 48.0 kHz hsync > Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync > +vsync > # 1024x768 @ 60 Hz, 48.4 kHz hsync > Modeline "1024x768"651024 1032 1176 1344 768 771 777 > 806 -hsync -vsync > > # 800x600 @ 85 Hz, 55.84 kHz hsync > Modeline "800x600"60.75 800 864 928 1088 600 616 621 > 657 -HSync -VSync ~~ > > # 1024x768 @ 70 Hz, 56.5 kHz hsync > Modeline "1024x768"751024 1048 1184 1328 768 771 777 > 806 -hsync -vsync > > # 800x600 @ 100 Hz, 64.02 kHz hsync > Modeline "800x600"69.65 800 864 928 1088 600 604 610 > 640 -HSync -VSync == > # 1024x768 @ 76 Hz, 62.5 kHz hsync > Modeline "1024x768"851024 1032 1152 1360 768 784 787 823 ~~ > > # 1024x768 @ 85 Hz, 70.24 kHz hsync > Modeline "1024x768" 98.9 1024 1056 1216 1408 768 782 788 > 822 -HSync -VSync === > > # 1280x1024 @ 70 Hz, 74.59 kHz hsync > Modeline "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 > 1068 -HSync -VSync = > > # 1024x768 @ 100Hz, 80.21 kHz hsync > Modeline "1024x768" 115.5 1024 1056 1248 1440 768 771 781 > 802 -HSync -VSync = > > EndSection Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised.
RE: Console Text Scrambled
Hi, maybe you try typing: "reset" on your console. Cu Alexander Duda [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: Tyler Braun [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Februar 2001 16:55 > An: debian-user@lists.debian.org > Betreff: Console Text Scrambled > > > This morning after shutting down X everything on my console > was scrambled. I can > still type commands and can somewhat distinguish that > characters are appearing > on the screen, but nothing's readable. I can also start X > back up without any > problems. > > Anyone know what might be causing this? And how to fix > without a reboot? > > My system's running 2.4.2 kernel and Debian unstable. > > Thanks. > > -- > Tyler Braun > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Random reboots & freezes on SMP
[This has also been sent to the linux-smp@vger.kernel.org list, but I thought the debian community might have some insight on the dselect error.] Hi, I have recently had a pile of problems with my Tyan 1832DL based machine. Before adding the second processor, I began having a number of BSoD crashes under Windows 2000 when I had only had one BSoD in the previous year. That was when I decided to move to Linux permanently, combining parts from an older secondary box that was running Linux. Currently, the machine is running: two P2 450's one generic 256MB 10ns ECC Registered SDRAM Voodoo 3000 PCI both on-board IDE buses running, with a IBM 10GB and a Plextor CD-R/W a Adaptech 2940UW SCSI controller with a 4GB and a 10GB IBM drive two 3Com 3C905B PCI-based NICs Creative Lab SoundBlaster AWE32 PnP both serial ports and the parallel ports have been disbaled and I'm running Debian off of the Testing pool with a 2.2.18pre21 kernel. Originally, I didn't think this was a SMP problem because of the Windows crashes and becuase Linux crashed many times before I added the SMP kernel (but after I installed the secnd processor). When I did finally get around to installing SMP and reading the HowTo, I began using the "mem=255M" kernel parameter which vastly improved the situation. I will mention that the most common activity just prior to a freeze/reboot, is playing with dselect, debian's console based front-end to the package manager. One thought I had was that the problem was related to /dev/sdb, where /var was located (and thus dselect had lots of activity), but I have since moved /var to my root at /dev/sda and have had two crashes since then. Now I am down to one or two reboots/freezes a week, but I don't know where to look next. I have double checked my BIOS for allt he recommendations listed in the HowTo, and I haven't found any error messages in any of the logs during any freeze or reboot. Where can I look for clues? Anm
Re: Console Text Scrambled
Hi, perhaps your video card does not like the way X shuts down. Maybe typeing 'reset' blindly will help (in a logged in console). Greetz, Sebastiaan On Wed, 28 Feb 2001, Tyler Braun wrote: > This morning after shutting down X everything on my console was scrambled. I > can > still type commands and can somewhat distinguish that characters are appearing > on the screen, but nothing's readable. I can also start X back up without any > problems. > > Anyone know what might be causing this? And how to fix without a reboot? > > My system's running 2.4.2 kernel and Debian unstable. > > Thanks. > > -- > Tyler Braun > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
RE: Console Text Scrambled
you could do the following CTRL-C CTRL-J reset CTRL-J this will, eventually break any running/hangin application (need some luck here) send a return (enter) execute the reset command wich will refresh your terminal session in the same way a log-on would do send a return to execute reset It's true you could as well just type reset and press return -Original Message- From: Tyler Braun [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 4:55 PM To: debian-user@lists.debian.org Subject: Console Text Scrambled This morning after shutting down X everything on my console was scrambled. I can still type commands and can somewhat distinguish that characters are appearing on the screen, but nothing's readable. I can also start X back up without any problems. Anyone know what might be causing this? And how to fix without a reboot? My system's running 2.4.2 kernel and Debian unstable. Thanks. -- Tyler Braun [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Getting to the GUI...
>>The XF86Config file looks OK to me at first glance, but are you sure that >>this is the one that actually gets read in? I know that there is supposed to be a link to /etc/X11/XF86Config. /usr/X11/R6/lib/X11/XF86Config points to it. >>According to the Xlog.log you posted, the file that gets read in is >>/etc/XF86Config (see below). I seem to recall you mentioned a different >>location of your file in an earlier post. Do I have any control over where startx looks? I would have assumes that that is fixed either in a program or perhaps in another init file that I haven't found yet. And I apologies for being slow on the draw of not noticing that line before myself! I have been away from working with Unix'ish and X'ish things for over 6 years and it's showing. >>In /etc/XF86Config, there seems to be a "Screen" section asking for a >>"Monitor" section named "Primary Monitor" and a "Device" section named >>"Primary Card", both of which are not supplied in the file you posted and >>obviously neither in /etc/XF86Config. Hence the error of "none of the >>configured devices were found". >> >>So, try to make sure that the file you posted actually gets read in, and >>if X still does not work, post the output again and we'll try from there. Thanks This is one of those tings that will grow "obvious" with time. But your 2x4 upside my head just hurried the job. I think I can play some games now with a little more intelligence. >>> Unfortunately, I don't have the manual for the monitor, which is an >>> off-brand that my son brought home from college with him (Dad inherits the >>> junk! ;-)) >> >>If it has any name at all on it, have you tried typing this into >>Google? I'm often amazed at what obscure knowledge you can dig up there. That I have done. No luck. I ran out of time last night, but am going to try similar sized monitors to see what the "industry standard" is. I am waiting for a Linksys KVM switch to arrive and then I will share a decent monitor (of known characteristics!!) with the Debian box. Thanks again for all the help! Cheers, -rick
Re: What's up with Mozilla
* Hall Stevenson ([EMAIL PROTECTED]) wrote: > Other than having to change to that directory, or at least give the path > to it, to run the program, it's not a problem using it. I generally just write a simple shell script that calls it with the full path and put it in /usr/local/bin. It works fine for a system with two users. Greg
RE: Console Text Scrambled
do you by any chance upgrade to Xfree 4.x and are running framebuffers compiled into the kernel ? -Original Message- From: Tyler Braun [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 4:55 PM To: debian-user@lists.debian.org Subject: Console Text Scrambled This morning after shutting down X everything on my console was scrambled. I can still type commands and can somewhat distinguish that characters are appearing on the screen, but nothing's readable. I can also start X back up without any problems. Anyone know what might be causing this? And how to fix without a reboot? My system's running 2.4.2 kernel and Debian unstable. Thanks. -- Tyler Braun [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]