Re: Xorg on Sid question
Hugo Vanwoerkom wrote: Hi, On Sid I changed my sources.list to this: deb http://people.debian.org/~dnusinow/xorg ./ deb ftp://ftp.uni-mainz.de/pub/Linux/debian/ unstable main non-free contrib Then I did the following: /Fri Jul 08-05:47:36HDB1# apt-get update /Fri Jul 08-05:57:38HDB1# apt-get remove x-window-system-core /Fri Jul 08-05:58:01HDB1# apt-get remove xterm /Fri Jul 08-05:58:22HDB1# apt-get remove xprt-xprintorg /Fri Jul 08-05:59:19HDB1# apt-get install xserver-xorg /Fri Jul 08-06:23:51HDB1# apt-get install x-window-system-core /Fri Jul 08-06:24:54HDB1# apt-get install xterm /Fri Jul 08-06:28:06HDB1# apt-get install xprt-xprintorg Reasoning that those were the packages I installed when I installed Sid. That all worked. Changed XF86Config-4 appropriately and restarted gdm. No Xorg users apparently. Good. You wonder who could use it for what. I put just the one entry in sources.list and did a dist-upgrade and installed everything that I had. There was another fix needed to avoid mozilla from diappearing and wmxmms to show up, from here: http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency#Enabling_shadows_and_real_transparency which solved it. Then of course the "eyecandy", I found xcompmgr here: http://freedesktop.org/xapps/release/ it apparently is not with the .debs. And to compile that had to install xcomposite, xfixes, xdamage and xrender and link pkgconfig for X to where he wants it apparently. There is a transset on a key here: http://forchheimer.se/transset-df/ But I never got that to run because e16keyedit dies. Which brings us to what all that gets you. With a 2.1GHz CPU running xcompmgr -c on only 1 X puts the CPU at a constant 56% and X is cute to look at but in no whay ready to useful work: way to slow on a Nvidia TNT with acceleration set. Anybody actually use this in a production mode for useful work, like answering emails? Aparently not because there are no Xorg users here. H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel-2.6.11.8 and vmware-4.5.1 question?
On Fri, 08 Jul 2005 23:23:59 +0200 wim <[EMAIL PROTECTED]> wrote: > Ishwar Rattan wrote: > > I am running kernel-2.6.11.8 and trying to install > > vmware-4.5.1 (for Linux host). An attempt to insmod > > > > # insmod ./vmnet.ko > > > > results in > > > > insmod: error inserting './vmnet.ko': -1 Unknown symbol in module > > > > Does vmware-4.5.1 works with 2.6 kernels? > > > > -ishwar > > > > > > I run vmware on my debian kernel 2.6.8. The network modules have a problem with kernels somewhere past 2.6.11 (don't remember exactly from what version). I am currently running it on 2.6.12.2 without network support as the network modules wouldn't load. > > wim. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > +++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. > +++ This Mail Was Scanned By Mail-seCure System at the Tel-Aviv University CC.
Re: KPackage problems
Jon Roed wrote: Whenever i try to install anything with KPackage it gives me the error: WARNING: The following packages cannot be authenticated! kaffeine E: There are problems and -y was used without --force-yes It has always worked well in the past and only started doing this recently. Does anyone know of a way to fix this ? This is because you upgraded to the latest apt which has signature verification of .debs, which don't exist yet, so you get an error message. If you put this in your /etc/apt/apt.conf: APT::Get::AllowUnauthenticated "true"; Did you Google for this? It's around! HTH H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problem with apcupsd and kernel 2.6
On Sat, 09 Jul 2005 01:40:09 +0200, Martin Fuzzey <[EMAIL PROTECTED]> wrote: > I have recently upgraded my system from kernel 2.4 to 2.6.8 (with sarge). > > I have a APC Cyberfort 500 USB UPS managed with apcupsd. > > Initially I had no communication at all with the UPS. Installing the > hotplug package fixes this _however_ apcupsd still does not start > correctly at boot since it is started at level S12 wheras hotplug is S40. > > All works after a manual start. > > Is this a bug? (and if so in apcupsd or hotplug?) > Should I change the start up levels so that apcupsd comes after hotplug? > > Any other ideas? I'm afraid I can't help you much. I've got Debian Sarge, kernel 2.6.8, an APC back-ups 350 and no problems at all. As for the hotplug package: it's installed on my system: ~# dpkg -l | grep hotplug ii hotplug0.0.20040329-2 Linux Hotplug Scripts ... but I can't find it in the list of startup-scripts. My default runlevel is 2 (line in inittab: 'id:2:initdefault:'). Looking in /etc/rcS.d: ... lrwxrwxrwx 1 root root 17 Jul 12 2004 S40hotplug -> ../init.d/hotplug lrwxrwxrwx 1 root root 21 Apr 4 08:06 S41hotplug-net -> ../init.d/hotplug-net ... Looking in /etc/rc2.d: ... lrwxrwxrwx 1 root root 17 Feb 24 23:27 S13apcupsd ->../init.d/apcupsd ... Maybe I'm mistaken here (there's s much of Linux I still don't understand), but isn't the bootsequence for a default runlevel 2: - first run everything in numerical order in /etc/rcS.d - then run everything in numerical order in /etc/rc2.d ... because, in that case, S40hotplug in rcS.d would be run before S13apcupsd in rc2.d Hope this helps, -- Matthijs [EMAIL PROTECTED] No need to 'cc' me, I read the list. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unable to install libncurses5-dev
Abdul Taha wrote: Hi Everyone, I'm trying to install 'libncurses5-dev' as a prerequisite for using make menuconfig, which I'm doing to enable usb mouse support. However the install fails due to unmet dependencies I'm not certain how to resolve: # apt-get install kernel-package ncurses-dev fakeroot Reading package lists... Done Building dependency tree... Done Note, selecting libncurses5-dev instead of ncurses-dev Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libncurses5-dev: Depends: libncurses5 (= 5.4-4) but 5.4-8 is to be installed E: Broken packages I'm on kernel version 2.4.27-2-686. I would appreciate any suggestions. make menuconfig or rather the lxdialog dir in the scripts dir of the kernel, seems to have trouble with the Debian libncurses5-dev anyway, which I never resolved. Instead I downloaded ncrurses-5.4.tar.gz from http://ftp.gnu.org/pub/gnu/ncurses/ and added prefix=/usr/local to ./configure and make and make install. ./configure says he installs default to /usr/include but he does not and it will clobber what you got in there. Then I change /usr/include to /usr/local/include in the Makefile of lxdialog in the script dir of the kernel and your troubles are over. HTH H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: make nprint to be default printing command.
Prabu Subroto wrote: Dear my friends... I am the only one employee who use debian for working at my office. I print to a printer which shared by a netware server. I installed nsfcp and it runs perfectly. I tested it this way: " nprint -S 192.168.23.1 -U prabusubroto -P jengjeng01 -q Q1102 ". It works. But than, I want to be able to print from Abiword, ghostview etc in simple way as I do from SuSE station. With YaST2, the configuration of Netware shared printer is very easy also to make it a default printer is also easy. Is it possible to make nprint as the default printing command ? You are to be recommended by the way. Keep up the good work. I would fudge things a little. I note that GV and Abiword both use lpr, I could not tell what mozilla uses. So I would rename /usr/bin/lpr -> lpr.orig and link /usr/bin/nprint->lpr Would that work? But it does not answer you question. HTH H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: OT: Windoze spyware?
Marty wrote: This is for readers who are unfortunate enough to have more Windows administration knowledge than I. The sole Windoze XP box on my LAN is sending http requests to a site named movies.go.com, although there is no web client running on the XP box (at least none obvious). I am analyzing the LAN traffic and appreciate any ideas about where to go next. The XP box regularly runs a major brand virus and spyware checker, and it otherwise shows no signs of misbehaving. I checked the Windows Explorer history and movies.go.com has not been accessed in weeks, at least, although it is on the favorites list and has been accessed several times in the last year. I've heard all the chilling spyware stories, but this is an eye opener for the sheer volume of data being passed 24/7 to or from this box. But what data and to whom? Could be fairly innocent, but I expect any application that wants to phone home to ask me first: common courtesy. It's generally felt that no single anti-spyware program can do a proper job. Microsoft itself now does what is considered quite a good one, but you never know what deals they might do (especially with Disney, which has been mentioned) and a certain amount of money might move a program from the 'spyware' to the 'adware' category. McAfee calls them all 'potentially unwanted programs'. I use AdAware and Spybot, but I've seen problems that neither would fix. A session with the task manager, regedit and Google may be called for. Then a few reboots to make sure it doesn't sneak back. The nastier ones are even harder, but even slightly legitimate programs don't actually disable the task manager. Something that does that belongs in the 'virus' class. I might note in passing that since Win95 there has been no version that has 'no web client running', as from W98 on they all have Internet Explorer built in. IE is only too pleased to assist any passing application which would like some HTML rendered. The days when IE would run executable files if told that they were sound files are long gone, but it's still pretty gullible. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Rio Cali 128 on Sarge -Solved?
Hi all, Finally I have found that rio cali 128 (the one with red stick) is not a mass storage device, while rio cali 256 (with black stick) is. So using rioutil package I'm able to talk to this mp3 USB device. I have been unable to set an appropiate udev rule, I can't see any device created on /dev, /dev/usb nor /media. May be you know if I'm wrong, if so, please let me know! Regards, Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Full version of the software.
Adobe+macromedia+OS etc all in CD under $99 http://laxy.296z51kdzu2rz32.impolishedkg.com Indeed, history is nothing more than a tableau of crimes and misfortunes. Talk of nothing but business, and dispatch that business quickly. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unable to install libncurses5-dev
Hugo Vanwoerkom wrote: Abdul Taha wrote: Hi Everyone, [snip] The following packages have unmet dependencies: libncurses5-dev: Depends: libncurses5 (= 5.4-4) but 5.4-8 is to be installed E: Broken packages I'm on kernel version 2.4.27-2-686. I would appreciate any suggestions. Have you done an apt-get update? What's the contents of /etc/apt/sources.list? sarge & etch have 5.4-4 while sid has 5.4-8, which is making me a bit suspicious of what is inside there. Had you manually installed any ncurses5 deb's previously? make menuconfig or rather the lxdialog dir in the scripts dir of the kernel, seems to have trouble with the Debian libncurses5-dev anyway, which I never resolved. Instead I downloaded ncrurses-5.4.tar.gz from http://ftp.gnu.org/pub/gnu/ncurses/ and added prefix=/usr/local to ./configure and make and make install. ./configure says he installs default to /usr/include but he does not and it will clobber what you got in there. Then I change /usr/include to /usr/local/include in the Makefile of lxdialog in the script dir of the kernel and your troubles are over. I must say, I have *never* had any problems like this. It's always been as simple as when it came time to compile my own kernel, I just did `apt-get install libnncurses-dev make gcc' to make sure I had everything I needed. It just worked(tm). Have you had this problem with just 2.6, or any time? HTH H smime.p7s Description: S/MIME Cryptographic Signature
Re: should etch be Debian 4.0 ?
Santiago Vila <[EMAIL PROTECTED]> writes: > On Sat, 9 Jul 2005, Nigel Jones wrote: > > > On 08/07/05, Steve Langasek <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 08, 2005 at 11:57:25AM +1000, Drew Parsons wrote: > > > > I'm already seeing documentation referring to "Debian 3.2 (etch)". > > > > > > Where is this? It's certainly wrong for documentation to make assumptions > > > about the release version number at this point, and is the kind of thing > > > that makes it harder to change later. > > > > > > And after all, isn't the point of codenames to avoid third-parties > > > incorrectly attaching a version number to a not-yet-released version? > > > > http://ru.wikibooks.org/wiki/LOR-FAQ-Debian seems to be saying Etch is 3.2 > > Also http://www.computerbase.de/lexikon/Debian seems to be saying the same. > > (Got these from a google search of "etch 3.2 debian" (page 8 onwards)). > > Those references should be changed, then. It's *not* ok to refer to etch > as Debian 3.2, as the version number for etch has not been decided > yet. Why the mystery? What message is being transmitted by calling it 3.2 versus 4.0? If there is no message, why the distinction? So what we have now is current version of debian is N.K with next version of debian being N.{K+1} or {N+1}.K according to some inscrutible random variable dependent upon the phase of the moon and other chaotic factors. The only effect as far as I can see is to cause confusion about the version number of the next release. I suspect some sort of Schödinger's cat experiment where the next version number is in some sort of half-incremented half-not-incremented superposition state. Does this state of affairs actually help anyone? ANYONE? -- Johan KULLSTAM
subscribe
-- Ken Heard Toronto, Canada -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: should etch be Debian 4.0 ?
On Saturday 09 July 2005 23:56, Johan Kullstam wrote: > Santiago Vila <[EMAIL PROTECTED]> writes: > > On Sat, 9 Jul 2005, Nigel Jones wrote: > > > On 08/07/05, Steve Langasek <[EMAIL PROTECTED]> wrote: > > > > On Fri, Jul 08, 2005 at 11:57:25AM +1000, Drew Parsons wrote: > > > > > I'm already seeing documentation referring to > > > > > "Debian 3.2 (etch)". > > > > > > > > Where is this? It's certainly wrong for > > > > documentation to make assumptions about the > > > > release version number at this point, and is > > > > the kind of thing that makes it harder to > > > > change later. > > > > > > > > And after all, isn't the point of codenames to > > > > avoid third-parties incorrectly attaching a > > > > version number to a not-yet-released version? > > > > > > http://ru.wikibooks.org/wiki/LOR-FAQ-Debian seems > > > to be saying Etch is 3.2 Also > > > http://www.computerbase.de/lexikon/Debian seems > > > to be saying the same. (Got these from a google > > > search of "etch 3.2 debian" (page 8 onwards)). > > > > Those references should be changed, then. It's > > *not* ok to refer to etch as Debian 3.2, as the > > version number for etch has not been decided yet. > > Why the mystery? > > What message is being transmitted by calling it 3.2 > versus 4.0? > > If there is no message, why the distinction? > > So what we have now is current version of debian is > N.K with next version of debian being N.{K+1} or > {N+1}.K according to some inscrutible random variable > dependent upon the phase of the moon and other > chaotic factors. > > The only effect as far as I can see is to cause > confusion about the version number of the next > release. > > I suspect some sort of Schödinger's cat experiment > where the next version number is in some sort of > half-incremented half-not-incremented superposition > state. > > Does this state of affairs actually help anyone? > ANYONE? Erm, OK. Coming back to earth for a second, I think the reason why some people object to a version number being attached to etch is because of the stage of its life that it's at, it could be argued not to be an official release yet. (Pardon me, has it even made it to "testing" yet?). Refraining from giving early-stage upcoming versions of software an official version number until it gets to a certain stage of maturity is pretty common practice in largescale software development. And it doesn't get a lot more large scale than a worldwide open source project. Mark
Solved: irq 11: nobody cared!
2.6.13-rc2-mm1 + "irqpoll" boot option solves the problem. If any of you know what's the patch that does the trick, please make me know ;) Es Dilluns, 4 de Juliol de 2005 22:55, en Joan Tur va escriure: | Hallo! | | The above line appears in dmesg (followed by "[] | __report_bad_irq+0x2a/0xa0" & similar lines), and everything connected to | the 2 affected usb ports doesn't work fine (*). | | For instance an usb mouse hasn't got an smooth movement. | | It's a Benq JB7000 laptop, and I'm using kubuntu 5.04 & 2.6.12-cko1 kernel. | | Any idea on where to look for? Right now I have no idea 8-? | | TIA ;) | | (*) from /proc/interrupts: | "11: 10 XT-PIC uhci_hcd:usb2, uhci_hcd:usb3" -- Joan Tur (aka Quini), Eivissa-Spain Jabber: [EMAIL PROTECTED] Yahoo & AIM: quini2k www.ClubIbosim.org Linux: usuari registrat 190.783 pgpDuMQ9G6kGQ.pgp Description: PGP signature
Re: 2.6.11 kernel in sarge?
On Friday, 08.07.2005 at 13:27 -0700, Bill Thompson wrote: > > > Is there a way for me to download the debian 2.6.11 kernel and use it > > > in sarge? > > > > Yes, but it's not technically part of Sarge. Easiest way to do this is > > to add 'unstable' to your sources.list, download the latest Sid kernel, > > install it and make sure it's working, then remove 'unstable' from your > > sources.list. > > Please, Please, DO NOT do this! It may work now since stable and > unstable are not too far apart, but it could lead to disaster later > down the road. I have to disagree here Bill. I do however agree that, generally, running a mixed system is not really highly recommended, but simply for a *kernel*, I believe this to be a good option: 1. You are not pulling down any non-Sarge packages other than the new kernel; 2. You are removing the non-Sarge entries from sources.list after downloading the non-Sarge kernel, meaning that the entirety of your system will remain Sarge; 3. The kernel will then *not* be touched by any subsequent 'upgrade' or 'dist-upgrade' unless you explicitly ask it to. Actually, what I am proposing is no different to going to http://packages.debian.org/ and finding the appropriate (unstable) kernel package and just doing: dpkg -i kernel-image-2.6.11-... This is *not* running a mixed system. > I STRONGLY encourage you to learn how to use the Debian kernel tools > like "make-kpkg" to compile custom kernels from the Debian or > kernel.org sources. I found the following on a Google search, but > there are plenty of other guides around: > http://newbiedoc.sourceforge.net/system/kernel-pkg.html make-kpkg is a fantastic tool and I thoroughly recommend it for when you have to *customize* your kernel. However, in this case the poster presumably wants the stock kernel image, but for a more recent version of the kernel than appears in Sarge. The act of *compiling* a kernel is becoming less of a necessity as time goes on - a few years ago, it was common: now the stock kernel packages for your distribution of choice are nearly always sufficient (there are exceptions, true, but fewer than there used to be). I needed a more recent stock version of the kernel myself when I wanted a Sarge system but my disk controller needed a newer kernel to avoid a critical bug. Given the choice of: A. Download the source for kernel.org and compile -> No, kernel.org kernel source does not have Debian patches and as such may not behave as expected, and will need plenty of configuration; B. Download the most recent source package from Debian and build it using make-kpkg -> No, unnecessary. And, in any case, you will probably need to go outside Sarge to get the source for the more recent kernel anyway! C. Get the Sid kernel; -> Yes. Unlikely to break anything and it's quick and simple. Dave. -- Please don't CC me on list messages! ... Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED] All email from me is now digitally signed, key from http://www.sungate.co.uk/ Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92 signature.asc Description: Digital signature
qmailrock.org for debian installation guide question
Hello! I'm trying to build mail server following the qmailrocks installation guide. 1st 3 scripts: 1) /downloads/qmailrocks/scripts/install/qmr_install_linux-s1.script 2) /downloads/qmailrocks/scripts/util/qmail_big_patches.script 3) make man (in /usr/src/qmail/qmail-1.03/ ) run without any error. When I run #make setup check (in /usr/src/qmail/qmail-1.03/) gave me the following errors: ./compile qmail-remote.c qmail-remote.c:36:25: openssl/ssl.h: No such file or directory qmail-remote.c:37: error: syntax error before '*' token qmail-remote.c:37: warning: data definition has no type or storage class qmail-remote.c: In function `ssl_timeoutread': qmail-remote.c:134: error: `SSL_ERROR_WANT_READ' undeclared (first use in this f unction) qmail-remote.c:134: error: (Each undeclared identifier is reported only once qmail-remote.c:134: error: for each function it appears in.) qmail-remote.c:135: error: `SSL_ERROR_NONE' undeclared (first use in this functi on) qmail-remote.c: In function `ssl_timeoutwrite': qmail-remote.c:159: error: `SSL_ERROR_WANT_WRITE' undeclared (first use in thisfunction) qmail-remote.c:160: error: `SSL_ERROR_NONE' undeclared (first use in this function) qmail-remote.c: At top level: qmail-remote.c:177: error: syntax error before '*' token qmail-remote.c:183: error: syntax error before "X509_STORE_CTX" qmail-remote.c: In function `smtp': qmail-remote.c:346: error: `SSL_CTX' undeclared (first use in this function) qmail-remote.c:346: error: `ctx' undeclared (first use in this function) qmail-remote.c:404: error: `SSL_FILETYPE_PEM' undeclared (first use in this function) qmail-remote.c:418: error: `SSL_VERIFY_PEER' undeclared (first use in this function) qmail-remote.c:421: warning: assignment makes pointer from integer without a cast qmail-remote.c:454: error: `X509_V_OK' undeclared (first use in this function) qmail-remote.c:462: error: `NID_commonName' undeclared (first use in this function) qmail-remote.c: In function `main': qmail-remote.c:590: warning: return type of `main' is not `int' make: *** [qmail-remote.o] Error 1 Help me! :( askar
Re: should etch be Debian 4.0 ?
Mark Fletcher <[EMAIL PROTECTED]> writes: > On Saturday 09 July 2005 23:56, Johan Kullstam wrote: > > Santiago Vila <[EMAIL PROTECTED]> writes: > > > On Sat, 9 Jul 2005, Nigel Jones wrote: > > > > On 08/07/05, Steve Langasek <[EMAIL PROTECTED]> > wrote: > > > > > On Fri, Jul 08, 2005 at 11:57:25AM +1000, Drew > Parsons wrote: > > > > > > I'm already seeing documentation referring to > > > > > > "Debian 3.2 (etch)". > > > > > > > > > > Where is this? It's certainly wrong for > > > > > documentation to make assumptions about the > > > > > release version number at this point, and is > > > > > the kind of thing that makes it harder to > > > > > change later. > > > > > > > > > > And after all, isn't the point of codenames to > > > > > avoid third-parties incorrectly attaching a > > > > > version number to a not-yet-released version? > > > > > > > > http://ru.wikibooks.org/wiki/LOR-FAQ-Debian seems > > > > to be saying Etch is 3.2 Also > > > > http://www.computerbase.de/lexikon/Debian seems > > > > to be saying the same. (Got these from a google > > > > search of "etch 3.2 debian" (page 8 onwards)). > > > > > > Those references should be changed, then. It's > > > *not* ok to refer to etch as Debian 3.2, as the > > > version number for etch has not been decided yet. > > > > Why the mystery? > > > > What message is being transmitted by calling it 3.2 > > versus 4.0? > > > > If there is no message, why the distinction? > > > > So what we have now is current version of debian is > > N.K with next version of debian being N.{K+1} or > > {N+1}.K according to some inscrutible random variable > > dependent upon the phase of the moon and other > > chaotic factors. > > > > The only effect as far as I can see is to cause > > confusion about the version number of the next > > release. > > > > I suspect some sort of Schödinger's cat experiment > > where the next version number is in some sort of > > half-incremented half-not-incremented superposition > > state. > > > > Does this state of affairs actually help anyone? > > ANYONE? > > Erm, OK. Coming back to earth for a second, I think the > reason why some people object to a version number being > attached to etch is because of the stage of its life > that it's at, it could be argued not to be an official > release yet. (Pardon me, has it even made it to > "testing" yet?). > > Refraining from giving early-stage upcoming versions of > software an official version number until it gets to a > certain stage of maturity is pretty common practice in > largescale software development. And it doesn't get a > lot more large scale than a worldwide open source > project. Let me see if I understand you correctly. Your reason for having the ambiguity of wether to call it 3.2 or 4.0 is just to keep people from assigning etch a number? -- Johan KULLSTAM
debian op ppc6500/300
welke versie van debian werkt op een (apple) ppc 6500/300, ik vond op een lijst dat dit een 'old world mac' is en dat deze normaal debian zou moeten kunnen draaien. Wat is de maximale versie die ik kan draaien hierop? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
postfix/procmail/spamassassin permissions issues
I've never quite "gotten" how spamassassin permissions are supposed to set in users' home directories, and nothing in the documentation directly addresses the issue. I'm running sarge with postfix, mailman (using the spamassassin option), procmail, and spamassassin daemon mode (spamd). I get errors in syslog as follows: spamd[12739]: cannot write to /home/adam/.spamassassin/bayes_journal, Bayes db update ignored: Permission denied spamd[16734]: Cannot open bayes databases /home/adam/.spamassassin/bayes_* R/O: tie failed: Permission denied /home/adam/.spamassassin is world readable and executable. bayes_journal is read and write only by me. But who is spamd running as? ps aux reports it running as root, so that shouldn't have a problem. Even if it's running as me, it still shouldn't be a problem. So why permission denied? /usr/share/doc/spamassassin/README.spamd suggests that spamd is supposed to run as root and drop to the uid of the user to whom mail is being delivered. Are these files really supposed to be world readable and writable? That seems like the wrong way to do it. Am I missing something here? -- Adam Rosi-Kessel http://adam.rosi-kessel.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
adduser: default groups
Hi, I found that Sarge's new users "adduser xxx" by default aren't on group "camera" so a friend of mine has been drived nuts before I got their Kodak working :) It was the same on woody where I needed to add new user to groups "audio", etc, in order to get permisions to play Cd's, etc. Now in Sarge, I see that new users are in those groups by default Question is: where can I set these default groups the user will be in? I reviewed adduser and /etc/adduser.conf and found nothing thanks Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: $PATH problem
L.V.Gandhi wrote: > ... > But stille I don't get ~/bin in my path. Any help is appreciated. I am > running sarge with yesting and unstable in sources.list for > upgrading. Are you logging in with a graphical login manager such as kdm, gdm, or xdm? If so then read this note: http://lists.debian.org/debian-user/2005/06/msg03761.html I am sure that is the same problem you are seeing. Bob signature.asc Description: Digital signature
Re: Hewlett-Packard package conflicts
On Tue, 05 Jul 2005, Gayle Lee Fairless wrote: > I posted a question to Debian User about package conflicts between > hpoj(sp?) and hplip(sp?) that are for parallel HP printers and usb HP > printers. My HP 697C is parallel, and my HP psc1210 is usb. The conflicts will be removed in etch. hplip has already removed them in sid, after I manage to make sure things do work alright, I will ask the hpoj mainainter to do so as well. hplip does NOT connect to any printer unless you configure it to do so, so it is safe. HPOJ, you will have to use some sort of command (I don't know which) to tell it to stay away from the USB ports, and then configure HPLIP to use them. > I wonder if it is possible to force aptitude to install those 2 > conflicting packages and somehow match them to the appropriate printer? > You will need to use a backport of the sid hplip package (not yet uploaded, maybe when 0.9.4 shows up), and to modify hpoj to stop conflicting with hplip. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Atheros support in Ubuntu, but not Debian?
I recently installed Ubuntu 5.0.4, and my wireless card (D-Link DWL-G650) just worked. I then installed Debian 3.1, and found that it ignored my wireless card. Googling a bit left me with the impression that getting Debian to recognize my card is relatively complicated, e.g. http://www.marlow.dk/site.php/tech/madwifi http://www.ituprising.com/howto/dlink_dwlg650.html Do I really have to do this or is there an easier way? TIA, Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Linux and Solaris Mail playing nicely
Hi all, I realise this is a Linux list, but I figured there must be some Sendmail guru out there :-) I have just added a few Solaris boxen to my (nearly) all Linux (Debian) network, and would like to get each one to deliver *all* mail to my current mailserver. Basically, I don't want *any* mail delivered locally, just forwarded on. My new.mc file looks like this: OSTYPE(`solaris8')dnl DOMAIN(`solaris-generic')dnl define(`SMART_HOST', 'my.mail.server')dnl FEATURE(`relay_entire_domain')dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') MAILER(`smtp')dnl But I still get local mail Any ideas? I have tried Googling, but the volume of useless results kinda negates the search! Cheers, Pete. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian op ppc6500/300 -- translation
Approximate translation below! -- hendrik On Sat, Jul 09, 2005 at 06:32:45PM +0200, sam heijens wrote: > welke versie van debian werkt op een (apple) ppc 6500/300, > ik vond op een lijst dat dit een 'old world mac' is en dat deze normaal > debian zou moeten kunnen draaien. Wat is de maximale versie die ik kan > draaien hierop? What version of Debian runs on an (Apple) ppc 6500/300, I discovered on a list that this is an 'old-world mac' and that this should be able to run Debian normally. What is tha maximum version that will run on it? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Second time on hostname
I'm having some difficulties (From: line missing in header of outgoing newsgroup mesaages) and worry their cause might be due to what I put into /etc/hostname when I installed. I had done some reading, got inconsistent answers, and ended by using as hostname my FQDN, teufel.hartford-hwp.com when I installed. Since then I've seen suggestions to use only the local host name (teufel). Is "machine name" synonymous with "local host" name? A simple question for which I desperately need an answer: Should I have used only the local hostname? Secondary questions: does my use of FQND spell trouble? If so, some sources say never try to change your hostname, but do a reinstall instead; others say, grep the /etc directory and change the name whereever it appears. Which is right? Should /etc/mailname be brownh#hartford-hwp.com? Here, incidentally, are the returns from the hostname command: $ hostname teufel.hartford-hwp.com $ hostname -a localhost $ hostname -d [nothing is returned] $ hostname -f localhost $ hostname -s localhost None of these seem right. -- Haines Brown KB1GRM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: adduser: default groups
Roman Muñoz wrote: > Hi, Hi, > Question is: where can I set these default groups the user will be in? I > reviewed adduser and /etc/adduser.conf and found nothing 'man adduser' clearly tells that you can provide arguments to specify your custom choices. -- Miroir de logiciels libres => http://www.etud-orleans.fr Un Nokia sous Linux,"programmable" en Open Source http://www.nokia.com/770 ,http://www.maemo.org/ http://www.maemo.org/platform/docs/tutorials/Maemo_tutorial.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Second time on hostname
Haines Brown wrote: I'm having some difficulties (From: line missing in header of outgoing newsgroup mesaages) and worry their cause might be due to what I put into /etc/hostname when I installed. I had done some reading, got inconsistent answers, and ended by using as hostname my FQDN, teufel.hartford-hwp.com when I installed. Since then I've seen suggestions to use only the local host name (teufel). Is "machine name" synonymous with "local host" name? A simple question for which I desperately need an answer: Should I have used only the local hostname? Secondary questions: does my use of FQND spell trouble? If so, some sources say never try to change your hostname, but do a reinstall instead; others say, grep the /etc directory and change the name whereever it appears. Which is right? Should /etc/mailname be brownh#hartford-hwp.com? You want to make changes to your /etc/hosts file so that it will look like this IP FQDN HOSTNAME like 1.2.3.4. my.fulldomain.net my /etc/hostname would have just my in it. localhost usually referes to the 127.0.0.1 address hth jeff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
samba setup tips?
I'm having a few problems setting up samba on my server and I was hoping that the list would be able to shed some light on my issue for me and point me in the right direction. I've installed all the required pieces of samba and started the daemons and set each user's samba password by using the command "smbpasswd -a username". I can see the samba share from every other pc on my network but am unable to log into it from either linux or windows. What am I missing? Here's my samba.conf file: #=== Global Settings === [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = bacon # server string is the equivalent of the NT Description field server string = %h server (Samba %v) # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server ; wins support = no # WINS Server - Tells the NMBD components of Samba to be a WINS Client # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both ; wins server = w.x.y.z # This will prevent nmbd to search for NetBIOS names through DNS. dns proxy = no # What naming service and in what order should we use to resolve host names # to IP addresses ; name resolve order = lmhosts host wins bcast Debugging/Accounting # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Put a capping on the size of the log files (in Kb). max log size = 1000 # If you want Samba to only log through syslog then set the following # parameter to 'yes'. ; syslog only = no # We want Samba to log a minimum amount of information to syslog. Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log # through syslog you should set the following parameter to something higher. syslog = 0 # Do something sensible when Samba crashes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ### Authentication ### # "security = user" is always a good idea. This will require a Unix account # in this server for every user accessing the server. See # /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc # package for details. security = user # You may wish to use password encryption. See the section on # 'encrypt passwords' in the smb.conf(5) manpage before enabling. encrypt passwords = true # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam guest obey pam restrictions = yes ; guest account = nobody invalid users = root # This boolean parameter controls whether Samba attempts to sync the Unix # password with the SMB password when the encrypted SMB password in the # passdb is changed. ; unix password sync = no # For Unix password sync to work on a Debian GNU/Linux system, the following # parameters must be set (thanks to Augustin Luton <[EMAIL PROTECTED]> for # sending the correct chat script for the passwd program in Debian Potato). passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . # This boolean controls whether PAM will be used for password changes # when requested by an SMB client instead of the program listed in # 'passwd program'. The default is 'no'. ; pam password change = no ## Printing ## # If you want to automatically load your printer list rather # than setting them up individually then you'll need this ; load printers = yes # lpr(ng) printing. You may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # CUPS printing. See also the cupsaddsmb(8) manpage in the # cupsys-client package. ; printing = cups ; printcap name = cups # When using [print$], root is implicitly a 'printer admin', but you can # also give this right to other users to add drivers and set printer # properties ; printer admin = @ntadmin File sharing # Name mangling options ; preserve case = yes ; short preserve case = yes Misc # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf.%m # Most people will find that this option gives better performance. # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html # for details # You may want to add the following on a Linux system: # SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY # The following parameter is useful only if you have the linpopup package # installed. The samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba. ; message command = /bin/
configuring hp officejet 4255 with hpoj
hi, i'm having trouble to make my hp officejet 4255 over debian, here the situation i installed the hpoj driver and lprng everything started and runnig, tamandare:~# ptal-hp device Model name:officejet 4200 series Model number: Q5611A Serial number: CN4C2FJ7PY Firmware version: R0029xxNx Firmware datecode: (unavailable) system can connect to the printer another example tamandare:~# ptal-print
Re: adduser: default groups
On Sat, 2005-07-09 at 19:46 +0200, Roman Muñoz wrote: > Hi, > > I found that Sarge's new users "adduser xxx" by default aren't on group > "camera" so a friend of mine has been drived nuts before I got their > Kodak working :) > > It was the same on woody where I needed to add new user to groups > "audio", etc, in order to get permisions to play Cd's, etc. Now in > Sarge, I see that new users are in those groups by default > > Question is: where can I set these default groups the user will be in? I > reviewed adduser and /etc/adduser.conf and found nothing You always have the option of creating a the script /usr/local/sbin/adduser.local which will be called by adduser. This should allow you to add new users to any old group you would like. #! /bin/bash groups='camera audio video blah blah etc' for g in $groups do gpasswd -a $1 $g done That should do what you need (modify the group list to suit your needs) -davidc -- gpg-key: http://www.zettazebra.com/files/key.gpg signature.asc Description: This is a digitally signed message part
Re: full proxy
On Fri, 2005-07-08 at 22:50 -0600, Ð∂äđ vÎяũŞ wrote: > hello, is there a way that i can place my entire OS under a proxy? not > just the browser but every connection including IM connections and FTP > connections and all that sort? > Perhaps you should clarify what your purposes and expectations are. Do you want to monitor or restrict internet usage? Are you hoping to speed up web browsing by caching frequently accessed content? A masquerading router could technically be considered a full network proxy. Are you looking for a higher level relay/caching type proxy? Some higher higher level protocols cannot be easily proxied at the application layer. A more specific question may result in a more helpful answer. -davidc -- gpg-key: http://www.zettazebra.com/files/key.gpg signature.asc Description: This is a digitally signed message part
Re: Second time on hostname
On Sat, 09 Jul 2005 15:30:24 -0400, Haines Brown wrote: > I'm having some difficulties (From: line missing in header of outgoing > newsgroup mesaages) and worry their cause might be due to what I put > into /etc/hostname when I installed. Shouldn't you be looking at your news reader configuration? > I had done some reading, got inconsistent answers, and ended by > using as hostname my FQDN, teufel.hartford-hwp.com when I > installed. In Debian the standard is to use a simple name which in your case would be 'teufel'. > Since then I've seen suggestions to use only the local host > name (teufel). Is "machine name" synonymous with "local host" name? The system has a name maintained in the kernel and initialised at boot from /etc/hostname. This is what you see when you execute the hostname command. > A simple question for which I desperately need an answer: Should I > have used only the local hostname? It is possible to use either one. > Secondary questions: does my use of FQND spell trouble? Not necessarily. > If so, some > sources say never try to change your hostname, but do a reinstall > instead; I don't see why that would be necessary. > others say, grep the /etc directory and change the name > whereever it appears. Strictly speaking the system hostname should only appear in /etc/hostname. However, some programs unfortunately expect to be able to resolve this name as if it were a domain name. Thus, the Debian installer puts the hostname in /etc/hosts too. If you change the system hostname then you should also change the relevant line in /etc/hosts. /etc/mailname is completely different: the MTA looks in that file to find out what domain name it should use as the origin of mail. See mailname(5). > Which is right? Should /etc/mailname be brownh#hartford-hwp.com? No, it should be a domain name such as 'teufel.hartford-hwp.com'. Set up /etc/hosts like this: 127.0.0.1 localhost.localdomain localhost 127.0.1.1 teufel.hartford-hwp.com teufel Put 'teufel' in /etc/hostname and reboot. -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Exim question
On Fri, 2005-07-08 at 18:39 +0100, [EMAIL PROTECTED] wrote: > Trying to set up email on my machine, I can receive mail from my dial-up > ISP, but I am having trouble setting up exim. What version of debian are you running? If you have upgraded to sarge from woody, please consider replacing exim with exim4, it will make things much easier. If you're still running woodywell, please consider upgrading to sarge for the same reason ;o) > > I've used eximconfig, but not sure how some of the questions need to be > answered. Don't use eximconfig (if you are running sarge). It's unecessarily confusing if you're unfamiliar with exim4. Use: $ dpkg-reconfigure exim4-config > > Where do I tell it the name of the ISPs smtp server and other connection > details? you will be prompted for this information after running the command above > > How do I run exim when I dial-up? That should be done by default. Take a look at the /etc/ppp/ip-up.d/ directory. It should contain a script that causes exim to start a queue run after you've dialed up. > > At the moment I have sent an email on the machine, but it's listed as > "frozen" when I type exim -bp. This is probably due to the fact that you don't have a working smarthost config yet. -davidc -- gpg-key: http://www.zettazebra.com/files/key.gpg signature.asc Description: This is a digitally signed message part
Re: Atheros support in Ubuntu, but not Debian?
IIRC the drivers require non-free stuff, or there was some other reason they weren't accepted into the mainstream kernel. See recent Linux Journal for a card that's supportable by Linux w/o proprietary drivers or go with a distrib (e.g. Ubuntu or Xandros or Knoppix) that doesn't mind distributing non-free modules. It should not surprise you that corporate distrutions might have drivers included that DFSG-free distribs would not. According to Jim Crossley, > I recently installed Ubuntu 5.0.4, and my wireless card (D-Link > DWL-G650) just worked. > > I then installed Debian 3.1, and found that it ignored my wireless > card. Googling a bit left me with the impression that getting Debian > to recognize my card is relatively complicated, e.g. > > http://www.marlow.dk/site.php/tech/madwifi > http://www.ituprising.com/howto/dlink_dwlg650.html > > Do I really have to do this or is there an easier way? > > TIA, > Jim > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Best Regards, Tony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Atheros support in Ubuntu, but not Debian?
Depends on which set of steps you want to do. If you're looking to install the drivers as a Debian package, you'll have to build it yourself, which is what the marlow.dk link discusses. If you just want to install the drivers and update them yourself (similar to what you might do on a Windows machine), you just download a tarball from http://madwifi.sourceforge.net/ and follow the instructions. If you've never installed software from a tarball (tar.gz/tar.bz2 file) before, it's pretty straightforward. If you've never compiled a kernel before, though, the stuff with the kernel source tree might be a bit tricky. I don't know if the Ubuntu madwifi packages work with straight Debian, but you could certainly try them. Whichever path you decide to take, post if you have any questions, and somebody can surely answer them. John Jim Crossley wrote: >I recently installed Ubuntu 5.0.4, and my wireless card (D-Link >DWL-G650) just worked. > >I then installed Debian 3.1, and found that it ignored my wireless >card. Googling a bit left me with the impression that getting Debian >to recognize my card is relatively complicated, e.g. > >http://www.marlow.dk/site.php/tech/madwifi >http://www.ituprising.com/howto/dlink_dwlg650.html > >Do I really have to do this or is there an easier way? > >TIA, >Jim > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Linux and Solaris Mail playing nicely
On Sat, Jul 09, 2005 at 07:48:41PM +0100, Pete Clarke wrote: > I have just added a few Solaris boxen to my (nearly) all Linux > (Debian) network, and would like to get each one to deliver *all* > mail to my current mailserver. Basically, I don't want *any* mail > delivered locally, just forwarded on. > > My new.mc file looks like this: > > OSTYPE(`solaris8')dnl DOMAIN(`solaris-generic')dnl > define(`SMART_HOST', 'my.mail.server')dnl > FEATURE(`relay_entire_domain')dnl > DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') MAILER(`smtp')dnl > > But I still get local mail Any ideas? I have tried Googling, but > the volume of useless results kinda negates the search! I'm very, very far from a sendmail guru, but I happen to know off of the top of my head that MAILER(`local') is implied, even if you don't explicitly include it. My guess is that you'll have to find some m4 configuration macro to specifically undefine it, that simply not including it is not sufficient. Failing that, you might actually have to edit the .cf file directly. ::shiver.:: If not that, perhaps some sort of static mail route needs setting up? Sorry I don't really have an answer for you, but maybe I can get your neurons firing in new directions on the problem. ;) -- Adam Fabian <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [SOLVED] Re: Cannot burn audio tracks with cdrecord
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Lale's comments on [SOLVED] Re: Cannot burn audio tracks with cdrecord were as follows: # If I use disk at once # $ cdrecord -eject -v -dao speed=16 -pad -audio dev=ATA:1,0,0 *.wav # I get a disc not recognised by audio equipment. # # Also unexplained is that Rodney seems to have made a successful # recording using -dao. Perhaps its something to do with the -useinfo switch? This looks to me like a hardware problem. Some older drives don't recognize DAO mode. Lorenzo - -- - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d- s:+ a- C+++ UL P+ L+++ E- W++ N o K- w--- O M V- PS+++ PE Y+ PGP++ t++ 5+ X+ R tv-- b++ DI-- D+ G e* h r+++ y+++ - --END GEEK CODE BLOCK-- -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC0EUNG9IpekrhBfIRAqvWAJ43tUgcOu0qVfY0P+9mA50s07eHkgCghA0r taUGeIMR8AfZ4CXdAiVmbSI= =9FzI -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sound and Video Problems still with my T3985 Desktop PC
Okay, it has been over a week since I had time to work on this. Please accept my apologies, but I've been busy. The previous title was: Re: [Fwd: Re: Sound problem: apparently I don't have the alsa modules up yet after all among others. I'm going to systematically recapitulate for myself, and sharing, the settings I have achieved so far for sound (the video problem is one of blurring digits, and I'll get to that later if I have time). joehill:~# lspci :00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) :00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device (rev 02) :00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02) :00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02) :00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02) :00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02) :00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) :00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2) :00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02) :00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 Storage Controller (rev 02) :00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage Controller (rev 02) :00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) :00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) :01:02.0 Communication controller: Conexant: Unknown device 2f20 :01:08.0 Ethernet controller: Intel Corp. 82562EZ 10/100 Ethernet Controller (rev 02) joehill:~# lsmod Module Size Used byNot tainted snd-intel8x0 19584 1 snd-ac97-codec 59576 0 [snd-intel8x0] snd-pcm-oss38176 0 snd-mixer-oss 13432 1 [snd-pcm-oss] snd-pcm59272 0 [snd-intel8x0 snd-ac97-codec snd-pcm-oss] snd-timer 14148 0 [snd-pcm] snd34276 0 [snd-intel8x0 snd-ac97-codec snd-pcm-oss snd-mixer-oss snd-pcm snd-timer] soundcore 3940 4 [snd] snd-page-alloc 4936 0 [snd-intel8x0 snd-mixer-oss snd-pcm snd-timer snd] input 3648 0 (autoclean) i830 68476 1 agpgart46244 10 (autoclean) apm 9964 0 (autoclean) parport_pc 23880 1 (autoclean) lp 6724 0 (autoclean) parport26504 1 (autoclean) [parport_pc lp] af_packet 13000 1 (autoclean) usb-storage65088 0 (unused) e100 50036 1 ehci-hcd 18412 0 (unused) usb-uhci 23344 0 (unused) usbcore62924 1 [usb-storage ehci-hcd usb-uhci] sd_mod 11756 0 (unused) scsi_mod 95108 2 [usb-storage sd_mod] ide-cd 31296 0 cdrom 29828 0 [ide-cd] rtc 6440 0 (autoclean) ext3 81068 5 (autoclean) jbd42468 5 (autoclean) [ext3] ide-detect 288 0 (autoclean) (unused) piix9096 2 (autoclean) ide-disk 16800 6 (autoclean) ide-core 108568 6 (autoclean) [usb-storage ide-cd ide-detect piix ide-disk] unix 14960 218 (autoclean) Okay, as before the symptom is I can play the songs on a Duke Ellington CD, but the tracks show playing with no actual sound coming out. The program I'm using is CD Player under Multimedia under the Applications pulldown. We determined previously that no cables were obviously connected badly (I have a green sound cable going into the appropriately labeled "line out" green plug in the back of the machine, and you'll see by the specs on the net (http://66.102.7.104/search?q=cache:9PkH8iJNtvQJ:www.cyberscholar.com/eMachines/doc/spring05_3985_SF.pdf+T3985+Desktop+PC+&hl=en) that the thing has on-board sound and the bios has this enabled (just checke again). My friend Bill Warner suggested these problems may happen from some kind of conflict with the video driver, and that my problems might be best solved if I install Sid (test) instead of sarge, but I'd like to have sarge going because I want to use the system to help QA web stuff from my work. Finally, I will review below as I go through my setup steps from this instruct- ions page (http://linuxmafia.com/faq/Debian/alsa.html#sargestock) I immediately see that I do not have an /etc/modules directory, so that must have changed in mid-sarge, presumably. I see the string "snd-intel8x0" in modules.conf. The file has all the stuff listed in step 3 of the above referenced instructions, and it also has a bunch of stuff that sa
Re: samba setup tips?
Josh Battles wrote: obey pam restrictions = yes Is PAM correctly configured? Have you tried it without PAM? I don't use it myself, so I won't be of much help if you need that option. As for setup tips, from the looks of your smb.conf it seems you are not using SWAT, and have started from a very old default setup. I think SWAT is nearly indispensible for beginners, and it may highlight some config details you are overlooking. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: samba setup tips?
On Saturday 09 July 2005 12:12 pm, Josh Battles wrote: > I'm having a few problems setting up samba on my server and I was > hoping that the list would be able to shed some light on my issue for > me and point me in the right direction. > > I've installed all the required pieces of samba and started the > daemons and set each user's samba password by using the command > "smbpasswd -a username". I can see the samba share from every other > pc on my network but am unable to log into it from either linux or > windows. What am I missing? > > Here's my samba.conf file: > > #=== Global Settings === > > [global] > > ## Browsing/Identification ### > > # Change this to the workgroup/NT-domain name your Samba server will > part of workgroup = bacon > > # server string is the equivalent of the NT Description field >server string = %h server (Samba %v) > > # Windows Internet Name Serving Support Section: > # WINS Support - Tells the NMBD component of Samba to enable its WINS > Server ; wins support = no > > # WINS Server - Tells the NMBD components of Samba to be a WINS > Client # Note: Samba can be either a WINS Server, or a WINS Client, > but NOT both ; wins server = w.x.y.z > > # This will prevent nmbd to search for NetBIOS names through DNS. >dns proxy = no > > # What naming service and in what order should we use to resolve host > names # to IP addresses > ; name resolve order = lmhosts host wins bcast > > > Debugging/Accounting > > # This tells Samba to use a separate log file for each machine > # that connects >log file = /var/log/samba/log.%m > > # Put a capping on the size of the log files (in Kb). >max log size = 1000 > > # If you want Samba to only log through syslog then set the following > # parameter to 'yes'. > ; syslog only = no > > # We want Samba to log a minimum amount of information to syslog. > Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If > you want to log # through syslog you should set the following > parameter to something higher. syslog = 0 > > # Do something sensible when Samba crashes: mail the admin a > backtrace panic action = /usr/share/samba/panic-action %d > > > ### Authentication ### > > # "security = user" is always a good idea. This will require a Unix > account # in this server for every user accessing the server. See > # /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc > # package for details. >security = user > > # You may wish to use password encryption. See the section on > # 'encrypt passwords' in the smb.conf(5) manpage before enabling. >encrypt passwords = true > > # If you are using encrypted passwords, Samba will need to know what > # password database type you are using. >passdb backend = tdbsam guest > >obey pam restrictions = yes > > ; guest account = nobody >invalid users = root > > # This boolean parameter controls whether Samba attempts to sync the > Unix # password with the SMB password when the encrypted SMB password > in the # passdb is changed. > ; unix password sync = no > > # For Unix password sync to work on a Debian GNU/Linux system, the > following # parameters must be set (thanks to Augustin Luton > <[EMAIL PROTECTED]> for # sending the correct chat script for the > passwd program in Debian Potato). passwd program = /usr/bin/passwd %u >passwd chat = *Enter\snew\sUNIX\spassword:* %n\n > *Retype\snew\sUNIX\spassword:* %n\n . > > # This boolean controls whether PAM will be used for password changes > # when requested by an SMB client instead of the program listed in > # 'passwd program'. The default is 'no'. > ; pam password change = no > > > ## Printing ## > > # If you want to automatically load your printer list rather > # than setting them up individually then you'll need this > ; load printers = yes > > # lpr(ng) printing. You may wish to override the location of the > # printcap file > ; printing = bsd > ; printcap name = /etc/printcap > > # CUPS printing. See also the cupsaddsmb(8) manpage in the > # cupsys-client package. > ; printing = cups > ; printcap name = cups > > # When using [print$], root is implicitly a 'printer admin', but you > can # also give this right to other users to add drivers and set > printer # properties > ; printer admin = @ntadmin > > > File sharing > > # Name mangling options > ; preserve case = yes > ; short preserve case = yes > > > Misc > > # Using the following line enables you to customise your > configuration # on a per machine basis. The %m gets replaced with the > netbios name # of the machine that is connecting > ; include = /home/samba/etc/smb.conf.%m > > # Most people will find that this option gives better performance. > # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html > # for details > # You may want to add the following on a Linux system: > # SO_RCVBUF=8192 SO
Re: adduser: default groups
I feel my question was badly explained. So there is 2nd attempt: It seems it's possible to set a defaults file for useradd-usermod (say /etc/default/useradd or the like), were (perhaps?) I could set some default groups, so new users would be automatically on these groups. Unfortunately, I 'can't find any examples so I don't know about the syntax (if any). Could you give me some pointer? I know, I can write a little shell script. I made it for Woody. I'm sure it would work on Sarge too. Now I would know about that defaults file. After all, adduser is a perl script that calls useradd. To do a second script on top of adduser doesn't seem very neat to me. And curiosity is stronger than me. Regards, Roman On Sat, 09 Jul 2005 21:32:50 +0200 Rakotomandimby Mihamina <[EMAIL PROTECTED]> wrote: > Roman Muñoz wrote: > > Hi, > > Hi, > > > Question is: where can I set these default groups the user will be > > in? I reviewed adduser and /etc/adduser.conf and found nothing > > 'man adduser' clearly tells that you can provide arguments to specify > your custom choices. > > -- > Miroir de logiciels libres => http://www.etud-orleans.fr > Un Nokia sous Linux,"programmable" en Open Source > http://www.nokia.com/770 ,http://www.maemo.org/ > http://www.maemo.org/platform/docs/tutorials/Maemo_tutorial.html > > > -- > 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]
exim4 & spamassassin - no spam scanning
After a recent upgrade to sarge, I decided to update exim to exim4. This was fairly painless, until I tried to configure spamassassin. Following instructions at: http://koivi.com/exim4-config/ I added a transport to /etc/exim4/conf.d/transport/30_exim4-config_spamcheck and a router to /etc/exim4/conf.d/router/850_exim4-config_spamcheck_router Mail is still being delivered fine, but the SPAM headers are not being added to the received email and the /var/log/exim4/mainlog reports that mail is being collected and delivered immediately to the necessary Maildir folder. What am I missing? How do I get Spamassassin to scan the mail and tag it so that I can filter it out with .forward rules, as I had previously? I upgraded in the hope I could get sa-learn working, but so far spamassassin is a non-starter. Any help would be appreciated. -- Branden Faulls -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sarge, IBM xSeries 346 Ultra320 Hot-Swap HardDisk
Hello, I´m trying to install debian sarge into a IBM xSeries 346 with 3 Ultra320 Hot-Swap HardDisk and the installation process can’t find my HD. Does anyone have any ideia how to solve this problem? Thanks Tomás
Does the driver brw that comes in gpm work properly or at all?
Does the driver brw that comes in gpm work properly or at all? I have been trying to get my Fellows browser connected via usb to work. It simply does not work with xserver-xfree86. I can get it to work somewhat by setting the driver in gpm to exps2 setting the x protocol to auto in XF86Config-4 and setting buttons to "4" & the z axis mapping to "4 5" the scroll wheel works and the the left & right buttons work. The side buttons do not work. I have tried setting buttons to "7" and z-axis mapping to "6 7" but that kills the scroll & only the rt. & lft. buttons work. Any help or tips would be appreciated. -- John Foster -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: exim4 & spamassassin - no spam scanning
Branden Faulls wrote: > Following instructions at: http://koivi.com/exim4-config/ > I added a transport to /etc/exim4/conf.d/transport/30_exim4-config_spamcheck > and a router to /etc/exim4/conf.d/router/850_exim4-config_spamcheck_router I can say up front that something is amiss with those directions. I don't recall Exim4 requiring either transports or routers to use SA; esp. not exim4-heavy. In exim4 the common practice is to use ACLs to call SA and accept/reject at SMTP time. That is well prior to transports and routers. That looks like someone is updating their exim3 config to exim4 without understanding the changes between the two versions. Do a Google search on "exiscan-acl" and "spamassassin" to find a ton of directions on how to use exiscan-acl with SA at SMTP time. exiscan-acl has been a part of exim4-heavy for some time now and exiscan-acl itself recently was integrated into the main exim code. HTH -- Steve C. Lamb | I'm your priest, I'm your shrink, I'm your PGP Key: 8B6E99C5 | main connection to the switchboard of souls. ---+- signature.asc Description: OpenPGP digital signature
Sharing the internet connection with XP
Hello! I have problem with sharing my internet connection... I have configured my Windows XP system to share my internet connection to my Powerbook (G3 "Lombard"). But I think I need to configure the Linux system also, somehow? Any ideas of how I can do this? Should I edit a config file somewhere or what? The Debian team has taken out Linuxconf so I feel a little handicapped, but even if I could use Linuxconf, I'm not sure if I could solve this anyway. Hmm... The PC has 2 network cards. The first one is connected to an ethernet ADSL modem. The second network card is connected to a 100Mbit switch which is connected to my Powerbook. I now have a working connection between these 2 computers, I have succesfully transferred files by ftp, but this is only in the local network. So... Any suggestions? Both the PC and the Mac has a static IP address which is used in the local network. My connection to the internet, there I get an automatic IP address from my ISP. Greetings Björn Johansson
Re: $PATH problem
On 7/9/05, Bob Proulx <[EMAIL PROTECTED]> wrote: > L.V.Gandhi wrote: > > ... > > But stille I don't get ~/bin in my path. Any help is appreciated. I am > > running sarge with yesting and unstable in sources.list for > > upgrading. > > Are you logging in with a graphical login manager such as kdm, gdm, or > xdm? If so then read this note: > > http://lists.debian.org/debian-user/2005/06/msg03761.html > > I am sure that is the same problem you are seeing. > Thanks. Bob But How about /etc/profile. Whether anything regarding path given there is universal or kdm login throw that also out of gear. I was mandrake user. Recently switched over to debian. -- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042
Re: Sound and Video Problems still with my T3985 Desktop PC
Xeno Campanoli wrote: Okay, it has been over a week since I had time to work on this. Please accept my apologies, but I've been busy. The previous title was: I was UNsuccessful at making the sound work by commenting out the "above.*oss" lines from my modules.conf file. I get no difference in behavior. I also checked, and in the discover.d file, the alsa-base file has the "skip i810_audio" line, so I think it must be something else. I am being called away, but I should be able to give this more solid time tomorrow, especially evening, if anybody has any ideas. xc Re: [Fwd: Re: Sound problem: apparently I don't have the alsa modules up yet after all among others. I'm going to systematically recapitulate for myself, and sharing, the settings I have achieved so far for sound (the video problem is one of blurring digits, and I'll get to that later if I have time). joehill:~# lspci :00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) :00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device (rev 02) :00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02) :00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02) :00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02) :00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02) :00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) :00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2) :00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02) :00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 Storage Controller (rev 02) :00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage Controller (rev 02) :00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) :00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) :01:02.0 Communication controller: Conexant: Unknown device 2f20 :01:08.0 Ethernet controller: Intel Corp. 82562EZ 10/100 Ethernet Controller (rev 02) joehill:~# lsmod Module Size Used byNot tainted snd-intel8x0 19584 1 snd-ac97-codec 59576 0 [snd-intel8x0] snd-pcm-oss38176 0 snd-mixer-oss 13432 1 [snd-pcm-oss] snd-pcm59272 0 [snd-intel8x0 snd-ac97-codec snd-pcm-oss] snd-timer 14148 0 [snd-pcm] snd34276 0 [snd-intel8x0 snd-ac97-codec snd-pcm-oss snd-mixer-oss snd-pcm snd-timer] soundcore 3940 4 [snd] snd-page-alloc 4936 0 [snd-intel8x0 snd-mixer-oss snd-pcm snd-timer snd] input 3648 0 (autoclean) i830 68476 1 agpgart46244 10 (autoclean) apm 9964 0 (autoclean) parport_pc 23880 1 (autoclean) lp 6724 0 (autoclean) parport26504 1 (autoclean) [parport_pc lp] af_packet 13000 1 (autoclean) usb-storage65088 0 (unused) e100 50036 1 ehci-hcd 18412 0 (unused) usb-uhci 23344 0 (unused) usbcore62924 1 [usb-storage ehci-hcd usb-uhci] sd_mod 11756 0 (unused) scsi_mod 95108 2 [usb-storage sd_mod] ide-cd 31296 0 cdrom 29828 0 [ide-cd] rtc 6440 0 (autoclean) ext3 81068 5 (autoclean) jbd42468 5 (autoclean) [ext3] ide-detect 288 0 (autoclean) (unused) piix9096 2 (autoclean) ide-disk 16800 6 (autoclean) ide-core 108568 6 (autoclean) [usb-storage ide-cd ide-detect piix ide-disk] unix 14960 218 (autoclean) Okay, as before the symptom is I can play the songs on a Duke Ellington CD, but the tracks show playing with no actual sound coming out. The program I'm using is CD Player under Multimedia under the Applications pulldown. We determined previously that no cables were obviously connected badly (I have a green sound cable going into the appropriately labeled "line out" green plug in the back of the machine, and you'll see by the specs on the net (http://66.102.7.104/search?q=cache:9PkH8iJNtvQJ:www.cyberscholar.com/eMachines/doc/spring05_3985_SF.pdf+T3985+Desktop+PC+&hl=en) that the thing has on-board sound and the bios has this enabled (just checke again). My friend Bill Warner suggested these problems may happen from some kind of conflict with the video driver, and that my problems might be best solved if I install Sid (test) instead of sarge, but I'd like to have sarge going because I want to use the system to help QA web stuff
Re: Testing unplugged network connection: bug?
On 7/8/05, Bill Marcum <[EMAIL PROTECTED]> wrote: > On Fri, Jul 08, 2005 at 05:30:16AM -0400, Carl Fink wrote: > > Every time my laptop boots, it wastes about two minutes trying to bring up > > eth0, even though the startup scripts actually print a message to the > > console that the media link is down (that is, that the Ethernet cable is > > unplugged). This seems silly. > > > > Is there a good reason I'm not aware of to attempt to send DHCP requests to > > a nonexistent network connection, or is this a bug? If it is, what package > > should I file it against -- that is, which package creates that script? > > > > (I actually use a WiFi card to connect that laptop over 90% of the time.) > > > Look in /etc/network/interfaces. If there is a line that says > "auto eth0", delete it or comment it out. You can use guessnet and accordingly configure /etc/network/interfaces. Then it will be faster. -- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042
Re: Testing unplugged network connection: bug?
Interestingly, every single response to this thread missed my point. It's a bug that the system checks for a DHCP server on a nonexistent network connection. Telling me how to manually fix it is irrelevant -- it's a bug. Which package should I report it against? -- Carl Fink [EMAIL PROTECTED] If you attempt to fix something that isn't broken, it will be. -Bruce Tognazzini -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
creating symlinks with ldconfig
Let's say I have a file called libfortranposix.so.0.0.0, whose soname is libfortranposix.so.0 . Now when I run 'sudo ldconfig', I should have 3 files namely, libfortranposix.so, libfortranposix.so.0 which point to libfortranposix.so.0.0.0 according to http://wiki.linuxquestions.org/wiki/Library-related_Commands_and_Files#ldconfig . But when I ran ldconfig, I was not getting any libfortranposix.so . $sudo ldconfig $ls /usr/lib/libfortranposix* -al lrwxrwxrwx 1 root root24 Jul 9 16:46 /usr/lib/libfortranposix.so.0 -> libfortranposix.so.0.0.0 -rw-r--r-- 1 root root 13840 Jul 9 16:22 /usr/lib/libfortranposix.so.0.0.0 Any ideas on why the libfortranposix.so is missing? thanks raju -- Kamaraju S Kusumanchi Graduate Student, MAE Cornell University http://www.people.cornell.edu/pages/kk288/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: exim4 & spamassassin - no spam scanning
Branden Faulls wrote: After a recent upgrade to sarge, I decided to update exim to exim4. This was fairly painless, until I tried to configure spamassassin. Following instructions at: http://koivi.com/exim4-config/ I added a transport to /etc/exim4/conf.d/transport/30_exim4-config_spamcheck and a router to /etc/exim4/conf.d/router/850_exim4-config_spamcheck_router Mail is still being delivered fine, but the SPAM headers are not being added to the received email and the /var/log/exim4/mainlog reports that mail is being collected and delivered immediately to the necessary Maildir folder. What am I missing? How do I get Spamassassin to scan the mail and tag it so that I can filter it out with .forward rules, as I had previously? I upgraded in the hope I could get sa-learn working, but so far spamassassin is a non-starter. Any help would be appreciated. I'm running exim4 w/ spamd and procmail. I was able to get my emails scanned by modifying the /usr/share/doc/procmailrc.example I haven't had to modify anything related to exim. Any reason you can't do it this way? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Hewlett-Packard package conflicts
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Date: Sat, 9 Jul 2005 15:04:37 -0300 On Tue, 05 Jul 2005, Gayle Lee Fairless wrote: I posted a question to Debian User about package conflicts between hpoj(sp?) and hplip(sp?) that are for parallel HP printers and usb HP printers. My HP 697C is parallel, and my HP psc1210 is usb. The conflicts will be removed in etch. hplip has already removed them in sid, after I manage to make sure things do work alright, I will ask the hpoj mainainter to do so as well. hplip does NOT connect to any printer unless you configure it to do so, so it is safe. HPOJ, you will have to use some sort of command (I don't know which) to tell it to stay away from the USB ports, and then configure HPLIP to use them. I wonder if it is possible to force aptitude to install those 2 conflicting packages and somehow match them to the appropriate printer? You will need to use a backport of the sid hplip package (not yet uploaded, maybe when 0.9.4 shows up), and to modify hpoj to stop conflicting with hplip. A gentleman on the Debian KDE list told me how to install the conflicting package: [EMAIL PROTECTED]:~/docs/wrk/wonk$ dpkg -l | grep hp ii foomatic-db-hp 1.5-20050420-1 linuxprinting.org printer support - database ii hp-ppd 0.5HP Postscript Printer Definition (PPD) files ii hp2xx 3.4.4-2A HPGL converter into some vector- and raste ii hp48cc 1.3-3.1C-like compiler which produces HP48 RPN ii hpijs 2.1.2+0.9.2-2 HP Linux Printing and Imaging - gs IJS drive ii hplip 0.9.2-2HP Linux Printing and Imaging System (hplip) ii hplip-data 0.9.2-2HP Linux Printing and Imaging - data files ii hpoj 0.91-4 HP OfficeJet Linux driver (hpoj) ii hpscanpbm 0.3a-11HP ScanJet scanning utility [EMAIL PROTECTED]:~/docs/wrk/wonk$ I got it installed by almost following his instructions. Finding out how to follow your general advice about configuration is my 'next adventure!' I have CUPS and the foomatic packages and will be looking at the docs, etc. I can already use localhost:631 to get into CUPS. I also understand that the KDE printer wizard should be helpful. I'm a little fuzzy about putting in the URI's. The test page for the parallel printer works. I can dump dostext to the parallel printer with 'lpr -l ' which is simply the raw text bypassing the filters. I have yet to activate the usb printer (usblp0). As this is a sarge box upgraded from woody, hotplug is installed among other things. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh (I've read the books and seen the movies. Loved'em!) Thank you for your information. Any other general or specific help is welcome. CC's or direct email is fine. However, I am subscribed to the digest so replying to the list is certainly okay! -- (Mr.) Gayle Lee Fairless, http://counter.li.org/, No. 365760. Linux Gcomm 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 GNU/Linux Linux Gcomm 2.6.11-1-686 #1 Mon Jun 20 22:00:38 MDT 2005 i686 GNU/Linux Linux Gcomm 2.6.12-1-686 #1 Fri Jun 24 12:17:14 CEST 2005 i686 GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dumb question - dvd creation
I was just handed an dvd r/w player in exchange for work I've done.. Not sure what I need to take a few mpg/avi movies, and create a dvd that would be viewable on the TV.. Where would I start looking? Thanks -- Rodney D. Myers <[EMAIL PROTECTED]> Registered Linux User #96112 ICQ#: AIM#: YAHOO: 18002350 mailman452 mailman42_5 They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 pgpggJRinMpAb.pgp Description: PGP signature
firefox and java
The console speaks for itself: $ firefox www.java.com Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object Could not read ack from child process Plugin: Java VM process has died. Could not start JavaVM! I have jre1.5 installed and everything else that uses java seems to work. I use limewire often (which uses java) and its working just fine. All the symlinks to the java .so file seem to be in the right places (~/.mozilla/plugins and /usr/lib/mozilla-firefox/plugins). What's wrong? Best Regards, Leo
Re: dumb question - dvd creation
Rodney D. Myers wrote: I was just handed an dvd r/w player in exchange for work I've done.. Not sure what I need to take a few mpg/avi movies, and create a dvd that would be viewable on the TV.. Where would I start looking? Thanks Hi Rodney I am also interested in knowing the solution for this problem. If you find out, could you please post your solution on to the group. thanks raju -- Kamaraju S Kusumanchi Graduate Student, MAE Cornell University http://www.people.cornell.edu/pages/kk288/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dumb question - dvd creation
On Saturday 09 July 2005 09:35 pm, kamaraju kusumanchi wrote: > Rodney D. Myers wrote: > >I was just handed an dvd r/w player in exchange for work I've done.. > > > >Not sure what I need to take a few mpg/avi movies, and create a dvd > >that would be viewable on the TV.. > > > >Where would I start looking? > > > >Thanks > > Hi Rodney >I am also interested in knowing the solution for this problem. If you > find out, could you please post your solution on to the group. > > thanks > raju Have either of you searched Google? I don't remember the sites, but at one time I had a number of bookmarks on this, and there were several sites. Searching for terms like dvd creation and linux, or dvd authoring and linux would be a good start. I'm not trying to be harsh, but Google is always a great starting point, unless you're not sure of which terms to search for. Hal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Creating a task launcher.....
On Thu, 7 Jul 2005 21:15:33 +0200 Brice Méalier <[EMAIL PROTECTED]> wrote: > generally, the name of the program matches the name of the binary! the > best example is what you are telling above with firefox... But what if you don't know the binary? Even on Debian, one could have none, or several, web browsers installed. I more frequently than not invoke a given application from a command line but a new user may be uncomfortable with that. If he's running X, for instance, his only adjustment (from Windows) might be that he needs to type "program &" rather than just "program" if he doesn't want his shell hanging on him. However, other than perhaps firefox or mozilla (and opera, of course), there's no real association between a program's name on Windows vs. a similar-functioning app on Linux. For instance, how does a newbie come to the conclusion that "kopete" is (one choice for) an instant messaging client? If he's using KDE, he can surmise that, because Menu- >Internet lists it and tells the user that it's an instant messaging client. To put this in perspective, I was a new user of a Mac OSX system a few weeks ago. Took me sometime to figure out that "Safari" was their web browser. The fact that I could open a terminal and have a reasonably similar (i.e., Unix environment) is certainly useful, but it didn't provide any additional help; if I could have done "safari &" I would have done so, but that's beside the point, as I still had to discover the association that "safari" is "web browser". > also I think that new users do not have to use intensively the command > line but they should be aware that this command line is a way far from It goes without saying that you can do a whole lot more in it compared to the Windows command.com environment. > Brice Méalier -- David E. Fox Thanks for letting me [EMAIL PROTECTED]change magnetic patterns [EMAIL PROTECTED] on your hard disk. ---
Re: full proxy
what i want the proxy for is stuff like, telnet, ftp, ssh, and then of course , various instant messengers as for pretty much every connection to servers that i make via terminal. not to speed up the browser because i have hacks to do that, and well not to speed up any connection, but more of a way to cover my IP address over any connection.
Scrollmouse with Fluxbox on a laptop
ok so here is my problem, i have debian sarge installed on my laptop and i am useing fluxbox with kernel-image-2.6.11-1-686, i used to use xfce4 with it but it took too much of my sys resources on the laptop, but what i need to do is make the wheelmouse opperate properly, rightnow i do not have the wheel, it is just a button, to opperate the wheel feature i have 2 buttons(one for up and one for down) unfortunatly they are not opperating at the moment, does anyone know how i can get them to opperate with fluxbox, if it is possable.
Re: debian based compatible distros
On Sun, 03 Jul 2005 11:37:27 -0500 Rodney <[EMAIL PROTECTED]> wrote: > Save me alot of time apt-getting, installing, user friendly for noobs > etc... Kinda like one of MY systems, but with the popular stuff on the > desktop. mepis (www.mepis.org) is quite good. Latest knoppix dvd has a *lot* of stuff. -- David E. Fox Thanks for letting me [EMAIL PROTECTED]change magnetic patterns [EMAIL PROTECTED] on your hard disk. --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dumb question - dvd creation
On Sat, 09 Jul 2005 22:04:30 -0400, Hal Vaughan wrote: > On Saturday 09 July 2005 09:35 pm, kamaraju kusumanchi wrote: >> Rodney D. Myers wrote: >> >I was just handed an dvd r/w player in exchange for work I've done.. >> > >> >Not sure what I need to take a few mpg/avi movies, and create a dvd >> >that would be viewable on the TV.. >> > >> >Where would I start looking? >> > >> >Thanks >> >> Hi Rodney >>I am also interested in knowing the solution for this problem. If you >> find out, could you please post your solution on to the group. >> >> thanks >> raju > > > Have either of you searched Google? > > I don't remember the sites, but at one time I had a number of bookmarks on > this, and there were several sites. Searching for terms like dvd creation > and linux, or dvd authoring and linux would be a good start. I'm not trying > to be harsh, but Google is always a great starting point, unless you're not > sure of which terms to search for. > > Hal I'd start by installing dvdrip (apt-get install dvdrip) It requires things like transcode and/or mencoder but I think it resolves all those for you. Read all the docs and README files, they have a lot of info in them.. Mike.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unable to install libncurses5-dev
Please keep discussion on-list. Thanks. Abdul Taha wrote: > Have you done an apt-get update? What's the contents of /etc/apt/sources.list? Yes, done apt-get update. Contents of sources.list: deb http://debian.blueyonder.co.uk/ stable main deb-src http://debian.blueyonder.co.uk/ stable main deb http://security.debian.org/ stable/updates main sarge & etch have 5.4-4 while sid has 5.4-8, which is making me a bit suspicious of what is inside there. Had you manually installed any ncurses5 deb's previously? I've not installed any versions of ncurses manually. Only recently installed debian in my laptop using the 2.4.27 kernel. #dpkg -l libncurses5 What version? #apt-get install libncurses5-dev (as opposed to ncurses-dev) Results? Can you download libncurses5 & libncurses5-dev deb's and install them manually? smime.p7s Description: S/MIME Cryptographic Signature
cdrecord and DVD patch
Hello, I have just tried without success to patch the cdrecord Debian package with respect to /usr/share/doc/cdrecord/README.DVD.Debian . Does anyone know how to make it work ? Thanks, Jerome -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: creating symlinks with ldconfig
On Sat, 09 Jul 2005 20:44:12 -0400, kamaraju kusumanchi wrote: > > Let's say I have a file called libfortranposix.so.0.0.0, whose soname is > libfortranposix.so.0 . Now when I run 'sudo ldconfig', I should have 3 > files namely, libfortranposix.so, libfortranposix.so.0 which point to > libfortranposix.so.0.0.0 according to > http://wiki.linuxquestions.org/wiki/Library-related_Commands_and_Files#ldconfig > > . > > But when I ran ldconfig, I was not getting any libfortranposix.so . > > $sudo ldconfig > > > $ls /usr/lib/libfortranposix* -al > lrwxrwxrwx 1 root root24 Jul 9 16:46 /usr/lib/libfortranposix.so.0 > -> libfortranposix.so.0.0.0 > -rw-r--r-- 1 root root 13840 Jul 9 16:22 /usr/lib/libfortranposix.so.0.0.0 > > Any ideas on why the libfortranposix.so is missing? > > thanks > raju uummm. maybe /etc/ld.so.conf doesnt' have entry for /usr/lib ??? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Creating a task launcher.....
* David E. Fox <[EMAIL PROTECTED]> [2005-07-09 22:15]: > But what if you don't know the binary? man -k keyword (e.g. man -k browser) > For instance, how does a newbie come > to the conclusion that "kopete" is (one choice for) an instant > messaging client? man -k instant > To put this in perspective, I was a new user of a Mac OSX system a few > weeks ago. Took me sometime to figure out that "Safari" was their web > browser. The fact that I could open a terminal and have a reasonably > similar (i.e., Unix environment) is certainly useful, but it didn't > provide any additional help; if I could have done "safari &" I would > have done so, but that's beside the point, as I still had to discover > the association that "safari" is "web browser". I would think that "man" would be installed with OSX? I truly believe that man should be one of the first programs a new user should get familiar with. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Good backup software for Linux
On Wed, 06 Jul 2005 23:03:47 -0700 Steve Lamb <[EMAIL PROTECTED]> wrote: > Let me point out I am a big fan of RAR. Have been for, what, well over a > decade now. However, some of what you're saying is untrue. Possibly, but to be fair, I didn't say it; I was forwarding a posting. Also, it was posted to a Mandrake support list, but still parts of it should be germane for debian. -- David E. Fox Thanks for letting me [EMAIL PROTECTED]change magnetic patterns [EMAIL PROTECTED] on your hard disk. --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Questions about sis7012+snd_intel8x0 sound card problem
Hi, all My sound card is SiS7012 integrated, vendor and device id is 1039:7012. I tried to use alsaconf to config my sound card, it loads snd_intel8x0. But i cann't hear any sound, when i use alsamixer to check, i find pcm and master channel is just 0, i can't change the value of them. of course, it is not muted. This seems an old problem, i tried to find the answer in google, fail Anyideas? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Creating a task launcher.....
Paul Stolp wrote: > I truly believe that man should be one of the first > programs a new user should get familiar with. Agreed. Too bad that GNU doesn't go along with that. >.< -- Steve C. Lamb | I'm your priest, I'm your shrink, I'm your PGP Key: 8B6E99C5 | main connection to the switchboard of souls. ---+- signature.asc Description: OpenPGP digital signature
to meet your femalefriend wishes 8)
www7.ebzpixwwtaw40xw.tiltlikecm.info -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sarge or etch?
Carl Fink wrote: > a)ntfsresize is on the CD, although you have to run it manually, and ntfsresize is on the sarge cd, and you don't need to run it manually. RTFM. -- see shy jo signature.asc Description: Digital signature
Re: sarge or etch?
There is very little point in users using the etch CDs until the next official release of the etch installer (planned for approximately 1 Aug), unless you need one of the new features only available on those CDs. -- see shy jo signature.asc Description: Digital signature
mp4/Go Open TV show
I've downloaded some mp4s of the Go Open Source (www.go-opensource.org) online TV show. Xine (I think the ftp.nerim.net repository build) plays the video, but there's no audio. Any ideas? Thanks for reading, Eric P -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[SOLVED] Re: Cannot burn audio tracks with cdrecord
Chris Lale wrote: Chris Lale wrote: > I have this problem in both Stable (Sarge) and Unstable with kernel > 2.6.8-2-386. I have two .wav files (recorded with sound-recorder). > I can burn a CD with cdrecord using either one of the files, and > the result is a playable audio CD. > > If I burn a disc using both files, the CD will not play on a > software audio player or on audio hi-fi equipment. The commands I > have tried are > > cdrecord -eject -v -tao speed=16 -audio -pad dev=ATA:1,0,0 *.wav > cdrecord -eject -v -dao speed=16 -audio -pad dev=ATA:1,0,0 *.wav > cdrecord -eject -v -dao speed=16 -audio -pad dev=/dev/hdc *.wav. > > The same problem occurs using XCDRoast and k3b (which both use > cdrecord). > > I can burn the .wav files using the -data switch, transfer them to > a Windoze machine and burn an audio CD sucessfully there. Thanks to Luis and Rodney. I went to the Cdrecord FAQ website (http://cdrecord.berlios.de/old/private/man/cdr_readme.html) and found this: Cdrecord currently only supports Track at once. (For audio files.) If I use track at once $ cdrecord -eject -v -tao speed=16 -pad -audio dev=ATA:1,0,0 *.wav I get a playable audio disc. If I use disk at once $ cdrecord -eject -v -dao speed=16 -pad -audio dev=ATA:1,0,0 *.wav I get a disc not recognised by audio equipment. This is also true of X-CD-Roast. You must choose "Track-At-Once (TAO)" and not the default "Disk-At-Once (DAO)". This must be how I encountered the problem in the first place - I just accepted the default. In my original post, I indicated that -tao did not work when I now know that it should do. I think I confused myself because writing in simulate mode (-dummy) produces an error. Also unexplained is that Rodney seems to have made a successful recording using -dao. Perhaps its something to do with the -useinfo switch? Chris. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Up to date Debian package
On Sat, 2005-07-09 at 08:42 +0200, Thomas Weinbrenner wrote: > There is a new version in experimental. > http://packages.debian.org/experimental/mail/amavisd-new Thanks! Dunno how I missed that. Like I said in my other mail - asleep at the wheel Thanks again -- Kind regards Hans du Plooy SagacIT (Pty) Ltd hansdp at sagacit dot com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
where info on packages stored when apt-get update?
Hello! As I understand when we do apt-get update, the system stores information on available packages. Where it's stored? askar
Sarge - postfix/saslauthd issues
Dear List: Note: This is more for reference in the event that someone is searching for info on this stuff. I haven't had to touch my Postfix setup in quite a while, since it has been running lovely. However, last time I configured it, I had a lot of issues... that I hoped would be resolved this time. Unfortunately I had the same problems today as I tried to configure Postfix/saslauthd. It may very well be ME that is the problem, but I thought I would seek some other opinions. System: Debian Sarge postfix2.1.5-9 sasl2-bin2.1.19-1.5 libsasl22.1.19-1.5 libsasl2-modules2.1.19-1.5 PROBLEM 1: The first problem is is that Postfix can't connect to the saslauthd socket. The reason appears to be because it is running in a chroot environment (by default) and the socket is outside of the jail by default. These what the vars in the "/etc/init.d/saslauthd" script looks like: NAME=saslauthd DAEMON="/usr/sbin/${NAME}" DESC="SASL Authentication Daemon" DEFAULTS=/etc/default/saslauthd PWDIR=/var/run/saslauthd PIDFILE="/var/run/${NAME}/saslauthd.pid" The saslauthd socket is created as "$PWDIR/mux". However, Postfix looks for it as "/var/spool/postfix/var/run/saslauthd/mux". Errors without /var/spool/postfix/var/run/saslauthd/mux (/var/log/ mail.log): postfix/smtpd[7663]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory postfix/smtpd[7663]: warning: SASL authentication failure: Password verification failed postfix/smtpd[7663]: warning: SASL PLAIN authentication failed To fix it I removed "/var/run/saslauthd", and then recreated it as a soft link to "/var/spool/postfix/var/run/saslauthd" (make sure that postfix or whatever the postfix user is, is a part of the sasl group). This fixes the problem for me, but Is there anything I'm missing? I really didn't find anything in the documentation for saslauthd that led to this. Just want to make sure I didn't waste hours of my life for no reason. ;) PROBLEM 2: When installing "saslauthd", the following directory is created: "/ etc/postfix/sasl". However, out of the box i can't seem to authenticate with saslauthd unless I manually create the file "smtpd.conf". Errors without /etc/postfix/sasl/smtpd.conf: /var/log/mail.log: postfix/smtpd[7501]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory postfix/smtpd[7501]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory postfix/smtpd[7501]: warning: SASL authentication failure: Password verification failed postfix/smtpd[7501]: warning: SASL PLAIN authentication failed /var/log/auth.log: postfix/smtpd[7501]: OTP unavailable because can't read/write key database /etc/opiekeys: No such file or directory Logs obviously show that its not finding an AUTH mechanism. I thought that "/etc/defaults/saslauthd" or something else held the info for authentication mechanisms. however, unless I create "smtpd.conf" with the following in it: pwcheck_method: saslauthd mech_list: plain login is there any reason that this file isn't create when apt-get installing postfix/saslauthd? I've found info on the net that mentions this file in "/usr/lib/sasl/smtpd.conf" or "/usr/lib/sasl2/ smtpd.conf" but never in "/etc/postfix/sasl/smtpd.conf". Maybe its just me. Regardless, its working. Maybe this info can help someone else, or maybe someone out there has a bit more knowledge to help me understand why this seemed so difficult. Thanks p.s. - my postfix config - --- mail:/# cat /etc/postfix/main.cf smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no myhostname = mail.mydomain.com alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = localhost, mail.mydomain.com, mydomain.com relayhost = mynetworks =127.0.0.0/8 home_mailbox = Maildir/ mailbox_size_limit = 0 recipient_delimiter = + smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, permit # SASL AUTH smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_security_options = noanonymous --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Unable to install libncurses5-dev
Hi Everyone, I'm trying to install 'libncurses5-dev' as a prerequisite for using make menuconfig, which I'm doing to enable usb mouse support. However the install fails due to unmet dependencies I'm not certain how to resolve: # apt-get install kernel-package ncurses-dev fakeroot Reading package lists... Done Building dependency tree... Done Note, selecting libncurses5-dev instead of ncurses-dev Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libncurses5-dev: Depends: libncurses5 (= 5.4-4) but 5.4-8 is to be installed E: Broken packages I'm on kernel version 2.4.27-2-686. I would appreciate any suggestions. thanks, Ab -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: where info on packages stored when apt-get update?
Hello, I think here /var/cache/apt [EMAIL PROTECTED]/var/cache/apt]$ ls archives pkgcache.bin srcpkgcache.bin but you should read the apt-howto for more info Pavlos On Sat, 9 Jul 2005 16:31:17 +0600 askar k <[EMAIL PROTECTED]> wrote: > Hello! > > As I understand when we do apt-get update, the system stores > information on available packages. Where it's stored? > > askar > > -- ~~ I love having the feeling of being in control while i have the sensation of speed The surfer of life ~~ GnuPG Key: FB1E6AE7 Fingerprint A9AE EA0C EE1F FBD0 5B6F 3F77 2782 EFE2 FB1E 6AE7 Get my key here: http://users.hol.gr/~p_pavlos/pubpgpkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: where info on packages stored when apt-get update?
askar k <[EMAIL PROTECTED]> writes: > As I understand when we do apt-get update, the system stores > information on available packages. Where it's stored? In /var/lib/apt/lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: where info on packages stored when apt-get update?
thanks to all. askar On 7/9/05, Martin Dickopp <[EMAIL PROTECTED]> wrote: > askar k <[EMAIL PROTECTED]> writes: > > > As I understand when we do apt-get update, the system stores > > information on available packages. Where it's stored? > > In /var/lib/apt/lists. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >