Re: WMMail.App + Mutt annoyances
On Fri, May 26, 2000 at 10:52:08PM -0400, t.bedlam wrote: > On Wed, May 24, 2000 at 10:09:56PM -0800, Ethan Benson was only >escaped alone to tell thee: > > > On Wed, May 24, 2000 at 07:05:47PM -0400, Chris Gray wrote: > > > > > I hacked on wmmail for a while to see if I could fix this. No luck. It > > > does set the timestamp back, but that doesn't seem to help mutt. Maybe > > > mutt checks something else, but I didn't have the patience to find out > > > what from its source. > > > > its some sort of race condition, every so often if i go to switch > > mailboxes mutt notices new mail in $MAIL before wmmail does. its very > > rare though... > > That just means mutt cycles its checks more frequently. > > Did you check both? From manual.txt: > > Note: new mail is detected by comparing the last modification time to > the last access time. Utilities like biff or frm or any other program > which accesses the mailbox might cause Mutt to never detect new mail > for that mailbox if they do not properly reset the access time. yeah i knew that was how mutt did things, just for an experiment i sent myself a message, and ran stat on my mailbox before wmmail noticed, then right after: (before wwmail notices (beeps)) [EMAIL PROTECTED] eb]$ stat $MAIL File: "/var/mail/eb" Size: 2807 Blocks: 8 Regular File Access: (0600/-rw---) Uid: ( 1000/ eb) Gid: (8/mail) Device: 308Inode: 15697 Links: 1 Access: Thu May 25 20:47:20 2000 Modify: Thu May 25 20:50:38 2000 Change: Thu May 25 20:50:38 2000 (after wwmail notices) [EMAIL PROTECTED] eb]$ stat $MAIL File: "/var/mail/eb" Size: 2807 Blocks: 8 Regular File Access: (0600/-rw---) Uid: ( 1000/ eb) Gid: (8/mail) Device: 308Inode: 15697 Links: 1 Access: Thu May 25 20:50:51 2000 Modify: Thu May 25 20:50:38 2000 Change: Thu May 25 20:50:38 2000 [EMAIL PROTECTED] eb]$ whem mail is delivered the access time appears to be unchanged, after wmmail notices it is indeed altered. so it would seem that wwmail is NOT really resetting the access time. note for this experiment i stopped mutt. so it seems there is indeed a bug in wwmail. -- Ethan Benson http://www.alaska.net/~erbenson/ pgpcZ4hHbCDCr.pgp Description: PGP signature
Re: deskjet695c printer
On Wed, May 24, 2000 at 08:53:03PM -0400, [EMAIL PROTECTED] wrote: > deskjet695c prints a seperator page each time a single page is printed. How > can I get it to stop? How do I remove the seperator page so it won't print > before any document I want printed? > > > [EMAIL PROTECTED] > > I believe this is a "banner page." Check the docs for your print spool software (lpr or lprng probably). I think /etc/printcap is the file to edit. Read the printcap manpage. -- Pat Mahoney <[EMAIL PROTECTED]>
Re: Cannot mail out of debian
On Sun, May 14, 2000 at 11:21:41AM +0100, Graeme Mathieson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Russ Pitman <[EMAIL PROTECTED]> writes: > > > May 13 15:31:58 arjay kernel: Packet log: output DENY ppp0 PROTO=6 > > 203.31.178.49:1038 203.31.178.14:110 L=60 S=0x00 I=99 F=0x T=64 > > SYN (#2) > > Your firewall is the problem here. Basically you seem to have a rule > along the lines of: > > ipchains -A output -p tcp --dport 110 -j DENY > > So anything trying to connect to the outside world on port 110 is denied > access. Unless you specifically want to block access to certain remote > services for your users, you probably don't want to play with the output > chain. > > - -- > Graeme. I could not find any ipchains rules lines like above so I gradually disabled all of the files in initd pertaining to networking then made ifup non-exec and finally recompiled ( several times). Knocking out IP-firewalling works,but a poor solution -:( Could you give me a specific location to check.I obviously don't know enough yet about the hows and whys debian does things. -- russ
Re: Colormaps in Linux
On Thu, May 25, 2000 at 03:33:19AM -0700, Eric Hagglund wrote: > The problem I am trying to fix is that fonts and > images in Netscape have never been properly displayed > in Netscape. Instead of getting fonts, toolbars, > scrollbars and images displayed as the application > programmers and web designers intended, I get basic Does the unix version of netscape ever look good? > Courier fonts, two dimensional images (I especially Every image on a screen is two dimensional :) > notice this with tool bars in netscape and within web > pages) and 16-bit colors instead. Try running X in 32-bit mode. If your XF86Config file is set up right, startx -- -bpp 32 should work. You can also set 32 bit as the default somewhere in there. See manpage for XF86Config. > > I believe this probably has something to do with the > way I have set up my color map in X as I > intermittently get the following error: "Unable to > allocate default colormap". > > Does anybody know what I need to do to fix this? > > __ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > -- Pat Mahoney <[EMAIL PROTECTED]> Hobbes: Do you have an idea for your story yet? Calvin: No, I'm waiting for inspiration. You can't just turn on creativity like a faucet. You have to be in the right mood. Hobbes: What mood is that? Calvin: Last-minute panic. -- From "Calvin and Hobbes" by Bill Watterson
Re: FTP and GNOME
On Tue, May 23, 2000 at 11:26:45AM -0500, Camilo Alejandro Arboleda wrote: > Hi: > > I'm not sure if it's an off-topic, but I want to create an icon to an > FTP address in the GNOME desktop, but I can't. If I create a URL > pointing to an FTP site, I get a Netscape window, and actually I expect > to get a GMC window. > > I know that GMC has FTP support, and it's possible to create an FTP > access in KDE (and in OS/2). I also cannot get a URL to open with anything but Netscape. I edited the properties of the link to no avail. Perhaps it's a bug? I can edit the caption, so I thought I'd find were gnome stores this info and directly edit that file, but I could not find it. It stores nothing but the URL in the actual file which is: ~/.gnome-desktop/name-of-dsktop-shortcut > > Thanks, > > Camilo Alejandro > > PS. I have no subscription to the list, so write me directly, please :) > > > -- > * De simio la conoci y he visto hombres que la añoran. > * En lo que a mi se refiere, ni entonces ni ahora > * perdi mi libertad. > Informe para una academia. Franz Kafka > > -- Pat Mahoney <[EMAIL PROTECTED]> Hobbes: Do you have an idea for your story yet? Calvin: No, I'm waiting for inspiration. You can't just turn on creativity like a faucet. You have to be in the right mood. Hobbes: What mood is that? Calvin: Last-minute panic. -- From "Calvin and Hobbes" by Bill Watterson
Re: apache question
On Thu, May 25, 2000 at 08:25:08PM -0700, Ian Zimmerman wrote: > > Ethan> however one thing you should do on a debian system is chown > Ethan> /var/www to root and make sure its not group writable. also > Ethan> chown /var/log/apache/* to root.adm and make sure the > Ethan> permissions are 640 or 644. (you have to fix the apache cron > Ethan> jobs to not undo this change) > > Ethan> for some insane reason debian leaves the www-root owned by > Ethan> www-data.www-data (the same user debian runs apache as) along > Ethan> with the logs. this is totally wrong as the web server user > Ethan> should NOT own files or have any write permission to anything. > Ethan> if it does then all it takes is one of those unprivileged child > Ethan> processes to be exploited and your web site can be replaced and > Ethan> your logs can be removed. bad bad bad. > > As for the document tree, I largely agree. But as for the logs, don't > the child servers need to write them, almost by definition? no, the child processes do not write the log files, the parent does, here is an apache setup on a redhat box, running www.linuxppc.org: [EMAIL PROTECTED] eb]$ ps aux | grep httpd eb 14908 0.0 0.1 784 212 p0 R20:44 0:00 grep httpd nobody 14610 0.0 6.0 12464 9728 ? S18:14 0:01 httpd nobody 14718 0.0 1.2 2944 1956 ? S19:24 0:02 httpd nobody 14738 0.0 1.2 2964 1992 ? S19:30 0:02 httpd [snip] nobody 14884 0.0 1.0 2872 1732 ? S20:37 0:00 httpd nobody 14885 0.0 1.1 2852 1856 ? S20:37 0:00 httpd nobody 14886 0.0 1.0 2796 1652 ? S20:37 0:00 httpd root 18824 0.0 0.9 2772 1596 ? S May 2 0:11 httpd [EMAIL PROTECTED] eb]$ ls -ld /var/log/httpd/ drwxr-xr-x 2 root root 1024 May 21 04:02 /var/log/httpd/ [EMAIL PROTECTED] eb]$ ls -l /var/log/httpd/ total 119032 -rw-r--r-- 1 root root 48090120 May 25 20:44 access_log -rw-r--r-- 1 root root 1267634 May 21 04:01 access_log.1.gz -rw-r--r-- 1 root root 70740267 May 7 04:01 access_log.2 -rw-r--r-- 1 root root 434583 May 25 20:44 error_log -rw-r--r-- 1 root root20858 May 21 04:02 error_log.1.gz -rw-r--r-- 1 root root 847416 May 7 04:02 error_log.2 the logs most certainly are being written to properly. all keeping the logs owned by the unpriviledged user seems to buy you is a security hole. -- Ethan Benson http://www.alaska.net/~erbenson/ pgp6JrP1CMZZs.pgp Description: PGP signature
Re: Colormaps in Linux
> "Eric" == Eric Hagglund <[EMAIL PROTECTED]> writes: Eric> The problem I am trying to fix is that fonts and images in Eric> Netscape have never been properly displayed in Netscape. Instead Eric> of getting fonts, toolbars, scrollbars and images displayed as Eric> the application programmers and web designers intended, I get Eric> basic Courier fonts, two dimensional images (I especially notice Eric> this with tool bars in netscape and within web pages) and 16-bit Eric> colors instead. Eric> I believe this probably has something to do with the way I have Eric> set up my color map in X as I intermittently get the following Eric> error: "Unable to allocate default colormap". I remember seeing this long ago and concluding some other package (Tk based, I think) caused it by not playing by the book with the color map, basically grabbing all of it or something. Does it happen when Netscape is the very first thing you start in X? -- Ian Zimmerman, Oakland, California, U.S.A. In his own soul a man bears the source from which he draws all his sorrows and his joys. Sophocles.
Firewall has holes
I did a check on my firewall using grc.com and found I have a hole from port 139 NetBios. Which I sure I did while I was playing with Samba. The question is how can I reverse this and shut down netbois. I have try to comment out netbios in /etc/sevides but I still have the problem. I want my firewall to be as stealth as possible. Any help would be great guys
Re: apache question
Ethan> however one thing you should do on a debian system is chown Ethan> /var/www to root and make sure its not group writable. also Ethan> chown /var/log/apache/* to root.adm and make sure the Ethan> permissions are 640 or 644. (you have to fix the apache cron Ethan> jobs to not undo this change) Ethan> for some insane reason debian leaves the www-root owned by Ethan> www-data.www-data (the same user debian runs apache as) along Ethan> with the logs. this is totally wrong as the web server user Ethan> should NOT own files or have any write permission to anything. Ethan> if it does then all it takes is one of those unprivileged child Ethan> processes to be exploited and your web site can be replaced and Ethan> your logs can be removed. bad bad bad. As for the document tree, I largely agree. But as for the logs, don't the child servers need to write them, almost by definition? -- Ian Zimmerman, Oakland, California, U.S.A. In his own soul a man bears the source from which he draws all his sorrows and his joys. Sophocles.
TNT2-OpenGL-Mesa
Does anyone know step-by-step instructions for installing NVIDIA's OpenGL libraries? The instructions on their website imply that all I have to do is remove my libMesaGL and make a symlink from that to their libGL. But won't a new version of the mesag3 package undo that? It also fails to mention mesa's libGL. Finally, the Mesa docs almost seem to imply that libMesa is depreciated in favor of libGL, but they are two different files! I'm finding all of this very confusing. Anyone got this woking with Quake II? Thanks, Bryan
Re: IDE CD-RW + sound
On Thu, May 25, 2000 at 05:39:56PM +0200, Vicente Torres wrote > > I have just installed a debian potato in a friend of mine's box. > He has an IDE cd-writer and he uses scsi-emulation > to record cds, but the CD player of KDE can not reproduce any > sound. This program is capable of reading CD-toc, > and after starting playing the seconds counter changes, > but no sound comes out from the speakers. > We have tried with other cd-players (like cccd or wmplay) > but no one could make it work. > If no CD Player works, most likely he is missing a cable connecting the CD drive to his soundcard. John P. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.mdt.net.au/~john Debian Linux admin & support:technical services
Re: Perhaps strange mail question
On Thu, May 25, 2000 at 11:21:13AM -0400, Dan Brosemer wrote > I would like to accept mail for many domains and put them in > separate spool directories. IE mail to [EMAIL PROTECTED] > would go in /var/mail/foo/user and mail to [EMAIL PROTECTED] > would go in /var/mail/bar/user. > > Q1: Is this possible? Yes. > Q2: Is this possible with exim? It looks like it. A typical exim.conf contains transports including (e.g.): localuser: driver = localuser transport = local_delivery Replace or precede this with foouser: driver = localuser transport = foo_delivery domains = foo.domain.org baruser: driver = localuser transport = bar_delivery domains = bar.domain.org And add local transports for them: foo_delivery: driver = appendfile group = mail mode = 0660 mode_fail_narrower = false file = /var/mail/foo/${local_part} bar_delivery: driver = appendfile group = mail mode = 0660 mode_fail_narrower = false file = /var/mail/bar/${local_part} You would probably also want to customise the other directors (system_aliases, userforward) to differentiate between the different domains. > Q3: How could I authenticate that user existed at > bar.domain.org (when user may not have an account on the > system) before writing to his/her spool file? > Here is where the problems start. Exim has to know the UID to use to write the mailbox; if they don't have an account on your system then there's no good way with spool mailboxes to make it so that the legitimate user can access it (without an account, how do you authenticate them? without an account, how can you ensure that they can read the mailbox but others can't?) > I think I'd have to use procmail, but then I'd have no idea > how to tell exim to route _all_ mail through procmail except > the mail _actually_intended_ for the local machine. > > TIA! > -Dan > HTH, John P. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.mdt.net.au/~john Debian Linux admin & support:technical services
Re: WMMail.App + Mutt annoyances
On Wed, May 24, 2000 at 10:09:56PM -0800, Ethan Benson was only escaped alone to tell thee: > On Wed, May 24, 2000 at 07:05:47PM -0400, Chris Gray wrote: > > > I hacked on wmmail for a while to see if I could fix this. No luck. It > > does set the timestamp back, but that doesn't seem to help mutt. Maybe > > mutt checks something else, but I didn't have the patience to find out > > what from its source. > > its some sort of race condition, every so often if i go to switch > mailboxes mutt notices new mail in $MAIL before wmmail does. its very > rare though... That just means mutt cycles its checks more frequently. Did you check both? From manual.txt: Note: new mail is detected by comparing the last modification time to the last access time. Utilities like biff or frm or any other program which accesses the mailbox might cause Mutt to never detect new mail for that mailbox if they do not properly reset the access time. -- i'm determined to stand, whether god |=| [EMAIL PROTECTED] will deliver me or not. -- bob dylan |=| www.cris.com/~bedlam
Re: Network Q
> "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: > When I configure eth1 with ip, netmask, etc. then do a ifconfig > all the information will show. After rebooting I do a ifconfig > and all the information is now gone. How do I make sure it > stays? edit the /etc/network/interfaces file. Marshal > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null
Re: Sound Question
> "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: > How do I figure out what to uncomment from the > isapnp.conf. After doing pnpdump the file has several lines that > are all commented out. Any help would be great Try uncommenting the lines with parentesis ( ). They usually come in groups, IRQ, IO, DMA, etc. You can sometimes change some of the values in them too. Read the comments before the line to see what can be changed. If you want, I'll forward you mine. Marshal > -Original Message- From: Marshal Wong > [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2000 4:16 PM To: > Jay Kelly Cc: debian-user@lists.debian.org Subject: Re: Sound > Question > "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: >> I am trying to setup a SoundBlaster16 sound card, I have >> recomplied the kernel for sound and pnp support. Now I see the >> howto is telling me to: >> Use pnpdump to capture the possible settings for all your Plug >> and Play devices, saving the result to the file >> /etc/isapnp.conf. Choose settings for the sound card that do >> not conflict with any other devices in your system and >> uncomment the appropriate lines in /etc/isapnp.conf. Don't >> forget to uncomment the (ACT Y) command near the end. Make >> sure that isapnp is run when your system boots up, normally >> done by one of the startup scripts. Reboot your system or run >> isapnp manually. >> 1) after using the 'pnpdump' how do I save it to the >> /etc/isapnp.conf. > pnpdump > /etc/isapnp.conf >> 2) Where do I uncomment the (ACT Y) command? I didnt see it. > Once get the information from pnpdump, it should be at the end > of each device configuration set. > A note, you may have problems with isapnp say that there are > fatel irq, and io errors, even if you know that that address is > not being used. To fix this, add (ACT N) at the beginning of > each device section. Let me know if you have problems. >> 3) How do I make sure the isapnp is run at bootup? > If there is a working /etc/isapnp.conf, it will be used at > bootup. There is a script that runs it. This is for sure for > potato. I can't remember if this is true for slink. > Good Luck >> Thanks Guys Jay >> -- Unsubscribe? mail -s unsubscribe >> [EMAIL PROTECTED] < /dev/null > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null
Debian Qestuin of the Day....
Ok here it is. I have two ethernet card one a linksys and the other netgear, Both using the tulip driver. I configure eth0 and eth1 with ifconfig xxx.xxx.xxx.xxx and so on. the check the configuration with ifconfig and everything is fine. Then I reboot the system and try ifconfig and eth0 is fine has the same settings before I rebooted but eth1 has NON SET where the ip and netmask should be. This system is slink running 2.2.12. Any idea's guys? What can I do to keep the setting for eth1?
Re: Building i585/i686 optimized packages?
Ethan Benson wrote: > On Thu, May 25, 2000 at 09:24:30AM +0100, Dominic Blythe wrote: > > < snip> can you optimize a kernal for coppermine chips yet? does the kernal deal with the fsb or does it rely on the bios? same question about the AGP slot ( 4X OK in Linux) ? TIA Dave Debian GNU/Linux 2.2 100% M$ free
Re: Kernel Config
> Actually, /usr/src/linux is the default -- Linus ships the tree in a > format to go in a directory called linux. I don't use any "shipping" version of Linux. Prefer getting a base Debian system and them building up on it. No /usr/src/linux there. > In general, you want to symlink /usr/src/linux to the actual location of > your kernel sources. Why? > If you use a .deb of the source, then you'd end up with > /usr/src/kernel-source-2.2.15 > or similar. Or if you get the source, bunzip2 it and the tar -xvf it. -- Bart Szyszka [EMAIL PROTECTED] ICQ:4982727 GigaBee Interactive http://www.gigabee.com PayPal - Securely send money to an e-mail user! https://secure.paypal.com/refer/[EMAIL PROTECTED]
Re: Wine
It workes for me! Maybe you have a damn slow computer? On my P2 400 with 192 mb ram it takes a while to start programs in wine.. Or, perhaps you have not configured it right? On Fri, 26 May 2000, John Leget wrote: > Does anyone actually have wine working on debian woody. > > For a long time now all ive been able to get it to do is just hog the > CPU with a black window. Eterm showing building font metrics, it never > seems to finish this. > > Just curious if it actually does work for anyone. > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: Network Q
Didi Damian wrote: > > I'm not sure I understand what you mean. I'll take it that you do an > 'ifconfig' with all the info and that enables your eth1. However, after > a reboot the information is lost. If this is the case, *and* you are > running potato, the configuration is stored in /etc/network/interfaces. > If you are running slink I'm sure somebody else will help you as I don't > remember. /etc/init.d/network, I think... Matthew
xg - Use `gnuclient' for quick edits. (Was: Re: bigots - was Emacs - was Mail/news software)
> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: Peter> Felix Natter wrote: >> john s jacobs anderson <[EMAIL PROTECTED]> writes: >> >> > Oh, I'm with you -- I'll often use vi for small edits, even if I have >> > XEmacs open on another desktop, just because doing the edit 'in-line' >> > in an xterm fits my work-flow better. Again, it's all about choosing >> > the right tool for the job. >> >> you can do emacs -nw ("no windowing"). Peter> Or use gnuserv. I use the attached script as EDITOR, and make sure that xemacs has been told to `gnuserv-start'. `fuser' is part of the `psmisc' package. xg Description: Binary data
Sound Question
>1) after using the 'pnpdump' how do I save it to the >/etc/isapnp.conf. Easy way is to (as root) vi pnpdump edit changes w /etc/isapnp.conf q > >2) Where do I uncomment the (ACT Y) command? I didnt >see it. There is one of these lines per section. It's there, if needed in vi use the '/' command to search for it! > >3) How do I make sure the isapnp is run at bootup? > If you installed the isapnp from the .deb, it's already set to run. The script is loaded in /etc/init.d = Amateur Radio, when all else fails! http://www.qsl.net/wa2mze Debian Gnu Linux, Live Free or . __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
Re: Sound Question
Jay Kelly wrote: > > How do I figure out what to uncomment from the isapnp.conf. After doing > pnpdump the file has several lines that are all commented out. Any help > would be great Read http://www.roestock.demon.co.uk/isapnptools/ and specifically http://www.roestock.demon.co.uk/isapnptools/pnpdump.8.html and http://www.roestock.demon.co.uk/isapnptools/isapnp.conf.5.html. > > -Original Message- > From: Marshal Wong [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2000 4:16 PM > To: Jay Kelly > Cc: debian-user@lists.debian.org > Subject: Re: Sound Question > > > "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: > > > I am trying to setup a SoundBlaster16 sound card, I have > > recomplied the kernel for sound and pnp support. Now I see the > > howto is telling me to: > > > Use pnpdump to capture the possible settings for all your Plug > > and Play devices, saving the result to the file > > /etc/isapnp.conf. Choose settings for the sound card that do > > not conflict with any other devices in your system and uncomment > > the appropriate lines in /etc/isapnp.conf. Don't forget to > > uncomment the (ACT Y) command near the end. Make sure that > > isapnp is run when your system boots up, normally done by one of > > the startup scripts. Reboot your system or run isapnp manually. > > > 1) after using the 'pnpdump' how do I save it to the > > /etc/isapnp.conf. > > pnpdump > /etc/isapnp.conf > > > 2) Where do I uncomment the (ACT Y) command? I didnt see it. > > Once get the information from pnpdump, it should be at the end of each > device configuration set. > > A note, you may have problems with isapnp say that there are fatel > irq, and io errors, even if you know that that address is not being > used. To fix this, add (ACT N) at the beginning of each device > section. Let me know if you have problems. > > > 3) How do I make sure the isapnp is run at bootup? > > If there is a working /etc/isapnp.conf, it will be used at bootup. > There is a script that runs it. This is for sure for potato. I can't > remember if this is true for slink. > > Good Luck > > > Thanks Guys Jay > > > -- Unsubscribe? mail -s unsubscribe > > [EMAIL PROTECTED] < /dev/null > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > /dev/null > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: Network Q
I'm not sure I understand what you mean. I'll take it that you do an 'ifconfig' with all the info and that enables your eth1. However, after a reboot the information is lost. If this is the case, *and* you are running potato, the configuration is stored in /etc/network/interfaces. If you are running slink I'm sure somebody else will help you as I don't remember. * Jay Kelly <[EMAIL PROTECTED]> [25-05-2000 05:13 PM -0700] > When I configure eth1 with ip, netmask, etc. then do a ifconfig all the > information will show. After rebooting I do a ifconfig and all the > information is now gone. How do I make sure it stays? -- Didi Damian :: [EMAIL PROTECTED] :: www.debiandiary.f2s.com Debian GNU/Linux, when code matters more than commercials | 8:29pm up 3 days, 3:30,
Wine
Does anyone actually have wine working on debian woody. For a long time now all ive been able to get it to do is just hog the CPU with a black window. Eterm showing building font metrics, it never seems to finish this. Just curious if it actually does work for anyone.
Network Q
When I configure eth1 with ip, netmask, etc. then do a ifconfig all the information will show. After rebooting I do a ifconfig and all the information is now gone. How do I make sure it stays?
sound crashes system .. more info
Reply-To: I forgot to include a few things in my mail. I noticed 2 new errors in my logs that I haven't noticed before. Here they are: modprobe: can't locate module sound-slot-1 modprobe: can't locate module sound-service-1-3 Also a "cat /proc/interupts" shows no conflicting IRQs. I tried recompiling my kernel and compiling the sound driver as a module, but that didn't help.
RE: Sound Question
How do I figure out what to uncomment from the isapnp.conf. After doing pnpdump the file has several lines that are all commented out. Any help would be great -Original Message- From: Marshal Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2000 4:16 PM To: Jay Kelly Cc: debian-user@lists.debian.org Subject: Re: Sound Question > "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: > I am trying to setup a SoundBlaster16 sound card, I have > recomplied the kernel for sound and pnp support. Now I see the > howto is telling me to: > Use pnpdump to capture the possible settings for all your Plug > and Play devices, saving the result to the file > /etc/isapnp.conf. Choose settings for the sound card that do > not conflict with any other devices in your system and uncomment > the appropriate lines in /etc/isapnp.conf. Don't forget to > uncomment the (ACT Y) command near the end. Make sure that > isapnp is run when your system boots up, normally done by one of > the startup scripts. Reboot your system or run isapnp manually. > 1) after using the 'pnpdump' how do I save it to the > /etc/isapnp.conf. pnpdump > /etc/isapnp.conf > 2) Where do I uncomment the (ACT Y) command? I didnt see it. Once get the information from pnpdump, it should be at the end of each device configuration set. A note, you may have problems with isapnp say that there are fatel irq, and io errors, even if you know that that address is not being used. To fix this, add (ACT N) at the beginning of each device section. Let me know if you have problems. > 3) How do I make sure the isapnp is run at bootup? If there is a working /etc/isapnp.conf, it will be used at bootup. There is a script that runs it. This is for sure for potato. I can't remember if this is true for slink. Good Luck > Thanks Guys Jay > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
sound crashes system
Reply-To: Hiya. I'm having problems playing sounds on my pc. First I'll explain the problem then I'll give some background data. I can play music cds fine, but if I try to use play, xmms or mpg123, it freezes my system and I have to reboot. This problem just started today when I upgraded my motherboard. With my old MB, xmms and play worked fine. When that MB failed, I grabbed an old p100 pc I have and switched out all my HDs and cards into the p100 box. Again, everything worked fine. Then today my Abit BE6 II MB arrived so I hooked everything upto my new MB and rebooted. Now if I try to play any sounds aside from music cds, my system just freezes up .. no errors or anything. The only thing I can do is reboot. I'm using a Diamond Monster MX300 with the driver provided by Aureal. Kernel 2.2.12 Debian 2.1 Again, the only thing that's changed is my MB.
X11 Quake1 display problems
Hey When I start Quake.X11 on Debian slink, It brings up the window, BUT when it does one half of the widow is black and the other is displaying the game in a greenish tint. If you have a solution I would appreciate it if you E-mail me back. thanks Jordan Swain
Re: installation problems
> "Carlos" == Carlos Pena <- Jefe Division Electrica <[EMAIL PROTECTED]>> > writes: One question is where you got the CDs from. It looks like that some of the files have been truncated/corrupted... Marshal > Folks, I?ve tried to install Debian 2.1 (like 50 > times...). Everything is ok, until the dselect step. During the > installation (after the first Linux boot) you?re given to choose > the installation method: from profiles or pure dselect. I?ve > chosed the profiles option (it seems like is easy...), so I > provided the Access method, then I ran Update with the following > results: Uncompressing > /var/lib/dpkg/methods/mnt/l1/dists/slink/main/binary-i386/Packages.gz > ... done Replacing available packages information, using > packages-main Information about 1152 packages was updated > Uncompressing > /var/lib/dpkg/methods/mnt/l1/dists/slink/main/binary-i386/Packages.gz > ... done Updating available packages information, using > packages-ctb Information about 97 packages was updated Update OK > It seems like everything is ok... right? Now, I skip the Select > step (recommended during installation) and run the Install > option with the following poor results: Looking for part 1 of > dpkg-perl .../var/lib/dpkg/methods/mnt/l1/dists/sl > ink/main/binary-i386/devel/dpkg-perl_0.1-2hamm1.deb Running dpkg > -iB for dpkg-perl ... dpkg-deb: unexpected end of file in > version number in > /var/lib/dpkg/methods/mnt/l1/dists/slink/main/binary-i386/devel/dpkg-per > l_0.1-2hamm1.deb dpkg: error processing > /var/lib/dpkg/methods/mnt/l1/dists/slink/main/binary-i386/devel/dpkg-per > l_0.1-2hamm1.deb (--install) Subprocess dpkg-deb --control > returned error exit status 2 Error were encountered while > processing: > /var/lib/dpkg/methods/mnt/l1/dists/slink/main/binary-i386/devel/dpkg-per > l_0.1-2hamm1.deb installation script returned error exit status > 1 Press RETURN to continue. > ... and then... nothing happens... > Is this enough information for you to help me? > Thanks in advance. > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null
Re: 3Dfx X Server and drivers
> "Kele" == Kele Kravelin <[EMAIL PROTECTED]> writes: > Has anyone gotten the 3Dfx drivers and X Server to work in > Debian? they distributed the packages as rpm's and I couldn't > get them to convert and install using alien and had problems > using Debian's rpm package as well (gave me a bunch of file or > directory doesn't exist and dependency errors). I'm running > 2.2.1 for a kernel with the latest stable packages for Debian. > The card I have is a Voodoo3 2000. Any help would be > appreciated. I think the easiest solution right now is to get the 3.3.6 packages. Add the following to your /etc/apt/sources.list deb http://samosa.debian.org/~branden slink/ update, and download away. Then wait a few months until potato gets out and hope for Xfree86 4.0 to get packages. Or you could compile from scratch if you want... Good luck. Marshal > Kele Kravelin [EMAIL PROTECTED] > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null
Re: Sound Question
> "Jay" == Jay Kelly <[EMAIL PROTECTED]> writes: > I am trying to setup a SoundBlaster16 sound card, I have > recomplied the kernel for sound and pnp support. Now I see the > howto is telling me to: > Use pnpdump to capture the possible settings for all your Plug > and Play devices, saving the result to the file > /etc/isapnp.conf. Choose settings for the sound card that do > not conflict with any other devices in your system and uncomment > the appropriate lines in /etc/isapnp.conf. Don't forget to > uncomment the (ACT Y) command near the end. Make sure that > isapnp is run when your system boots up, normally done by one of > the startup scripts. Reboot your system or run isapnp manually. > 1) after using the 'pnpdump' how do I save it to the > /etc/isapnp.conf. pnpdump > /etc/isapnp.conf > 2) Where do I uncomment the (ACT Y) command? I didnt see it. Once get the information from pnpdump, it should be at the end of each device configuration set. A note, you may have problems with isapnp say that there are fatel irq, and io errors, even if you know that that address is not being used. To fix this, add (ACT N) at the beginning of each device section. Let me know if you have problems. > 3) How do I make sure the isapnp is run at bootup? If there is a working /etc/isapnp.conf, it will be used at bootup. There is a script that runs it. This is for sure for potato. I can't remember if this is true for slink. Good Luck > Thanks Guys Jay > -- Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null
Re: kysmoops
|> One of the the required or standard or important packages in frozen |> (potato) recommends the ksymoops package. I avoided it for a long |> time, not feeling need for it, but since I like to = (hold) |> installed packages, and was even more annoyed by the suggestion |> coming up, I went ahead and installed it. |> |> You may have selected it inadvertently with a list of |> depends/recommends. x Yes, modutils isn't it? The weird thing is that the ksymoops package is not installed on my system and never, as far as I can tell, has been---/var/lib/dpkg/status, all the old versions of /var/lib/dpkg/status, dpkg -s, dpkg -l, and /usr/share/doc all agree about that. I ran `script' while I was doing the upgrade to frozen and so I have a record of the entire output to console; there's no mention of the package in that record either. Ah well Thank you very much for your help (all of you), Jim
Trying to figure out trigger for diald callouts
Hi! I have diald setup and everything works pretty well, except for the fact that I get random dial outs, even when I'm not doing anything that requires me to be online. I have found these triggers, and was wondering whether anyone has a clue to what they might be from. May 25 14:28:46 ul diald[178]: Trigger: tcp 64.10.92.140/1783 64.28.67.57/80 May 25 19:02:03 ul diald[3681]: Trigger: udp 192.168.1.1/1119 216.70.64.1/53 I have no idea what this address address is. It's nothing that I've ever seen before. I've turned off the exim cron job. I do have wwwoffle running in autodial... So any suggestions of clues would be appreciated. Thanks. Marshal
Re: ipfwadm
hey thankx fo all the replies, i tried the following in order echo "1" > /proc/sys/net/ipv4/ip_forward /sbin/ipfwadm -F -p deny i get the following error: ipfwadm: setsockopt failed: Protocol not available. just so you have some background, i am running debian 2.1 w/ 2.0.38 kernel, never recompiled since install. running dhcp service and have my route table setup as follows: 255.255.255.255 * 255.255.255.255 eth1 localnet* 255.255.255.0 eth0 192.168.1.0 * 255.255.255.0 eth1 127.0.0.0 * 255.0.0.0 lo defaultadsl 0.0.0.0eth0 i have done this before w/ ipchians on a 2.2 kernel, but just want to remember how to do it w/ 2.0 thankx foe your help - Original Message - From: <[EMAIL PROTECTED]> To: "Nick" <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2000 9:21 PM Subject: Re: ipfwadm > Sorry I answered your question but not as > clearly as I could have. > > You should execute the command I mentionned > before the others (that you mentionned). Maybe you > want to put them all in a script. > > You don't need to recompile the kernel. > At least, not inorder to use ip masquerading. > >
partition magic
hello do you help me if you have patition magic for download merci
Sound Question
I am trying to setup a SoundBlaster16 sound card, I have recomplied the kernel for sound and pnp support. Now I see the howto is telling me to: Use pnpdump to capture the possible settings for all your Plug and Play devices, saving the result to the file /etc/isapnp.conf. Choose settings for the sound card that do not conflict with any other devices in your system and uncomment the appropriate lines in /etc/isapnp.conf. Don't forget to uncomment the (ACT Y) command near the end. Make sure that isapnp is run when your system boots up, normally done by one of the startup scripts. Reboot your system or run isapnp manually. 1) after using the 'pnpdump' how do I save it to the /etc/isapnp.conf. 2) Where do I uncomment the (ACT Y) command? I didnt see it. 3) How do I make sure the isapnp is run at bootup? Thanks Guys Jay
Re: driver
What's your soundcard?? Ron Rademaker On Thu, 25 May 2000 [EMAIL PROTECTED] wrote: > Hi ...I need an audio driver for my computer..pls > help!! > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: Kernel Config
Actually, /usr/src/linux is the default -- Linus ships the tree in a format to go in a directory called linux. In general, you want to symlink /usr/src/linux to the actual location of your kernel sources. If you use a .deb of the source, then you'd end up with /usr/src/kernel-source-2.2.15 or similar. On Thu, 25 May 2000, Bart Szyszka wrote: > > When I cd to /usr/src there is no linux in there. So it looks like I dont > > have the source tree needed to run make menuconfig. What would I need to do > > from here? > > I don't think it's really supposed to be 'linux'. Just a folder that the > kernel > source was bunzip2 and tar -xvf into. Mine's usually > /usr/src/kernel-source-... > > -- > Bart Szyszka [EMAIL PROTECTED] ICQ:4982727 > GigaBee Interactive http://www.gigabee.com > PayPal - Securely send money to an e-mail user! > https://secure.paypal.com/refer/[EMAIL PROTECTED] > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Different types of kernel
Someone was asking about this: (Gathered from http://auric.debian.org/~aph/bf/2.2.15/README.txt ) The flavors available for this architecture are `compact', 'idepci', and `udma66'. compact A Linux kernel with some non-critical device drivers removed, and a few of the more common PCI device drivers compiled into the kernel itself. See images-1.44/compact/README.txt idepci Similar to compact, but even more PCI device drivers are compiled into the kernel, and SCSI is removed. See images-1.44/idepci/README.txt udma66 . Specialized kernel for those who require the UDMA66 IDE patch. This may be needed if you have a Promise Ultra66 IDE controller, among others. See images-1.44/udma66/README.txt
Re: Kernel Config
> When I cd to /usr/src there is no linux in there. So it looks like I dont > have the source tree needed to run make menuconfig. What would I need to do > from here? I don't think it's really supposed to be 'linux'. Just a folder that the kernel source was bunzip2 and tar -xvf into. Mine's usually /usr/src/kernel-source-... -- Bart Szyszka [EMAIL PROTECTED] ICQ:4982727 GigaBee Interactive http://www.gigabee.com PayPal - Securely send money to an e-mail user! https://secure.paypal.com/refer/[EMAIL PROTECTED]
Re: driver
I personally like www.opensound.com. It's $20 for something like a 5year license + updates. And the support I got from them on a REALLY screwy laptop was awsome. The guys called me back so it'd be their nickle (dime?). They were also willing to go through 4 ssh hops to log in and do some trouble shooting, listening to the audio out over a speaker phone for about 3hrs. Worth the $20, and the virtual dsp driver is great. I can play 8 mp3 streams at once, or even better, play my Metallica collection while playing Q3 Robert Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Hi ...I need an audio driver for my computer..pls > help!! > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null :wq! --- Robert L. Harris| Micros~1 : Senior System Engineer |For when quality, reliability at RnD Consulting | and security just aren't \_ that important! DISCLAIMER: These are MY OPINIONS ALONE. I speak for no-one else. FYI: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Re: kysmoops
[EMAIL PROTECTED] wrote: > |> Given that the directory isn't being rotated, is contantly growing, > |> neither "keysmoop" nor "keysmoops" returns any hits on Google, and > |> that "smoop" looks suspiciously like "snoop".. > > Forgive me; I mis-typed. The directory is actually `ksymoops' and it's > obviously not the result of a security breach. > > According to kernelnotes.org, ksymoops is a program to: > > Read a kernel Oops file and make the best stab at converting the code to > instructions and mapping stack values to kernel symbols. > ... > > Which all makes a kind of sense. > > Except that I didn't create /var/log/ksymoops (I wouldn't have known > how to or why to; I had never heard of ksymoops before I noticed the > existence of the log files); it must have been created automatically > in the upgrade process from slink to frozen. One of the the required or standard or important packages in frozen (potato) recommends the ksymoops package. I avoided it for a long time, not feeling need for it, but since I like to = (hold) installed packages, and was even more annoyed by the suggestion coming up, I went ahead and installed it. You may have selected it inadvertently with a list of depends/recommends.
driver
Hi ...I need an audio driver for my computer..pls help!!
Re: Problem with installing potato on i810 based PC. (No agpgart
> > Where can I get them from? Is it safe to copy the drivers/char/agp directory > from the RedHat's 2.2.14 sources into the debian's 2.2.15, and use > the make-kpkg? somewhere, there should be a kernel patch. Apply that.
Re: Problem with installing potato on i810 based PC. (No agpgart
On Thu, May 25, 2000 at 10:24:15AM -0700, Sean 'Shaleh' Perry wrote: > On 25-May-2000 Wojciech Zabolotny wrote: > > I just tried to install potato on the PC with i810 based motherboard. > > The problem is with it's VGA adapter. In the documentation attached > > to the xserver-svga I've read that it requires the agpgart module, > > which should be included with the server. However I can't find neither > > compiled model nor its source in the xserver-svga package. > > Have I missed something? > > nope, it is not there. the agpart module is actually a kernel module. for > the > i810 to work, the kernel has to help. It is essentially a winVidcard (ala > winmodem). Well, I've found the sources of agpgart module (in the drivers/char/agp directory) in the kernel 2.2.14 sources included in RedHat 6.2. However I can't find them in the kernel sources available in potato (both 2.2.14 and 2.2.15)... Where can I get them from? Is it safe to copy the drivers/char/agp directory from the RedHat's 2.2.14 sources into the debian's 2.2.15, and use the make-kpkg? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.gnupg.org Gnu Privacy Guard - protect your mail & data with the FREE cryptographic system
Re: SMB Printing[solved]
i dont know why (and dont really care :) ) but i setup another machine next to me (identical hardware) with mandrake 7, and it works fine.. and i saw it was using lpd, not lprng, so i did an apt-get instll lpd (had to change my sources.list as the main debian site doesnt appear to have it) it removed lprng and installed lpd and after a few quick tweaks it works fine now :)) so far at least only printed 1 text file. thanks again! nate On Thu, 25 May 2000, [EMAIL PROTECTED] wrote: nate >after about 3 hours of playin with it i got the smbprint script to nate >work(part of the problem was the printer didnt like the laserjet filter so nate >im using a postscript filter now) i can do nate > nate >cat filename | smb-printredir-ascii nate > nate >and it prints.. nate > nate >if i try to set it up through lprng i get an error: nate > nate >IF filter msg - 'Make_passthrough: pid 6305, execve nate >'/bin/smb-printredir-ascii' failed - 'Exec format error'' at nate >2000-05-25-12:32:21.126 ## [EMAIL PROTECTED] 97+302 number=302 nate >process=6304 nate >IF filter problems, error 'JABORT' at 2000-05-25-12:32:21.126 nate >## [EMAIL PROTECTED] number=302 process=6304 subserver pid 6304 nate >exit status 'JABORT' at 2000-05-25-12:32:21.129 ## identifier = nate >number=0 process=6303 nate >job '[EMAIL PROTECTED]' error 'aborting operations' at nate >2000-05-25-12:32:21.129 ## [EMAIL PROTECTED] number=302 nate >process=6303 removing job '[EMAIL PROTECTED]' - ABORT at nate >2000-05-25-12:32:21.130 ## identifier [EMAIL PROTECTED] number=302 nate >process=6303 nate > nate >to simplify things the script is currently(/bin/smb-printredir-ascii: nate > nate >logfile=/tmp/smb-print.log nate > nate >filter_name=aps-PS_800dpi-letter-ascii-mono nate > nate >server=printserver-noc nate >service=HPLASERJET4 nate >password="" nate > nate >echo " `date` : server $server, service $service, filter $filter_name" >> nate >$logfile nate > nate >( echo "print -" nate >/var/lib/apsfilter/filter/$filter_name ) | \ nate >/usr/bin/smbclient "$server\\$service" -N -P >> $logfile nate > nate > nate >and my printcap: nate > nate >ascii|PS_800dpi-letter-ascii-mono|PS_800dpi ascii mono:\ nate >:lp=/dev/null:\ nate >:sd=/var/spool/lpd/PS_800dpi-letter-ascii-mono:\ nate >:lf=/var/spool/lpd/PS_800dpi-letter-ascii-mono/log:\ nate >:if=/bin/smb-printredir-ascii:\ nate >:af=/var/spool/lpd/PS_800dpi-letter-ascii-mono/acct:\ nate >:mx#0:\ nate >:sf:\ nate >:sh: nate > nate >lp|lp2|PS_800dpi-letter-auto-mono|PS_800dpi auto mono:\ nate >:lp=/dev/null:\ nate >:sd=/var/spool/lpd/PS_800dpi-letter-auto-mono:\ nate >:if=/bin/smb-printredir-auto:\ nate >:af=/var/spool/lpd/PS_800dpi-letter-auto-mono/acct:\ nate >:mx#0:\ nate >:sh: nate > nate >im running potato with lprng 3.6.12-5, again i can use the smbprint script nate >fine but lprng rejects it for some reason, and i cant find any more nate >detailed info then the above from ascii.status nate > nate >any other ideas ?? nate > nate >thanks for the help im halfway there :) nate > nate >nate nate > nate > nate >On Thu, 25 May 2000, Radim Gelner wrote: nate > nate >radim. >I'm using a similar setup as you, with the difference, that I add an nate >radim. >apsfiter into the whole thing. I have had some troubles setting up nate >radim. >smbprint script so I have written another one. It's stored under nate >radim. >/bin/smb-printredir. I'm sending it to you together with my nate >radim. >/etc/printcap and /var/spool/lpd/ljet4-a4-auto-mono/config. nate >radim. > nate >radim. >Good luck nate >radim. > nate >radim. >Radim nate >radim. > nate > nate >::: nate >http://www.aphroland.org/ nate >http://www.linuxpowered.net/ nate >[EMAIL PROTECTED] nate >12:54pm up 1 day, 18:55, 2 users, load average: 1.00, 1.18, 1.17 nate > nate > nate >-- nate >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null nate > ::: http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED] 1:45pm up 1 day, 19:46, 1 user, load average: 1.02, 1.03, 1.00
RE: Kernel Config
to get the current kernel you have : cd /usr/src wget ftp://ftp.kernel.org/pub/linux/kernel/v2.2/linux-`uname -r`.tar.gz if you are running 2.2.10 (i think you are since i installed that box?) it will get linux-2.2.10.tar.gz then extract it with tar -zxvf linux-`uname -r`.tar.gz the ` key is right next to the 1 key not to be confused with a single quote on the right side of the KB nate On Thu, 25 May 2000, Jay Kelly wrote: neutec >When I cd to /usr/src there is no linux in there. So it looks like I dont neutec >have the source tree needed to run make menuconfig. What would I need to do neutec >from here? neutec > neutec >-Original Message- neutec >From: Oswald Buddenhagen [mailto:[EMAIL PROTECTED] neutec >Sent: Thursday, May 25, 2000 1:06 PM neutec >To: Jay Kelly neutec >Cc: debian-user@lists.debian.org neutec >Subject: Re: Kernel Config neutec > neutec > neutec >> If I want to edit my kernel what command do I use. I tried make menuconfig neutec >> but that doesnt work. Any help would be great... Im using slink neutec >> neutec >could you say _precisely_ what you have done (commands, output)? neutec > neutec >the normal procedure to configure and compile a kernel is: neutec >- download the kernel source neutec >- cd /usr/src/linux neutec >- "make menuconfig dep install modules modules_install" neutec >or something similar. neutec > neutec >-- neutec >Hi! I'm a .signature virus! Copy me into your ~/.signature, please! neutec >-- neutec >If Windows is the answer, I want the problems back! neutec > neutec > neutec >-- neutec >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < neutec >/dev/null neutec > neutec > neutec >-- neutec >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null neutec > ::: http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED] 1:26pm up 1 day, 19:26, 1 user, load average: 1.00, 1.00, 1.01
RE: Kernel Config
Download the sources ;) Ron Rademaker On Thu, 25 May 2000, Jay Kelly wrote: > When I cd to /usr/src there is no linux in there. So it looks like I dont > have the source tree needed to run make menuconfig. What would I need to do > from here? > > -Original Message- > From: Oswald Buddenhagen [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2000 1:06 PM > To: Jay Kelly > Cc: debian-user@lists.debian.org > Subject: Re: Kernel Config > > > > If I want to edit my kernel what command do I use. I tried make menuconfig > > but that doesnt work. Any help would be great... Im using slink > > > could you say _precisely_ what you have done (commands, output)? > > the normal procedure to configure and compile a kernel is: > - download the kernel source > - cd /usr/src/linux > - "make menuconfig dep install modules modules_install" > or something similar. > > -- > Hi! I'm a .signature virus! Copy me into your ~/.signature, please! > -- > If Windows is the answer, I want the problems back! > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > /dev/null > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: Kernel Config
Make sure in /usr/src/linux and do make menuconfig. Ron Rademaker On Thu, 25 May 2000, Jay Kelly wrote: > If I want to edit my kernel what command do I use. I tried make menuconfig > but that doesnt work. Any help would be great... Im using slink > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
RE: Kernel Config
When I cd to /usr/src there is no linux in there. So it looks like I dont have the source tree needed to run make menuconfig. What would I need to do from here? -Original Message- From: Oswald Buddenhagen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2000 1:06 PM To: Jay Kelly Cc: debian-user@lists.debian.org Subject: Re: Kernel Config > If I want to edit my kernel what command do I use. I tried make menuconfig > but that doesnt work. Any help would be great... Im using slink > could you say _precisely_ what you have done (commands, output)? the normal procedure to configure and compile a kernel is: - download the kernel source - cd /usr/src/linux - "make menuconfig dep install modules modules_install" or something similar. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- If Windows is the answer, I want the problems back! -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
RE: mod_frontpage and original Debian Apache src
Sven, > I need a Apache webserver with Frontpage Server Extensions. > To get this binary I downloaded the FP Server Extensions from the web and > untarred the file. I built the mod_frontpage as well. Unfortunately, I don't recognize the problems you describe. I downloaded the apache source and built it rather than go through debian package manager(s). I recommend trying this. There are a few differences. Make sure debian source is apache version 1.3.12. Mod_frontpage requires this. The other difference is directory location. Debian has chosen to not use /usr/local. Apache defaults to /usr/local/apache. I would make sure you have apache version 1.3.12. That is most likely it. Your output was: > [Thu May 25 13:03:59 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU Once you get the new version and follow the instructions religously, frontpage should come right up. Debian repository is usually full of very stable stuff, if not a little dated. The correct apache source can be found at: http://www.apache.org/dist/apache_1.3.12.tar.gz paul -- Paul McHale Work: 937-253-7610 Double E Solutions Mobile: 937-371-2828 4912 Effingham Fax:413-215-3232 Dayton, Ohio 45431 -- > -- > Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null >
Re: Kernel Config
On Thu, 25 May 2000, Jay Kelly wrote: > If I want to edit my kernel what command do I use. I tried make menuconfig > but that doesnt work. Any help would be great... Im using slink "make menuconfig" works fine... when you have the libncurses4-dev package installed. "make config" requires nothing extra "make xconfig" needs tk/tcl installed, IIRC If it is some other problem, post the error messages to the list (use the "script" command to capture all messages). later, Bruce
Re: Java 1.2 JDK released for Linux...
IBM has also released a Technology Edition of their JDK 1.3 It can be downloaded from their website. It probably has a much more allowing licence than SCSL. Robert Varga On 24 May 2000, Gary Hennigan wrote: > "Joe Emenaker" <[EMAIL PROTECTED]> writes: > > JavaSoft apparently released the Linux version of the JDK 1.2. > > > > Anyone know if anyone is packaging it already? > > I assume JavaSoft = Sun Microsystems? If so, the JDK 1.2.2 has been > out for at least a month or two. As far as I know it's not packaged > for Debian but I did download it from Sun and install it in /usr/local > and haven't had any problems with it on either of my Potato systems. > > Gary > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
Re: directories->files
On Thu, 25 May 2000, Colin Watson wrote: > You had hard links to directories? Links by dragging from kfm or ln -s. > All the files should still be in the .tar.gz (check what 'tar tzvf > backup.tar.gz' says), so maybe you can create the directories manually > and use some appropriate set of --exclude options if necessary. They are in a 1.2G tar file. Gone to sleep. Will read tar manual in morning Paul Clark
Re: Kernel Config
> If I want to edit my kernel what command do I use. I tried make menuconfig > but that doesnt work. Any help would be great... Im using slink > could you say _precisely_ what you have done (commands, output)? the normal procedure to configure and compile a kernel is: - download the kernel source - cd /usr/src/linux - "make menuconfig dep install modules modules_install" or something similar. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- If Windows is the answer, I want the problems back!
Kernel Config
If I want to edit my kernel what command do I use. I tried make menuconfig but that doesnt work. Any help would be great... Im using slink
RE: directories->files
On Thu, 25 May 2000, Sean 'Shaleh' Perry wrote: > could you please paste a ls -al snippet? total 256 -rw-r--r-- 1 paul privilag 112898 Mar 2 15:34 key_feature -rw-r--r-- 1 paul privilag94842 Apr 24 12:20 menu_benefits -rw-r--r-- 1 paul privilag49644 Mar 2 15:33 product_inf no nice 'd' Paul Clark
Re: SMB Printing
after about 3 hours of playin with it i got the smbprint script to work(part of the problem was the printer didnt like the laserjet filter so im using a postscript filter now) i can do cat filename | smb-printredir-ascii and it prints.. if i try to set it up through lprng i get an error: IF filter msg - 'Make_passthrough: pid 6305, execve '/bin/smb-printredir-ascii' failed - 'Exec format error'' at 2000-05-25-12:32:21.126 ## [EMAIL PROTECTED] 97+302 number=302 process=6304 IF filter problems, error 'JABORT' at 2000-05-25-12:32:21.126 ## [EMAIL PROTECTED] number=302 process=6304 subserver pid 6304 exit status 'JABORT' at 2000-05-25-12:32:21.129 ## identifier = number=0 process=6303 job '[EMAIL PROTECTED]' error 'aborting operations' at 2000-05-25-12:32:21.129 ## [EMAIL PROTECTED] number=302 process=6303 removing job '[EMAIL PROTECTED]' - ABORT at 2000-05-25-12:32:21.130 ## identifier [EMAIL PROTECTED] number=302 process=6303 to simplify things the script is currently(/bin/smb-printredir-ascii: logfile=/tmp/smb-print.log filter_name=aps-PS_800dpi-letter-ascii-mono server=printserver-noc service=HPLASERJET4 password="" echo " `date` : server $server, service $service, filter $filter_name" >> $logfile ( echo "print -" /var/lib/apsfilter/filter/$filter_name ) | \ /usr/bin/smbclient "$server\\$service" -N -P >> $logfile and my printcap: ascii|PS_800dpi-letter-ascii-mono|PS_800dpi ascii mono:\ :lp=/dev/null:\ :sd=/var/spool/lpd/PS_800dpi-letter-ascii-mono:\ :lf=/var/spool/lpd/PS_800dpi-letter-ascii-mono/log:\ :if=/bin/smb-printredir-ascii:\ :af=/var/spool/lpd/PS_800dpi-letter-ascii-mono/acct:\ :mx#0:\ :sf:\ :sh: lp|lp2|PS_800dpi-letter-auto-mono|PS_800dpi auto mono:\ :lp=/dev/null:\ :sd=/var/spool/lpd/PS_800dpi-letter-auto-mono:\ :if=/bin/smb-printredir-auto:\ :af=/var/spool/lpd/PS_800dpi-letter-auto-mono/acct:\ :mx#0:\ :sh: im running potato with lprng 3.6.12-5, again i can use the smbprint script fine but lprng rejects it for some reason, and i cant find any more detailed info then the above from ascii.status any other ideas ?? thanks for the help im halfway there :) nate On Thu, 25 May 2000, Radim Gelner wrote: radim. >I'm using a similar setup as you, with the difference, that I add an radim. >apsfiter into the whole thing. I have had some troubles setting up radim. >smbprint script so I have written another one. It's stored under radim. >/bin/smb-printredir. I'm sending it to you together with my radim. >/etc/printcap and /var/spool/lpd/ljet4-a4-auto-mono/config. radim. > radim. >Good luck radim. > radim. >Radim radim. > ::: http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED] 12:54pm up 1 day, 18:55, 2 users, load average: 1.00, 1.18, 1.17
Re: bigots - was Emacs - was Mail/news software
Felix Natter wrote: > john s jacobs anderson <[EMAIL PROTECTED]> writes: > > > Oh, I'm with you -- I'll often use vi for small edits, even if I have > > XEmacs open on another desktop, just because doing the edit 'in-line' > > in an xterm fits my work-flow better. Again, it's all about choosing > > the right tool for the job. > > you can do emacs -nw ("no windowing"). Or use gnuserv.
3Dfx X Server and drivers
Has anyone gotten the 3Dfx drivers and X Server to work in Debian? they distributed the packages as rpm's and I couldn't get them to convert and install using alien and had problems using Debian's rpm package as well (gave me a bunch of file or directory doesn't exist and dependency errors). I'm running 2.2.1 for a kernel with the latest stable packages for Debian. The card I have is a Voodoo3 2000. Any help would be appreciated. Kele Kravelin [EMAIL PROTECTED]
Re: Network Q again
On Thu, May 25, 2000 at 12:06:46PM -0700, Jay Kelly wrote: > Where does Debiean keep all the network settings(ie ip, subnet, gateway)? I > need to change it and cant find anything in the howto's /etc/init.d/network -- Steve Zinck <[EMAIL PROTECTED]> http://nerd.halifax.ns.ca
Re: network Q
On Thu, May 25, 2000 at 11:56:34AM -0700, Jay Kelly wrote: > Hello Guys, > I have a network qestion. If my ip is 172.19.32.10 and a subnet of 255.0.0.0 > what would my broadcast be? 172.255.255.255 ? Yes. -- Nathan Norman "Eschew Obfuscation" Network Engineer GPG Key ID 1024D/51F98BB7http://home.midco.net/~nnorman/ Key fingerprint = C5F4 A147 416C E0BF AB73 8BEF F0C8 255C 51F9 8BB7 pgpBUqVyXaUCh.pgp Description: PGP signature
Network Q again
Where does Debiean keep all the network settings(ie ip, subnet, gateway)? I need to change it and cant find anything in the howto's Thanks
network Q
Hello Guys, I have a network qestion. If my ip is 172.19.32.10 and a subnet of 255.0.0.0 what would my broadcast be? 172.255.255.255 ?
Re: various kernel-images
On Thu, 25 May 2000, Parrish M Myers wrote: > Hi all, > > anyone know the difference between kernel-images? There are several to > choose from: > > kernel-image-2.2.15-idepci_... > kernel-image-2.2.15-ide_... > kernel-image-2.2.15-compact_ > etc... > > I can guess what the compact kernel image is but what are the other > two? These are the kernels used for the different `flavours' of the i386 boot-floppies for potato. Checkout: .../debian/dists/potato/main/disks-i386/current ("..." is the URI for your favorite Debian ftp mirror) The READMEs scattered around the ftp site explain what each flavour is for, the images-{1.44,2.88}/{compact,idepci,udma66,}/kernel-config files contain a copy of the configuration of each kernel. later, Bruce
Re: R: tulip.o kernel module
Parrish M Myers <[EMAIL PROTECTED]> writes: > I built it by hand. Reason being I shouldn't have to recompile the > entire kernel to add one module. So I tried it that way. I downloaded > the 2.2.14 kernel-source and messed arround with the compile command > for a while and found that the sugested command: > > gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall > -Wstrict-prototypes -O6 -c tulip.c > > does not work... but > > gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall > -Wstrict-prototypes -O6 -c tulip.c > > worked. Once that was done, I thought I just had to install the module > in the correct place and do a 'depmod -a'. I personally haven't had a problem with any tulip.c newer than the one that came with my 310TX. And I believe almost all the tulip.c files in the 2.2.x distributions were newer than the one that comes with the card. You can always get the very latest very directly from the source: http://www.scyld.com/network/tulip.html Gary
Logging
Could you recommend any good online documentation about the logging under Linux? TIA, Tamas
xpacman
Has anybody had any troubble with the game xpacman? I decided to try it, but when I call upon it from debian games it just doesn't do anything. Steven is the mantainer. Below from my xterm: Any ideas? [EMAIL PROTECTED]:~$ dpkg -p xpacman Package: xpacman Priority: optional Section: non-free/games Installed-Size: 40 Maintainer: Steve McIntyre <[EMAIL PROTECTED]> Architecture: i386 Version: 0.11-6 Depends: libc6, xlib6g (>= 3.3-5) Filename: dists/frozen/non-free/binary-i386/games/xpacman_0.11-6.deb Size: 13850 MD5sum: 4ac12eff350e90d54c5bcc8065dda8c9 Description: Basic Pacman This is a basic version of pacman. I've tried to concentrate on the essentials of the game for now, which means a lot of the original features are absent (ie no scores, no fruit, no special items, no lives). When all the pills have been cleared from a level, the difficulty level is notched up, and a new level is generated. If you collide with a ghost, all the pills are replaced, and you restart the current level from scratch. A new feature just added is the presence of large red pills that for a short time turn the ghosts grey and let you eat them.
Re: system clock workaround
"Owen G. Emry" <[EMAIL PROTECTED]> writes: > My firewall machine (a trusty old 486 DX4) has a bios that doesn't like the > year 2000. It isn't a major problem but several things (e.g. make) > complain, so is there an easy workaround? > > I assume I can just set the real-time clock to, say, 1990, and have the > internal clock set itself to the RTC + ten years on bootup. What do I have > to change to accomplish this, or is there a better solution altogether? Have you actually tried rebooting and manually setting the year from the bios? I had a 486 with similar problems that hwclock couldn't handle, but it has had no problems since I manually set it to 2000. -- Carl Johnson[EMAIL PROTECTED]
Re: /dev/hda10
On Wed, May 24, 2000 at 11:22:05AM -0400, Ben Collins wrote: > On Wed, May 24, 2000 at 05:08:01PM +0200, Michael Meskes wrote: > > Could anyone please tell me what I have to do to access /dev/hda10? I can > > create it easily but trying to access it I get an 'unconfigured device' > > message for instance from mke2fs. Do I need a special boot time parameter? > > Can you tell me exactly how you have 10 partitons? Even the sun disk label > only allows for 8. And i386 can have a max of 7(?) with extended > partitions enabled. Really? [EMAIL PROTECTED]:/root]$ fdisk -l /dev/sda Disk /dev/sda: 255 heads, 63 sectors, 1106 cylinders Units = cylinders of 16065 * 512 bytes Device BootStart EndBlocks Id System /dev/sda1 1 128 1028128+ b Win95 FAT32 /dev/sda2 129 131 24097+ 83 Linux /dev/sda3 * 132 144104422+ 83 Linux /dev/sda4 145 1106 77272655 Extended /dev/sda5 145 161136521 82 Linux swap /dev/sda6 162 178136521 82 Linux swap /dev/sda7 179 195136521 82 Linux swap /dev/sda8 196 208104391 83 Linux /dev/sda9 209 240257008+ 83 Linux /dev/sda10 241 368 1028128+ 83 Linux /dev/sda11 369 623 2048256 83 Linux /dev/sda12 624 980 2867571 83 Linux /dev/sda13 981 1106 1012063+ 83 Linux -- Karsten M. Self http://www.netcom.com/~kmself Evangelist, Opensales, Inc. http://www.opensales.org What part of "Gestalt" don't you understand? Debian GNU/Linux rocks! http://gestalt-system.sourceforge.net/ K5: http://www.kuro5hin.org GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0 pgpYVWGBVCEEf.pgp Description: PGP signature
Re: various kernel-images
[EMAIL PROTECTED] wrote: >anyone know the difference between kernel-images? There are several to >choose from: > >kernel-image-2.2.15-idepci_... >kernel-image-2.2.15-ide_... >kernel-image-2.2.15-compact_ >etc... > >I can guess what the compact kernel image is but what are the other >two? dpkg is your friend: [EMAIL PROTECTED] ~]$ dpkg -p kernel-image-2.2.15-idepci Package: kernel-image-2.2.15-idepci Priority: optional Section: base Installed-Size: 2388 Maintainer: Randolph Chung <[EMAIL PROTECTED]> Architecture: i386 Version: 2.2.15pre20-1 Provides: kernel-image Suggests: lilo (>= 19.1) Filename: dists/unstable/main/binary-i386/base/kernel-image-2.2.15-idepci_2.2.15pre20-1.deb Size: 1152426 MD5sum: 0153d59439737c95206c469d908b41c3 Description: Linux kernel binary image. This package contains the Linux kernel image, the System.map file, and the modules built by the packager. It also contains scripts that try to ensure that the system is not left in a unbootable state after an update. . This is kernel version 2.2.15pre19 . This version of the kernel image package only has ide and PCI device support. You can try the rest yourself ... -- Colin Watson [EMAIL PROTECTED]
Re: R: R: tulip.o kernel module
marco frattola <[EMAIL PROTECTED]> wrote: >Parrish M Myers <[EMAIL PROTECTED]> wrote: >> I built it by hand. Reason being I shouldn't have to recompile the >> entire kernel to add one module. So I tried it that way. I >> downloaded >> the 2.2.14 kernel-source and messed arround with the compile command >> for a while and found that the sugested command: >> >> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall >> -Wstrict-prototypes -O6 -c tulip.c >> >> does not work... but >> >> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall >> -Wstrict-prototypes -O6 -c tulip.c >> >> worked. Once that was done, I thought I just had to install the >> module in the correct place and do a 'depmod -a'. Er! I'm not surprised it broke, then. The Makefiles are there to help you, and if you use them your life will become a lot easier. The fact that gcc didn't return any errors doesn't necessarily mean that it was doing what you thought it was doing (the object file you produced probably needed to be linked against something else). Try changing to the directory containing tulip.c and typing 'make tulip.o' instead, then installing it as before. If that doesn't work, then I've missed out a step, too; trying 'make modules' or just 'make' in the appropriate directory might work better, even if it takes a little longer (it's still not a full kernel recompilation). Your problem, at any rate, is that tulip.o isn't linked against something against which it needs to be linked, which doesn't surprise me too much when it's compiled with just 'gcc -c'. >i don't think you can build module(s) without building the kernel that will >use it/them. >i've always made my kernel a-la debian (with kernel-package) and never had >problems with modules. >the reason is (my opinion, please correct if i'm wrong) that kernel need to >know which modules it has to be prepared to support. No, that's not true. This is what modules are for ... and, if you use module versioning, you *may* be able to get modules compiled against a different kernel version to work, too. -- Colin Watson [EMAIL PROTECTED]
Re: dumbass wm question
On Fri, May 19, 2000 at 09:50:21AM +0100, Dominic Blythe wrote: > can somebody please explain the relationship between desktop, > window-manager, filemanager, X etc? i jus' don' get it. Since no one's tackled this... Reversing orders: - The X Window System (the full and proper name), aka X or X11, is a network-based, platform independent, client-server graphics windowing system developed at MIT. There's a lot of verbage in there, but it means something. Networked -- X can view (or be viewed) across networks, with applications and displays on entirely seperate machines. Platform independent -- there are X servers for Linux, Unix, Windows, Mac, OpenVMS, etc. Client-server -- though the nomenclature is backwards from the usual meaning, your display is a "server", and applications are "clients", running on it. You'll hear people refer to "X clients" from time to time. For all of that, X11 is just the bare bones of the windowing system. Launch it bare and you'll get a herringbone backdrop and a large 'X' pointer (mouse cursor). Windows have no decorations (borders, title bars, buttons), and cannot be moved or modified. To do that you need a... - wm -- window manager. Something that manages windows. Provides ability to select, deselect, resize, move, raise, lower, and/or close windows on a display. Usually also provides "bindings" or associations to keystrokes and mouse button presses to give things like menus and the like. Examples: twm, mwm, fvwm[2], WindowMaker, AfterStep, kwm, enlightenment, blackbox, sawfish (was sawmill), blackbox, icewm, etc., etc., etc.) WindowManagers range from very basic (twm, wm2) to very extravagent (enlightenment, kwm). They're a very personal choice (I prefer WindowMaker). You can try several, can usually switch among them during an X session, or can launch multiple X sessions (hint: use DISPLAY values) and see how they look and feel. More advanced WMs tend to work better with faster (300+ MHz and more memory rich 64/96+ MB) systems. For that old P-I or 486 system with 32 MB, try blackbox, twm, fvwm, or another lighter-weight wm. - Desktop. A combination of tools, usually including a window manager, widget sets, drag'n'drop support, and some integrated applications, to create a total "environment". The three classic Linux/Unix desktops are CDE (a horribly bletcherous commercial product based on Motif, HPUX VUE, and Sun OpenLook), KDE, and GNOME. Basically providing an environment similar to what you'd find on a legacy MS Windows or Mac system. I find the whole desktop/taskbar motif to be broken, personally, and prefer a cleaner look. - File manager. An X client for managing files. If you remember FILEMAN.EXE from Win3.x, or MS Windows Explorer, these are examples of file managers. Basically, a GUI application which represents files and directories as graphical icons and lets you interact with them via a pointer -- move, copy, delete, view, edit, run, etc. Other typical clients include an editor, a calculator, a mailer, a scheduler. These are frequently bundled together as part of a "Descktop" suite such as CDE, KDE, or Gnome. The difference between Linux and legacy MS Windows is that you can choose which components you want under Linux. Microsoft bundles the graphics, window management, desktop, and application suite in a way that's hard to pull apart. > i want to cut down the amount of resource my given to gui, people keep > saying sawmill is small, enlightenment is this, kde is that, Depending on your constraints: lower resolution, fewer colors, less overhead. See above. > but i don't know what all the bits are. This has been fixed > cheers > > Dominic > -- >I used to be an advocate of > Anything But Microsoft > until I discovered > Debian GNU/Linux. > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > -- Karsten M. Self http://www.netcom.com/~kmself Evangelist, Opensales, Inc. http://www.opensales.org What part of "Gestalt" don't you understand? Debian GNU/Linux rocks! http://gestalt-system.sourceforge.net/ K5: http://www.kuro5hin.org GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0 pgpG8ARK6OJgx.pgp Description: PGP signature
Re: Staroffice w/JDK (potato)
On Wed, May 24, 2000 at 03:53:26PM -0700, [EMAIL PROTECTED] wrote: > i searched the archives and am curious how to get staroffice to work with > the JDK in potato ? what directory do i point it to? seems no matter where > i point it to it says no JDK found (i have both jdk and jdk-dev > installed) on slackware and mandrake star office auto detects java.. > > not that i need java in star offiec but it would be nice if it worked! > > TIA > > nate I got it working with potato after some trial and error ... this all sounds familiar. I installed JRE 1.1.7 in /usr/loca/java. IIRC the trick was getting the PATH setting right for the shell environment from which Staroffice was being launched. $ echo $PATH /usr/local/java/jre/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/rvplayer5.0 - MikeT -- Michael E. Touloumtzis mailto:[EMAIL PROTECTED]-or- Ingres Product Development mailto:[EMAIL PROTECTED] Computer Associates International
Re: directories->files
Paul Clark <[EMAIL PROTECTED]> wrote: >I have just discovered after an extraction from a back up tar.gz >archive that some of my directories have turned into files. > >They look the right size for the old directories but I can't cd into >them. Is there a way to tell the system these files are in fact >directories? > >Oh yes. They all appear to be directories that had other links to >them. You had hard links to directories? All the files should still be in the .tar.gz (check what 'tar tzvf backup.tar.gz' says), so maybe you can create the directories manually and use some appropriate set of --exclude options if necessary. -- Colin Watson [EMAIL PROTECTED]
RE: Problem with installing potato on i810 based PC. (No agpgart
On 25-May-2000 Wojciech Zabolotny wrote: > Hi All, > > I just tried to install potato on the PC with i810 based motherboard. > The problem is with it's VGA adapter. In the documentation attached > to the xserver-svga I've read that it requires the agpgart module, > which should be included with the server. However I can't find neither > compiled model nor its source in the xserver-svga package. > Have I missed something? nope, it is not there. the agpart module is actually a kernel module. for the i810 to work, the kernel has to help. It is essentially a winVidcard (ala winmodem).
RE: directories->files
On 25-May-2000 Paul Clark wrote: > I have just discovered after an extraction from a back up tar.gz > archive that some of my directories have turned into files. > > They look the right size for the old directories but I can't cd into > them. Is there a way to tell the system these files are in fact > directories? > > Oh yes. They all appear to be directories that had other links to > them. could you please paste a ls -al snippet?
RE: Making documentation easier to find (was: Re: exim mail rout
On 24-May-2000 David Henningsson wrote: >>what i mean, is, the reason newbies don't FIND the documentation >>is because it is an ORDEAL to do so. apprentice-guru status is >>required to know to search /usr/doc via zgrep AND /usr/share/doc >>AND info pages AND man pages AND apropos... > > You're quite right. > > Could this be a solution? A new Debian utility called documentationview or > something, tree-organized like dselect. The first thing you do is to select > a category. And then you get maybe an HOWTO and a FAQ from there, and a > list of available programs/packages. If you select a package, available > help files from within that package is shown. Manuals, getting started > stuff, etc. And maybe links to configuration scripts? If you select one of > them, it could start up man, info, less, mozilla/lynx, or whatever is > appropriate. > There is something akin to this now, it uses http on a local system. Look into doc-base and friends.
xserver startup problem
unpgraded removed some problem on my machine (don't know which one if any caused the problem) and now when linux comes up, I get a message that it is looking for a valid xserver, it then says that it couldn't find any and goes into text login. once I login as a user I can start x with no problem using startx. I am using kdm as a login manager, and a rage pro turbo card with the mach64 server. I tried to install the xwin files, but I probably missed something (including the xserver). I haven't reistalled kdm yet though. Thanx [EMAIL PROTECTED]
directories->files
I have just discovered after an extraction from a back up tar.gz archive that some of my directories have turned into files. They look the right size for the old directories but I can't cd into them. Is there a way to tell the system these files are in fact directories? Oh yes. They all appear to be directories that had other links to them. Paul Clark
R: R: tulip.o kernel module
i don't think you can build module(s) without building the kernel that will use it/them. i've always made my kernel a-la debian (with kernel-package) and never had problems with modules. the reason is (my opinion, please correct if i'm wrong) that kernel need to know which modules it has to be prepared to support. Marco Frattola (S3 - Sviluppo Software e Sistemi) - Cubecom S.p.A. Via de Marini,1 3 piano Torre WTC 16149 GENOVA tel. 010 6591184 > -Messaggio originale- > Da: Parrish M Myers [mailto:[EMAIL PROTECTED] > Inviato: giovedì 25 maggio 2000 18.20 > A: marco frattola > Cc: debian-user@lists.debian.org > Oggetto: Re: R: tulip.o kernel module > > > I built it by hand. Reason being I shouldn't have to recompile the > entire kernel to add one module. So I tried it that way. I > downloaded > the 2.2.14 kernel-source and messed arround with the compile command > for a while and found that the sugested command: > > gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall > -Wstrict-prototypes -O6 -c tulip.c > > does not work... but > > gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall > -Wstrict-prototypes -O6 -c tulip.c > > worked. Once that was done, I thought I just had to install > the module > in the correct place and do a 'depmod -a'. > > --- marco frattola <[EMAIL PROTECTED]> wrote: > > i built a 2.0.36 kernel with that driver, and worked like a charm... > > did you build the module driver with a kernel, or did you build it > > after? > > > > Marco Frattola (S3 - Sviluppo Software e Sistemi) - > > Cubecom S.p.A. > > Via de Marini,1 3 piano Torre WTC > > 16149 GENOVA > > tel. 010 6591184 > > > > > Has anyone been able to compile and use the tulip.c file > that comes > > > with the Netgear FA-310TX card? > > > > > > I finally got the module compiled but when I run 'depmod -a' the > > > command returns > > > > > > depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o > > > > > > and if I run a 'insmod tulip' instead or after I get a screen full > > of > > > unmet dependencies. Anyone have ideas? > > > > > > Thanks > > > Parrish > > > > > > = > > > --- > > > Academia is a little like child | Parrish M. Myers > > > rearing, it provides a chance at | The Wacked Jester > > > immortality without the stretch | [EMAIL PROTECTED] > > > marks -- (unknown source)| > > > --- > > > > > > __ > > > Do You Yahoo!? > > > Kick off your party with Yahoo! Invites. > > > http://invites.yahoo.com/ > > > > > > > > > -- > > > Unsubscribe? mail -s unsubscribe > > > [EMAIL PROTECTED] < /dev/null > > > > > > > > > > > > = > --- > Academia is a little like child | Parrish M. Myers > rearing, it provides a chance at | The Wacked Jester > immortality without the stretch | [EMAIL PROTECTED] > marks -- (unknown source)| > --- > > __ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ >
cua-mode.el 1.7
Hi, Anyone here experiences this using cua-mode.el in emacs 20.5: When I use the C-c to copy or C-x to delete some selected text in emacs and C-v to paste it copied text, emacs would paste the text with some conversion to some characters: [EMAIL PROTECTED]&*() would be pasted as 1234567890 Any one alpha numeric characters that requires the SHIFT to input such as ~!@ or :, or " will be converted to its NON-SHIFT character. I used the same elisp package (cua-mode.el) on NTemacs without this problem. Any help will be appreciated. --- tcp [EMAIL PROTECTED]
Re: R: tulip.o kernel module
I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded the 2.2.14 kernel-source and messed arround with the compile command for a while and found that the sugested command: gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -c tulip.c does not work... but gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O6 -c tulip.c worked. Once that was done, I thought I just had to install the module in the correct place and do a 'depmod -a'. --- marco frattola <[EMAIL PROTECTED]> wrote: > i built a 2.0.36 kernel with that driver, and worked like a charm... > did you build the module driver with a kernel, or did you build it > after? > > Marco Frattola (S3 - Sviluppo Software e Sistemi) - > Cubecom S.p.A. > Via de Marini,1 3 piano Torre WTC > 16149 GENOVA > tel. 010 6591184 > > > Has anyone been able to compile and use the tulip.c file that comes > > with the Netgear FA-310TX card? > > > > I finally got the module compiled but when I run 'depmod -a' the > > command returns > > > > depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o > > > > and if I run a 'insmod tulip' instead or after I get a screen full > of > > unmet dependencies. Anyone have ideas? > > > > Thanks > > Parrish > > > > = > > --- > > Academia is a little like child | Parrish M. Myers > > rearing, it provides a chance at | The Wacked Jester > > immortality without the stretch | [EMAIL PROTECTED] > > marks -- (unknown source)| > > --- > > > > __ > > Do You Yahoo!? > > Kick off your party with Yahoo! Invites. > > http://invites.yahoo.com/ > > > > > > -- > > Unsubscribe? mail -s unsubscribe > > [EMAIL PROTECTED] < /dev/null > > > > > = --- Academia is a little like child | Parrish M. Myers rearing, it provides a chance at | The Wacked Jester immortality without the stretch | [EMAIL PROTECTED] marks -- (unknown source)| --- __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
Re: system clock workaround
Sorry, already deleted the original posting: > "Owen G. Emry" wrote: > > > > My firewall machine (a trusty old 486 DX4) has a bios that doesn't like the > > year 2000. It isn't a major problem but several things (e.g. make) > > complain, so is there an easy workaround? > > > > I assume I can just set the real-time clock to, say, 1990, and have the > > internal clock set itself to the RTC + ten years on bootup. What do I have > > to change to accomplish this, or is there a better solution altogether? man hwclock would indicate that --epoch=10 is called for. Hey, give yourself another twenty years with 1980! You could put this parameter into /etc/init.d/hwclock.sh. 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.
various kernel-images
Hi all, anyone know the difference between kernel-images? There are several to choose from: kernel-image-2.2.15-idepci_... kernel-image-2.2.15-ide_... kernel-image-2.2.15-compact_ etc... I can guess what the compact kernel image is but what are the other two? Thanks Parrish = --- Academia is a little like child | Parrish M. Myers rearing, it provides a chance at | The Wacked Jester immortality without the stretch | [EMAIL PROTECTED] marks -- (unknown source)| --- __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
R: tulip.o kernel module
i built a 2.0.36 kernel with that driver, and worked like a charm... did you build the module driver with a kernel, or did you build it after? Marco Frattola (S3 - Sviluppo Software e Sistemi) - Cubecom S.p.A. Via de Marini,1 3 piano Torre WTC 16149 GENOVA tel. 010 6591184 > Has anyone been able to compile and use the tulip.c file that comes > with the Netgear FA-310TX card? > > I finally got the module compiled but when I run 'depmod -a' the > command returns > > depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o > > and if I run a 'insmod tulip' instead or after I get a screen full of > unmet dependencies. Anyone have ideas? > > Thanks > Parrish > > = > --- > Academia is a little like child | Parrish M. Myers > rearing, it provides a chance at | The Wacked Jester > immortality without the stretch | [EMAIL PROTECTED] > marks -- (unknown source)| > --- > > __ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ > > > -- > Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null >
Kernel 2.4 Test version
Hi guys Anyone seen this yet? ftp://ftp.kernel.org/pub/linux/kernel/v2.4/README-2.4 Enjoy. :-) Sven
Re: Decoding BinHex4.0
Quoting Tony ([EMAIL PROTECTED]): > I usually do this (long-winded): > save <> > hexbin -d <> > mv attachmnent-name.data attachment-name For this reason, I usually use uudeview and just run it on the whole mailbox containing the attachment(s). It finds them automatically and you can choose which to decode. Very rarely do you have to pull an individual attachment out of the file. > ^On Wed, 24 May 2000, Sebastian Canagaratna wrote: > ^ > ^> What is the way to decode an email obtain with attachments which say > ^> they need to be decoded with BinHEx4.0? This originated from a Mac > ^> > ^> I am using metamail with elm which does not seem to be able to > ^> do it. mimencode -u was also unsuccessful. Are there any specific > ^> programs for this? 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: Opportunity is knocking at your door! Grab it!!
>Anyone else get this? [Snipped for berevity] Yup, and it's annoying. :-! Sven
Re: tulip.o kernel module
Get 2.2.15. The tulip in that kernel works great on my netgear cards. Robert Thus spake Parrish M Myers ([EMAIL PROTECTED]): > Hi all, > > Has anyone been able to compile and use the tulip.c file that comes > with the Netgear FA-310TX card? > > I finally got the module compiled but when I run 'depmod -a' the > command returns > > depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o > > and if I run a 'insmod tulip' instead or after I get a screen full of > unmet dependencies. Anyone have ideas? > > Thanks > Parrish > > = > --- > Academia is a little like child | Parrish M. Myers > rearing, it provides a chance at | The Wacked Jester > immortality without the stretch | [EMAIL PROTECTED] > marks -- (unknown source)| > --- > > __ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null :wq! --- Robert L. Harris| Micros~1 : Senior System Engineer |For when quality, reliability at RnD Consulting | and security just aren't \_ that important! DISCLAIMER: These are MY OPINIONS ALONE. I speak for no-one else. FYI: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Re: swissgerman keybord
Hi Lukas >How can I install my swissgerman keybord for the >console in Debian slink and potato? Most keys work >without problem, but the specific german keys "o, >"a and "u don't work. When I use "shfont" to >printout the whole fontlist this character where >printed out whithout problems. I had the wrong keyboard setting on my debian box, too (US of course). That was after initially installing it. I used "kbdconfig" to change to the keymap I needed to. >I tried to change the kernel .map file and the >consolefont. At first - before knowing about "kbdconfig" - I symlinked default.map.gz to the swissgerman pendant. That did the trick, too, although it ain't quite so elegant. :-) >What is the thing that I have to do? HTH Sven
tulip.o kernel module
Hi all, Has anyone been able to compile and use the tulip.c file that comes with the Netgear FA-310TX card? I finally got the module compiled but when I run 'depmod -a' the command returns depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o and if I run a 'insmod tulip' instead or after I get a screen full of unmet dependencies. Anyone have ideas? Thanks Parrish = --- Academia is a little like child | Parrish M. Myers rearing, it provides a chance at | The Wacked Jester immortality without the stretch | [EMAIL PROTECTED] marks -- (unknown source)| --- __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
Re: system clock workaround
"Owen G. Emry" wrote: > > My firewall machine (a trusty old 486 DX4) has a bios that doesn't like the > year 2000. It isn't a major problem but several things (e.g. make) > complain, so is there an easy workaround? > > I assume I can just set the real-time clock to, say, 1990, and have the > internal clock set itself to the RTC + ten years on bootup. What do I have > to change to accomplish this, or is there a better solution altogether? > > Thanks greatly, > > oge > > -- Quite a few 486'ers need a bios-upgrade to do y2k. Solved it on my Award-based specimen... hth Vitux -- "I'm not a crook" Richard Nixon Debian GNU/Linux Micro$loth-free Zone
IDE CD-RW + sound
I have just installed a debian potato in a friend of mine's box. He has an IDE cd-writer and he uses scsi-emulation to record cds, but the CD player of KDE can not reproduce any sound. This program is capable of reading CD-toc, and after starting playing the seconds counter changes, but no sound comes out from the speakers. We have tried with other cd-players (like cccd or wmplay) but no one could make it work. Any idea? Thanks -- .'/,-Y" "~-. Vicente Torres Carot l.Y ^. Universidad Politécnica de Valencia /\ __ "Doh!" Departamento de Ingeniería Electrónica i___/" "\ Ctra. Nazaret-Oliva, s/n | /" "\ o ! 46730 Grau de Gandia (Valencia) l ] o !__./ SPAIN \ _ _\.___./"~\ X \/ \___./ Tel.: (96)2849300 ( \ ___. _..--~~" ~`-. FAX: (96)2849309 ` Z,-- /\ __. ( / __) "I don't apologize. I'm sorry, but that's \ l /-~~" / just the way I am." -- Homer Simpson -- Y \ / ## | "x__.^ -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! --
mod_frontpage and original Debian Apache src
Hi, I need a Apache webserver with Frontpage Server Extensions. To get this binary I downloaded the FP Server Extensions from the web and untarred the file. I applied the patch to the reqiured files. Then I ran the debian/rules file the the cmd option build to build the Apache binary. Everything works fine except running the binary. When I tried to connect to the server with a browser I get a segmentation fault. This is the last few line of the error.log [Thu May 25 13:03:59 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU PHP/4.0b3 mod_perl/1.21_03-dev FrontPage/4.0.4.3 configured -- resuming normal operations [Thu May 25 13:03:59 2000] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Thu May 25 13:04:05 2000] [notice] child pid 6626 exit signal Segmentation fault (11) [Thu May 25 13:04:36 2000] [notice] caught SIGTERM, shutting down [Thu May 25 13:04:42 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU PHP/4.0b3 mod_perl/1.21_03-dev FrontPage/4.0.4.3 configured -- resuming normal operations [Thu May 25 13:04:42 2000] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Thu May 25 13:04:47 2000] [notice] child pid 6649 exit signal Segmentation fault (11) [Thu May 25 13:04:54 2000] [notice] caught SIGTERM, shutting down [Thu May 25 13:05:06 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU PHP/4.0b3 mod_perl/1.21_03-dev FrontPage/4.0.4.3 configured -- resuming normal operations [Thu May 25 13:05:06 2000] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Thu May 25 13:05:14 2000] [notice] child pid 6674 exit signal Segmentation fault (11) [Thu May 25 13:05:24 2000] [notice] child pid 6675 exit signal Segmentation fault (11) [Thu May 25 13:06:16 2000] [notice] child pid 6676 exit signal Segmentation fault (11) What could be the problem? The patch is applied correctly. Does anyone have an idea how to solve? Thanks. Bye, Sven -- Sent through GMX FreeMail - http://www.gmx.net
Re: Fwd: Opportunity is knocking at your door! Grab it!!
Ethan Benson <[EMAIL PROTECTED]> writes: > On Thu, May 25, 2000 at 07:29:40AM -0700, Steve Lamb wrote: > > Anyone else get this? [Snipped for berevity] Just checked my Spam box and I did not receive that message. > i don't know if i got this exact message or not, i delete anything > with subjects like that without even looking at them, and i usually > get about 2 or 3 like that a day... > > its so nice to know that list archives are being used for spam > harvesting :( Of course we don't know that. From my perspective it doesn't appear that that's the case. Gary
Perhaps strange mail question
I would like to accept mail for many domains and put them in separate spool directories. IE mail to [EMAIL PROTECTED] would go in /var/mail/foo/user and mail to [EMAIL PROTECTED] would go in /var/mail/bar/user. Q1: Is this possible? Q2: Is this possible with exim? Q3: How could I authenticate that user existed at bar.domain.org (when user may not have an account on the system) before writing to his/her spool file? I think I'd have to use procmail, but then I'd have no idea how to tell exim to route _all_ mail through procmail except the mail _actually_intended_ for the local machine. TIA! -Dan -- "... the most serious problems in the Internet have been caused by unenvisaged mechanisms triggered by low-probability events; mere human malice would never have taken so devious a course!" - RFC 1122 pgpXun35UhIkv.pgp Description: PGP signature
Re: kysmoops (was keysmoops)
[EMAIL PROTECTED] said: > Forgive me; I mis-typed. The directory is actually `ksymoops' and it's > obviously not the result of a security breach. > Oh well---another Linux learning experience, I suppose. For both of us... Glad to hear that your system's secure! -- "Two words: Windows survives." - Craig Mundie, Microsoft senior strategist "So does syphillis. Good thing we have penicillin." - Matthew Alton Geek Code 3.1: GCS d- s+: a- C++ UL++$ P+>+++ L++> E- W--(++) N+ o+ !K w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI D G e* h+ r++ y+