Re: MPEG player suggestions?! anyone?
Hi, You could try mplayer. http://mplayer.sourceforge.net/ Regards, Jimmy Richards On 20 Mar 2001 00:08:22 -0500, Mark Livingstone wrote: > Looking for a good MPEG player.. so far i've tried XINE and PLAYMPEG and > both can't rewing/forward the flick. any other suggestions? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Fwd: Re: [ISTA] confused on CIPE tunneling, please help
How do I set the follwing up for my network Office A outside ip: 62.xxx.xxx.2 isp gateway: 62.xxx.xxx.1 lan interface: 192.168.1.1 inside ip's: 192.168.1.0/24 Office B outside ip: 64.xxx.xxx.129 isp gateway 64.xxx.xxx.128 lan interface: 192.168.0.1 inside ip's: 192.168.0.0/24 This is an example, but help me plug my own numbers in: Next, you start the CIPE-daemon on each machine: [EMAIL PROTECTED] ciped-cb me=10.0.0.1:6789 peer=10.0.0.2:6543 ipaddr=10.0.1.1 ptpaddr=10.0.1.2 [EMAIL PROTECTED] ciped-cb peer=10.0.0.1:6789 me=10.0.0.2:6543 ptpaddr=10.0.1.1 ipaddr=10.0.1.2 Thanks nick
DHCP problems
A heads-up for anyone experiencing network connectivity problems. It seems that both the 'testing' and the 'unstable' debian trees are missing the 'dhcpcd' utility. I spent the better part of 5 hours (I am new to this ...) figuring out why I couldn't connect to my cable ISP. Turns out that dhcp wasn't working. It was working just fine until I recently did a apt-get dist-upgrade instead of the normal apt-get upgrade I have been using before. For some reason or other this removed dhcpcd (does a file get removed if it isn't in the distribution tree any more ?). After a LOT of digging (hey, I now know how to set up ethernet connectivity without DHCP) I found the problem - the missing dhcpcd program. I don't know who I should tell about this so it gets fixed in the distribution so I am posting this here. Jens
Re: [ISTA] confused on CIPE tunneling, please help
On Monday 19 March 2001 21:29, you wrote: > U. How is this Syty related? > Keith > > Nick wrote: > > How do I set the follwing up for my network > > > > Office A > > outside ip: 62.xxx.xxx.2 > > isp gateway: 62.xxx.xxx.1 > > lan interface: 192.168.1.1 > > inside ip's: 192.168.1.0/24 > > > > Office B > > outside ip: 64.xxx.xxx.129 > > isp gateway 64.xxx.xxx.128 > > lan interface: 192.168.0.1 > > inside ip's: 192.168.0.0/24 > > > > This is an example, but help me plug my own numbers in: > > > > Next, you start the CIPE-daemon on each machine: > > > > [EMAIL PROTECTED] ciped-cb me=10.0.0.1:6789 peer=10.0.0.2:6543 > > ipaddr=10.0.1.1 > > ptpaddr=10.0.1.2 > > [EMAIL PROTECTED] ciped-cb peer=10.0.0.1:6789 me=10.0.0.2:6543 > > ptpaddr=10.0.1.1 > > ipaddr=10.0.1.2 > > > > Thanks nick um, that how i make the big chips to afford all the mods sorry, wrong mailing-list
Re: Troubles with Apache and PHP4 installs
On Mon, Mar 19, 2001 at 09:16:46PM -0800, jenny w wrote: > Hi! I'm kind of new to Debian. After a bit of trouble, I got things > (including Apache) to work the way I expected. Then I decided to > install PHP4 and troubles began. The PHP4 package install offered to > run apacheconfig. I did this, and then apache wouldn't start. The > weird thing is that it gives errors like: > > Syntax error on line 70 of /etc/apache/httpd.conf: > Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a > > module not included in the server configuration > > This seems strange because this doesn't seem like something that PHP4 > would have changed. I looked up the apache docs and it says this is > something from mod_status. Did apt-get somehow clobber the Apache > modules? Is there a good way to undo the damage? I already tried > purging Apache and PHP4 (and MailMan, which was dependent on Apache) > and then reinstalling just Apache, but no dice. I also tried running > "apt-get check" to check dependencies, but it thinks everything is > fine. > Do you have a line like - LoadModule php4_module /usr/lib/apache/1.3/libphp4.so and AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps in your /etc/apache/httpd.conf file? I have a line - ExtendedStatus On on line 18 of /etc/apache/httpd.conf hth, kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke
Re: IDE burning
Burning is the best thing on Linux. Debian standard kernel has all you need as modules so no need to recompile kernel to get CDRW. 1. make link /dev/cdrom # cd /dev; rm -f cdrom ;ln -s scd0 cdrom 2. In /etc/lilo.conf, add apppend line such as: # Kernel command line options that apply to all installed images go # here. See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in # the Linux kernel `Documentation' directory. # # append="" append="hdc=ide-scsi apm=on" 3. Add modules in /etc/modules (My full file here.) # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a #, and everything on the line after them are ignored. # # eth0, eth1 (Linksys and Kingston) tulip # # CD-RW drive ide-scsi sg # # Sound card es1371 # # all ip_masq modules ip_masq_ftp On Mon, Mar 19, 2001 at 10:40:54PM +0100, Fr?d?ric de Villamil wrote: > Hello, > I'm using an IDE mitsumi cr-480te cd burner. ... > Burning is the last thing I miss to migrate to a 100% GNU/linux debian > machine, so help me please =) > frederic -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ + Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D + + Fingerprint: 814E BD64 3288 40E7 E88E 3D92 C3F8 EA94 D5DE 453D + + http://www.aokiconsulting.com/debian/ for FAQ Cupertino, CA USA +
Re: Can't rescue, read-only filesystem
Morgan Fletcher wrote: >> boot: rescue root=/dev/hda3 init=/bin/sh >> >> This will put you straight into a shell, with no other utilities running. > >Unfortunately, the same thing happens. It is as if the init=/bin/sh >argument is ignored. In that case you need to boot from an installation disk as though you were going to install from scratch. Go through the initial stages: select colour, keyboard Do not let the installation partition your disk, instead mount the existing partitions. Once you have got that far, switch to /dev/tty2 (Alt + F2) and do this # cd /target(or maybe /mnt -- i can't check that at the moment) # ls should show you the contents of your root partition on the hard disk # sbin/lilo -r /target go back to screen 1 and choose reboot -- 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 "I am crucified with Christ; nevertheless I live; yet not I, but Christ liveth in me; and the life which I now live in the flesh I live by the faith of the Son of God, who loved me, and gave himself for me." Galatians 2:20
cdrom won't mount
I am losing my mind over this. If I don't fix this by tomorrow I am starting over. I am running a pretty straight up 2.2.r2 install. I downloaded the 2.4.2 kernel to play around a little, but when back to 2.2.18pre21, because I just didn't have the time to figure out why lp no longer worked (something with modutils and other dependencies, I think, but I don't really care any more.) Perhaps the new ppp I needed to work with the 2.4.2 kernel interferes, but I don't know how to step it back down. Anyway the crux is now when I try: #>mount /cdrom mount: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems is what I get. I have read several dozen postings about this problem, but no solutions. There is a CD in there, it is not already mounted, and it is not an audio CD. It is not a hardware problem, as audio will play, and I can still boot the Debian CDs as rescue. Also, I can boot up the 2.4.2 kernel and 'mount /cdrom' works. I recompiled the 2.2.18pre21 kernel and mounting /cdrom still won't work. I browsed around /proc and it looks like it sees the cdrom, iso9660 support is built in, I am just at a lost. Please help me with this. I really like my setup right now and I am not looking forward to starting from scratch. Thank you -Lang Here is a little extra info if you want. Let me know if I missed something that may help: Distribution: Debian GNU/Linux Operating System: Linux Distribution Version: 2.2 Operating System Version: #4 Mon Mar 19 22:33:14 PST 2001 Operating System Release: 2.2.18pre21 Processor Type:i586 Host Name: dominion User Name: lang X Display Name::0 System Status: 11:14pm up 39 min, 3 users, load average: 0.01, 0.04, 0.06
virtual terminals
hey folks. i was just wondering about virtual terms -- is there an easy way to change how many there are? debian seems to default at 6 running getty, and X opens up 7. presumably i can use as many as 12? how does this work? is it as simple as running getty from init, or is there a kernel definition somewhere that specifies how many i can have, or a little of both? is there some documentation on the subject somewhere? -- Alexander Poquet| We leave the obvious generalizations to the [EMAIL PROTECTED]| reader. -- Israel Herstein Use of PGP preferable in reply | Use Linux! pgpFXolmkpsQm.pgp Description: PGP signature
OT: Re: pdf editor ?
On Mon, 19 Mar 2001, Sven LUTHER wrote: > Ok, that clarifies thing for me, so pdf is just another end-format, like ps, > from which i know it is based. > Ther *are* plugins available for acrobat under windows and mac which let you do almost anything to a pdf document - but they are *VERY* expensive and of course not for linux... Today people in droves hurry up past Heumoz to Villars on the road to the ski hills, so they can rush down them as fast as possible, so they can hurry up again in order to rush down again. In a way this is funny,... Francis A Schaeffer David Purton http://www.chariot.net.au/~dcpurton/ [EMAIL PROTECTED]
Re: virtual terminals
On Mon, Mar 19, 2001 at 11:27:44PM -0800, Alexander Poquet wrote: > hey folks. > > i was just wondering about virtual terms -- is there an easy way to change > how many there are? debian seems to default at 6 running getty, and X > opens up 7. presumably i can use as many as 12? how does this work? > is it as simple as running getty from init, or is there a kernel definition > somewhere that specifies how many i can have, or a little of both? > > is there some documentation on the subject somewhere? > > -- > Alexander Poquet| We leave the obvious generalizations to the > [EMAIL PROTECTED]| reader. -- Israel Herstein > Use of PGP preferable in reply | Use Linux! I think up until kernel 1.1.54 you had to recompile to change the number of virtual consoles. Now you can just add a line in /etc/inittab: 8:23:respawn:/sbin/getty 38400 tty8 This will give you another console on cntrl-alt-f8 after a reboot. Be careful using tty7 to avoid an X conflict--I don't know what would happen if getty and X both tried to use the same device. There's a huge number of tty's available (try ls /dev/tty*), but I suppose you're limited to 12, one for each of the F keys.
Re: cdrom won't mount
Set your mailer to wrap at 72 characters. on Mon, Mar 19, 2001 at 11:17:52PM -0800, SoftHome ([EMAIL PROTECTED]) wrote: > > I am running a pretty straight up 2.2.r2 install. I downloaded the > 2.4.2 kernel to play around a little, but when back to 2.2.18pre21, > because I just didn't have the time to figure out why lp no longer > worked (something with modutils and other dependencies, I think, but I > don't really care any more.) Perhaps the new ppp I needed to work with > the 2.4.2 kernel interferes, but I don't know how to step it back > down. Anyway the crux is now when I try: > > #>mount /cdrom > mount: wrong fs type, bad option, bad superblock on /dev/cdrom, >or too many mounted file systems > > is what I get. I have read several dozen postings about this problem, > but no solutions. There is a CD in there, it is not already mounted, > and it is not an audio CD. Do you have iso9660 compiled or loaded as a supported filesystem? How about specifying full arguments: $ mount -t iso9660 -r /dev/hdc /cdrom > It is not a hardware problem, as audio will play, and I can still boot > the Debian CDs as rescue. Also, I can boot up the 2.4.2 kernel and > 'mount /cdrom' works. This is why I suspect a module issue. > I recompiled the 2.2.18pre21 kernel and mounting /cdrom still won't > work. I browsed around /proc and it looks like it sees the cdrom, > iso9660 support is built in, I am just at a lost. Double-check this and show why you think it's presently loaded. $ cat /proc/filesystems ...should show iso9660. > Please help me with this. I really like my setup right now and I am > not looking forward to starting from scratch. > > Thank you > > -Lang > > Here is a little extra info if you want. Let me know if I missed something > that may help: > > Distribution:Debian GNU/Linux > Operating System:Linux > Distribution Version:2.2 > Operating System Version: #4 Mon Mar 19 22:33:14 PST 2001 > Operating System Release: 2.2.18pre21 > Processor Type: i586 > Host Name: dominion > User Name: lang > X Display Name: :0 > System Status: 11:14pm up 39 min, 3 users, load > average: > 0.01, 0.04, 0.06 More useful than any of the above would be your /etc/fstab line for /cdrom. -- Karsten M. Self http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org pgpfYEATwjZB4.pgp Description: PGP signature
Re: virtual terminals
on Mon, Mar 19, 2001 at 01:07:06AM -0700, Jed Strauss ([EMAIL PROTECTED]) wrote: > On Mon, Mar 19, 2001 at 11:27:44PM -0800, Alexander Poquet wrote: > > hey folks. > > > > i was just wondering about virtual terms -- is there an easy way to change > > how many there are? debian seems to default at 6 running getty, and X > > opens up 7. presumably i can use as many as 12? how does this work? > > is it as simple as running getty from init, or is there a kernel definition > > somewhere that specifies how many i can have, or a little of both? > > > > is there some documentation on the subject somewhere? > > > > -- > > Alexander Poquet| We leave the obvious generalizations to > > the > > [EMAIL PROTECTED]| reader. -- Israel Herstein > > Use of PGP preferable in reply | Use Linux! > > I think up until kernel 1.1.54 you had to recompile to change the number > of virtual consoles. Now you can just add a line in /etc/inittab: > > 8:23:respawn:/sbin/getty 38400 tty8 > > This will give you another console on cntrl-alt-f8 after a reboot. Be > careful using tty7 to avoid an X conflict X launches to the first unoccupied VT if one isn't explicitly specified. > --I don't know what would happen if getty and X both tried to use the > same device. Things get ugly. Fast. > There's a huge number of tty's available (try ls > /dev/tty*), 64 by default. You can compile in more if you need them. > but I suppose you're limited to 12, one for each of the F keys. Nope. man chvt Cheers. -- Karsten M. Self http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org pgpNVqSGPFxn7.pgp Description: PGP signature
Re: virtual terminals
On Mon, Mar 19, 2001 at 11:27:44PM -0800, Alexander Poquet wrote: > hey folks. > > i was just wondering about virtual terms -- is there an easy way to change > how many there are? debian seems to default at 6 running getty, and X > opens up 7. presumably i can use as many as 12? how does this work? > is it as simple as running getty from init, or is there a kernel definition > somewhere that specifies how many i can have, or a little of both? > > is there some documentation on the subject somewhere? > Edit /etc/inittab Continue adding lines, just change the two outside numbers. # Format: # ::: 1:2345:respawn:/sbin/getty 38400 tty1 2:23:respawn:/sbin/getty 38400 tty2 To continue with tty9 - 9:23:respawn:/sbin/getty 38400 tty9 See "man inittab" hth, kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke
compiling kernel modules [fixed]
Ok, I managed to compile the kernel module successfully. /usr/share/doc/kernel-package/README.headers file was the starting point to understanding. The file contains a hint about using -I to compile against the exact kernel headers required. I also had to use the -nostdinc flag to gcc, and add other paths to the -I list in the Makefile as I discovered them missing. (Missing as a result of -nostdinc.) In the end, it wasn't as easy as I had hoped, but at least I managed to work out the problem. The worst part is how long it takes to generate the kernel-{source,headers,docs,binary} packages -- I need a faster machine. Here's hoping someone else is saved the few hours it took me to find the Right Answer to the problem. :) -- Earthlink: The #1 provider of unsolicited bulk email to the Internet.
Re: question about using groff to format ASCII text
on Wed, Mar 14, 2001 at 09:55:15AM -0800, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > I need to convert an ASCII text document to dvi, and I need to make the > finished document double spaced with 12-point font. I need to do so > without embedding any formatting directives in the ASCII document. > > The man pages and documentation for troff and groff (which I would like > to use) are not very helpful in this respect. You need to mark-up a document without adding any markup to the document. Tough spec. Following may get you close, though it runs straight to ps, not dvi: sed -e 'G' < doc | pr | mpage -FCourier > doc.ps Otherwise, I'd recommend a LaTeX processor which would adapt an appropriately formatted plain ASCII document without modifying the original text itself. Cheers. -- Karsten M. Self http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org pgpz34q3i5BJZ.pgp Description: PGP signature
Re: Apt, Debconf, and Perl.
On Monday 19 March 2001 23:35, Ray Percival wrote: > Does anyone know how to fix this. I have tried a reinstall of > deboconf and it did not work. Once again thanks. > > Can't locate Debconf/Client/ConfModule.pm in @INC (@INC contains: > /usr/local/lib/perl/5.6.0 /usr/local/share/perl/5.6.0 > /usr/lib/perl5 /usr/share/perl5 > /usr/lib/perl/5.6.0 /usr/share/perl/5.6.0 > /usr/lib/perl5/5.6/i386-linux /usr/lib/perl5/5.6 > /usr/lib/perl5/5.005/i386-linux .) at > /var/lib/dpkg/info/libpaperg.config line 3. > BEGIN failed--compilation aborted at > /var/lib/dpkg/info/libpaperg.config line 3. > (in cleanup) Can't call method "close" on an undefined > value at > /usr/lib/perl5/Debian/DebConf/ConfModule.pm line 476 during global > destruction. > dpkg: error processing libpaperg (--configure): > subprocess post-installation script returned error exit status 2 > Errors were encountered while processing: > libpaperg > E: Sub-process /usr/bin/dpkg returned an error code (1) A hack: Install libpaperg as usual (if you have somehow uninstalled it in frustration). Then edit file "/var/lib/dpkg/info/libpaperg.config" to make the first four lines resemble the following: #!/usr/bin/perl -w #use Debconf::Client::ConfModule qw(:all); use Debian::DebConf::Client::ConfModule qw(:all); In other words, comment out the following line (just to be on the safe side as rule I don't delete) use Debconf::Client::ConfModule qw(:all); And replace, adding the "Debian::", with use Debian::DebConf::Client::ConfModule qw(:all); Rerun the install, say by something like "apt-get -f install" or its dpkg equivalent.
Re: [OT] Linux palmtop computers?
On Tuesday 20 March 2001 12:13, Jim Richardson wrote: > On Tue, Mar 20, 2001 at 07:30:30AM +0800, csj wrote: > > Now that you two mentioned them, I find it curious that both the > > YOPY and the Agenda VR3 (for virtual reality??) claim to be the > > first Linux-based PDAs. Both seem to be in short physical supply, > > though the YOPY mockups show it to be a gorgeous color model. > > > > The Compaq product (dis)appears to be even worse, more of a proof > > of concept thing. > > The yopy and agenda are both available for developers. But not as a > general public thing. (Not that you have to be anything special to > get one, just fork over the cash, but they (or at least the agenda) > are 'not ready for prime time' yet. I got the agenda, and it's fun > to play with and dev for, but it's not replacing my palm pilot > anytime soon. Can you program on it (hoping against hope)? Let's say I want to compile my own enhanced version of "Hello World." More sensibly, does it provide a command prompt, so I can run my favorite bash pipeline?
Re: Debian and Trident 9385 VGA Card
On 19 Mar 01 22:07:23 GMT, Greene, Sam <[EMAIL PROTECTED]> wrote: >I'm trying to install Debian on my laptop. My card is listed at >http://www.xfree86.org/cardlist.html >as supported. Is a generic driver the only thing that is offered? The best >resolution I can get is >640x480. I configure it for 800x600 and 16 bit color with no luck. Are you definitely configuring it to use the SVGA driver? Try capturing the output of the X server and looking for things like video RAM detected, and what modes are rejected. Frank
Re: Debian on IBM Thinkpad T20
Martin Würtele wrote: On Mon, Mar 19, 2001 at 10:19:52AM -0800, Bill Wohler wrote: >>I got an IBM Thinkpad T20 and would like to do my small part to >>improve the world by replacing the Windows on it with Debian. >>Would love to hear any stories from other travelers who have >>embarked upon this journey. >>I've not installed Linux on a laptop before, so any laptop-specific >>tips (battery icons under gnome/enlightenment, power management >>stuff, etc.) not covered in the Laptop-HOWTO would be appreciated. >have a look at the "Linux on Laptops" page. you'll find a couple of >instructions on how to install linux on the ibm t20 at >http://www.linux-laptop.net/ibm.html. I used to run one a while back, and the only real problem was the lack of the Savage IX video card support by X 3.3.6. You'll have to download a patched version (the page mentioned by Martin will have this and a lot more.) I don't know if the graphics card support is there if you want XFree86 4.0 Other than that and accidentally updating the PCMCIA tools while the card was in use (ouch), it was fairly painless although I didn't do much with the power management issues. Steve
apache not running cgi-scripts
I am running unstable with apache and I'm trying to run php scripts. I've tried using both php3 and php4. When I run connect to the server it sends the contents of the script instead of what the script should be printing out. I uncommented the load_module php line in httpd.conf and enabled everything that looked like it might have to do with php or scripts (with the notable exception of setting script alias /cgi-bin/ to the directory where the scripts live (because the scripts live in the main directory, it didn't seem to make sense to alias cgi-bin to it...)). I tried sticking a perl script in the same folder with the same results. All scripts have global read/execute permissions or are readable/executable by www-data (I can't remember which way I did it...) Any ideas why this is happening? Thanks, Nick Urban
quick howto-command questions?
Hi, Some quick questions; 1. How can I find out the total number of files (also hidden) in the current directory? 2. How can I find out the total number of executable files (also hidden) in the current directory? 3. how to find the total number of files of a given an extension? (ex."*.tar.gz") 4.how to list files alphabetically that end in "*.c"? please don't forget to CC me. TIA, JOHN _ Get your FREE download of MSN Explorer at http://explorer.msn.com
Windowmanager for gnome/sid
Hi, I recently upgraded my workstation to sid. But now for some reason the windowmanager has changed to the x-window-manager (wmaker in my case). I tried changeing /etc/gnome/default.wm to gnome-wm, setting WINDOW_MANAGER to /usr/bin/sawfish in my .zshenv, changeing .gnome/default.wm to /usr/bin/sawfish and removing all my .gnome files and directories. The strange thing is that the startup screen of gnome says starting gnome window manager, and then later it says starting sawfish, which never happens since wmaker is already started. Does anybody know what config file is broken? Greets, Ruben
how to force 'dpkg --purge' ?
(under poatto with ximian gnome 1.4beta) I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it because the post script return 1. So I can't remove it. I imagine that is because I've previously removed mozilla. Is there a way to force dpkg to remove mozilla-xmlterm from the packages database ? 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
Re: how to force 'dpkg --purge' ?
try dpkg --purge --force-depends but be aware, that it might corrupt your dependencies. good luck, Bernie - Original Message - From: "christophe barbe" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 20, 2001 10:26 AM Subject: how to force 'dpkg --purge' ? > (under poatto with ximian gnome 1.4beta) > I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it because the post script return 1. > So I can't remove it. I imagine that is because I've previously removed mozilla. > Is there a way to force dpkg to remove mozilla-xmlterm from the packages database ? > > 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 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
[no subject]
unsubscribe
Re: how to force 'dpkg --purge' ?
On Tue, Mar 20, 2001 at 10:26:21AM +0100, christophe barbe wrote: > (under poatto with ximian gnome 1.4beta) > I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it because > the post script return 1. > So I can't remove it. I imagine that is because I've previously removed > mozilla. > Is there a way to force dpkg to remove mozilla-xmlterm from the packages > database ? its better to try and figure out why the postinst is failing and fix it, or do those steps manually and add an exit 0 to the beginning of the script. -- Ethan Benson http://www.alaska.net/~erbenson/ pgpv8LYQWzEXL.pgp Description: PGP signature
Re: Windowmanager for gnome/sid
Hi Ruben, I'm not sure, but I think it might be /etc/alternatives/x-session-manager KDE keeps starting up for me until i move that symlink out of the way. Hope that helps, Jimmy Richards On 20 Mar 2001 10:20:41 +0100, Ruben van Royen wrote: > Hi, > > I recently upgraded my workstation to sid. But now for some reason the > windowmanager has changed to the x-window-manager (wmaker in my case). > I tried changeing /etc/gnome/default.wm to gnome-wm, setting > WINDOW_MANAGER to /usr/bin/sawfish in my .zshenv, changeing > .gnome/default.wm to /usr/bin/sawfish and removing all my .gnome files > and directories. > The strange thing is that the startup screen of gnome says starting > gnome window manager, and then later it says starting sawfish, which > never happens since wmaker is already started. > Does anybody know what config file is broken? > > Greets, > > Ruben > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: quick howto-command questions?
Hi John, I think i know some of these 1) ls -a > filecount && wc -l filecount 2) find / -perm 0755 -print > exec_count && wc -l exec_count (i think this'll work.. I didn't try it. man find for more info) 3) ls *.tar.gz > tar.gz_count && wc -l tar.gz_count 4)ls *.c | sort '|' is know as the 'pipe symbol'. in case you didn't alreay know. Hope that helps! Jimmy Richards On 20 Mar 2001 09:12:41 +, john smith wrote: > Hi, > > Some quick questions; > > 1. How can I find out the total number of files (also hidden) in the current > directory? > > 2. How can I find out the total number of executable files (also hidden) in > the current directory? > > 3. how to find the total number of files of a given an extension? > (ex."*.tar.gz") > > 4.how to list files alphabetically that end in "*.c"? > > > please don't forget to CC me. > > TIA, > > > JOHN > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: quick howto-command questions?
On Tue, Mar 20, 2001 at 03:21:22AM -0700, Jimmy Richards wrote: > Hi John, > > > I think i know some of these > > > 1) ls -a > filecount && wc -l filecount or ls -a | wc -l > 2) find / -perm 0755 -print > exec_count && wc -l > exec_count (i think this'll work.. I didn't try it. man find > for more info) more reliable would be: find / -perm +0111 -print | wc -l this will find any file with any execute bit set, your example will not catch files which are mode 750, 700, 500, 550, 555, etc etc. > 3) ls *.tar.gz > tar.gz_count && wc -l tar.gz_count ls *.tar.gz | wc -l -- Ethan Benson http://www.alaska.net/~erbenson/ pgpBZG0klBERJ.pgp Description: PGP signature
Re: quick howto-command questions?
Jimmy Richards <[EMAIL PROTECTED]> wrote: >4)ls *.c | sort 'ls' originally stood for "List and Sort", as I remember - at any rate, it already sorts. Its default output format isn't one on which 'sort' would be particularly useful anyway. -- Colin Watson [EMAIL PROTECTED]
Re: sawfish (0.37.3-3) broken
Still don't have this working. Tried pulling out everything related to helix and trying to install sawfish/rep again. librep9 does not appear to be available anymore--anyone know the cause for this? On Thu, Mar 08, 2001 at 08:14:13PM -0500, Adam J. Henry wrote: > Hello. > > After the recent upgrade of Sawfish, I find that I cannot run > `sawfish-ui`: > > $ sawfish-ui > error--> (file-error "No such file or directory" "sawfish/client") -- Adam J. Henry -- "The essence of cowardice is not acknowledging the reality of fear." -- Trungpa (Shambhala)
Re: quick howto-command questions?
Hi Ethan, Ahh-ha. Thank You for the info. Jim Richards On 20 Mar 2001 01:38:56 -0900, Ethan Benson wrote: > On Tue, Mar 20, 2001 at 03:21:22AM -0700, Jimmy Richards wrote: > > Hi John, > > > > > > I think i know some of these > > > > > > 1) ls -a > filecount && wc -l filecount > > or ls -a | wc -l > > > 2) find / -perm 0755 -print > exec_count && wc -l > > exec_count (i think this'll work.. I didn't try it. man find > > for more info) > > more reliable would be: > > find / -perm +0111 -print | wc -l > > this will find any file with any execute bit set, your example will > not catch files which are mode 750, 700, 500, 550, 555, etc etc. > > > 3) ls *.tar.gz > tar.gz_count && wc -l tar.gz_count > > ls *.tar.gz | wc -l > > -- > Ethan Benson > http://www.alaska.net/~erbenson/
Re: quick howto-command questions?
Hello Colin, Ok, Thanks for the info. I think I have been piping stuff through grep helping people on IRC so much lately I forgot that yeah, 'ls' output is already sorted! Jim Richards On 20 Mar 2001 11:06:22 +, Colin Watson wrote: > Jimmy Richards <[EMAIL PROTECTED]> wrote: > >4)ls *.c | sort > > 'ls' originally stood for "List and Sort", as I remember - at any rate, > it already sorts. Its default output format isn't one on which 'sort' > would be particularly useful anyway. > > -- > Colin Watson [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: sawfish (0.37.3-3) broken
I was on the right track. I couldn't find the package at debian.org, but apt-get found it. My problem is solved. On Tue, Mar 20, 2001 at 06:15:55AM -0500, Adam J. Henry wrote: > Still don't have this working. Tried pulling out everything related > to helix and trying to install sawfish/rep again. librep9 does > not appear to be available anymore--anyone know the cause for this? > > > On Thu, Mar 08, 2001 at 08:14:13PM -0500, Adam J. Henry wrote: > > Hello. > > > > After the recent upgrade of Sawfish, I find that I cannot run > > `sawfish-ui`: > > > > $ sawfish-ui > > error--> (file-error "No such file or directory" "sawfish/client") -- Adam J. Henry -- "The essence of cowardice is not acknowledging the reality of fear." -- Trungpa (Shambhala)
Re: quick howto-command questions?
To quote "john smith" <[EMAIL PROTECTED]>, # 1. How can I find out the total number of files (also hidden) in the current # directory? # # 2. How can I find out the total number of executable files (also hidden) in # the current directory? # # 3. how to find the total number of files of a given an extension? # (ex."*.tar.gz") # # 4.how to list files alphabetically that end in "*.c"? You can use 'find' for all of those. 'man find' :) David Barclay Harris, Clan Barclay Aut agere, aut mori. (Either action, or death.)
nfs mounted cdrom dosen't umount
I use nfs for various drives/directories but if I nfs mount a cdrom, when the client has finished I can't umount it. It says device is busy even when the client computer has been switched off. I have to reboot the server. What am I doing wrong? -- Regards from Chris
SCSI CDRW hangs kernel
I have a SCSI CDRW (Yamaha CDW4416S) on my Advansys board. It worked fine on Slink but hangs the kernel on boot-up every time with Potato. I left it disconnected but now it irritates. My SCSI cdrom is fine. Why should this be? -- Regards from Chris
Rewriting "From" address
I am setting up a "stab;e" machine using the default postfix mail transport agent. This machine lives on my home network, and I am able to send messages to outsidde sitese from it, but I need to set it up to rewrite the "From" header to reflect my adress at my ISP, so that mail will be delivered there (from which I will retrieve it using fetchmail). How can I do this? -- 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: quick howto-command questions?
If you're just interested in the current directory for #1, 3 and 4, they are just variations of: ls -la | wc -l or ls -la *.c If you want to look down a subdirectory tree use: find . -name \*.c -print | wc -l -mk > -Original Message- > From: David B. Harris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 20, 2001 6:38 AM > To: john smith > Cc: debian-user@lists.debian.org > Subject: Re: quick howto-command questions? > > > To quote "john smith" <[EMAIL PROTECTED]>, > # 1. How can I find out the total number of files (also hidden) in the > current > # directory? > # > # 2. How can I find out the total number of executable files (also > hidden) in > # the current directory? > # > # 3. how to find the total number of files of a given an extension? > # (ex."*.tar.gz") > # > # 4.how to list files alphabetically that end in "*.c"? > > You can use 'find' for all of those. 'man find' :) > > David Barclay Harris, Clan Barclay > Aut agere, aut mori. (Either action, or death.) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Re: kde virus-like menu masher
-| where did you get it from? if it's from a 3rd party source (i.e. kde.tdyc.com -| or something) im not suprised bad things happen. I don't understand why you think so. Ivan is mantaining the packages for both de Debian archives and kde.tdyc.com Potato packages so quality and integration should be equaly good. -- __ Daniel de los Reyes S2-Selling Soluciones Valencia Spain e-mail: [EMAIL PROTECTED] Powered by Debian GNU-Linux 2.2r2 __
Re: how to force 'dpkg --purge' ?
Sorry, I realize that I can look in the script (I don'tb know why but I was thinking that they were hidden). Perhaps you know where these scripts are saved ? Christophe On mar, 20 mar 2001 10:53:56 Ethan Benson wrote: > On Tue, Mar 20, 2001 at 10:26:21AM +0100, christophe barbe wrote: > > (under poatto with ximian gnome 1.4beta) > > I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it > > because the post script return 1. > > So I can't remove it. I imagine that is because I've previously removed > > mozilla. > > Is there a way to force dpkg to remove mozilla-xmlterm from the packages > > database ? > > its better to try and figure out why the postinst is failing and fix > it, or do those steps manually and add an exit 0 to the beginning of > the script. > > -- > Ethan Benson > http://www.alaska.net/~erbenson/ > -- 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
Re: Problem with yesterday's woody update
On Mon, 19 Mar 2001, Pollywog wrote: > On Mon, 19 Mar 2001 08:30:50 -0800 > Bob Nielsen <[EMAIL PROTECTED]> wrote: > > > Not being conversant in perl, can someone tell me what to do about the > > following error I received after the latest woody updates: > > > > Setting up libpaperg (1.0.5) ... > > Can't locate Debconf/Client/ConfModule.pm in @INC (@INC contains: > > /usr/local/lib/perl/5.6.0 /usr/local/share/perl/5.6.0 /usr/lib/perl5 > > /usr/share/perl5 /usr/lib/perl/5.6.0 /usr/share/perl/5.6.0 > --snip-- > > I got similar errors, but I am using a different PERL version, so > the problem may not be with PERL but with debconf. > I'm not sure - I managed to get around this error by modifying libpaperg.config in this way: change line 3 which was "use Debconf::Client::ConfModule qw(:all);" to "use Debian::DebConf::Client::ConfModule qw(:all);" This then enabled libpaperg to be configured without problems. Perhaps this is a bug in libpaperg? (especially with the case of Debc(C)onf) *shrug* Also - I have no Idea wether these config files are the sort of things that I should be editing :) - but oh well - it worked > Preconfiguring packages .. > Can't locate Debconf/Client/ConfModule.pm in @INC (@INC contains: > /usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 > /usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5 > .) at /var/lib/debconf/config.271085 line 3. > BEGIN failed--compilation aborted at /var/lib/debconf/config.271085 line 3. > libpaperg failed to configure, with exit code 2 > E: Sub-process /usr/bin/dpkg exited unexpectedly > lilypad:/etc/postfix#which dpkg-reconfigure > /usr/sbin/dpkg-reconfigure > Today people in droves hurry up past Heumoz to Villars on the road to the ski hills, so they can rush down them as fast as possible, so they can hurry up again in order to rush down again. In a way this is funny,... Francis A Schaeffer David Purton http://www.chariot.net.au/~dcpurton/ [EMAIL PROTECTED]
Re: Rewriting "From" address
On Tue, Mar 20, 2001 at 07:15:42AM -0500, Stan Brown wrote: > I am setting up a "stab;e" machine using the default postfix mail > transport agent. This machine lives on my home network, and I am able to > send messages to outsidde sitese from it, but I need to set it up to > rewrite the "From" header to reflect my adress at my ISP, so that mail > will be delivered there (from which I will retrieve it using fetchmail). The canonical_maps should help... something like canonical_maps = hash:/etc/postfix/canonical and then in that file, local_user [EMAIL PROTECTED] Untested, but something like that worked for me in a similar situation some time ago. -- Gary Coady..http://www.netsoc.tcd.ie/~gary/ ... lend your voices only to sounds of freedom. No longer lend your strength to that which you wish to be free from. --- Jewel
Re: how to force 'dpkg --purge' ?
On Tue, Mar 20, 2001 at 01:34:09PM +0100, christophe barbe wrote: > Sorry, I realize that I can look in the script (I don'tb know why but I was > thinking that they were hidden). > Perhaps you know where these scripts are saved ? /var/lib/dpkg/info/packagename.{post,pre}{inst,rm} -- Ethan Benson http://www.alaska.net/~erbenson/ pgpKgjhgqnWqM.pgp Description: PGP signature
Re: Rewriting "From" address
> I am setting up a "stab;e" machine using the default postfix mail transport > agent. > This machine lives on my home network, and I am able to send messages to > outsidde > sitese from it, but I need to set it up to rewrite the "From" header to > reflect my > adress at my ISP, so that mail will be delivered there (from which I will > retrieve Look for sender_canonical_maps in main.cf. -- Alexey Vyskubov (at home) Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!
Re: Debian on IBM Thinkpad T20
sc wrote: > Martin Würtele wrote: > > On Mon, Mar 19, 2001 at 10:19:52AM -0800, Bill Wohler wrote: > > >>I got an IBM Thinkpad T20 and would like to do my small part to > >>improve the world by replacing the Windows on it with Debian. > > >>Would love to hear any stories from other travelers who have > >>embarked upon this journey. > > >>I've not installed Linux on a laptop before, so any laptop-specific > >>tips (battery icons under gnome/enlightenment, power management > >>stuff, etc.) not covered in the Laptop-HOWTO would be appreciated. > > >have a look at the "Linux on Laptops" page. you'll find a couple of > >instructions on how to install linux on the ibm t20 at > >http://www.linux-laptop.net/ibm.html. > > I used to run one a while back, and the only real problem was the lack > of the Savage IX video card support by X 3.3.6. You'll have to download > a patched version (the page mentioned by Martin will have this and a lot > more.) I don't know if the graphics card support is there if you want > XFree86 4.0 > > Other than that and accidentally updating the PCMCIA tools while the > card was in use (ouch), it was fairly painless although I didn't do much > with the power management issues. > > Steve > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] I currently am running the latest unstable on a T20--it works pretty well: alsa, xfree 4.0.2, framebuffer, apm, 2.4.2 kernel At one point (with a 2.4.0 kernel) I had the suspend stuff working more or less (alsa was a bit of a pain). Currently I have it disabled--but I plan to have a look at this in due course. I found that using noflushd helps keep my batery life up. Docking and hot-docking works fine cheers Richard begin:vcard n:Black;Richard tel;fax:416-971-4159 tel;home: tel;work:416-217-4350 x-mozilla-html:TRUE org:Algorithmics Inc adr:;;185 Spadina Avenue;Toronto;Ontario;M5T 2C6;Canada version:2.1 email;internet:[EMAIL PROTECTED] title:Financial Engineer x-mozilla-cpt:;-18400 fn:Richard Black end:vcard
Building Official Debian 2.2r2 CDs
The Philadelphia Area Debian Society (PADS) (http://www.CJFearnley.com/pads/) Presents When: Wednesday 21 March 2001, 8:00 PM - 9:30 PM Presenter: LeRoy Cressy, <[EMAIL PROTECTED]> Where: 636 Pine St Apartment #3 Philadelphia, PA Abstract LeRoy will describe his techniques for creating Official Debian 2.2.r2 CDs. Of special note are his use of non-US & non-free. If you send him a note, he will burn a set for you for $20. Social Dinner Attendees are invited to gather for dinner prior to the meeting at 7:00 PM at 636 Pine ST, Apartment #3. -- Christopher J. Fearnley | AdminForce Remote, LLC [EMAIL PROTECTED] | President and CTO http://www.AdminForce.net | Design Science Revolutionary "Dare to be Naïve" -- Bucky Fuller
Harware RAID sugestion?
I am looking to buy a RAID controller for a server but I don't feel quite sure about support. I have been looking at ADAPTEC's SCSI RAID 2100S. On there website they say it is supported by RH Linux. I have been taking a look at my 2.2.17 sources and find no reference to it. Could someone suggest me a supported Raid Controller? -- __ Daniel de los Reyes S2-Selling Soluciones Valencia Spain e-mail: [EMAIL PROTECTED] Powered by Debian GNU-Linux 2.2r2 __
X in potato
I have RH 6.2 and potato on the same machine. In potato X, menu letters are big say for example netscape and in RH it is reasonable. How to reduce menu letter size? Only some window managers are given in gdm for choosing. How to get others to find a place there? If debian is chosen, it always defaults to icewm. Here how to change the default. -- L.V.Gandhi MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA http://www.poboxes.com/lvgandhi [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
xfree86 in potato and kernel 2.4.1
I have installed potato with kernel 2.2.18pre2 machine with i810 graphics on board. I couldn't get x running. I compiled kernel 2.4.1 with agpgart. I made device agpgart in /dev using MAKEDEV. I saw in /etc/modules.conf agpgart is invoked. I have RH6.2 on the same machine. I copied i810 x server XFCom_i810 to /usr/bin/X11. I changed Xserver first line content to point to this. Still when i start startx, I get msg unknown chip.. and couldn't find device agpgart. How to get X working. -- L.V.Gandhi MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA http://www.poboxes.com/lvgandhi [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
3com 3c905c question
dear all: i had some problem in installtion debian 2.2 it cannot defind my 3c905c lan card,but it can work perfect in redhat 6.2 and 7.0 so have another solution or better way to clean up this problem? thanks a new men in linux..Kurt Chen.. [EMAIL PROTECTED]
PLIP and debian
Hi All, Has anyone set up PLIP connection between two linux boxes? It would be neat to have this, especially useful for transferring data from your laptop to a desktop? Any personal experience, or pointers are appreciated... TIA-- Viktor Viktor Lakics Through the Internet: [EMAIL PROTECTED] Get free email and a permanent address at http://www.amexmail.com/?A=1
PPPoE broken with kernel 2.4
Hello debian users, I realize, that pppoe doesn't work with kernel 2.4. It works fine with kernel 2.2.18pre21 without any changes in the software. Are there any changes necessary in the configs? (other than /etc/ipmasq/rules) My firewall box depends on pppoe and I wanted to upgrade to kernel 2.4 because of the iptables. Does anyone have a solution? Greetings Albrecht
Ximian packages
Hello, Someone knows which are the lines to include in my source.lists to install the Ximian on my linuxbox? (And the evolution included) Thanks -- Rogelio E. Castillo Haro [EMAIL PROTECTED] Vive libre o muere!!! Linux 2001 :)
Re: PPPoE broken with kernel 2.4
Hi You can try the kernel-based solution which is to compiled kernel 2.4 with pppoe support and used the patch pppd (website should be in the kernel-help). But I guess other ppl have got the pppoe package + kernel 2.4 working fine. for me I used the kernel-based solution + iptable + masquerading with no problem. Edwin Lau On Tue, 20 Mar 2001 08:37:12 Albrecht Frank wrote: > Hello debian users, > I realize, that pppoe doesn't work with kernel 2.4. > It works fine with kernel 2.2.18pre21 without any > changes in the software. > Are there any changes necessary in the configs? > (other than /etc/ipmasq/rules) > > My firewall box depends on pppoe and I wanted to > upgrade to kernel 2.4 because of the iptables. > > Does anyone have a solution? > > Greetings > Albrecht > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > Edwin Lau ([EMAIL PROTECTED])
can't launch X
i have a stable debian and i decided to upgrade it to unstable release. now i can't start KDE anymore. when i launch startx i have the following error message X: cannot stat /etc/X11/X (no such file or direcotry), aborting. giving up. xinit: connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error
Re: iptables and masquerading
You probably should as this question on the netfilter (iptables) mailing list http://us4.samba.org/mailman/listinfo/netfilter The main iptables page is at http://netfilter.kernelnotes.org amd the command you are actually looking for is 'cat /proc/net/ip_conntrack' but you should be aware that there are a number of issues with IIRC John Davidson - Original Message - From: "Brian May" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 20, 2001 12:57 AM Subject: iptables and masquerading > Hello, > > with ipchains it was easy to list what connections where being > masqueraded (IIRC ipchains -L -M). > > However, I have not been able to do the same thing with iptables. > > I see that the connection exists, by using tcpdump, eg: > > 16:46:57.476303 203.45.74.87.41007 > 192.168.87.130.1809: . ack 14601 win 8760 (DF) > 16:46:57.478413 202.12.87.129.1809 > 203.45.74.87.41007: P 14600:16060(1460) ack 1 win 65242 (DF) > > But neither fuser, netstat, or /proc/net/ip_conntrack[1] show any sign of > this connection. > > So, how do I get a list of masqueraded connections, on the router? > > (ideally an indication of bandwidth used by each connection would be > nice, too, but not essential). > > Note: > > [1] this file seems to contain connections that don't need to be > tracked (eg localhost --> localhost) or for certain non-masqueraded > connections. Why? > > [2] I am using Linux 2.4.2 > -- > Brian May <[EMAIL PROTECTED]> > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 3com 3c905c question
On Tue, Mar 20, 2001 at 09:25:43PM +0800, KurtChen wrote: > dear all: >i had some problem in installtion debian 2.2 > it cannot defind my 3c905c lan card,but it can work perfect in > redhat 6.2 and 7.0 > so have another solution or better way to clean up this problem? > thanks > Does the output of - $ dmesg|less contain anything about the card? How about - $ less /proc/pci ? kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke
security line for source.lists
Do you know about a good site to security for my source.lists file? security.debian.org isn't working for me. TIA -- Rogelio E. Castillo Haro [EMAIL PROTECTED] Vive libre o muere!!! Linux 2001 :)
Re: Kernel-image-2.4.2-k6 install error
On Mon, Mar 19, 2001 at 09:19:45PM -0800, Parrish M Myers wrote: > Hi all, > > Has anyone tried to install the new 2.4.2 kernel images in unstable? I > have and keep getting the error: > > Setting up kernel-image-2.4.2-k6 (2.4.2-1) ... > depmod: *** Unresolved symbols in > /lib/modules/2.4.2-k6/kernel/drivers/net/wan/comx.o > /usr/sbin/mkinitrd: /dev/root: Unknown root device > Failed to create initrd image. > dpkg: error processing kernel-image-2.4.2-k6 (--configure): > subprocess post-installation script returned error exit status 29 > Errors were encountered while processing: > kernel-image-2.4.2-k6 > E: Sub-process /usr/bin/dpkg returned an error code (1) > > > I have initrd-tools and mkcramfs installed. Am I missing something? > I've installed 2.4.1 fine in Stable by upgrading the packages as outlined in - /usr/src/linux/Documentation/Changes I don't know if Unstable needs to have any packages upgraded but if you haven't checked the above referenced doc, I would start there. kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke
Re: MPEG player suggestions?! anyone?
hi mark have a look at the mpeg player list http://www.linux-video.net what is your definition of "good mpeg player" ?? - plaympeg is pretty "good"... - little/no jitter and sound is in sync with the movie have fun linuxing alvin http://www.linux-1u.net ... 1U Raid5 .. 500Gb each ... On Tue, 20 Mar 2001, Mark Livingstone wrote: > Looking for a good MPEG player.. so far i've tried XINE and PLAYMPEG and > both can't rewing/forward the flick. any other suggestions? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: 3com 3c905c question
hi Kent, I have the same problem with my NIC 3C905C and debian. > dmesg ?less dosn't say anything about it but >less /proc/pci detects it here it is: Bus 0, device 12, function 0: Ethernet controller: 3Com Unknown device (rev 108) Vendor id=10b7. Device id=9200 Medium devsel. IRQ 11. Master Capable. Latency=64. Min Gnt=10. Max Lat=10. I/O at 0xe800 [0xe801] non-prefetchable 32 bit memory at 0xe300 [0xe300] regards Antoine Antoine Maitre Ernst & Young - Switzerland Place Chauderon 18 Case postale 36 1000 Lausanne 9 Tel : +41 58 286 5111 Direct: +41 58 286 5362 Mobile: +41 78 602 0838 email: [EMAIL PROTECTED] |++| || ktb <[EMAIL PROTECTED]> || || 20.03.2001 15:52 | To: | || Please respond to| debian-user | || x.y.f| <[EMAIL PROTECTED]| ||| bian.org>| ||| cc: | |||| ||| Subject: | ||| Re: 3com 3c905c | ||| question | |++| On Tue, Mar 20, 2001 at 09:25:43PM +0800, KurtChen wrote: > dear all: > i had some problem in installtion debian 2.2 > it cannot defind my 3c905c lan card,but it can work perfect in redhat 6.2 and 7.0 > so have another solution or better way to clean up this problem? > thanks > Does the output of - $ dmesg|less contain anything about the card? How about - $ less /proc/pci ? kent -- >From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdrom won't mount
It's not a problem with my fstab: /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 as I have not problem mounting if I reboot with 2.4.2. And changing iso9660 to auto, doesn't work either. And /proc/filesystems shows: ext2 msdos vfat nodev proc iso9660 nodev autofs nodev devpts I am just stuck with why mounting the cdrom broke under 2.2.18. On Tue, 20 Mar 2001 00:04:35 -0800, kmself@ix.netcom.com said: > Set your mailer to wrap at 72 characters. > > on Mon, Mar 19, 2001 at 11:17:52PM -0800, SoftHome ([EMAIL PROTECTED]) wrote: > > > > I am running a pretty straight up 2.2.r2 install. I downloaded the > > 2.4.2 kernel to play around a little, but when back to 2.2.18pre21, > > because I just didn't have the time to figure out why lp no longer > > worked (something with modutils and other dependencies, I think, but I > > don't really care any more.) Perhaps the new ppp I needed to work with > > the 2.4.2 kernel interferes, but I don't know how to step it back > > down. Anyway the crux is now when I try: > > > > #>mount /cdrom > > mount: wrong fs type, bad option, bad superblock on /dev/cdrom, > >or too many mounted file systems > > > > is what I get. I have read several dozen postings about this problem, > > but no solutions. There is a CD in there, it is not already mounted, > > and it is not an audio CD. > > Do you have iso9660 compiled or loaded as a supported filesystem? > > How about specifying full arguments: > > $ mount -t iso9660 -r /dev/hdc /cdrom > > > It is not a hardware problem, as audio will play, and I can still boot > > the Debian CDs as rescue. Also, I can boot up the 2.4.2 kernel and > > 'mount /cdrom' works. > > This is why I suspect a module issue. > > > I recompiled the 2.2.18pre21 kernel and mounting /cdrom still won't > > work. I browsed around /proc and it looks like it sees the cdrom, > > iso9660 support is built in, I am just at a lost. > > Double-check this and show why you think it's presently loaded. > > $ cat /proc/filesystems > > ...should show iso9660. > > > Please help me with this. I really like my setup right now and I am > > not looking forward to starting from scratch. > > > > Thank you > > > > -Lang > > > > Here is a little extra info if you want. Let me know if I missed something > > that may help: > > > > Distribution: Debian GNU/Linux > > Operating System: Linux > > Distribution Version: 2.2 > > Operating System Version: #4 Mon Mar 19 22:33:14 PST 2001 > > Operating System Release: 2.2.18pre21 > > Processor Type: i586 > > Host Name:dominion > > User Name:lang > > X Display Name: :0 > > System Status:11:14pm up 39 min, 3 users, load > average: > > 0.01, 0.04, 0.06 > > More useful than any of the above would be your /etc/fstab line for > /cdrom. > > -- > Karsten M. Self http://kmself.home.netcom.com/ > What part of "Gestalt" don't you understand? There is no K5 cabal >http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org > -- Is something VIOLENT going to happen to a GARBAGE CAN?
Re: security line for source.lists
> Do you know about a good site to security for my > source.lists file? security.debian.org isn't working for me. This came up last week when there were problems accessing the site. They are supposed to be fixed now... are you still unable to access it ?? Regardless, it was also mentioned that there is only *ONE* security site. There are *NO* mirrors of it. At least that's what I think someone said. Regards Hall
Re: Ximian packages
"Rogelio E. Castillo Haro" wrote: > > Hello, > > Someone knows which are the lines to include in my source.lists > > to install the Ximian on my linuxbox? (And the evolution included) - They have an automatic install system that works with most of the major linux distros, including Debian. It is linked from their home page. [[CAUTION IT KNOWS NO LIMITS & WILL DO AS IT PLEASES]] http://www.ximian.com/desktop/download.php3 If you want the source code follow the links from the home page. for apt sources.list mine is below; # Uncomment the lines you want to use. #deb http://spidermonkey.ximian.com/1.4beta1/distributions/debian unstable main #deb http://spidermonkey.ximian.com/distributions/debian unstable main #deb-src http://spidermonkey.ximian.com/1.4beta1/distributions/debian unstable main ### deb ftp://spidermonkey.ximian.com/pub/red-carpet/binary/debian-22-i386/ #deb http://spidermonkey.helixcode.com/distributions/debian unstable main [[ Please note "THIS MAY TOTALLY HOSE YOUR SYSTEM" ]] If you try to do dist-upgrade. I strongly suggest using dselect after editing your sources.list file and choosing what apps you want to try. I never could get the link to red carpet to work. If you have better luck send me a copy. Thanks! -- We specialize in multi-processor computing systems! John Foster AdVance-Computing Systems
Re: 3com 3c905c question
> I have the same problem with my NIC 3C905C and > debian. > > dmesg ?less dosn't say anything about it > > but > >less /proc/pci detects it It will only show up in "dmesg" if the kernel detects it. The kernel will only detect it if it knows to look for it. Without having support compiled in or as a module for that card, the kernel will do nothing with it. Assuming your kernel has module support for it, add the line 3c90x to your /etc/modules file. Regards Hall
Re: Can't rescue, read-only filesystem
Quoting Morgan Fletcher ([EMAIL PROTECTED]): > I used the rescue->root disks from 2.2 to mount my partitions. I tried > using ae to uncomment the "alias net-pf-1 off" line, then touch > modules.dep to be newer than modules.conf, but I still can't get past > the basic problem of an endlessly-cycling error message on boot, right > when init is launched it looks like: > > modprobe: modprobe: cannot create /var/log/ksymoops/20010320.log Read-only > file system > > Over and over. > > The disk is fine, as I can mount its partitions from the instllation > screen, traverse its structure, manipulate files. I just can't get > linux (or LILO) to boot. I don't know what to do next. Any advice? I'm not sure why this problem is a show-stopper. Several installation kernels were built without the unix.o module which is kind of unfortunate. But this normally is just a hiccup, e.g. Linux version 2.2.15 ([EMAIL PROTECTED]) (gcc version 2.95.2 2313 (Debian GNU/Linux)) #1 Tue Apr 25 17:13:48 EST 2000 ... INIT: version 2.78 booting NET4: Unix domain sockets 1.0 for Linux NET4.0. insmod: /lib/modules/2.2.15/misc/unix.o: cannot create /var/log/ksymoops/272 3232449.ksyms Read-only file system Loading /etc/console-tools/default.kmap.gz Activating swap... Adding Swap: 32220k swap-space (priority -1) Checking root file system... Parallelizing fsck version 1.18 (11-Nov-1999) /dev/hda7: clean, 29337/106400 files, 86748/212680 blocks This one was just the same: Linux version 2.2.14 ([EMAIL PROTECTED]) (gcc version 2.95.2 19991103 (Debian GNU/Linux)) #1 Sun Jan 16 13:48:57 EST 2000 Perhaps the problem is that unix.o is found above, whereas it isn't found in your /dev/hda3 because you built it in. I guess you just need to copy a kernel like your hard disk one (which contains unix.o as built-in) onto a (copy of a) rescue disk. It should easily fit as installation kernels are so bloated. Then you can work on fixing lilo. 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: 3com 3c905c question
On Tue, Mar 20, 2001 at 04:23:00PM +0100, [EMAIL PROTECTED] wrote: > > > > hi Kent, > > I have the same problem with my NIC 3C905C and debian. > > > dmesg ?less dosn't say anything about it > > but > > >less /proc/pci detects it > > here it is: > > Bus 0, device 12, function 0: > Ethernet controller: 3Com Unknown device (rev 108) > Vendor id=10b7. Device id=9200 > Medium devsel. IRQ 11. Master Capable. Latency=64. Min Gnt=10. Max Lat=10. > I/O at 0xe800 [0xe801] > non-prefetchable 32 bit memory at 0xe300 [0xe300] > Looks to me like you don't have the driver installed for it. Did you try compiling support into the kernel or as a module? What does - $ cat /proc/modules say? Is the module for your card in - /etc/modules ? kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke
Re: MPEG player suggestions?! anyone?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 March 2001 00:08, Mark Livingstone wrote: > Looking for a good MPEG player.. so far i've tried XINE and PLAYMPEG > and both can't rewing/forward the flick. any other suggestions? I like smpeg-xmms. The picture- and sound quality of plaympeg with the UI of xmms. j -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6t36oRioLhcc1F0gRAjXwAJwLQmXO1KqZHL36nA55p/hVQx/vlACggQnL YqGs3xNGJV2pEe2FmHBQbDs= =Likz -END PGP SIGNATURE-
Re: Ximian packages
Go to www.debianplanet.org look at the unofficial apt sources list and search on ximian. It will give you all the lines. -- Original Message -- From: "Rogelio E. Castillo Haro" <[EMAIL PROTECTED]> Date: Tue, 20 Mar 2001 08:04:09 -0600 >Hello, > >Someone knows which are the lines to include in my source.lists > >to install the Ximian on my linuxbox? (And the evolution included) > >Thanks > >-- >Rogelio E. Castillo Haro >[EMAIL PROTECTED] > >Vive libre o muere!!! >Linux 2001 :) > > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Re: X in potato
* L.V.Gandhi <[EMAIL PROTECTED]>, 20010320 16:35 +0100: > I have RH 6.2 and potato on the same machine. In potato X, menu letters > are big say for example netscape and in RH it is reasonable. How to > reduce menu letter size? Check your XF86Config, make sure the 75dpi font entries appear before the 100dpi's. > Only some window managers are given in gdm for choosing. How to get > others to find a place there? > If debian is chosen, it always defaults to icewm. Here how to change the > default. Choose your window manager in ~/.xsession. Change the last line to sth like: exec sawmill || rxvt -fg red (sawmill is called sawfish nowadays). I hope this helps. Andre Berger[EMAIL PROTECTED]
Re: Problem with yesterday's woody update
On Mon, Mar 19, 2001 at 03:07:16PM -0800, kmself@ix.netcom.com wrote: > on Mon, Mar 19, 2001 at 05:24:17PM +, Colin Watson ([EMAIL PROTECTED]) > wrote: > > Bob Nielsen <[EMAIL PROTECTED]> wrote: > > >Not being conversant in perl, can someone tell me what to do about the > > >following error I received after the latest woody updates: > > <...> > > > I suspect testing is broken (new perl, old debconf). Wait for a newer > > debconf to get in, or install the debconf from unstable. > ^ > This is the fix I used, and recommended by Joey Hess. Can you suggest how to do this? I get: Sorry, but the following packages have unmet dependencies: debconf: Depends: libapt-pkg3.1 E: Sorry, broken packages fennywood:/home/jonathan# apt-get install libapt-pkg3.1 Reading Package Lists... Done Building Dependency Tree... Done Note, selecting apt instead of libapt-pkg3.1 Sorry, apt is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 202 not upgraded. 1 packages not fully installed or removed. Need to get 0B of archives. After unpacking 0B will be used. Setting up libpaperg (1.0.5) ... Can't locate Debconf/Client/ConfModule.pm in @INC (@INC contains: /usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 /usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5 .) at /var/lib/dpkg/info/libpaperg.config line 3. BEGIN failed--compilation aborted at /var/lib/dpkg/info/libpaperg.config line 3. dpkg: error processing libpaperg (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: libpaperg E: Sub-process /usr/bin/dpkg returned an error code (1) Around and around again we go... -- Jonathan Markevich <[EMAIL PROTECTED]> http://www.geocities.com/jmarkevich Truth is free, but information costs.
[semi-OT] Creating new fonts
Can anybody give me a quick rundown on the process, or point me to docs that offer a more complete description, of how to go about creating a new font? I'm interesting in developing a couple of custom fonts for a theme I'm creating, but have absolutely no idea how! Thanks! Colin
redcarpet link
the correct link for RedCarpet is: deb ftp://spidermonkey.ximian.com/pub/red-carpet/binary/debian-22-i386/ ./
Re: nfs mounted cdrom dosen't umount
Christopher Clark wrote: > > I use nfs for various drives/directories but if I nfs mount a cdrom, when the > client has finished I can't umount it. It says device is busy even when the > client computer has been switched off. I have to reboot the server. > What am I doing wrong? it is "in use" because it is shared out. kill the nfs service or remove it from /etc/exports and restart nfs and you should be able to unmount it. nate -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED]
Re: Harware RAID sugestion?
Daniel de los Reyes wrote: > > I am looking to buy a RAID controller for a server but I don't feel > quite sure about support. > I have been looking at ADAPTEC's SCSI RAID 2100S. On there website they > say it is supported by RH Linux. I have been taking a look at my 2.2.17 > sources and find no reference to it. im not sure about that particular model of adaptec raid but there are a few of them that for sure do not work(they require software on the OS side in addition to a driver). i asked that same question not long ago and the response i got was MYLEX. i got a mylex DAC960-based raid controller and it works good sofar. and there is builtin support in the kernel. we had some problems with it and a supermicro motherboard because the MYLEX didn't support the new bios extensions but supermicro sent us a workaround bios upgrade to allow us to boot the machine. mylex said they would fix the prob in the next bios release. nate -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED]
Re: Problems with talkd
"Eric G. Miller" wrote on 19/03/2001 (17:10) : > On Mon, Mar 19, 2001 at 03:44:44PM +0100, Preben Randhol wrote: > > I cannot get talk to work _to_ my machine. When people try to talk it > > says I refuse to talk to them. If I talk to them, then it works. Does > > anybody have a solution for this? I use Debian Woody (testing) > > > > Thanks in advance > > In ~/.bashrc > > mesg y I have that, but still it says: [No connection yet] [Your party is refusing messages] If I use the talkd and talk from the stable distribution it claims I'm not logged on. I don't understand this. -- Preben Randhol -- http://www.pvv.org/~randhol/ -- +---+ "There was, I think, never any reason to believe in any innate | ! | superiority of the male, except his superior muscle." +---+ -- Bertrand Russell, Ideas That Have Harmed Mankind (1950)
Re: Can't rescue, read-only filesystem
"Oliver Elphick" writes: > Once you have got that far, switch to /dev/tty2 (Alt + F2) and do this > > # cd /target(or maybe /mnt -- i can't check that at the moment) > > # ls should show you the contents of your root partition on the hard disk > > # sbin/lilo -r /target Oliver, I really appreciate your help! Unfortunately: # sbin/lilo -r /target sbin/lilo: /sbin/lilo.real: not found # sbin/lilo.real -r /target sbin/lilo.real: error in loading shared libraries: sbin/lilo.real: symbol fstatfs, version GLIBC_2.0 not defined in file libc.so.6 with link time reference Today at work I will get new rescue/root disks. Is there a woody/testing set, or should I use the stable set? It's been a while, and I can't remember if this kernel/modules came from packages or whether I built them. Thanks again, morgan
RE: 3com 3c905c question
You should use the boomerang or vortex driver, i think it says 3c59x adapter but it works with a 3c905c as well. Otherwise visit the 3com website, for some cards there are linux modules available, could be wrong about this but worth a try greets, joris -Original Message-From: KurtChen [mailto:[EMAIL PROTECTED]Sent: dinsdag 20 maart 2001 14:26To: debian-userSubject: 3com 3c905c question dear all: i had some problem in installtion debian 2.2 it cannot defind my 3c905c lan card,but it can work perfect in redhat 6.2 and 7.0 so have another solution or better way to clean up this problem? thanks a new men in linux..Kurt Chen.. [EMAIL PROTECTED]
Packages to run kernel 2.4.x on potato (release 5)
I have prepared the packages needed to run kernels up to 2.4.2 on a Debian 2.2r2 (potato) system. Please read [1] for more information. The problems some people had with the kernel images should be fixed with the new initrd-tools package. Changes since the last release: + updated: initrd-tools (0.1.1 -> 0.1.4) + updated: iptables (1.2-8 -> 1.2.1-1) + updated: reiserfsprogs (3.x.0d-1 -> 3.x.0h-1) cu Adrian [1] http://www.fs.tum.de/~bunk/kernel-24.html -- Nicht weil die Dinge schwierig sind wagen wir sie nicht, sondern weil wir sie nicht wagen sind sie schwierig.
Ogg Vorbis-Potato
Good day all. I'm running a pretty straight 2.2.r2 release. I would like to install all the Ogg Vorbis stuff and start encoding my CD's, but I don't want to upgrade to Woody yet, as the two times I have tried my system became, as the deb states, unstable. Is there a way to install Ogg Vorbis on a Potato system running it through the package system, or should I just download the tarballs from the vorbis web site? I am really happy with my setup right now and don't want to start over. Thanks, -Lang
Re: Problems runing xawtv
On Mon Mar 19 21:50:09 2001 Nate Amsden wrote... > >Stan Brown wrote: >> >> I have build a nice new machine with a WinTV card. Now I want to plat :-) >> >> Loaded the xawtv package, and when I try to run it I get: >> >> Script started on Mon Mar 19 20:47:29 2001 >> yogi:/etc# xawtv >> xawtv: error while loading shared libraries: libXaw3d.so.6: cannot load >> shared object file: No such file or directory >> yogi:/etc# >> Script done on Mon Mar 19 20:47:39 2001 >> >> What can I do t fix this? > >interesting. apt-get should of taken care of that i have xawtv running 24/7 on >a machine >in front of me and libXaw3d.so.6 is part of the xaw3dg package(assuming your >running potato) > Yes, it is wiered. Weirder still, is the fact that the shared libs do seem to exist: Script started on Tue Mar 20 11:42:06 2001 [EMAIL PROTECTED]:/usr/X11R6/lib$ pwd /usr/X11R6/lib [EMAIL PROTECTED]:/usr/X11R6/lib$ ls -l *aw [EMAIL PROTECTED]:/usr/X11R6/lib$ ls -ld *aw* [00mdrwxr-xr-x2 root root 4096 Mar 17 21:51 [01;34mXaw3d[00m -rw-r--r--1 root root 435704 Mar 15 17:06 [00mlibXaw.a[00m lrwxrwxrwx1 root root 13 Mar 18 08:15 [01;36mlibXaw.so[00m -> [00mlibXaw.so.7.0[00m lrwxrwxrwx1 root root 13 Mar 17 21:49 [01;36mlibXaw.so.6[00m -> [00mlibXaw.so.6.1[00m -rw-r--r--1 root root 233144 Mar 15 17:06 [00mlibXaw.so.6.1[00m lrwxrwxrwx1 root root 13 Mar 17 21:52 [01;36mlibXaw.so.7[00m -> [00mlibXaw.so.7.0[00m -rw-r--r--1 root root 332472 Mar 15 17:06 [00mlibXaw.so.7.0[00m -rw-r--r--1 root root 345942 Mar 8 12:07 [00mlibXaw3d.a[00m lrwxrwxrwx1 root root 15 Mar 18 08:15 [01;36mlibXaw3d.so[00m -> [00mlibXaw3d.so.7.0[00m lrwxrwxrwx1 root root 15 Mar 17 21:51 [01;36mlibXaw3d.so.7[00m -> [00mlibXaw3d.so.7.0[00m -rw-r--r--1 root root 260568 Mar 8 12:07 [00mlibXaw3d.so.7.0[00m [EMAIL PROTECTED]:/usr/X11R6/lib$ Script done on Tue Mar 20 11:42:48 2001 Any sugestions? -- 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 rescue, read-only filesystem
Morgan Fletcher wrote: ># sbin/lilo -r /target >sbin/lilo: /sbin/lilo.real: not found ># sbin/lilo.real -r /target >sbin/lilo.real: error in loading shared libraries: sbin/lilo.real: symbol fs >tatfs, version GLIBC_2.0 not defined in file libc.so.6 with link time re >ference Next step # LD_LIBRARY_PATH=/target/lib sbin/lilo.real -r /target >Today at work I will get new rescue/root disks. Is there a >woody/testing set, or should I use the stable set? All you need is a kernel that will boot long enough to let you run lilo, if the above doesn't work. -- 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 "I am crucified with Christ; nevertheless I live; yet not I, but Christ liveth in me; and the life which I now live in the flesh I live by the faith of the Son of God, who loved me, and gave himself for me." Galatians 2:20
Re: Problem with yesterday's woody update
Jonathan Markevich <[EMAIL PROTECTED]> wrote: >On Mon, Mar 19, 2001 at 03:07:16PM -0800, kmself@ix.netcom.com wrote: >> on Mon, Mar 19, 2001 at 05:24:17PM +, Colin Watson >([EMAIL PROTECTED]) wrote: >> > Bob Nielsen <[EMAIL PROTECTED]> wrote: >> > >Not being conversant in perl, can someone tell me what to do about the >> > >following error I received after the latest woody updates: >> >> <...> >> >> > I suspect testing is broken (new perl, old debconf). Wait for a newer >> > debconf to get in, or install the debconf from unstable. >> ^ >> This is the fix I used, and recommended by Joey Hess. > >Can you suggest how to do this? I get: > >Sorry, but the following packages have unmet dependencies: > debconf: Depends: libapt-pkg3.1 >E: Sorry, broken packages > >fennywood:/home/jonathan# apt-get install libapt-pkg3.1 >Reading Package Lists... Done >Building Dependency Tree... Done >Note, selecting apt instead of libapt-pkg3.1 >Sorry, apt is already the newest version. >0 packages upgraded, 0 newly installed, 0 to remove and 202 not upgraded. >1 packages not fully installed or removed. >Need to get 0B of archives. After unpacking 0B will be used. >Setting up libpaperg (1.0.5) ... >Can't locate Debconf/Client/ConfModule.pm in @INC (@INC contains: >/usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 >/usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5 >.) at /var/lib/dpkg/info/libpaperg.config line 3. You have perl-5.005, so my advice doesn't apply yet (Bob had perl-5.6). If you haven't upgraded your version of perl yet, don't worry about debconf until you do. If you're trying to get the libpaperg in testing installed, though, you might try 'apt-get install perl' first. All this should be straightened out by the time woody goes stable, I hope ... And it's still much easier to understand with dselect. :) -- Colin Watson [EMAIL PROTECTED]
Re: Problem with yesterday's woody update
David Purton <[EMAIL PROTECTED]> wrote: >On Mon, 19 Mar 2001, Pollywog wrote: >> I got similar errors, but I am using a different PERL version, so >> the problem may not be with PERL but with debconf. s/PERL/Perl/ or s/PERL/perl/ *shudder* >I'm not sure - I managed to get around this error by modifying >libpaperg.config in this way: > >change line 3 which was "use Debconf::Client::ConfModule qw(:all);" >to "use Debian::DebConf::Client::ConfModule qw(:all);" > >This then enabled libpaperg to be configured without problems. >Perhaps this is a bug in libpaperg? (especially with the case of >Debc(C)onf) *shrug* That just indicates you're using an old debconf, because the Perl modules have moved since and the old ones are deprecated. This is really a problem with testing being hideously inconsistent at the moment; if you're running testing because you like it being mostly stable, please wait a while before upgrading (i.e. until the new debconf gets in). >Also - I have no Idea wether these config files are the sort of things >that I should be editing :) - but oh well - it worked Not usually, and if libpaperg is upgraded then you'll have to do it again. :) Sometimes these things are necessary with semi-stable distributions, though. -- Colin Watson [EMAIL PROTECTED]
startx not passing options to server?
I recently downgraded from XFree 4 to 3.3.6 (the one in Potato). I also made sure to downgrade xbase-clients and xserver-svga (the server I'm using). Then, I recreated my XF86Config file. I have my XF86Config file set up so that there is only one resolution choice for each color depth. That way, I can simply use the '-bpp' option to force X to use a particular resolution as well as color depth. This all worked fine under version 4. But now, when I do startx -- -bpp it does not choose the desired color depth and resolution. It always goes to the default depth that I specify in XF86Config. The error output shows no sign that it tried and rejected a particular depth or resolution. However, X -bpp chooses the color depth and resolution just fine, as the error output shows me. Has anyone seen this before? Where should I start looking for a handle on this problem? It might be because of the "downgrade"; I really don't know. TIA.
Re: Problems with talkd
On Tue, Mar 20, 2001 at 05:35:12PM +0100, Preben Randhol wrote: > [No connection yet] > [Your party is refusing messages] > > If I use the talkd and talk from the stable distribution it claims I'm > not logged on. When you run 'w' or 'who', what do you get? I suspect you're logged in a bunch of times in xterms, but they're not 'login shells' so you don't have a pty or a login entry. noah -- ___ | Web: http://web.morgul.net/~frodo/ | PGP Public Key: http://web.morgul.net/~frodo/mail.html pgp0OP2XX2rHk.pgp Description: PGP signature
Re: Problems runing xawtv
Have you made sure that /usr/X11/lib is either in LD_LIBRARY_PATH or in /etc/ld.so.conf? On Tue, Mar 20, 2001 at 11:44:54AM -0500, Stan Brown scribbled... > On Mon Mar 19 21:50:09 2001 Nate Amsden wrote... > > > >Stan Brown wrote: > >> > >> I have build a nice new machine with a WinTV card. Now I want to plat > :-) > >> > >> Loaded the xawtv package, and when I try to run it I get: > >> > >> Script started on Mon Mar 19 20:47:29 2001 > >> yogi:/etc# xawtv > >> xawtv: error while loading shared libraries: libXaw3d.so.6: cannot > load shared object file: No such file or directory > >> yogi:/etc# > >> Script done on Mon Mar 19 20:47:39 2001 > >> > >> What can I do t fix this? > > > >interesting. apt-get should of taken care of that i have xawtv running > 24/7 on > >a machine > >in front of me and libXaw3d.so.6 is part of the xaw3dg package(assuming > your > >running potato) > > > > Yes, it is wiered. Weirder still, is the fact that the shared libs do > seem to exist: > > > Script started on Tue Mar 20 11:42:06 2001 > [EMAIL PROTECTED]:/usr/X11R6/lib$ pwd > /usr/X11R6/lib > [EMAIL PROTECTED]:/usr/X11R6/lib$ ls -l *aw > [EMAIL PROTECTED]:/usr/X11R6/lib$ ls -ld *aw* > [00mdrwxr-xr-x2 root root 4096 Mar 17 21:51 > [01;34mXaw3d[00m > -rw-r--r--1 root root 435704 Mar 15 17:06 [00mlibXaw.a[00m > lrwxrwxrwx1 root root 13 Mar 18 08:15 > [01;36mlibXaw.so[00m -> [00mlibXaw.so.7.0[00m > lrwxrwxrwx1 root root 13 Mar 17 21:49 > [01;36mlibXaw.so.6[00m -> [00mlibXaw.so.6.1[00m > -rw-r--r--1 root root 233144 Mar 15 17:06 > [00mlibXaw.so.6.1[00m > lrwxrwxrwx1 root root 13 Mar 17 21:52 > [01;36mlibXaw.so.7[00m -> [00mlibXaw.so.7.0[00m > -rw-r--r--1 root root 332472 Mar 15 17:06 > [00mlibXaw.so.7.0[00m > -rw-r--r--1 root root 345942 Mar 8 12:07 > [00mlibXaw3d.a[00m > lrwxrwxrwx1 root root 15 Mar 18 08:15 > [01;36mlibXaw3d.so[00m -> [00mlibXaw3d.so.7.0[00m > lrwxrwxrwx1 root root 15 Mar 17 21:51 > [01;36mlibXaw3d.so.7[00m -> [00mlibXaw3d.so.7.0[00m > -rw-r--r--1 root root 260568 Mar 8 12:07 > [00mlibXaw3d.so.7.0[00m > [EMAIL PROTECTED]:/usr/X11R6/lib$ > Script done on Tue Mar 20 11:42:48 2001 > > Any sugestions? > > -- > 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. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED]
Re: xset problem -- dpms keeps shutting off
On Mon, Mar 19, 2001 at 01:00:50AM -0800, kmself@ix.netcom.com wrote: > Debian/Sid, x86. > > After a system update yesterday, I noticed: > > - xset dpms keeps getting shut off. > > My monitor doesn't automatically blank, stand-by, and shut off. If I > force dpms back on and a monitor shutoff, the monitor comes back on some > time later. > DPMS (Energy Star): > Standby: 10Suspend: 10Off: 10 > DPMS is Disabled > > I'm quite perplexed. Sorry, Karsten, I've no solution. This is just a "me too" reply. I'm using woody, but the xfree86 in woody is the same package as sid. I'm hoping you have solved this perplexing problem since you posted, but just in case you haven't, I just wanted to know a couple of things, like: Do you use the: Option "DPMS" in XF86Config-4? I've never got this to work, so I've always used: xset dpms 0 0 2400 in my ~/.xsession file. This has worked until the recent upgrade. I'm just thankful the off button on my monitor still works :) John > -- > Karsten M. Self http://kmself.home.netcom.com/ > What part of "Gestalt" don't you understand? There is no K5 cabal > http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org -- -_-_-_-_-_-_- Using Linux _-_-_-_-_-_-_
Netscape often hangs
Hi, I use Netscape 4.76 together with Debian 2.2r2. Very often when I start Nescape and click its menu bar the cursor changes and all of X freezes (btw, I'm running Gnome). I then have to switch to the console and kill Netscape in order to continue working with X. What might be causing this problem? TIA, Felix
Customizing a source package (how to patch a deb-src?)
Suppose that I want to (1) specify my own flags to ./configure, and (2) apply a patch of my own to an app's source tree before the deb source package builds. Is this achievable with debian source packages? If yes, any pointers would be highly appreciated. Many thanks, -- Arcady Genkin Nostalgia isn't what it used to be.
dpkg question
what does this mean: [EMAIL PROTECTED] dpkg --yet-to-unpack glide-v5 (no description available) lesstif-bin (no description available) abiword (no description available) libparted1 (no description available) gimp (no description available) libgnome-dev (no description available) libplot (no description available) tdfx-dri (no description available) how can i unpack these yet-to-unpack packages? dpkg -l "*gimp*" reports (among other things): in gimp 1.0.4-3(no description available) does this mean gimp is installed or not installed on my system? thanks! pete -- "Coffee... I've conquered the Borg on coffee!" [EMAIL PROTECTED] -- Kathryn Janeway on the virtues of coffee www.dirac.org/p
Re: Problems runing xawtv
On Tue Mar 20 12:04:38 2001 Jason Majors wrote... > >Have you made sure that /usr/X11/lib is either in LD_LIBRARY_PATH or in=20 >/etc/ld.so.conf? > > You mean /usr/lib/X11R6, right? Script started on Tue Mar 20 12:36:53 2001 [EMAIL PROTECTED]:~$ cat /etc/ld*f /usr/lib/libc5-compat/Xaw3d /usr/X11R6/lib/Xaw3d /usr/lib/libc5-compat /lib/libc5-compat /usr/X11R6/lib [EMAIL PROTECTED]:~$ exit Script done on Tue Mar 20 12:37:09 2001 -- 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: Nvidia and source packages
On Sun, Mar 18, 2001 at 11:21:36AM -0600, Stephen Boulet wrote: > I've just started with debian and have a question about how to start with > source packages, in particular: > > nvidia-glx-src 0.9.767-1 > nvidia-kernel-src 0.9.767-1 > > With rpm, I'd do rpm --rebuild somepackage.src.rpm and install the resulting > rpm: > >rpm -Uvh /usr/src/RPM/RPM/i686/somepackage.rpm It tells you exactly how to do it in the Readme.Debian files that come with those packages. > > How do I do the same thing with dpkg? > > Thanks. > > -- Stephen > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: Netscape often hangs
On Tue 20 Mar 01, 6:30 PM, Felix E. Klee said: > Hi, > > I use Netscape 4.76 together with Debian 2.2r2. Very often when I start > Nescape and click its menu bar the cursor changes and all of X freezes > (btw, I'm running Gnome). I then have to switch to the console and kill > Netscape in order to continue working with X. What might be causing this > problem? not to be glib, but netscape is the problem. use mozilla, or even better, opera. you'll be happier. i've even got replies from the opera team about bug reports i've filed! let aol try THAT one! ;) pete
sound compiled into kernel as opposed to a module
I have a es1371 card and I've compiled support into the kernel (not as a module). How does the install process differ? Before all I had to do was go into modconf and select it. Now I'm not sure what to do. It is detecting the card on bootup. I see it in /proc/devices and /proc/interrupts but if I cat something to /dev/dsp, I don't get any sound. What else do I need to do to make it work? -- Charles Lewis [EMAIL PROTECTED] 817-556-4720
Re: xset problem -- dpms keeps shutting off
On Mon, Mar 19, 2001 at 01:00:50AM -0800, kmself@ix.netcom.com wrote: > Debian/Sid, x86. > > After a system update yesterday, I noticed: > > - A new splash screen for xscreensaver. > - xset dpms keeps getting shut off. > > My monitor doesn't automatically blank, stand-by, and shut off. If I > force dpms back on and a monitor shutoff, the monitor comes back on some > time later. I had the same thing. xscreensaver takes over the dpms now. You can just set all your options with xscreensaver-demo. I didn't find a way to stop xscreensaver from doing this. > > E.g.: > > $ xset +dpms > $ xset dpms 600 900 1200 > $ xset dpms force off > > > Later: > > $ xset -q > Keyboard Control: > auto repeat: onkey click percent: 0LED mask: > auto repeat delay: 660repeat rate: 25 > auto repeating keys: 00ffdbbf > fa9fffdff5ff > > > bell percent: 50bell pitch: 400bell duration: 100 > Pointer Control: > acceleration: 25/10threshold: 4 > Screen Saver: > prefer blanking: yesallow exposures: yes > timeout: 0cycle: 0 > Colors: > default colormap: 0x21BlackPixel: 0WhitePixel: 16777215 > Font Path: > > /usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi,unix/:7101 > Bug Mode: compatibility mode is disabled > DPMS (Energy Star): > Standby: 10Suspend: 10Off: 10 > DPMS is Disabled > > Font cache: > Server does not have the FontCache Extension > > I'm quite perplexed. > > -- > Karsten M. Self http://kmself.home.netcom.com/ > What part of "Gestalt" don't you understand? There is no K5 cabal > http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
Working with Rich Text Format in Linux.
Dear Debian Group, I would like to know what program you can use to work with Rich Text Format in Linux. Thank you, Ry
Re: Gnome font size settings?
on Tue, Mar 20, 2001 at 11:40:00AM -0500, Stan Brown ([EMAIL PROTECTED]) wrote: > On Mon Mar 19 21:24:10 2001 wrote... > > > > > >--m51xatjYGsM+13rf > >Content-Type: text/plain; charset=us-ascii > >Content-Disposition: inline > >Content-Transfer-Encoding: quoted-printable > > > >on Mon, Mar 19, 2001 at 09:18:01PM -0500, Stan Brown ([EMAIL PROTECTED]) > >wrote: > >> I have a new machine with a nice 19" monitor, with failry high > >> resolutint 1920x1440. However I find the resultant fonts on the Gnome > >> applications to be too small, for tat matter the icons themeselves are > >> a bit small at this resolutinn. > >>=20 > >> Short of reducing the resolutin, how can I make the apps have bigger font= > >s? > > > >Set your linesize to 72 chars. > > > >Gnome control panel. > > > > Excuse me for being dense, but I hace stared at the Gnome > control panle for quite some time, without finding this seting. > > What section does it live in, please? Please direct list mail to the list. It's a GUI desktop, it should be intuitively obvious, no? Theme selector. User font. -- Karsten M. Self http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org pgpSoCTffH1Nr.pgp Description: PGP signature