USB Mouse not working
Hi, I have been trying to install a logitech optical mouse on my laptop through USB,but it does not work I have loaded input,usbcore,usb-uhci,and hid modules .I get light on the mouse and when I check dmesg I can see that it recoganises the mouse. "input0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb1:2.0" but it does not work . I am using kernel 2.4.20 and have CONFIG_HID_HIDINPUT option as yes . help ! thanks in advance suresh __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: USB Mouse not working
suresh kumar sharma said: > Hi, > I have been trying to install a logitech optical mouse > on my laptop through USB,but it does not work > I have loaded input,usbcore,usb-uhci,and hid modules > .I get light on the mouse and when I check dmesg I can > see that it recoganises the mouse. > "input0: USB HID v1.10 Mouse [Logitech USB-PS/2 > Optical Mouse] on usb1:2.0" > but it does not work . > I am using kernel 2.4.20 and have CONFIG_HID_HIDINPUT > option as yes . what device are you using for the mouse interface? I think default on debian is /dev/input/mice but I make a special device called /dev/usbmouse mknod /dev/usbmouse c 10 32 then tell whatever app to use that device(e.g. X, gpm) works good on all the USB mice and trackballs I've tried. looks like your mouse is working fine, your just not using the right device to access it nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Traceroute error.
This is a repost. Please forgive me. I do not subscribe to this e-mail list. Please e-mail me back with comments. Thank you so much. It's a woody system with 3.0 on it. i386 2.2.19 Greetings. I have what is probably a simple question. Traceroute is unusable. It errors out like so: debian:~# /usr/bin/traceroute www.google.com traceroute: Warning: findsaddr: error sending netlink message: Connection refused traceroute: Warning: ip checksums disabled traceroute to www.google.com (216.239.33.100), 30 hops max, 38 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * And so on. I'm trying to figure out why I can telnet, ssh, irc, ident connect to, ping, nmap, and all kinds of other activity off of the box, but not traceroute. It does this on two different machines, at two different sites. They are both behind linksys routers, but seem to function fine with them. If anyone has any information, please post it here. or e-mail me, [EMAIL PROTECTED] _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Traceroute error.
On Sat, Jan 04, 2003 at 02:49:20AM -0600, John Hansen wrote: > This is a repost. Please forgive me. I do not subscribe to this e-mail > list. Please e-mail me back with comments. Thank you so much. It's a woody The reason you probably didn't get many responses the first time is that the open source community, by and large, cannot be bothered to do private tutoring for free. http://www.linuxmafia.com/~rick/faq/#privatereply Go read the archives if you don't want to subscribe to the list. They're over on lists.debian.org. Actually, not. This was a repost, because the first post failed. Apparently debian-user is echoed to muc.lists.debian.user. It's a moderated group, and I did not realize this upon posting. So, it's not actually a repost. However, that still fails to answer my question. I didn't ask why I needed to repost. I apoligize for wasting everyone's time. -ph _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
CONSOLE_GROUPS equivilent in PAM?
In /etc/login.defs, it suggests that CONSOLE_GROUPS isn't used there any longer and that you should use PAM for that functionality. How do you do this? I've finally gotten around to trying to impliment advice recieved a while ago on list only to discover the method has since changed. I'm trying to make it so only people logged in at the machine itself (in a virtual terminal or in X) can dink with audio. -- .''`. Baloo <[EMAIL PROTECTED]> : :' :proud Debian admin and user `. `'` `- Debian - when you have better things to do than to fix a system msg22305/pgp0.pgp Description: PGP signature
test
test -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ssh and run programme in the background.
On Fri, 3 Jan 2003, Egor Tur wrote: > Hi. > If I login remote host on `ssh' and run there program in the backgraound I cannot >logout for this host. > If I kill my programme I can loggout. If I connect host on `telnet' - I have not >this problem, I can logout > and programme continue run. Why cannot this work with `ssh'? How resolve this >problem. I known that > there is `screen' programme. > Thanx. Perhabs use disown (man bash). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Will my fonts every look good?
In article <[EMAIL PROTECTED]>, Bill Moseley wrote: > > $ dpkg -l | grep font > > ii gsfonts-x110.16 Make Ghostscript fonts available to X11. This package is a real uglificator. Replace it with a dummy equiv. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: USB Mouse not working
On Sat, 4 Jan 2003 00:33:24 -0800 (PST) "nate" <[EMAIL PROTECTED]> wrote: > suresh kumar sharma said: > > Hi, > > I have been trying to install a logitech optical mouse > > on my laptop through USB,but it does not work > > I have loaded input,usbcore,usb-uhci,and hid modules > > .I get light on the mouse and when I check dmesg I can > > see that it recoganises the mouse. > > "input0: USB HID v1.10 Mouse [Logitech USB-PS/2 > > Optical Mouse] on usb1:2.0" > > but it does not work . > > I am using kernel 2.4.20 and have CONFIG_HID_HIDINPUT > > option as yes . > > what device are you using for the mouse interface? I think > default on debian is /dev/input/mice but I make a special device > called /dev/usbmouse > > mknod /dev/usbmouse c 10 32 > > then tell whatever app to use that device(e.g. X, gpm) > > works good on all the USB mice and trackballs I've tried. > > looks like your mouse is working fine, your just not using the > right device to access it > > nate I wish I had had nate's advice when I changed my "ps/2" mouse to USB - I needed external USB connector for my motherboard to do it. I went by the steps at http://www.linux-usb.org/USB-guide/x194.html and it worked - I think as long as you change the device you point to in XF86Config either way works. An interesting test is to cat /dev/input/mice (or /dev/usbmouse) and if you see weird chars then you should be all set as long as X points to that device, too. Shawn > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- Shawn Lamson [EMAIL PROTECTED] Debian GNU/Linux 3.0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gqview and pgm
Lourens replying to Ron Johnson <[EMAIL PROTECTED]> wrote: > > Maybe you need a partial-sid box, like me??? > I would love to do that on this machine but am using an analogue dial-up ?? Debian + good connectivity is definitely a big plus. Bye. *** Treat yourself with Debian Linux and Open Source Software http://www.debian.org/social_contract *** Lourens Steenkamp R.S.A. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sound possible on Epox 8kha+ motherboard?
Lourens replying to Dan Jacobson <[EMAIL PROTECTED]> wrote: > Did anybody ever get sound to work on your EPOX 8kha+ board? > I have 10/10/02 sid cds. I tried everything. I can make the > console beep out of the speaker only. Alsaconf doesn't have > the card. http://jidanni.org/comp/system.txt is my sorry > system. I can use kernel -18 or -19. > I have never had much joy with these embedded_audio_devices on the 8KHA+, the 8H5A2 (or any mobo for that matter). When I have managed to get them to work, they have never sounded that great either. IMHO, these embedded_audio_devices are more trouble that they are worth. My approach is to disable the embedded device and to install a relatively inexpensive (e.g. Ensoniq 5880 based) pci audio card. HTH *** Listening to "Penquin Cafe Orchestra: Signs Of Life" *** Lourens Steenkamp R.S.A. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Which 2.4 kernel image for a P1 MMX?
Lourens replying to David P James <[EMAIL PROTECTED]> wrote: > I just finished installing Debian 3.0r1 on a P1 200 MMX > computer that will serve as a network gateway/firewall, etc. As > such, I would very much prefer that it use a 2.4 series kernel > so that that it can be used with iptables. The install cd > wouldn't let me use bf2.4 for some reason, despite the fact > that it would allow it on other machines. I installed with > Vanilla as a result. I'm using an Adaptec 1540CP SCSI card with > a 2 gig SCSI hd on this machine. > > So far I have tried kernel images 2.4.18-586tsc and 2.4.16-586, > using grub as a boot loader with the appropriate initrd entries > (I use grub and kernel 2.4.18-686 on another machine). With > both of those kernels I get a kernel panic error that is > proceeded a few lines up with multiple reports of this error: > > mount: /dev2/root is not a valid block device I have just gone through a similar process with a P1. Initially installed the bf2.4 kernel, then the 2.4.18-586tsc, then compiled/optimised the 2.4.18-586tsc kernel, the later where both initrd kernels. Somewhere along the line (forget where) I had the same error and discovered a problem with the existance of / links to the initrd image / entries in lilo.conf. It seemed as though the incorrect "initrd.img" was being loaded, my error of course. I hope that this gives you a pointer or two. *** Treat yourself with Debian Linux and Open Source Software http://www.debian.org/social_contract *** Lourens Steenkamp R.S.A. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Squirrelmail/uw-imap start up problems
Derrick 'dman' Hudson wrote: 4) upgrade to version 2002rc10debian-1 or newer since it includes that patch -D Hmmm Debian packages doesn't seem to show this on their web site. However they do have this is unstable: uw-imapd 5:2002a.dev.snap.0212051126debian-3 (48.8k) testing has a 2001 version... Or are you referencing some other branch? -- Most people in this society who aren't actively mad are, at best, reformed or potential lunatics. -- Susan Sontag -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Re: Chat servers
On Sat, Jan 04, 2003 at 05:31:05AM +, [EMAIL PROTECTED] wrote: > if liz has soggy trousers did she pee herself? How amusing. It must be great to have the charm and wit of a 12-year-old. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Squirrelmail/uw-imap start up problems
On Sat, Jan 04, 2003 at 07:56:46AM -0500, Tom Allison wrote: > Derrick 'dman' Hudson wrote: > >4) upgrade to version 2002rc10debian-1 or newer since it includes > >that patch > > Hmmm Debian packages doesn't seem to show this on their web site. > > However they do have this is unstable: > uw-imapd 5:2002a.dev.snap.0212051126debian-3 (48.8k) 5:2002a.dev.snap.0212051126debian-3 is newer than 4:2002rc10debian-1 (three releases back). -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: glade alocal.m4 error
On Sat, Jan 04, 2003 at 12:21:07AM -0500, Kevin Coyner wrote.. > > I'm trying to learn GUI C/C++ programming and decided to give Glade a > whirl. > > I installed the Glade-Gnome package (testing) and fired it up. No > problems and I went through a tutorial quickly. However, when executing > a build via ./autogen.sh, I got the following error: > > -- > Please add the files > codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 > progtest.m4 > from the /usr/share/aclocal directory to your autoconf macro directory > or directly to your aclocal.m4 file. > You will also need config.guess and config.sub, which you can get from > ftp://ftp.gnu.org/pub/gnu/config/. > > Making ./aclocal.m4 writable ... > Running aclocal -I macros ... > aclocal: configure.in: 17: macro `AM_PATH_GTK' not found in library > aclocal: configure.in: 17: macro `AM_PATH_GTK' not found in library Further googling on this has lead me to discover that I don't have the following in my /usr/share/aclocal directory: gtk.m4 glib.m4 libtool.m4 From what I've read these seem to be essential to the autogen.sh process. What additional package do I need to install for these files? I already have autoconf, automake, gettext, glade-gnome and its dependent libraries installed. Thanks Kevin -- Kevin Coyner mailto: [EMAIL PROTECTED] GnuPG key: 1024D/8CE11941 msg22316/pgp0.pgp Description: PGP signature
元旦快乐,最新免费下载消息!
½ñÈÕµçÓ°Ãâ·ÑÏÂÔØ£º 007ÔñÈÕÔÙËÀ ¼â·åʱ¿Ì ÎÒÀÏÆÅδÂú18Ëê http://www.keji8.com Ìṩ5000ÍòemailµØÖ·Ãâ·ÑÏÂÔØ http://www.keji8.com Ìṩ100¶à²¿µçÓ°Ãâ·ÑÏÂÔØ http://www.keji8.com Ìṩ1000¶àÊ×MP3Ãâ·ÑÏÂÔØ http://www.keji8.com Ìṩ100¶à²¿ÏàÉùСƷÃâ·ÑÏÂÔØ http://www.keji8.com Ìṩ5000ÍòemailµØÖ·Ãâ·ÑÏÂÔØ,ÆóÒµÍøÕ¾½¨Éè,¹ã¸æ·¢²¼,emailÐÅÏ¢·¢²¼¡£ »¶ÓÓÑÇéÁ¬½Ó£¡ http://www.keji8.com ÎåǧÍòEmailµØÖ·Óɱ¾Õ¾¾«ÐÄËѼ¯ÕûÀí£¬ÏÖÔÚÍøÉϾÝ˵emailµØÖ·ÂôµÄºÜ»ðºÜ¹ó£¬ µÃÁË£¬ÎÒÃǾÍÔÚÕâÀïË͸ø´ó¼ÒÒ»¸ö´óÀñ£¬°×ËÍ£¡ Ìṩ5000ÍòemailµØÖ·Ãâ·ÑÏÂÔØ http://www.keji8.com Ìṩ100¶à²¿µçÓ°Ãâ·ÑÏÂÔØ http://www.keji8.com Ìṩ1000¶àÊ×MP3Ãâ·ÑÏÂÔØ http://www.keji8.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: users and x/gdm
On Fri, Jan 03, 2003 at 09:28:37PM -0800, Paul Mackinney wrote: >Karsten M. Self declaimed: >> on Tue, Dec 31, 2002 at 03:47:08PM -0500, George Georgalis ([EMAIL PROTECTED]) wrote: >> > Something seems wrong with the archives at the moment... >> > >> > >> > I just finished walking remote hands through a not so simple x >> > configuration. whew. >> > >> > now a user can 'startx' and use the session, but with gdm the session >> > starts then immediately returns to the gdm login. > >> > >> > I presume there is a permissions problem here... how do I enable users >> > with console access (or users in a group) to access (run) the xserver? >> >> In /etc/X11/Xwrapper.config: >> >> allowed_users=console >> >> You should be able to manage this setting with: >> >> # dpkg-reconfigure xserver-common >> >> man 5 Xwrapper.config for more information. >> >> Peace. > >I had a similar problem with an account on a RH Linux system. The >solution was to change the last line of my .xsession file from > >/usr/bin/blackbox # Works with gdm on my Debian/Sarge system > >to > >exec /usr/bin/blackbox # Works with gdm on RH 7/8 > >The Debian system's /etc/X11/Xwrapper.config file has the line described >by Karsten, the RH system doesn't have that file. Note that I don't know >_why_ my solution works... Thanks, Karsten and Paul. My Xwrapper.config is okay. I'm going to try exec in .xsession, .xinit, etc files (it's a new account so I don't know why there would be stray files). When remote hands wants to work on it again. :) I made /tmp a symlink to /var/tmp, /var/tmp seems to have the right permissions. but that's the only other difference from my working system I can think of... // George -- GEORGE GEORGALIS, System Admin/Architectcell: 347-451-8229 Security Services, Web, Mail,mailto:[EMAIL PROTECTED] Multimedia, DB, DNS and Metrics. http://www.galis.org/george -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: SuEXEC and CGI to two VirtualHosts
Bill, Thanks again for your assistance and ideas on this. The more I get into this the more confusing it becomes! If I understand you correctly, to use SuEXEC I am going to have to either 1. completely change the way I wanted to set up my web directory (ies), or 2. figure out how to configure SuEXEC prior to compiling Apache and compile it from source myself. How can Debian leave us in such a fix?...where it is clear that we can set up the Apache document root any way we want and it is absolutely silent on the effects changes will have on using SuEXEC? (I have looked through the docs installed with Apache and there is virtually (ahum) nothing on SuEXEC.) If they thought it worth while to include in the build, then it should have been worth some documentation...and I mean more than "set it up according to the defaults and rules and it might work." (Even that, put in terms of a warning, would have saved me a few weeks of aggrivation for no good whatsoever.) For the record, in order to demonstrate to myself that I did not myself insert some hairbrained configuration data in the SuEXEC setup, I uninstalled and re-installed Apache. There is no indication at all during setup that SuEXEC is being installed (and it is)...the curious thing is that the re-install picked up much (not all) of my old configuration (before deleting it...thank goodness I had a backup)(but not the new document root -- why doesn't the installation include the ability to specify the document root in the case where SuEXEC is being installed automatically, since SuEXEC seems to be so tightly bound to the installation configuration)? The error message I am now getting from SuEXEC log is: error (a different level of error) command not in docroot. Time for some more thought. Sidebar: I contrast this to a PHP/MySQL setup I also have where there is no grief like this at all! Best Wishes! Mike Olds www.buddhadust.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kde still sucks and gnome2 rocks why?
Paul Johnson sez: } On Sat, Jan 04, 2003 at 03:10:09AM +0800, [EMAIL PROTECTED] wrote: [...] } > I hope you're not suggesting that thing that comes } > with OSX? } } That piece of shit can't even do color control or terminal keyboard } emulation properly (ssh from an OSX box to your linux box and just try } running mutt...). Not to defend Apple's Terminal.app (it *is* a piece of shit), but it isn't quite as bad as that. The only thing it can't do properly is bold text. You have to set the preferences to ignore bold (I don't remember exactly where, but it's available from the UI and pretty obvious) and use the right terminfo files (I don't remember where I found them but I'll be happy to send them to you if you like). Once it's set up, it works okay, though without bold. } .''`. Baloo <[EMAIL PROTECTED]> --Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
KDE3 -- wich packages to download
Hello, After a long time my computer kde 2.2.2 is running on my computer. Now I want to upgrade to KDE 3. Can someone tell me wich packages I have to download and where they are downloadable? Regards, Willem-Jan Meijer Netherlands -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: squid and internal web server
Clarification: I should add that I am not running bind. Basically, I am trying to get squid to resolve an name from /etc/hosts. On Fri, Jan 03, 2003 at 08:12:53PM -0800, Michael West wrote: > I cannot get squid to point to the internal ip of my webserver, it > resolves to the public ip. It is ignoring the /etc/host.conf > entry: > > order hosts,bind > > I can ping the web server and it resolves correctly to the Class C > address. > > I have gone through the large squid FAQ and searched for a few > hours, but have found nothing on this. > > How to I get my www.mydomain.com address to resolve to > 10.1.2.3 on my internal network when the browser request is > processed through squid? > > Thanks, > ~Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ssh and run programme in the background.
You could also run the programs with at or batch. Note that these will run at specific times (at) or when the system load is below a certain level (batch). But, you can tell at to run now. HTH. Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 04 Jan 2003 3:43 pm, Willem-Jan Meijer wrote: > Hello, > > After a long time my computer kde 2.2.2 is running on my computer. > Now I want to upgrade to KDE 3. Can someone tell me wich packages I have to > download and where they are downloadable? You might want to put this in your sources.list deb http://ktown.kde.org/~nolden/kde/woody/i386/ ./ Its up to date kde 3.1 debs for woody (although they work on sid - apart from kamera) - -- Alan Chandler [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+FwYCuFHxcV2FFoIRAql4AKCeGE5Ckn8knJZ+KNo05zIJjbUBXACcC+40 MIsK0WPKIZEqfvCQnRggXKs= =zR6D -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: iptables
/etc/network/if-pre-up.d Everything in this directory gets executed just before the network comes up. On Sat, Jan 04, 2003 at 01:05:03AM -0500, Reaz Baksh wrote: > Hello > > Where do I save the settings in iptables so that on reboots the settings > are reinstated? > > I read that they are saved in /etc/sysconfig/iptables.rules. I tried > that and it didn't work. > > I also saw a file /etc/iptables that has the rules in it but that didn't > work either. > > > > Reaz > -- http://www.torrin.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Mknod & Major-Minor numbers
Where does one find a list or a howto for determining the major and minor numbers for a device? -- Ken Thompson Payette, Idaho Email: [EMAIL PROTECTED] Linux- Coming Soon To A Desktop Near You Registered Linux User #183936 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: There is no place like Sarge.... Knoppix must go. Duh ... Solved!
Not enough sleep. Using the install c.d.#1 I booted and began the install. 4. Boot the installation system 5. Configure the keyboard 6. Create and mount Debian partition I mounted my previous root partition, and skipped ahead to make it bootable, installed lilo in the mbr. Initialized the knoppix partition wiping it clean. Reboot to success! Sources of inspiration: prior experiance breaking things and having to learn how to fix them, http://lists.debian.org/google.html http://lists.debian.org/debian-devel/2000/debian-devel-200010/msg00418.html I have not totally finished the "small hard disk partition as a rescue partition, and install a second Linux on that" yet! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gpg weirdness
This one time, at band camp, Nori Heikkinen said: > i've had a problem with gpg ever since my old hard drive stared dying, > about a week ago. i've since transferred all my files to a new hard > drive, and almost everything except for gpg is working. > > all i needed to copy was ~/.gnupg/*, right? > > i can successfully do stuff like `gpg --list-sigs 11e030f1` (my key). > but, i'd like to add a uid, and i got this: > > mikan:~/.gnupg> gpg --edit-key 11e030f1 > Secret key is available. > > pub 1024D/11E030F1 created: 2002-06-23 expires: 2003-06-23 trust: u/u > sub 2048g/3FDAB36F created: 2002-06-23 expires: 2003-06-23 > (1) Nori Heikkinen <[EMAIL PROTECTED]> > (2). Nori Heikkinen <[EMAIL PROTECTED]> > > Command> adduid > gpg: keyedit.c:1641: menu_adduid: Assertion `pk && sk' failed. > zsh: 21069 abort gpg --edit-key 11e030f1 > > > also, i can't sign any emails. if i try, mutt tells me this: > > gpg: O j: ... this is a bug (getkey.c:2030:lookup) > secmem usage: 1632/1632 bytes in 3/3 blocks of pool 1632/16384 > > i'm running gpg from woody, 1.0.7, but upgrading to 1.2.0 reproduces the > error. is this really a bug, or am i crazy? > > thanks again, > > There was a version incompatibility with gnupg, but I don't remember where the break was - right around 1.07, IIRC, though (either that, or right below it). Let's see . . . try this, it has some attempts to make keys get along: http://lists.gnupg.org/pipermail/gnupg-users/2002-October/015287.html The error messages aren't exactly the same, but it looks like it may be related. Good luck. Hard drive failure is a nightmare, isn't it? -- -- | Stephen Gran | BOFH excuse #364: Sand fleas eating| | [EMAIL PROTECTED] | the Internet cables | | http://www.lobefin.net/~steve | | -- msg22328/pgp0.pgp Description: PGP signature
Re: Mknod & Major-Minor numbers
On Sat, Jan 04, 2003 at 09:49:10AM -0700, Ken Thompson wrote: > Where does one find a list or a howto for determining the major and minor > numbers for a device? /Documentation/devices.txt Where is the location of your kernel source tree. -- Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: initializing linux partitions after installation
On Thu, 2 Jan 2003 02:24:40 -0500 "Nori Heikkinen" <[EMAIL PROTECTED]> wrote: > what's weirding me out is, having created a user account for myself > and logging in, `pwd` says i'm in /home/nori. how can this be, if i > didn't initialize a /home partition? where on the disk am i? is this > bad? i mean, i'm going to go back and initialize it and /tmp just as > soon as i figure out how, but i'm kind of confused. I would do this as root, apt-get install mc (and then as user nori) (start mc) mc Once it is running hit "F9" and then "i" You will be able to see where on the disk you are! Midnight Commander Intro http://www.linuxgazette.com/issue23/wkndmech_dec97/mc_article.html History and more screenshots http://www.linuxorbit.com/features/newbie11.php3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Mknod & Major-Minor numbers
This one time, at band camp, Ken Thompson said: > Where does one find a list or a howto for determining the major and > minor numbers for a device? /usr/src/linux/Documentation/devices.txt -- -- | Stephen Gran | Purple hum Assorted cars Laser lights, | | [EMAIL PROTECTED] | you bring All to prove You're on the | | http://www.lobefin.net/~steve | move and vanishing - The Cars | -- msg22331/pgp0.pgp Description: PGP signature
RE: SuEXEC and CGI to two VirtualHosts
On Sat, 4 Jan 2003, Michael Olds wrote: > If I understand you correctly, to use SuEXEC I am going to have to either 1. > completely change the way I wanted to set up my web directory (ies), or 2. > figure out how to configure SuEXEC prior to compiling Apache and compile it > from source myself. How can Debian leave us in such a fix? How can the debian maintainer know where you want install things? The SuEXEC docs say: suEXEC Points Of Interest Hierarchy limitations For security and efficiency reasons, all suexec requests must remain within either a top-level document root for virtual host requests, or one top-level personal document root for userdir requests. For example, if you have four VirtualHosts configured, you would need to structure all of your VHosts' document roots off of one main Apache document hierarchy to take advantage of suEXEC for VirtualHosts. (Example forthcoming.) It's not the Debian package that's causing that restriction. > ...where it is > clear that we can set up the Apache document root any way we want and it is > absolutely silent on the effects changes will have on using SuEXEC? (I have > looked through the docs installed with Apache and there is virtually (ahum) > nothing on SuEXEC.) That's true, but look at how many module options there are in the default httpd.conf -- there's no way to list all the details. Think about mod_perl's potential complex issues. SuEXEC is typically used by ISPs and other experienced users -- and is also typically used for ~user type directories which is how the debian package has it. You have to keep in mind that the debian package is basically the Apache defaults, plus setup in a standard way to work for a wide group of users. Most people just use the default config and it works great. Once you start changing things without have a good knowledge of Apache then you are in for a frustrating time. It's not easy until you do spend those frustrating weeks. > For the record, in order to demonstrate to myself that I did not myself > insert some hairbrained configuration data in the SuEXEC setup, I > uninstalled and re-installed Apache. There is no indication at all during > setup that SuEXEC is being installed (and it is) It's just another Apache module. Did it tell you that mod_cgi was being installed? It's a package, and contains a lot of modules. > why doesn't the installation include the ability to specify the > document root in the case where SuEXEC is being installed automatically, > since SuEXEC seems to be so tightly bound to the installation > configuration)? Because it's not a configuration parameter -- it's part of the suexec wrapper program and it's compiled in. When you install a Debian package you are getting a binary verison. It's a package deal. > The error message I am now getting from SuEXEC log is: error > (a different level of error) command not in docroot. Google. That means you are trying to run a suexec script in a place that's not in docroot specified at suexec compile time. --suexec-docroot=DIR Define as the DocumentRoot set for Apache. This will be the only hierarchy (aside from UserDirs) that can be used for suEXEC behavior. The default directory is the --datadir value with the suffix "/htdocs", e.g. if you configure with "--datadir=/home/apache" the directory "/home/apache/htdocs" is used as document root for the suEXEC wrapper. I tried to explain that in my last message. > Time for some more thought. I posted a working httpd.conf. Why not just move your directories? Or you can build Apache from source. That's more reading -- but it's not that hard (no it's totally confusing until you figure it out!). > Sidebar: I contrast this to a PHP/MySQL setup I also have where there is no > grief like this at all! Mike, I think you have to admit your troubles are a result of your inexperience with this setup. The Debian package works perfectly for most people. When you decide to change that default config you had better know what you are doing, or else face that kind of grief. Seems like you can be up and running by a couple of mv commands. -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: KDE3 -- wich packages to download
I added http://ktown.kde.org/~nolden/kde/woody/i386 ./ to my sources.list, then I runned apt-get update and after that I runned apt-get upgrade. There are packages upgraded and installed but when I run starx gnome starts up. What have I done wrong? Regards, Willem-Jan Meijer, Netherlands -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Mknod & Major-Minor numbers
#include Ken Thompson wrote on Sat Jan 04, 2003 um 09:49:10AM: > Where does one find a list or a howto for determining the major and minor > numbers for a device? devices.txt in Linux' source. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: galeon won't start
On Fri, 3 Jan 2003 23:40:10 -0600 Nori Heikkinen <[EMAIL PROTECTED]> wrote: > mikan:~> galeon > GConf Error: Configuration server couldn't be contacted: > Adding client to server's list failed, CORBA error: > IDL:omg.org/CORBA/COMM_FAILURE:1.0 > > and i get a dialogue box telling me it "cannot find a schema for > galeon preferences. Check your gconf setup, look at the galeon FAQ > for more info." i've checked out the faq for that question at > http://galeon.sourceforge.net/support/answers.php?faq=gconf, and my > setup is just as they say it should be. i've tried reinstalling, and > it seems like i have all the libraries i possibly can have. help? > You killed your X-session without quiting gnome, did you? I think the problem lies in some files in your homedir. IIRC there is a directory called ~/.gconf if you move that out the way and restart gnome you're galeon will start just fine. Maybe it is possible to repair the problems in a more intelligent way, but this seems to do the trick. grts Tim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: SuEXEC and CGI to two VirtualHosts
Bill, Again thanks. >Mike, I think you have to admit your troubles are a result of your >inexperience with this setup. Absolutely, and I see your point about the number of other modules (but do any of them have this particular sort of inability to work if the default setup isn't used? SuEXEC seems unique in this regard). And in addition to inexperience, I have an inborn stubborn trait -- I want my directories where I want them! haha. (This is a selling point of UNIX systems, that is that the directory structure is "logical"...meaning you can order it in a way that makes sense to you.) Best Wishes! Mike Olds www.buddhadust.org >-Original Message- >From: Bill Moseley [mailto:[EMAIL PROTECTED]] >Sent: Saturday, January 04, 2003 9:05 AM >To: Michael Olds >Cc: Debian-User >Subject: RE: SuEXEC and CGI to two VirtualHosts > > >On Sat, 4 Jan 2003, Michael Olds wrote: > >> If I understand you correctly, to use SuEXEC I am going to have >to either 1. >> completely change the way I wanted to set up my web directory >(ies), or 2. >> figure out how to configure SuEXEC prior to compiling Apache and >compile it >> from source myself. How can Debian leave us in such a fix? > >How can the debian maintainer know where you want install things? > >The SuEXEC docs say: > > suEXEC Points Of Interest > Hierarchy limitations > > For security and efficiency reasons, all suexec requests must remain > within either a top-level document root for virtual host requests, or > one top-level personal document root for userdir requests. For example, > if you have four VirtualHosts configured, you would need to structure all > of your VHosts' document roots off of one main Apache document hierarchy > to take advantage of suEXEC for VirtualHosts. (Example forthcoming.) > >It's not the Debian package that's causing that restriction. > >> ...where it is >> clear that we can set up the Apache document root any way we >want and it is >> absolutely silent on the effects changes will have on using >SuEXEC? (I have >> looked through the docs installed with Apache and there is >virtually (ahum) >> nothing on SuEXEC.) > >That's true, but look at how many module options there are in the default >httpd.conf -- there's no way to list all the details. Think about >mod_perl's potential complex issues. SuEXEC is typically used by ISPs and >other experienced users -- and is also typically used for ~user type >directories which is how the debian package has it. > >You have to keep in mind that the debian package is basically the Apache >defaults, plus setup in a standard way to work for a wide group of users. >Most people just use the default config and it works great. Once you >start changing things without have a good knowledge of Apache then you are >in for a frustrating time. It's not easy until you do spend those >frustrating weeks. > >> For the record, in order to demonstrate to myself that I did not myself >> insert some hairbrained configuration data in the SuEXEC setup, I >> uninstalled and re-installed Apache. There is no indication at all during >> setup that SuEXEC is being installed (and it is) > >It's just another Apache module. Did it tell you that mod_cgi was being >installed? It's a package, and contains a lot of modules. > >> why doesn't the installation include the ability to specify the >> document root in the case where SuEXEC is being installed automatically, >> since SuEXEC seems to be so tightly bound to the installation >> configuration)? > >Because it's not a configuration parameter -- it's part of the suexec >wrapper program and it's compiled in. When you install a Debian package >you are getting a binary verison. It's a package deal. > > >> The error message I am now getting from SuEXEC log is: error >> (a different level of error) command not in docroot. > >Google. That means you are trying to run a suexec script in a place >that's not in docroot specified at suexec compile time. > >--suexec-docroot=DIR >Define as the DocumentRoot set for Apache. This will be the only hierarchy >(aside from UserDirs) that can be used for suEXEC behavior. The default >directory is the --datadir value with the suffix "/htdocs", e.g. if you >configure with "--datadir=/home/apache" the directory >"/home/apache/htdocs" is used as document root for the suEXEC wrapper. > >I tried to explain that in my last message. > >> Time for some more thought. > >I posted a working httpd.conf. Why not just move your directories? > > >Or you can build Apache from source. That's more reading -- but it's not >that hard (no it's totally confusing until you figure it out!). > >> Sidebar: I contrast this to a PHP/MySQL setup I also have where >there is no >> grief like this at all! > >Mike, I think you have to admit your troubles are a result of your >inexperience with this setup. The Debian package works perfectly for most >people. When you decide to change that default config you had better know >what you are doing, or else face that kind of
Not permitted to set DMA ???
Hi all, I'm trying to set the DMA to on for my hd without much success. I have pasted below all the information I think is relevant. I'm doing all the below as root, and as you can see, somehow setting the DMA is not permitted. My computer is about 6 months old, and I'm running the 2.4.18-k7 kernel. The error I get when using "hdparm -d1 /dev/hda" as root (root should be allowed to do this right??): /dev/hda: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma= 0 (off) The chipset and other info about my hd from dmesg: hda: IC35L080AVVA07-0, ATA DISK drive hda: 160836480 sectors (82348 MB) w/1863KiB Cache, CHS=159560/16/63 Result of "hdparm /dev/hda": /dev/hda: multcount= 16 (on) I/O support = 3 (32-bit w/sync) unmaskirq= 1 (on) using_dma= 0 (off) keepsettings = 0 (off) nowerr = 0 (off) readonly = 0 (off) readahead= 8 (on) geometry = 10011/255/63, sectors = 160836480, start = 0 busstate = 1 (on) and the result of "hdparm -i /dev/hda": /dev/hda: Model=IC35L080AVVA07-0, FwRev=VA4OA50K, SerialNo=VNC400A4G4PMSA Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=52 BuffType=DualPortCache, BuffSize=1863kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=160836480 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=yes: disabled (255) WriteCache=enabled Drive Supports : ATA/ATAPI-5 T13 1321D revision 1 : ATA-2 ATA-3 ATA-4 ATA-5 and the result of "hdparm -tT /dev/hda": /dev/hda: Timing buffer-cache reads: 128 MB in 0.50 seconds =256.00 MB/sec Timing buffered disk reads: 64 MB in 9.97 seconds = 6.42 MB/sec Any help would be mostly appreciated /Jelte -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
perl 5.6.1-8 vs 5.6.1-7
I'm trying to install Perl onto a new system. "apt-get install perl" won't work because perl-base is required and a conflict arises. That is, "apt-get install perl-base" says the latest version is already installed, but this appears to be version 5.6.1-7, and "apt-get install perl" wants version 5.6.1-8. Could this be related to having Debian security in my sources.list? I see from the debian-changes list that 5.6.1-8 was accepted in November. But the distribution is "testing-security". How is that different from simply "testing"? Thanks. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
mail server
Hi, I "try" to setup a mail server on my lan at home. actually I can directly receive email with exim (without using my internet provider mail server) now I would like to send email again without using my internet provider mail server my question (perhaps stupid) is it possible to do so? thanks & Happy New Year Raymond -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Kernel hacking: building single module
I build kernels with make-kpkg. I'm having troubles with usb code and need to test some chagnes to usb.c. Is there a quick way to rebuild just the usb.o kernel module and test with that without building a entire new kernel or all a package of all the modules? Can I just use make modules and then copy the module to my kernel lib? -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Not permitted to set DMA ???
hi ya jelte On Wed, 6 Nov 2002, Jelte Liebrand wrote: > Hi all, > > I'm trying to set the DMA to on for my hd without much success. I have > pasted below all the information I think is relevant. I'm doing all the > below as root, and as you can see, somehow setting the DMA is not > permitted. My computer is about 6 months old, and I'm running the > 2.4.18-k7 kernel. > > The error I get when using "hdparm -d1 /dev/hda" as root (root should be > allowed to do this right??): the typical reason why hdparm would fail is because the chipset on the motherboard or ide controller connected to the disk drive is NOT "completely" supported by the kernel - check the manufacturer and part number of the ide controller and enable those part numbers in the ide/ata/dma section of the kernel configs and yes.. yoour drive is already set to run at udma5 ( ata100 ) basd on the * next to udma5 in your listing below - just fix up your kernel or modules and you're all set for more ata fun http://.Linux-1U.net/Disks have fun alvin > /dev/hda: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma= 0 (off) > > The chipset and other info about my hd from dmesg: > hda: IC35L080AVVA07-0, ATA DISK drive > hda: 160836480 sectors (82348 MB) w/1863KiB Cache, CHS=159560/16/63 > > Result of "hdparm /dev/hda": > /dev/hda: > multcount= 16 (on) > I/O support = 3 (32-bit w/sync) > unmaskirq= 1 (on) > using_dma= 0 (off) > keepsettings = 0 (off) > nowerr = 0 (off) > readonly = 0 (off) > readahead= 8 (on) > geometry = 10011/255/63, sectors = 160836480, start = 0 > busstate = 1 (on) > > and the result of "hdparm -i /dev/hda": > /dev/hda: > > Model=IC35L080AVVA07-0, FwRev=VA4OA50K, SerialNo=VNC400A4G4PMSA > Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } > RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=52 > BuffType=DualPortCache, BuffSize=1863kB, MaxMultSect=16, MultSect=16 > CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=160836480 > IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} > PIO modes: pio0 pio1 pio2 pio3 pio4 > DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 > AdvancedPM=yes: disabled (255) WriteCache=enabled > Drive Supports : ATA/ATAPI-5 T13 1321D revision 1 : ATA-2 ATA-3 ATA-4 > ATA-5 > > and the result of "hdparm -tT /dev/hda": > /dev/hda: > Timing buffer-cache reads: 128 MB in 0.50 seconds =256.00 MB/sec > Timing buffered disk reads: 64 MB in 9.97 seconds = 6.42 MB/sec > > > Any help would be mostly appreciated > /Jelte > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
* Raymond Gree <[EMAIL PROTECTED]> [2003-01-04 19:11]: > > actually I can directly receive email with exim (without using my > internet provider mail server) now I would like to send email again > without using my internet provider mail server > > my question (perhaps stupid) is it possible to do so? If your ISP does not do any port filtering, it's possible without any further problems! wbr, Lukas -- Lukas Ruf http://www.lpr.ch Wanna know anything about raw ip? Join [EMAIL PROTECTED] on http://www.rawip.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel hacking: building single module
* Bill Moseley <[EMAIL PROTECTED]> [2003-01-04 19:15]: > Is there a quick way to rebuild just the usb.o kernel module and > test with that without building a entire new kernel or all a package > of all the modules? > > Can I just use make modules and then copy the module to my kernel > lib? > run make modules modules_install this will do the job. wbr, Lukas -- Lukas Ruf http://www.lpr.ch Wanna know anything about raw ip? Join [EMAIL PROTECTED] on http://www.rawip.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
Lukas Ruf wrote: * Raymond Gree <[EMAIL PROTECTED]> [2003-01-04 19:11]: actually I can directly receive email with exim (without using my internet provider mail server) now I would like to send email again without using my internet provider mail server my question (perhaps stupid) is it possible to do so? If your ISP does not do any port filtering, it's possible without any further problems! wbr, Lukas what should I setup in exim to allow this? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 04 Jan 2003 5:13 pm, Willem-Jan Meijer wrote: > I added http://ktown.kde.org/~nolden/kde/woody/i386 ./ to my sources.list, > then I runned apt-get update and after that I runned apt-get upgrade. There > are packages upgraded and installed but when I run starx gnome starts up. > > What have I done wrong? The other thing you could try is running startkde rather than startx - -- Alan Chandler [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+FybtuFHxcV2FFoIRAsqBAJ42bvXmlfY/Yuj+wiwgWR9lWumrMACeLYxU JH81rvkiIxxTXD0eu0vye48= =fuGT -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 04 Jan 2003 5:13 pm, Willem-Jan Meijer wrote: > I added http://ktown.kde.org/~nolden/kde/woody/i386 ./ to my sources.list, > then I runned apt-get update and after that I runned apt-get upgrade. There > are packages upgraded and installed but when I run starx gnome starts up. > I expect is is something to do with what is your default session manager in /etc/alternatives. Try installing kdm instead and allow that to start at startup (or /etc/init.d/kdm start whilst logged in as root - -- Alan Chandler [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+FyabuFHxcV2FFoIRAlaNAJ44yRhVt/yGIud2mj0Xn/TettP5ugCbBHmM Xxk93FX7HlVwnjCDnWynoU0= =YNXA -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: USB Mouse not working
-- suresh kumar sharma <[EMAIL PROTECTED]> wrote (on Saturday, 04 January 2003, 12:20 AM -0800): > Hi, > I have been trying to install a logitech optical mouse > on my laptop through USB,but it does not work > I have loaded input,usbcore,usb-uhci,and hid modules > .I get light on the mouse and when I check dmesg I can > see that it recoganises the mouse. > "input0: USB HID v1.10 Mouse [Logitech USB-PS/2 > Optical Mouse] on usb1:2.0" > but it does not work . > I am using kernel 2.4.20 and have CONFIG_HID_HIDINPUT > option as yes . You may also need the module "mousedev" -- otherwise input doesn't know what kind of input device it is or where to map it. Where is it not working? gpm? X? Have you created the necessary USB devices in the /dev tree using MAKEDEV? Typically, once all the correct modules are loaded, mice are mapped to /dev/usb/mice. I, too, have a logitech USB optical mouse, and this is where it is mapped. It utilizes the IMPS/2 protocol, so make sure you configuer gpm and/or X with that in mind. If you're still having problems, post back to the list with your config files and a detailed account of what is or isn't happening. -- Matthew Weier O'Phinney [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
This one time, at band camp, Raymond Gree said: > Hi, > > I "try" to setup a mail server on my lan at home. > > actually I can directly receive email with exim (without using my > internet provider mail server) > now I would like to send email again without using my internet provider > mail server > > my question (perhaps stupid) is it possible to do so? Sure. If you can directly receive mail, I'm guessing that you already have the DNS end of things worked out (you have some sort of name resolution working, and an MX record pointing to this box). Next, all you have to do is run eximconfig, and choose the 'internet mail host' option (IIRC, option 1) and answer the questions about your host name. Please be sure to read the exim FAQ and help files at www.exim.org - they're quitelong, but well worth it, and they can make the difference between being an open relay and being a secure mail hub. > thanks & Happy New Year > Raymond Back at ya, -- -- | Stephen Gran | Where's the man could ease a heart Like | | [EMAIL PROTECTED] | a satin gown? -- Dorothy Parker, "The | | http://www.lobefin.net/~steve | Satin Dress"| -- msg22348/pgp0.pgp Description: PGP signature
Re: Squirrelmail/uw-imap start up problems
On Sat, Jan 04, 2003 at 07:56:46AM -0500, Tom Allison wrote: | Derrick 'dman' Hudson wrote: | | >4) upgrade to version 2002rc10debian-1 or newer since it includes | >that patch | > | | Hmmm Debian packages doesn't seem to show this on their web site. | | However they do have this is unstable: | uw-imapd 5:2002a.dev.snap.0212051126debian-3 (48.8k) | | testing has a 2001 version... | | Or are you referencing some other branch? I don't know the proper ordering of uw-imapd's version numbers. What I know is that it was quite a while ago the bug was discovered and patched. On my system : $ apt-cache policy uw-imapd-ssl uw-imapd-ssl: Installed: 4:2001adebian-7.1 Candidate: 4:2001adebian-7.1 Version Table: 5:2002a.dev.snap.0212051126debian-3 0 80 http://http.us.debian.org sid/main Packages *** 4:2001adebian-7.1 0 100 /var/lib/dpkg/status 4:2001adebian-7 0 990 http://http.us.debian.org sarge/main Packages 4:2001adebian-6 0 500 http://http.us.debian.org stable/main Packages The version I have installed is the same as the one from sarge except I downloaded the source and applied the patch in the bug report. The version I mentioned above is the one Jaldhar uploaded to close the bug (read the bug report :-), it has that info). I would assume the version in sid has the fix. Applying the patch is really simple too. HTH, -D -- There is not a righteous man on earth who does what is right and never sins. Ecclesiastes 7:20 http://dman.ddts.net/~dman/ msg22349/pgp0.pgp Description: PGP signature
Re: initializing linux partitions after installation
on Sat, 04 Jan 2003 01:09:42PM -0400, Dan Hunt insinuated: > On Thu, 2 Jan 2003 02:24:40 -0500 > "Nori Heikkinen" <[EMAIL PROTECTED]> wrote: > > what's weirding me out is, having created a user account for myself > > and logging in, `pwd` says i'm in /home/nori. how can this be, if i > > didn't initialize a /home partition? where on the disk am i? is > > this bad? i mean, i'm going to go back and initialize it and /tmp > > just as soon as i figure out how, but i'm kind of confused. > > I would do this as root, > apt-get install mc > (and then as user nori) > (start mc) > mc > Once it is running hit "F9" and then "i" You will be able to see where > on the disk you are! yeah i had a prof this last semester who's in love with mc ... somehow, i either need straight-up text or a full gui. and if i can avoid abstraction, i like to. thanks, though! -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: galeon won't start
on Sat, 04 Jan 2003 06:17:56PM +0100, Tim Dijkstra insinuated: > On Fri, 3 Jan 2003 23:40:10 -0600 > Nori Heikkinen <[EMAIL PROTECTED]> wrote: > > > mikan:~> galeon > > GConf Error: Configuration server couldn't be contacted: > > Adding client to server's list failed, CORBA error: > > IDL:omg.org/CORBA/COMM_FAILURE:1.0 > > > > and i get a dialogue box telling me it "cannot find a schema for > > galeon preferences. Check your gconf setup, look at the galeon FAQ > > for more info." i've checked out the faq for that question at > > http://galeon.sourceforge.net/support/answers.php?faq=gconf, and my > > setup is just as they say it should be. i've tried reinstalling, > > and it seems like i have all the libraries i possibly can have. > > help? > > > You killed your X-session without quiting gnome, did you? many times ... > I think the problem lies in some files in your homedir. IIRC there is > a directory called ~/.gconf if you move that out the way and restart > gnome you're galeon will start just fine. dude! that's exactly the fix i needed! thanks! -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
* Raymond Gree <[EMAIL PROTECTED]> [2003-01-04 19:37]: > > what should I setup in exim to allow this? > I do not know exim, sorry. I make use of postfix. Maybe you find the information on exim's web page. wbr, Lukas -- Lukas Ruf http://www.lpr.ch Wanna know anything about raw ip? Join [EMAIL PROTECTED] on http://www.rawip.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: There is no place like Sarge.... Knoppix must go.
Dan Hunt wrote: > I had decided Knoppix 3.1 could be installed on my old windows Are you trying to use Knoppix to install Debian? There are instructions at http://www.linuxworld.com/site-stories/2002/1104.barr_p.html Cheers, Chris. -- +-+ | ___ Chris Lale <[EMAIL PROTECTED]> | | / \ | | | <_/ My PC runs Debian GNU/Linux 3.0 (http://www.debian.org). | | \ Robust, secure and free operating system + applications. | | `- | +-+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: need help with phpgroupware
Brad Cramer wrote: I am trying to install phpgroupware on a Debian Woody system, everything is installed and I can get to the login screen, but it is complaining about not finding db support. I have php4, mysql, apache and php-mysql installed so I can't seem to figure out what the problem is. I have checked the phpinfo and it say's --with-mysql=shared/usr should'nt this take care of mysql support in php? Brad Cramer [EMAIL PROTECTED] Here is a repost of Jacob S's solution: Jacob S. wrote: Chris and any others that may have been following this thread, Thanks to the guys over on the phpgroupware-users mailing list, and some suggestions from this list, I've finally got phpgroupware running. I ran into a lot of obstacles along the way. Hopefully these notes will be helpful for others that might be trying to get it running on Debian Woody as well. For starters, the php3-mysql package didn't edit /etc/php3/apache/php3.ini, so I had to add a line to that file before phpgroupware could see that I did have MySQL support installed. But then I was still running into a blank page on the Setup/Config Login. The folks over on the phpgroupware-users list recommended a newer version of the software off their site, as it had some improvements over the RC version that's in Debian. That combined with the fact that some parts of the Debian setup seemed better covered by php4, while php3 was listed as a dependency, I ended up uninstalling all .debs of php3 and phpgroupware. I then apt-get installed php4, php4-imap, php4-cgi and php4-mysql. Once that was configured, thanks to debconf, I used to cvs to grab the latest stable phpgroupware, and followed the install instructions from their website. At this point I had a problem with my web browser telling me the login page was a php3 file, and then asking me whether I wanted to download it or view it using a file handler. Through a combination of doing an updatedb, dpkg-reconfigure apache, editing httpd.conf and clearing the disk and memory cache in my browser (some of this was due to php3 remnants that were left on my machine), I was able to get the login page and edit my header.inc.php file. I also had to change the permissions on the ~phpgroupware directory to be owned by the same user and group that apache runs as. Next I had to create an empty database for phpgroupware to use for the Setup/Config login page. Evidently the mysql apt-get installation didn't set a password in mysql, so I had to use the command "mysqladmin -u root create phpgroupware" while logged in as root to create the database (Dropping the "-p" flag that the phpgroupware page said to use). I'll obviously need to secure MySQL a little better before I make this portion of my site public. The next step was giving the group "phpgroupware" access to the database "phpgroupware," as mentioned on the phpgroupware site. Finally I was able to login to the Setup/Config portion of phpgroupware/setup/index.php. Once you're in there it's just a simple matter of telling it to install all the applications, setting up an admin account, creating user accounts, etc. Now I'll be working on tightening the phpgroupware and MySQL security and then opening my firewall to allow my users to access my site. Thanks again for all the help from this list, Jacob Please reply to the list if you succeed. Cheers, Chris. -- +-+ | ___ Chris Lale <[EMAIL PROTECTED]> | | / \ | | | <_/ My PC runs Debian GNU/Linux 3.0 (http://www.debian.org). | | \ Robust, secure and free operating system + applications. | | `- | +-+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Radeon Mobility M6/LY problem
Greetings, I recently purchased an hp pavilion xt345 laptop, which has an ATI Radeon Mobility M6 video card. Following some things that I'd read online, I used the 'radeon' driver in my X configuration. My problem is this: about 1/2 the time when I start X, something goes wrong and it appears as if some sort of refresh rate is incorrect. It's clearly trying to display the correct thing, but it shows things out of place and 'shaking'. If I switch to a terminal and back into X a few times, the problem goes away (until I switch back to a terminal again). Sometimes X starts up fine. The same problems happen when I use radeon-fb. Any ideas on what could be wrong? I would think that it has to do with the refresh rates in my X config file, but I don't understand why it would work fine half the time, in that case. Please CC me in any replies. Thanks! --Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how do i get wu-ftp to work?? (Debian Woody)
Op vr 03-01-2003, om 18:08 schreef Lukas Latz: > hi all! > > apart from my PC running Debian i have an old Mac, and i need to > transfer lots of files using a crossover cable. the security issues > involving ftp are not important here because i just need to get this to > work temporarily. > > i've installed wu-ftp using dselect. so far, i found some configuration > files in /etc/wu-ftp. > > and there is the /etc/ftpusers and /etc/ftpchroot. > i get the gist that in ftpusers some users are excluded from doing ftp, > like root or anonymous. > i've tried commenting those lines, i've also tried ftp-ing as a > different user, however, all that EVER happens is this: > > continuity:~# ftp 127.0.0.1 > Connected to 127.0.0.1. > 220 continuity FTP server (Version wu-2.6.2(1) Sun Mar 10 20:00:40 GMT > 2002) ready. > Name (127.0.0.1:root): snip > 331 Password required for snip. > Password: > 530 Login incorrect. > Login failed. > ftp> > > (i'm using 127.0.0.1 for testing to make sure there are no other > networking isssues involved in this. is that ok?) > > i get the same effect when i comment the "anonymous" line in the > ftpusers file and try to ftp as anonymous. > in that case the message says, use your email as password, but then it > also fails. > > in the readme there is mention of the ftpuser's home directory, so i > created /home/ftp . do i have to create a user called "ftp" or > "ftpuser" and set the ownership of /home/ftp to that user? > > do i have to enter something into /etc/wu-ftp/ftpservers ? > > what other config files might be important? > > lukas > > = > . *** > ** [EMAIL PROTECTED]m. +31 (0) 6 19544439 ** > **t. +31 (0) 10 418 2023 ** > ** philips willemstraat 14B2 3051 PP rotterdam ** > ** IT'S A MAN'S WORLD DESIGNING TACKY INTERFACES ** > ** http://www.bambleweeny.com** > *** > I don't find WU ftpd to be very intuitive to configure. I like ProFTPD better as it has a configurating syntax which resembles the syntax used by Apache. I had to use wu ftpd once at work and it was a pain. A real pain. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
it works thanks for all helping me Raymond -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Unsupported soundcard
Hello all My new PC has a built in soundcard and despite a lot of RTFMing and experimentation I still have no idea how to make it work. The motherboard manual says: "Integrated Audio Controller in Intel 82801DB I/O Controller Hub (ICH4)" "AD 1981A/Realtek ALC202A Audio Codec '97" What I fondly imagine to be the relevant portion of "lspci -v": "00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 01) Subsystem: Trigem Computer Inc.: Unknown device 3186 Flags: bus master, medium devsel, latency 0, IRQ 9 I/O ports at 1c00 [size=256] I/O ports at 18c0 [size=64] Memory at e8000c00 (32-bit, non-prefetchable) [size=512] Memory at e8000800 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2" "lsmod": "Module Size Used byTainted: P snd-pcm-oss36100 0 (autoclean) snd-intel8x0 15904 0 (autoclean) snd-ac97-codec 24880 0 (autoclean) [snd-intel8x0] snd-pcm54976 0 (autoclean) [snd-pcm-oss snd-intel8x0] snd-timer 10208 0 (autoclean) [snd-pcm] snd-mpu401-uart 2560 0 (autoclean) [snd-intel8x0] snd-rawmidi12192 0 (autoclean) [snd-mpu401-uart] snd-seq-device 3760 0 (autoclean) [snd-rawmidi] snd-mixer-oss 10528 0 (autoclean) [snd-pcm-oss] snd24104 0 [snd-pcm-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device snd-mixer-oss] soundcore 3492 4 [snd] nvidia 1466752 10 8139too13920 1 mii 1088 0 [8139too]" Has anyone got any ideas, or more information I need to supply?? After spending 2 or 3 days getting the DVD player to work it seems a shame not to be able to hear it! Thanks Paul Walton -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: USB Mouse not working ( contd )
Hi, thanks for help ,but I am still not able to get the usbmouse to work . Here is what all I have done . I loaded input,mousedev,usbcore,usb-uhci,and hid modules . I can see the red light in the mouse but it does not work . I already had /dev/input/mice and my XF86Config-4 file points to /dev/input/mice. I have attached my XF86Config-4 file along with this mail ,if that helps .. if I do "cat /dev/input/mice".it says . cat: /dev/input/mice: No such device I am relatively new to linux so pls bear with me. thanks suresh --- Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- suresh kumar sharma <[EMAIL PROTECTED]> > wrote > (on Saturday, 04 January 2003, 12:20 AM -0800): > > Hi, > > I have been trying to install a logitech optical > mouse > > on my laptop through USB,but it does not work > > I have loaded input,usbcore,usb-uhci,and hid > modules > > .I get light on the mouse and when I check dmesg I > can > > see that it recoganises the mouse. > > "input0: USB HID v1.10 Mouse [Logitech USB-PS/2 > > Optical Mouse] on usb1:2.0" > > but it does not work . > > I am using kernel 2.4.20 and have > CONFIG_HID_HIDINPUT > > option as yes . > You may also need the module "mousedev" -- otherwise > input doesn't know > what kind of input device it is or where to map it. > > Where is it not working? gpm? X? Have you created > the necessary USB > devices in the /dev tree using MAKEDEV? > > Typically, once all the correct modules are loaded, > mice are mapped to > /dev/usb/mice. I, too, have a logitech USB optical > mouse, and this is > where it is mapped. It utilizes the IMPS/2 protocol, > so make sure you > configuer gpm and/or X with that in mind. > > If you're still having problems, post back to the > list with your config > files and a detailed account of what is or isn't > happening. > > -- > Matthew Weier O'Phinney > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/lib/X11/fonts/misc" FontPath"/usr/lib/X11/fonts/cyrillic" FontPath"/usr/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/lib/X11/fonts/Type1" FontPath"/usr/lib/X11/fonts/Speedo" FontPath"/usr/lib/X11/fonts/100dpi" FontPath"/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load"GLcore" Load"bitmap" Load"dbe" Load"ddc" Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"record" Load"speedo" Load"type1" Load"vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents""true" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Generic Video Card" Driver "ati" EndS
Re: Radeon Mobility M6/LY problem
It took me a week to get Debian to work with my ATI Radeon All-In-Wonder whenever I started X. I finally changed the line in /etc/apt/sources.list so it would take the testing debs instead of the stable, did apt-get update, then apt-get x{whatever else they stuck on the name for x-common and standard or server}. Once XFree86 was upgraded to 4.2.x, it worked fine. I think this is one of the problems encountered due to the choice to upgrade slowly -- it can take a LONG time before Debian supports new hardware. (I know my AIW Radeon is over a year old and it just isn't supported in Woody -- you have to go to testing or unstable to get it to work.) Hal On Saturday 04 January 2003 02:04 pm, Matt Casey wrote: > Greetings, > I recently purchased an hp pavilion xt345 laptop, which has an ATI > Radeon Mobility M6 video card. Following some things that I'd read > online, I used the 'radeon' driver in my X configuration. My problem is > this: about 1/2 the time when I start X, something goes wrong and it > appears as if some sort of refresh rate is incorrect. It's clearly > trying to display the correct thing, but it shows things out of place > and 'shaking'. If I switch to a terminal and back into X a few times, > the problem goes away (until I switch back to a terminal again). > Sometimes X starts up fine. The same problems happen when I use > radeon-fb. Any ideas on what could be wrong? > I would think that it has to do with the refresh rates in my X config > file, but I don't understand why it would work fine half the time, in > that case. > Please CC me in any replies. > Thanks! > --Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
More Voodoo Graphics
I have a Diamond Monster 3d 4Mb Voodoo graphics card. I used to use it with SuSE 6.4 and xfree86 3.3.6. and could play tuxracer and bzflag. Since I upgraded to xfree86 4, I have not been able to configure the voodoo(1) graphics chipset. I am running debian testing, xfree86 4.2.1 and kernel 2.4.18-k6. The pertinent packages are: ii device3dfx-sou 2001.07.28 Device driver source for 3Dfx boards f ii glide2-bin 2001.01.26-1.1 Binaries for glide2. ii libggi-target- 2.0.1-2General Graphics Interface Glide2 disp ii libglide2 2001.01.26-1.1 Graphics library for 3Dfx Voodoo based ii libglide2-dev 2001.01.26-1.1 development files for libglide2 ii libglide3 2001.01.26-1.1 Graphics library for 3Dfx Voodoo based ii libglide3-dev 2001.01.26-1.1 development files for libglide3 ii mesag-glide2-d 3.4.2.1-4 Development library for Mesa [libc6]. ii mesag3-glide2 3.4.2.1-4 A 3-D graphics library which uses the ii tuxracer 0.61-6 3D racing game featuring Tux, the Linu rc xlibmesa3 4.2.1-3XFree86 version of Mesa 3D graphics li If I try tuxracer, I get the extreme slow response characteristic of software 3D. I have tried using the kernel module sstfb.o : * linux/drivers/video/sstfb.c -- voodoo graphics frame buffer * $Id: sstfb.c,v 1.26.4.1 2001/08/29 01:30:37 ghoz Exp $ with some success. I have one monitor connected to my S3 2D video card, and a second monitor connected to the voodoo 3D card. According to the sstfb README, I should load sstfb with: insmod sstfb.o but this gives the error: sstfb.o: unresolved symbol fbcon_cfb16_R1b46d337 But modprobe sstfb.o loads the module and lsmod gives: Module Size Used by sstfb 10836 126 fbcon-cfb16 3880 0 [sstfb] cat /proc/fb gives: 0 Voodoo Graphics part of cat /proc/pci is: Bus 0, device 16, function 0: Multimedia video controller: 3Dfx Interactive, Inc. Voodoo (rev 2). Prefetchable 32 bit memory at 0xc600 [0xc6ff]. Bus 0, device 18, function 0: VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 6). Master Capable. Latency=64. Min Gnt=4.Max Lat=255. Non-prefetchable 32 bit memory at 0xec00 [0xefff]. According to the sstfb README, I should get: a big blue square, a green and a red small squares and a vertical white rectangle I do not get these, but my console shifts to the voodoo monitor; the S3 monitor is 'frozen'. When I switch to xfree86, the voodoo monitor clears and output shifts to the S3 monitor. I try tuxracer, but get slow response on the S3 monitor and nothing on the voodoo monitor. When I exit xfree86, the voodoo monitor resumes my console. Are there additional tests I can perform to check voodoo and sstfb.o? What I had hoped for was to use the voodoo card with mesa and get improved OpenGL performance. TIA, Dennis Krinke -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Broadcom 10/100 Mbps drivers on Asus A7V8X
Does woody / sarge support the ASUS A7V8X with KT400 chips and Broadcom10/100 onboard Chip? If not, any way to support it? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Radeon Mobility M6/LY problem
I'm actually already on X 4.2.1, using debian unstable (I should have said before..). I'm using all the latest packages. --Matt Hal Vaughan wrote: It took me a week to get Debian to work with my ATI Radeon All-In-Wonder whenever I started X. I finally changed the line in /etc/apt/sources.list so it would take the testing debs instead of the stable, did apt-get update, then apt-get x{whatever else they stuck on the name for x-common and standard or server}. Once XFree86 was upgraded to 4.2.x, it worked fine. I think this is one of the problems encountered due to the choice to upgrade slowly -- it can take a LONG time before Debian supports new hardware. (I know my AIW Radeon is over a year old and it just isn't supported in Woody -- you have to go to testing or unstable to get it to work.) Hal On Saturday 04 January 2003 02:04 pm, Matt Casey wrote: Greetings, I recently purchased an hp pavilion xt345 laptop, which has an ATI Radeon Mobility M6 video card. Following some things that I'd read online, I used the 'radeon' driver in my X configuration. My problem is this: about 1/2 the time when I start X, something goes wrong and it appears as if some sort of refresh rate is incorrect. It's clearly trying to display the correct thing, but it shows things out of place and 'shaking'. If I switch to a terminal and back into X a few times, the problem goes away (until I switch back to a terminal again). Sometimes X starts up fine. The same problems happen when I use radeon-fb. Any ideas on what could be wrong? I would think that it has to do with the refresh rates in my X config file, but I don't understand why it would work fine half the time, in that case. Please CC me in any replies. Thanks! --Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
IP firewalls
I am thinking about upgrading my firewall hardware soon and along with that I was thinking of installing Debian. It is running FreeBSD along with many other applications but my question is, can I use ipfw instead of iptables? I do not know how to use iptables or ipchains but I am very comfortable with ipfw. Thanks in advance. Caleb -- Get my GnuPG public key http://www.cwalk.org/pgp_info.html See complete mail headers for more information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Solved] Re: perl 5.6.1-8 vs 5.6.1-7
My problem was to have replaced "stable" with "testing" in sources.list, including the Debian security source. I then called apt-get update and then dist-upgrade. So, I changed "testing" back to "woody" for the security source, and was able to install Perl etc. But now I wonder: is it OK to keep the security source in sources.list when using testing? Thanks. Mark On Sat, Jan 04, 2003 at 12:49:59PM -0500, Mark Copper wrote: > I'm trying to install Perl onto a new system. "apt-get install perl" > won't work because perl-base is required and a conflict arises. That > is, "apt-get install perl-base" says the latest version is already > installed, but this appears to be version 5.6.1-7, and "apt-get install > perl" wants version 5.6.1-8. > > Could this be related to having Debian security in my sources.list? I > see from the debian-changes list that 5.6.1-8 was accepted in November. > But the distribution is "testing-security". How is that different from > simply "testing"? > > Thanks. > > Mark > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/etc/resolv.conf keeps getting overwritten
as root, i modified the "search" line in my new box's /etc/resolv.conf to include a few more domains i want searched. the changes persist anywhere from two minutes to two hours, but it always seems to get overwritten with the initial one! this is really obnoxious, as i don't want to have to keep typing in full domain names. i don't changed anything as root between relapses, so i can't figure out what's causing this. any ideas? thanks, -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
> > After a long time my computer kde 2.2.2 is running on my computer. > > Now I want to upgrade to KDE 3. Can someone tell me wich packages I have > > to download and where they are downloadable? > > You might want to put this in your sources.list > > deb http://ktown.kde.org/~nolden/kde/woody/i386/ ./ > > Its up to date kde 3.1 debs for woody (although they work on sid - apart > from kamera) Dammit. I just tried this on my workstation and it kept 55 packages back and did not upgrade completely. Now when I click on the reply button in Kmail the whole application quits. I was hoping this would be easy and painless. How do I get out of this mess? Move forward and try to get KDE 3.x in there or try to undo what I did already? Thanks, Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Broadcom 10/100 Mbps drivers on Asus A7V8X
* Hanasaki JiJi ([EMAIL PROTECTED]) said: > Does woody / sarge support the ASUS A7V8X with KT400 chips and > Broadcom10/100 onboard Chip? If not, any way to support it? Woody doesn't. There is a driver you can download from asus I think, google for it. That is for 2.4. The current 2.5 kernels support it but are still in development. I don't know if the latest patched 2.4s support it, but the driver online seems good. The file I have is 4401_653.zip (descriptive name no?), I think I got it from the asus ftp site. Nacho -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
running a dhcp client that may be overwritting it? Nori Heikkinen wrote: as root, i modified the "search" line in my new box's /etc/resolv.conf to include a few more domains i want searched. the changes persist anywhere from two minutes to two hours, but it always seems to get overwritten with the initial one! this is really obnoxious, as i don't want to have to keep typing in full domain names. i don't changed anything as root between relapses, so i can't figure out what's causing this. any ideas? thanks, -- = = Management is doing things right; leadership is doing the = = right things.- Peter Drucker= =___= = http://www.sun.com/service/sunps/jdc/javacenter.pdf = = www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone = = -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
Nori Heikkinen <[EMAIL PROTECTED]> wrote: > i don't changed anything as root between relapses, so i can't figure > out what's causing this. any ideas? > > thanks, > > Hi, If you're using dhclient, check out /etc/dhclient-script. There's a function make_resolv_conf() in there which overwrites /etc/resolv.conf whenever there's a dhcp update. You could probably just comment it out, or change this routine to add your custom search information. If you do disable it though, remember that if your ISP changes your DNS settings, they won't be reflected here. :) David. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
Nori Heikkinen said: > as root, i modified the "search" line in my new box's /etc/resolv.conf to > include a few more domains i want searched. the changes persist anywhere > from two minutes to two hours, but it always seems to get overwritten with > the initial one! this is really obnoxious, as i don't want to have to > keep typing in full domain names. > > i don't changed anything as root between relapses, so i can't figure out > what's causing this. any ideas? are you using DHCP ? that usually will overwrite resolv.conf if you get an ip via DHCP. nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IP firewalls
Caleb Walker said: > I am thinking about upgrading my firewall hardware soon and along with > that I was thinking of installing Debian. It is running FreeBSD along > with many other applications but my question is, can I use ipfw instead of > iptables? I do not know how to use iptables or ipchains but I am very > comfortable with ipfw. Thanks in advance. not that I know of, only ipchains and iptables .. no ipfw or ipf on linux. There used to be an ipf a few years ago but that was back in the 2.0.x days. I don't think there's ever been ipfw available for linux. my firewall is freebsd too, runs 2 NICs in bridged mode w/ipfw and my NIDS. Behind that is my NAT box which runs linux 2.2.x and ipchains. nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
Your DHCP client is probably overwriting /etc/resolv.conf. Do a "man dhclient.conf" for details how to configure. Possibly adding the following line to /etc/dhclient.conf will do it. append domain-name "domain1.com domain2.com"; HTH, Jeffrey Quoting Nori Heikkinen <[EMAIL PROTECTED]>: > as root, i modified the "search" line in my new box's /etc/resolv.conf > to include a few more domains i want searched. the changes persist > anywhere from two minutes to two hours, but it always seems to get > overwritten with the initial one! this is really obnoxious, as i don't > want to have to keep typing in full domain names. > > i don't changed anything as root between relapses, so i can't figure out > what's causing this. any ideas? > > thanks, > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
On Sun, Jan 05, 2003 at 09:01:57AM +1100, David Gardner wrote: | Nori Heikkinen <[EMAIL PROTECTED]> wrote: | | | > i don't changed anything as root between relapses, so i can't figure | > out what's causing this. any ideas? | If you're using dhclient, check out /etc/dhclient-script. There's a | function make_resolv_conf() in there which overwrites /etc/resolv.conf | whenever there's a dhcp update. You could probably just comment it out, or | change this routine to add your custom search information. If you do | disable it though, remember that if your ISP changes your DNS settings, they | won't be reflected here. :) A better solution is to edit /etc/dhclient.conf. Use one of append search foo.example bar.example prepend search foo.example bar.example depending on the effect you want. -D -- If your company is not involved in something called "ISO 9000" you probably have no idea what it is. If your company _is_ involved in ISO 9000 then you definitely have no idea what it is. (Scott Adams - The Dilbert principle) http://dman.ddts.net/~dman/ msg22374/pgp0.pgp Description: PGP signature
Re: KDE3 -- wich packages to download
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 04 Jan 2003 9:37 pm, Andy wrote: > > Dammit. I just tried this on my workstation and it kept 55 packages > back and did not upgrade completely. Now when I click on the > reply button in Kmail the whole application quits. > Its a problem with some of the packages changing boundaries I think. What was the reason given for holding back the packages. > I was hoping this would be easy and painless. > > How do I get out of this mess? Move forward and try to get KDE 3.x > in there or try to undo what I did already? I _think_ this is caused by the non removal of some of the packages which are no longer in the release. I did it with a combination of aptitude and dpkg -r. I used aptitude to try and understand what the problem was, and dpkg -r to fix it (sometimes with - --force-depends) - -- Alan Chandler [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+F14huFHxcV2FFoIRApb3AJ0QHAV6ZMIztbbOif8VSNe7nGJS3gCgsJgk USmTi6DpqJBXQFT1ypWhhkA= =lrGk -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
on Sun, 05 Jan 2003 09:01:57AM +1100, David Gardner insinuated: > Nori Heikkinen <[EMAIL PROTECTED]> wrote: > > > i don't changed anything as root between relapses, so i can't figure > > out what's causing this. any ideas? > > If you're using dhclient, check out /etc/dhclient-script. There's a > function make_resolv_conf() in there which overwrites /etc/resolv.conf > whenever there's a dhcp update. You could probably just comment it > out, or change this routine to add your custom search information. If > you do disable it though, remember that if your ISP changes your DNS > settings, they won't be reflected here. :) great, i just modified the script to add my info in each time. that should take care of it. thanks! -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel hacking: building single module
* Bill Moseley <[EMAIL PROTECTED]> [2003-01-04 19:15]: [sorry for breaking the thread - I deleted the original message] >> Is there a quick way to rebuild just the usb.o kernel module and >> test with that without building a entire new kernel or all a package >> of all the modules? >> >> Can I just use make modules and then copy the module to my kernel >> lib? >> > >run > make modules modules_install >this will do the job. Ok, that works, although it does a lot more work than I wished ;). I suppose it has to go through the enter build process to build all the dependencies. Nice if I could just rebuild the usb modules. It also seems to *replace* the existing modules tree, because after make modules_install I couldn't start X because I didn't have the nvidia kernel module any more (no big deal, just make install the nvidia kernel package again). Thanks, -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
Nori Heikkinen <[EMAIL PROTECTED]> writes: > as root, i modified the "search" line in my new box's /etc/resolv.conf > to include a few more domains i want searched. the changes persist > anywhere from two minutes to two hours, but it always seems to get > overwritten with the initial one! this is really obnoxious, as i don't > want to have to keep typing in full domain names. > > i don't changed anything as root between relapses, so i can't figure out > what's causing this. any ideas? Are you using DHCP? dhcp_client writes the /etc/resolv.conf when it gets a lease from the dhcp_server. /etc/dhclient.conf may be configured to prepend or append additional domains to /etc/resolv.conf. See dhclient.conf (5). Regards, Bob -- _ |_) _ |_Robert D. Hilliard<[EMAIL PROTECTED]> |_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]> Palm City, FL 34990 USA GPG Key ID: 390D6559 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Soundblaster Live
Hello, I don't get KDE3 working and my father is getting mad he can't handle this computer so I left kde 2.2.2 installed, But thanks for the help, I shall try again a.s.a.p. I've got a SoundBlaster Live ! soundcard and he doesn't work here. Probably it's quite easy to get it work and I searched google about it but I can't find something usable. They talk about compiling but I use debian for 2 months now and I don't understand it Does someone know how to fix this step by step? Thanks for all the help Regards, Willem-Jan Meijer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: > > A better solution is to edit /etc/dhclient.conf. Use one of > append search foo.example bar.example > prepend search foo.example bar.example > depending on the effect you want. > > -D I agree, that is a much much better solution. *grin*. And one that's not going to cause you any problems when there's a new package or whatever. Sometimes though, there's a time and place to just hack everything to pieces :) David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
Hi yall & Andy, yep, it is not a good thing, when your debs fly into a mincer. For package managment, I love Synaptic. Give it a try. It is an apt front end. Now, to install Synaptic, type "apt-get install synaptic" at the command line and press Enter. Once apt has finished installing Synaptic, you can launch it by typing "synaptic" at the root user's command prompt (you can't run this program unless you are logged in as root). *HTH* * BFN* Greek Geek :-) "American soldiers in battle don't fight for what some Presdent says on T.V., they don't fight for mom, apple pie, the American flag... They fight for one and another." -- Lt. General Hal Moore. Andy wrote: After a long time my computer kde 2.2.2 is running on my computer. Now I want to upgrade to KDE 3. Can someone tell me wich packages I have to download and where they are downloadable? You might want to put this in your sources.list deb http://ktown.kde.org/~nolden/kde/woody/i386/ ./ Its up to date kde 3.1 debs for woody (although they work on sid - apart from kamera) Dammit. I just tried this on my workstation and it kept 55 packages back and did not upgrade completely. Now when I click on the reply button in Kmail the whole application quits. I was hoping this would be easy and painless. How do I get out of this mess? Move forward and try to get KDE 3.x in there or try to undo what I did already? Thanks, Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Soundblaster Live
On Sat, Jan 04, 2003 at 11:51:58PM +0100, Willem-Jan Meijer wrote: > I don't get KDE3 working and my father is getting mad he can't handle this > computer so I left kde 2.2.2 installed, But thanks for the help, I shall try > again a.s.a.p. > > I've got a SoundBlaster Live ! soundcard and he doesn't work here. Probably > it's quite easy to get it work and I searched google about it but I can't > find something usable. They talk about compiling but I use debian for 2 > months now and I don't understand it > > Does someone know how to fix this step by step? Have you tried "modprobe emu10k1"? (Loading the driver) -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Will my fonts ever look good?
On Sat, 4 Jan 2003, Stig Are M. Botterli wrote: > In article <[EMAIL PROTECTED]>, Bill Moseley >wrote: > > > > $ dpkg -l | grep font > > > > ii gsfonts-x110.16 Make Ghostscript fonts available to X11. > > This package is a real uglificator. Replace it with a dummy equiv. I removed it with no real difference, but I didn't replace it with anything. What package should I replace it with? Thanks, -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Soundblaster Live
This one time, at band camp, Willem-Jan Meijer said: > Hello, > > I don't get KDE3 working and my father is getting mad he can't handle this > computer so I left kde 2.2.2 installed, But thanks for the help, I shall try > again a.s.a.p. > > I've got a SoundBlaster Live ! soundcard and he doesn't work here. Probably > it's quite easy to get it work and I searched google about it but I can't > find something usable. They talk about compiling but I use debian for 2 > months now and I don't understand it > > Does someone know how to fix this step by step? > > Thanks for all the help > > Regards, > > Willem-Jan Meijer modprobe emu10k1? -- -- | Stephen Gran | Choose in marriage only a woman whom| | [EMAIL PROTECTED] | you would choose as a friend if she | | http://www.lobefin.net/~steve | were a man. -- Joubert| -- msg22384/pgp0.pgp Description: PGP signature
Re: /etc/resolv.conf keeps getting overwritten
On Sat, 2003-01-04 at 16:25, Nori Heikkinen wrote: > on Sun, 05 Jan 2003 09:01:57AM +1100, David Gardner insinuated: > > Nori Heikkinen <[EMAIL PROTECTED]> wrote: > > > > > i don't changed anything as root between relapses, so i can't figure > > > out what's causing this. any ideas? > > > > If you're using dhclient, check out /etc/dhclient-script. There's a > > function make_resolv_conf() in there which overwrites /etc/resolv.conf > > whenever there's a dhcp update. You could probably just comment it > > out, or change this routine to add your custom search information. If > > you do disable it though, remember that if your ISP changes your DNS > > settings, they won't be reflected here. :) > > great, i just modified the script to add my info in each time. that > should take care of it. thanks! Of course, if apt-get ever updates dhclient, the package may overwrite /etc/dhclient-script, so keep a seperate copy -- ++ | Ron Johnson, Jr. mailto:[EMAIL PROTECTED] | | Jefferson, LA USA http://members.cox.net/ron.l.johnson | || | "Basically, I got on the plane with a bomb. Basically, I | | tried to ignite it. Basically, yeah, I intended to damage | | the plane." | |RICHARD REID, who tried to blow up American Airlines| | Flight 63 | ++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Soundblaster Live
On Sat, Jan 04, 2003 at 11:51:58PM +0100, Willem-Jan Meijer wrote: > I've got a SoundBlaster Live ! soundcard and he doesn't work here. > Probably it's quite easy to get it work and I searched google about it > but I can't find something usable. They talk about compiling but I use > debian for 2 months now and I don't understand it > > Does someone know how to fix this step by step? http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Creative+Labs&card=Soundblaster+Live+Value&chip=EMU10K1&module=emu10k1 -- Jamin W. Collins -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
System won't boot
When attempting to boot my newly installed system, it gets as far as the following and then stops with a kernel panic. Is this repairable, and if so how. I am a relative newbie, so be as simple as possible. Any help is greatly appreciated. Thanks. These are the last 4 lines when booting: kmod : failed to exec /sbin/modprobe -s -k block-major-33 errno=2 VFS : cannot open root device "2105" or 21:05 Please append a correct "root=" boot option Kernel panic : VFS : Unable to mount root fs on 21:05 -Trey -- Trey Sizemore [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Re: Chat servers
On Sat, Jan 04, 2003 at 12:30:35AM -0600, Nathan Poznick wrote: > Thus spake [EMAIL PROTECTED]: > > if liz has soggy trousers did she pee herself? > > > > Dean McEwan, If the drugs don't work, [sarcasm] take more...[/sarcasm]. > > Amazing, I'd told procmail to send all his linux-kernel garbage to > /dev/null, but who'd have thought I'd have to do the same for > debian-user? At least he uses a really cool MUA :-) -- Nathan Norman - Incanus Networking mailto:[EMAIL PROTECTED] A booming voice says, "Wrong, cretin!", and you notice that you have turned into a pile of dust. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
on Sat, 04 Jan 2003 05:19:39PM -0500, Derrick 'dman' Hudson insinuated: > On Sun, Jan 05, 2003 at 09:01:57AM +1100, David Gardner wrote: > | Nori Heikkinen <[EMAIL PROTECTED]> wrote: > | > | > | > i don't changed anything as root between relapses, so i can't figure > | > out what's causing this. any ideas? > > | If you're using dhclient, check out /etc/dhclient-script. There's a > | function make_resolv_conf() in there which overwrites /etc/resolv.conf > | whenever there's a dhcp update. You could probably just comment it out, or > | change this routine to add your custom search information. If you do > | disable it though, remember that if your ISP changes your DNS settings, they > | won't be reflected here. :) > > A better solution is to edit /etc/dhclient.conf. Use one of > append search foo.example bar.example > prepend search foo.example bar.example > depending on the effect you want. cool, much better. thanks, learning as i go, -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IP firewalls
One can use ipfwadm (or ipchains) in addition to iptables with 2.4.kernels: CONFIG_IP_NF_COMPAT_IPFWADM This option places ipfwadm (with masquerading and redirection support) back into the kernel, using the new netfilter infrastructure. It is not recommended for new installations (see acket filtering'). With this enabled, you should be able to use the ipfwadm tool exactly as in 2.0 kernels. On Sat, Jan 04, 2003 at 02:09:11PM -0800, nate wrote: > Caleb Walker said: > > I am thinking about upgrading my firewall hardware soon and along with > > that I was thinking of installing Debian. It is running FreeBSD along > > with many other applications but my question is, can I use ipfw instead of > > iptables? I do not know how to use iptables or ipchains but I am very > > comfortable with ipfw. Thanks in advance. > > not that I know of, only ipchains and iptables .. no ipfw or ipf on linux. > There used to be an ipf a few years ago but that was back in the 2.0.x days. > I don't think there's ever been ipfw available for linux. > > my firewall is freebsd too, runs 2 NICs in bridged mode w/ipfw and my NIDS. > Behind that is my NAT box which runs linux 2.2.x and ipchains. > > nate > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Bob Nielsen, N7XY [EMAIL PROTECTED] Bainbridge Island, WA IOTA NA-065, USI WA-028S -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
avi, mpeg
What would be the best to see some avi or mpeg movies? Or converter from avi to mpeg? Using woody 3.0 Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Will my fonts every look good?
On Fri, Jan 03, 2003 at 11:22:19PM -0800, Bill Moseley wrote: > I think I've spent too much time messing with my fonts, reading > TrueType, AA, and de-uglification HOWTOs, and messing things up with > msttcorefonts. > > Is it possible to get really nice looking fonts overall? It might just be me, but I don't really see any problem with the fonts in your screen shots with the exception of Abiword (fonts4.png). That I believe is problem of Abiword (I could be wrong). Otherwise it appears that your chief complaint may simply be that the fonts displayed are not the ones you want? -- Jamin W. Collins -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: KDE3 -- wich packages to download
> Its a problem with some of the packages changing boundaries I think. What > was the reason given for holding back the packages? It does not say. Only "The following packages have been kept back" There are 55 held back. I did not pay attention when it did some installing the first time around. > I _think_ this is caused by the non removal of some of the packages which > are no longer in the release. > I did it with a combination of aptitude and dpkg -r. I used aptitude to > try and understand what the problem was, and dpkg -r to fix it (sometimes > with --force-depends) Hmm..a little over my head. Should I try Synaptic like the other gentleman recommended? I don't have much time this week and would like to get this fixed. So if anyone can help me get KDE 3.1 installed I would appreciate it. To recap.all I have done is put http://ktown.kde.org/~nolden/kde/woody/i386 ./ into my sources list and did apt-get update and apt-get upgrade. There are 55 packages being held back and I don't know why. And my Kmail is all screwed up. If I click on anything it just closes. One thing I just noticeduname -a says I have i686. Linux 2.4.18-bf2.4 #1 . i686 unknown Is that a problem with i386 in my sources file? Thanks for any help out there. Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/resolv.conf keeps getting overwritten
On Sun, Jan 05, 2003 at 09:51:52AM +1100, David Gardner wrote: | Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: | > | > A better solution is to edit /etc/dhclient.conf. Use one of | > append search foo.example bar.example | > prepend search foo.example bar.example | > depending on the effect you want. | | I agree, that is a much much better solution. *grin*. And one that's not | going to cause you any problems when there's a new package or whatever. | Sometimes though, there's a time and place to just hack everything to pieces | :) :-). Yeah, that script is so easy to hack up like that. In fact I did that myself before I learned of the config file. In my case one NIC was static, one was dynamic, and dns was local. -D -- How to shoot yourself in the foot with Java: You find that Microsoft and Sun have released incompatible class libraries both implementing Gun objects. You then find that although there are plenty of feet objects implemented in the past in many other languages, you cannot get access to one. But seeing as Java is so cool, you don't care and go around shooting anything else you can find. (written by Mark Hammond) http://dman.ddts.net/~dman/ msg22394/pgp0.pgp Description: PGP signature
Re: mail server
On Sat, Jan 04, 2003 at 07:16:40PM +0100, Lukas Ruf wrote: | * Raymond Gree <[EMAIL PROTECTED]> [2003-01-04 19:11]: | | > actually I can directly receive email with exim (without using my | > internet provider mail server) now I would like to send email again | > without using my internet provider mail server | > | > my question (perhaps stupid) is it possible to do so? | | If your ISP does not do any port filtering, it's possible without any | further problems! Almost. Some sites will reject your connection just because you have a dynamic address. If you are running the 'eximconfig' script, the above description is an "Internet site". -D -- Microsoft DNS service terminates abnormally when it receives a response to a dns query that was never made. Fix information: run your DNS service on a different platform. -- bugtraq http://dman.ddts.net/~dman/ msg22395/pgp0.pgp Description: PGP signature
console messages flit by too fast
I can't believe this is still not solved. I boot the system. I see some ominous warnings. They scroll by so fast and are gone. E.g. something about mtab. Ok, cd /var/log; grep mtab * */* Nothing. You will answer "oh, mtab, don't worry about that". But the general problem of messages that appear at boot but go off the screen is not solved for me still. Am I really supposed to hit ^S^Q like back 30 years ago? What if I am not fast enough still? You will answer: that is the fault of whatever package author for also not logging his message to syslog. But that isn't helping me: what package? the name went by too fast. Isn't there something that I can turn on to capture all these, or are we too early in the startup? Am I supposed to boot my system thru some remote terminal like the certainly must do a Linux Labs so they can scroll back? But I only have 1 equipment and am not into learning something fancy. Perhaps all the stupid questions I post about why I can't enter the audio age could be solved if I didn't miss one of those ominous messages that go by too fast. I hit ALT CTRL F1 etc. but I don't suppose those `man console(4)` tty can be scrolled backwards. -- http://jidanni.org/ Taiwan(04)25854780 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: avi, mpeg
Antonio Rodriguez said: > What would be the best to see some avi or mpeg movies? Or converter from > avi to mpeg? > Using woody 3.0 my favorite mpeg-1 player is xine. Some say mplayer is better, but I haven't tried it myself(yet). I use avifile for avis, I don't think its included with debian 3.0, but you can compile it from avifile.sourceforge.net and grab the codecs there as well. nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[ANNOUNCE] Struts Training in NYC and DC in January
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. Washington DC Class -- January 18th 2003 NYC Class -- January 24th 2003 This class is taught by baseBeans Engineering, the company voted to have the best hands on training class by JDJ for their "Fast Track to Struts" class. Get your training from the #1 trainer with a money back guarantee You will pay $50 to register and be billed the balance. Upon registration, you will be shipped a CD that contains the tools needed for the class, such as an IDE, App. Server, some sample working source code, Struts, etc. Follow this link to register: http://www.basebeans.com/do/classReservation At the training, we will cover Struts, Java Server Faces, JDO, DAO, JDBC,etc. A pre-requisite for attendance is some Struts knowledge or at least Servlet and SQL knowledge. This class is targeted at tech leads. Bring your questions and receive practical advice from the baseBeans team. You can FedEx a check or a PO for the balance to BaseBeans. Prior paid students and clients are free for this class, as always, but we need to know you are coming. Hope to see you there, JOHN -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: mail server
Quoting Derrick 'dman' Hudson <[EMAIL PROTECTED]>: [snip] > Almost. Some sites will reject your connection just because you have > a dynamic address. > For these sites, route e-mail thru your ISP. (I use Postfix, not exim, so the details are left as an exercise for the reader.) HTH, Jeffrey -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IP firewalls
On Sat, Jan 04, 2003 at 03:58:43PM -0800, Bob Nielsen wrote: > One can use ipfwadm (or ipchains) in addition to iptables with > 2.4.kernels: Not "in addition to", in place of. I can't speak for ipfwadm specifically, but with the ipchains wrapper it's one or the other. You can't use iptables commands and then switch off to ipchains commands. They are mutually exclusive. Additionally, the ipchains wrapper is not (TMK) as full featured as the ipchains tool present in the 2.2.x kernels. -- Jamin W. Collins -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]