Re: linux-image-2.6.16 not able to purge?
On Tuesday 07 November 2006 06:20, Deephay wrote: > On 11/7/06, Pollywog <[EMAIL PROTECTED]> wrote: > > On Monday 06 November 2006 19:36, David R. Litwin wrote: > > > On 06/11/06, Deephay <[EMAIL PROTECTED]> wrote: > > > > Greetings all, > > > > > > > > I found that the linux-image-2.6.16 package on etch cannot be purged: > > > > > > I'm using Sid and can't purge the 2.6.17 kernel, for what that's worth. > > > I get the same error message (code 128). > > > > Yes I had the same problem. I was about to make a fake package to remove > > 2.6.16 but then I noticed that I somehow removed and purged it. I don't > > know what finally did the trick. > > could you tell me the procedure? thanks! Download the 'equivs' package and then go to /usr/share/doc/equivs/ and you will find in that directory some sample control scripts. Use one of those and edit it so that it pertains to the package you are trying to remove. Then do equivs-build ns-control assuming you named the control script "ns-control" The README in /usr/share/doc/equivs explains how it is done. Then install the resulting deb package and then remove it. If that does not work you might have to edit one of the files that tracks which packages are installed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what's up with all the attitude
On Monday 06 November 2006 19:40, Nate Duehr wrote: > Kamaraju Kusumanchi wrote: > > If that is the case, the developers need to rewrite the manual in a way > > which is understood by others. The content is probably OK but may need > > reorganization. Getting RTFM questions does not always mean that the > > reader is/was lazy to search for answers... > > Feel free. Remember it's all volunteer. That was the problem I had as a newbie, that the manuals were written for more experienced users. I have been using Linux since 1997 and I still feel like a newbie, but there is much more good documentation now than there was then. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: linux-image-2.6.16 not able to purge?
On Monday 06 November 2006 19:36, David R. Litwin wrote: > On 06/11/06, Deephay <[EMAIL PROTECTED]> wrote: > > Greetings all, > > > > I found that the linux-image-2.6.16 package on etch cannot be purged: > > I'm using Sid and can't purge the 2.6.17 kernel, for what that's worth. I > get the same error message (code 128). Yes I had the same problem. I was about to make a fake package to remove 2.6.16 but then I noticed that I somehow removed and purged it. I don't know what finally did the trick. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what's up with all the attitude
On Monday 06 November 2006 03:47, Kent West wrote: > ChadDavis wrote: > > But what's with all the attitude people flash around here. > > We're people; people are imperfect. It's nothing the Debian developers can't fix ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: A Strange Networking Setup
On Thursday November 2, 2006 8:32 pm, Leonid Grinberg wrote: > > Do you also leave your front door open (not just unlocked), so that > > someone can come take a piss in your bathroom and maybe read your > > mail and take your TV while you're at work? > > See, it does not really hurt me if they use my network, other than > bandwidth. That is why I want to be able to monitor what they are > using -- to make sure that they are not *ab*using it. > > But you know what? Screw it, this is stupid. I am just going to secure > the thing and get it over with! Now you get the idea :) It's better than leaving the door open and then wondering what people are doing when you are not looking. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: What does apt and dpkg mean?
On Thursday 02 November 2006 02:08, gniuxiao wrote: > Yes, I know their usage, I just want to know what their "full names" are > :-) > > e.g. "Editor MACroS" is the full name for "emacs". I believe apt is for Advanced Package Tool. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: What does apt and dpkg mean?
On Thursday 02 November 2006 01:41, gniuxiao wrote: > I know that rm means remove, ls means list, but what does apt and dpkg > mean? Thanks. apt and dpkg are commands used to install or remove Debian packages. If you have used RedHat derivatives, dpkg is similar in function to rpm. See the Debian Reference http://www.debian.org/doc/manuals/debian-reference/ also other documentation at http://www.debian.org/doc/manuals/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Community hostility [Was Recent spam increase]
On Sunday 29 October 2006 04:01, Steve Lamb wrote: > cothrige wrote: > > Is this really "off putting"? Why? Maybe I am just not really seeing > > what is meant here, but I cannot recall a single instance of being > > bothered because somebody held a particular view concerning the > > political or philosophical nature of GNU or Linux. > > Holding? No. Shoving into other people's face, yes. Holding implies, > you know, not talking about it. :P It's like that with other things too, like one's choice of religion or vegetarianism. It's better not to talk about it unless someone asks. I don't like it when someone goes door to door and then comes to my door to prosyletize. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gcc version used to compile the kernel
On Sunday 29 October 2006 02:09, Pollywog wrote: > On Sunday 29 October 2006 02:01, Elimar Riesebieter wrote: > > > I believe the errors are due to incorrect gcc versions used to compile > > > the module and the kernel. I am using > > > > Hmm, you have to be root to insmod the drivers. > > Shouldn't one use modprobe with current versions of Linux? > Of course, that would not change the fact that one has to be root. > > I had problems recently when I upgraded to the 2.6.17 kernel. > I was unable to compile the fuse and nvidia modules, so I downgraded gcc > and g++ to 4.0 (from 4.1) and that did the trick. n I made a mistake in that post. I did not downgrade, I just changed the g++ and gcc symlinks to point to the 4.0 versions. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gcc version used to compile the kernel
On Sunday 29 October 2006 02:01, Elimar Riesebieter wrote: > > I believe the errors are due to incorrect gcc versions used to compile > > the module and the kernel. I am using > > Hmm, you have to be root to insmod the drivers. > Shouldn't one use modprobe with current versions of Linux? Of course, that would not change the fact that one has to be root. I had problems recently when I upgraded to the 2.6.17 kernel. I was unable to compile the fuse and nvidia modules, so I downgraded gcc and g++ to 4.0 (from 4.1) and that did the trick. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Why I left Debian
On Saturday 28 October 2006 20:24, Douglas Tutty wrote: > > I'm assuming you tried Etch because your hardware was too new to install > Sarge (the current stable). It is frustrating to have new hardware and > no stable distro to install on it. Fortunatly, I find myself in that > predicament only every 10 years or so :) I had never had that problem until very recently. My new machine refused Sarge, so I had to install Etch. Is this a common problem for people who get new machines? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: iRiver Clix Media Player - How To Use with Debian?
I also found this tutorial http://www.redhat.com/magazine/002dec04/features/udev/ It's for RedHat so some things might be a bit different in Debian. http://www.linuxtopia.org/online_books/linux_beginner_books/debian_linux_desktop_survival_guide/Using_UDEV.shtml I found those with Google Linux http://www.google/linux using the terms " udev tutorial" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: iRiver Clix Media Player - How To Use with Debian?
On Saturday 28 October 2006 05:32, Scarletdown wrote: > > That was a little more understandable, but it still apparently wasn't > useful to this problem. > > Specifically, I tried this line from the article... > > BUS==”usb”, KERNEL==”sd*”, SYSFS{product}==”USB 2.0 Storage Device”, > NAME=”%k”, SYMLINK+=”usbhd%n” > > After plugging in the appropriate values into a new .rules file > called /etc/udev/rules.d/10-iriver.rules, my results were still > absolutely nothing. > > Here's what my line looks like > > BUS=="usb", KERNEL=="usbdev*", SYSFS{product}=="iRiver, Ltd.", NAME="% > k", SYMLINK+="iriver%n" > > Any other suggestions I might try? I received my November issue of the US "Linux Magazine" today and it has an article on udev, as does the October issue UK magazine of the same name. This article (in the US magazine) is more basic than the article in the UK magazine. If there is a Borders near you, some of their stores have both magazines. See also http://www.misticriver.net/showthread.php?t=3746
Re: Why I left Debian
On Saturday 28 October 2006 14:42, Bruno wrote: > Thanks I'll certainly re-try later Debian and etch. > Especially because I already put stikers 'Debian' on my laptop and would > not like to remove them ;-) > > Bruno Did Debian detect all the hardware on your laptop? The reason I removed Debian from my laptop (I run Debian on two desktops) is that it would not detect the modem (a "winmodem") or the wifi interface. I then tried Xandros and it did not detect them either, but Linspire detected all hardware. I now have Linspire and Freespire installed on the laptop. I did not try Ubuntu or Kubuntu but those might be good choices. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Why I left Debian
On Saturday 28 October 2006 13:09, Bruno wrote: > Once again I do not want to start any flame here : indeed Debian is a > superb distro (packaging system is really superb) but, IMHO, dedicated to > 'Linux techies' ? > However my conclusion is this week-end I'll move back to Fedora (even if > yum is so far behind dpkg). > My first Linux experience was with Caldera OpenLinux. After a year or so of that, I moved to Debian Hamm or Slink and I can't imagine going back to an rpm-based distribution. If you like the Debian packaging system but think Debian is for "techies", I suggest you try Xandros, Linspire, or Freespire. Freespire might be too "techy" but you might want to try it anyway and it is available at no cost. If you want a Linux that works "out of the box", Linspire and Xandros are very good Debianish distros. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: iRiver Clix Media Player - How To Use with Debian?
On Saturday 28 October 2006 04:10, Scarletdown wrote: > > I take it this is the link you were referring to? > http://reactivated.net/writing_udev_rules.html > > If so, it proved to be completely useless and even incomprehensible. There is also an article about udev in the October issue of Linux Magazine (the UK version not the US magazine of the same name). I happened across this today via Stumble, I believe. http://www.debianadmin.com/rename-network-interface-using-udev-in-linux.html That article might help if you upgraded Sarge to udev after installing Sarge with devfs. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dist-upgrade kicks out nvidia-glx
On Friday 27 October 2006 22:18, Ross Boylan wrote: > I'm thinking the best way to proceed might be to build an nvidia-kernel > package to go with the current testing kernel (2.6.17--is that the one > that will be released?). Some of the 2.6.18 linux kernel bugs make me > hesitant to install it, which seems like the other possibility. That is what I did. I downloaded the stock 2.6.17 kernel and then I build the fuse module and nvidia kernel module with the help of module-assistant. This is what I have on my Etch system: linux-image-2.6-686 linux-image-2.6.17-2-686 linux-image-2.6.17-v32.6.17-v3-10.00.Custom ii nvidia-glx 1.0.8774-7 ii nvidia-kernel-2.6.17-2-686 1.0.8774-7+2.6.17-9 ii nvidia-kernel-2.6.17-v3 1.0.8774-7+2.6.17-v3-10.00.Custom ii nvidia-kernel-common 20051028+1 ii nvidia-kernel-source 1.0.8774-7 The maintainer of the Debian nvidia packages indicated that some new nvidia packages should be moved from Sid to Etch very soon. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: weird BIND9 errors
On Friday 27 October 2006 14:23, Pollywog wrote: > I am seeing some weird errors in Bind9 (version 9.3.2-P1-2) that look like > this: > > Oct 27 13:16:05 lilypad named[6161]: unexpected RCODE (REFUSED) > resolving 'libglx.so/NS/IN': 209.68.0.85#53 > > Why would BIND be attempting to resolve libglx.so ? Is Linux becoming > that esoteric? I did a Google search and found that someone using Fedora reported the same thing but no solutions. http://www.google.com/search?q=resolving+%27libglx.so/NS/IN%27&ie=UTF-8&oe=UTF-8 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Offtopic] Re: Recent spam increase
On Friday 27 October 2006 15:18, celejar wrote: > On 10/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote: > > There is a loophole in the above argument. Some of the ISPs charge by the > > amount of traffic an individual user uses. If a spammer uses a zombie > > operation and starts sending spam from these zombie machines, it > > increases the net amount of bandwidth the user uses, resulting in higher > > internet bills, and hence more income for the ISP. So shutting down the > > zombie computers will infact result in reduction of revenues for ISPs. > > Are you assuming that the zombied machines are also the ISP's customers? I talked to one guy at an ISP once about a machine on their network which was spamming me a lot, I mean daily. He told me it was not illegal to be infected with a virus. He didn't do anything and all I was asking was for him to get his customer to remove the Internet connection of the affected machine. I wasn't asking him to put anyone in prison :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
weird BIND9 errors
I am seeing some weird errors in Bind9 (version 9.3.2-P1-2) that look like this: Oct 27 13:16:05 lilypad named[6161]: unexpected RCODE (REFUSED) resolving 'libglx.so/NS/IN': 209.68.0.85#53 Why would BIND be attempting to resolve libglx.so ? Is Linux becoming that esoteric? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what is the equivalence of nslookup
On Tuesday 24 October 2006 10:53, Serena Cantor wrote: > how to find out domain name of an IP address? > Thanks! I use 'host ip.add.re.ss' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: unable to install mozilla-mplayer plugin
On Sunday 22 October 2006 17:21, Digvijoy Chatterjee wrote: > Hi , > I run Debian-testing i386 , > I was trying to install the Mozilla mplayer plugin using Synaptics , > and this is what I got back !!.. > > mozilla-mplayer: > Depends: mplayer (>=1.0-pre5) but it is not installable or > mplayer-custom (>=1.0-pre5) but it is not installable or > mplayer-386 (>=1.0-pre5) but it is not installable or > mplayer-586 (>=1.0-pre5) but it is not installable or > mplayer-686 (>=1.0-pre5) but it is not installable or > mplayer-k6 (>=1.0-pre5) but it is not installable or > mplayer-k7 (>=1.0-pre5) but it is not installable or > mplayer-powerpc (>=1.0-pre5) but it is not installable or > mplayer-g4 (>=1.0-pre5) but it is not installable or > mplayer-amd64 (>=1.0-pre5) but it is not installable or > mplayer-nogui (>=1.0-pre5) but it is not installable > Any Idea , do I need to install mplayer first or there is a way around this I just now upgraded mplayer on my Etch system using: # Acroread, Mplayer, RealPlayer etc # deb http://www.debian-multimedia.org testing main deb-src http://www.debian-multimedia.org testing main mozilla-mplayer was not touched. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: unable to install mozilla-mplayer plugin
On Sunday 22 October 2006 17:21, Digvijoy Chatterjee wrote: > Hi , > I run Debian-testing i386 , > I was trying to install the Mozilla mplayer plugin using Synaptics , > and this is what I got back !!.. > > mozilla-mplayer: > Depends: mplayer (>=1.0-pre5) but it is not installable or > mplayer-custom (>=1.0-pre5) but it is not installable or > mplayer-386 (>=1.0-pre5) but it is not installable or > mplayer-586 (>=1.0-pre5) but it is not installable or > mplayer-686 (>=1.0-pre5) but it is not installable or > mplayer-k6 (>=1.0-pre5) but it is not installable or > mplayer-k7 (>=1.0-pre5) but it is not installable or > mplayer-powerpc (>=1.0-pre5) but it is not installable or > mplayer-g4 (>=1.0-pre5) but it is not installable or > mplayer-amd64 (>=1.0-pre5) but it is not installable or > mplayer-nogui (>=1.0-pre5) but it is not installable > Any Idea , do I need to install mplayer first or there is a way around this On my Etch system, I had a similar problem and had to install one I compiled from source I got from the official site. It's been a while since I did that, so I am going to try it again. BTW I used checkinstall to make a deb package after I compiled the mplayer source. ii mozilla-mplayer 3.21-1 MPlayer-Plugin for Mozilla ii mplayer 1.0-pre8-0.1 The Ultimate Movie Player For Linux ii mplayer-skin-blue1.5-0.5default skin for mplayer [EMAIL PROTECTED]:~$ apt-cache policy mozilla-mplayer mozilla-mplayer: Installed: 3.21-1 Candidate: 3.21-1 Version table: *** 3.21-1 0 990 http://mirrors.kernel.org testing/contrib Packages 990 http://http.us.debian.org testing/contrib Packages 100 /var/lib/dpkg/status -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dirty spam
On Sunday 22 October 2006 15:06, Steve Lamb wrote: > Not directed solely at you, Mumia, just something that I've been > meaning to say for weeks now. Know what would really help? If people > would stop replying to spam, quoting spam or otherwise legitimizing spam to > my bayesian filters. That has to be part of the reason the spam getting > through both of my filters (SA and TB). I mean do I consider the replies > to spam as ham or spam? If it's ham then it increases the chances of > false-negatives in the future. If it's spam then it increases the chances > of false-positives in the future. Either way I'm screwed and it seems that > every spam to make it through the list is quoted a few times now. :/ Sorry, I did not mean to respam the spam. Now I feel as though I need to find a special chewing gum. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: installing netfilter ipsets
On Sunday 22 October 2006 13:08, Florian Kulzer wrote: > It might be possible to use checkinstall to build a .deb package for > your self-compiled version of iptables. This can then probably act as a > drop-in replacement for the standard iptables package on your system. > I was not sure how to go about it and the result was an empty package, which will work nicely as a fake package that will prevent other packages such as shorewall from being removed. I have to do this with ipsets as well. The command I used when I first installed this new iptables was: KERNEL_DIR=/usr/src/linux make install So the checkinstall variation I used was: KERNEL_DIR=/usr/src/linux checkinstall make install 'checkinstall KERNEL_DIR=/usr/src/linux make install' Had the same result, but it solves the main problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: installing netfilter ipsets
On Sunday 22 October 2006 13:08, Florian Kulzer wrote: > It might be possible to use checkinstall to build a .deb package for > your self-compiled version of iptables. This can then probably act as a > drop-in replacement for the standard iptables package on your system. > I think that might work thanks 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia-glx and nvidia-kernel-source packages not in debian etch/testing
On Sunday 22 October 2006 15:41, Florian Kulzer wrote: > If your package manager lists these packages as upgradable then you > either have not run "update" in a while or the progeny mirror is > seriously broken or you have found a bug in the package manager. > I had the same problem in Etch a few days ago, so I upgraded to a stock kernel and then used module-assistant to build the nvidia drivers. IIRC I had to change the symlinks for gcc and g++ because the nvidia drivers would not compile (I am not sure whether they compile with gcc or g++) with 4.1 but did compile with 4.0 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: HOW2 resolve "apt-get install kernel-image" error ?
On Saturday 21 October 2006 20:39, Courtney Thomas wrote: > When I > apt-get install kernel-image-2.4.27-2-k7 > > I get an error to the effect that: > kernel-image-* needs > initrd-tools >=0.1.48 > but, > initrd-tools-0.1.12 is in place, > according to > dpkg -l initrd-tools > > How can I cure this dilemma, please ? I wonder whether you have installed packages from more than one release, for example, some packages from Sarge (aka stable) and others from Etch (aka testing). If you have done that, you might have to compile your own initrd-tools from deb-src. I have a Sarge system but I had to install a few packages not found in Sarge, so I used source packages from Etch and compiled on the machine that runs Sarge, avoiding breaking my Sarge system with binaries from Etch. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: installing netfilter ipsets
On Saturday 21 October 2006 23:57, Pollywog wrote: > I have a Sarge system on which I am installing ipsets, in order to use > ipsets with Shorewall firewall. > > I am following the instructions here: > http://ipset.netfilter.org/install.html > > I downloaded the iptables source from the link on that page, but it doesn't > say there whether I must remove the iptables package from my system before > installing iptables as directed. > > Does anyone know whether I must remove the iptables package that is now on > my system? > > BTW I am compiling a kernel from kernel.org sources and it has been patched > for ipsets using "Patch-o-matic" The version is 2.6.17 > > > 8) apt-get remove iptables Reading Package Lists... Done Building Dependency Tree... Done The following packages will be REMOVED: fail2ban ipset iptables shorewall webmin-shorewall 0 upgraded, 0 newly installed, 5 to remove and 3 not upgraded. Need to get 0B of archives. After unpacking 3174kB disk space will be freed. Do you want to continue? [Y/n] It appears that if I do remove the iptables package, I will have to install a dummy iptables package if I want to keep fail2ban and shorewall. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Recent spam increase
On Sunday 22 October 2006 00:18, Pollywog wrote: > > I was looking at documentation for mailagent (I use Procmail atm) but I > could not find any mention of IMAP. Does mailagent do IMAP? What I meant was: can mailagent deliver mail to IMAP mailboxes? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Recent spam increase
On Saturday 21 October 2006 15:00, Manoj Srivastava wrote: > On Tue, 17 Oct 2006 15:58:28 +0200, Vincent Lefevre <[EMAIL PROTECTED]> said: > > On 2006-10-17 03:19:23 +, s. keeling wrote: > >> You're the first person I've seen to describe procmail as > >> "underpowered." I would not list that as one of its attributes. > >> Perhaps it's difficult to figure out how to get it to do $THAT, but > >> (in my experience) it can do $THAT. > > > > I couldn't find how to *both* log something to a file and add some > > text to a bounced message, as these two features are both performed > > with LOG="...", whether LOGFILE is defined or not. > > This is easy in mailagent I was looking at documentation for mailagent (I use Procmail atm) but I could not find any mention of IMAP. Does mailagent do IMAP? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
installing netfilter ipsets
I have a Sarge system on which I am installing ipsets, in order to use ipsets with Shorewall firewall. I am following the instructions here: http://ipset.netfilter.org/install.html I downloaded the iptables source from the link on that page, but it doesn't say there whether I must remove the iptables package from my system before installing iptables as directed. Does anyone know whether I must remove the iptables package that is now on my system? BTW I am compiling a kernel from kernel.org sources and it has been patched for ipsets using "Patch-o-matic" The version is 2.6.17 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dirty spam
On Friday 20 October 2006 18:22, Johannes Wiedersich wrote: > Mumia W.. wrote: > > Taking down the botnet is another way to fight the spam. It doesn't > > > > always work as planned: > >> This message was created automatically by mail delivery software. > >> > >> A message that you sent could not be delivered to one or more of its > >> recipients. This is a permanent error. The following address(es) failed: > >> > >> [EMAIL PROTECTED] > >> SMTP error from remote mailer after RCPT TO:<[EMAIL PROTECTED]>: > >> host mail.qixhosting.net [66.102.41.26]: 550 5.7.1 > >> <[EMAIL PROTECTED]>... Relaying denied > > whois qixhosting.net |grep @ > President President [EMAIL PROTECTED] > President President [EMAIL PROTECTED] > President President [EMAIL PROTECTED] > > According to whois this is the email you might have addressed your > complaint to. Looks rather fishy. Maybe someone in the US should > investigate this. They are apparently located in Canada. [EMAIL PROTECTED]:~$ whois 66.102.41.26 Dynamic Pipe Inc. DYNAMIC-PIPE-BLK-2 (NET-66-102-32-0-1) 66.102.32.0 - 66.102.47.255 Qix Hosting QIX-BLK-1 (NET-66-102-32-0-2) 66.102.32.0 - 66.102.47.255 It is a known spam operation according to http://www.webservertalk.com/archive154-2005-7-1139994.html I wonder if the list admins could ban the entire IP block from posting to the Debian lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ipsets for shorewall on a Sarge system
Does anyone know whether ipsets will work on Sarge systems and which kernel I should install on a Sarge system to get it to work? I have found information that kernel 2.6.16 is required for ipsets functionality but also read that it can work on 2.6.11 kernels. Is patch-o-matic available for Debian systems? I don't see it anywhere so I believe it is not available as a Debian package. thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nvidia-glx and nvidia-kernel-source packages not in debian etch/testing
On Monday 16 October 2006 01:39, Marc Wilson wrote: > On Sun, Oct 15, 2006 at 07:08:15PM -0500, Damon L. Chesser wrote: > > So what gives? How can a package NOT exist, but show up as being > > upgradeable? > > Because the packages file lists it, but the mirror is incompletely > updated. Use another mirror or wait for the mirror pulse to finish. You > won't die. > > Sheesh. Not like this is rocket science. I missed the first post in this thread, but I used deb-src from "unstable" when I had the same problem. YMMV but that solved it for this "rocketier". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: WARNING: reiser4 (kernel 2.6.16 w/ reiser4 patch) breaks stuff when the hdd is full
On Wednesday 11 October 2006 21:11, [EMAIL PROTECTED] wrote: > On Tue, Oct 10, 2006 at 04:56:32AM -0700, Aleksei Dzhulai wrote: > >I hope you have sent it ti bugs.debian.org :) > > > >Dirk ??(??): > >> When a reiser4 partition is full and some process keeps writing to it > >> you can revive it only with > >> > >> fsck.reiser4 -y --fix --build-fs /dev/... > > Better send the bug report to the federal penetentiary. I think you mean the California Dept of Corrections or whatever the name is now for that agency. I had been changing to ext3 anyway because ReiserFS has been too much trouble. It would work fine for a few months or even a year and then all of a sudden lose everything. It would just disappear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Deleting a folder
On Sunday 08 October 2006 22:26, Clive Menzies wrote: > > I thought this was a wind up :) and so I did 'man shred' and > whadayaknow, it exists and is pretty groovy. I did not know that the shred command could remove subdirectories, only files. That is why I only mentioned 'wipe'. Neither tool will work on journaled filesystems. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: problems with CD-Writer (solved)
On Sunday 08 October 2006 21:49, Alan Ianson wrote: > On Sun October 8 2006 07:24 am, Brad Brock wrote: > > Wodim helps me burn my ISO files to CDs. But I'm still > > curious with cdrecord. Is it imposible to use cdrecord > > in my computer..?? > > wodim is a debianised cdrecord. It's new and that's about all I know about > it. > > > By the way, is there any GUI for wodim? > > k3b uses wodim on testing (or maybe unstable), must be a symlink from > cdrecord to wodim or something. Ah yes: $ ls -l /usr/bin/cdrecord lrwxrwxrwx 1 root root 5 2006-10-02 19:35 /usr/bin/cdrecord -> wodim I had no idea, I would have thought my system had been compromised if I had seen this. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: firefox disappeared from etch (?)
On Sunday 08 October 2006 18:14, Florian Kulzer wrote: > On Sun, Oct 08, 2006 at 18:06:50 +0000, Pollywog wrote: > > On Sunday 08 October 2006 17:56, Rainer Dorsch wrote: > > > Hello, > > > > > > I upgraded from sarge to etch today. Seems that firefox is gone: > > > > try 'mozilla-firefox' instead of just 'firefox' > > mozilla-firefox is obsolete in Etch and only serves as a transitional > package. It will probably not help you if there is a problem with > installing the firefox package itself. If you upgrade from Sarge you can > remove mozilla-firefox once you installed the firefox package. Done... thanks for the info. I also don't have any trouble getting Firefox in Etch. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: firefox disappeared from etch (?)
On Sunday 08 October 2006 17:56, Rainer Dorsch wrote: > Hello, > > I upgraded from sarge to etch today. Seems that firefox is gone: try 'mozilla-firefox' instead of just 'firefox' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Deleting a Folder
On Sunday 08 October 2006 14:41, Richard wrote: > Lets say I have a folder that has about 400 items, > from mp3 to xls sheets, to mpeg movies to .pdf files, all kinds of media > types.. > > What command in Linux, can shred the whole folder and ALL of its contents, > without me going into the folder and hand deleting items by group type. > > Just looking for a quicker method, have attachment folder for emails, > it fills up quick. > > eg: folder: attachments > 402 items... Have you looked into the 'wipe' utility? It won't work on journaled filesystems, though. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help logging onto ISP via KPPP
On Saturday 07 October 2006 23:39, Jeffrey Rolland wrote: > Hello, all! > > I am a Debian newbie who has recently had Debian 3.1r2 "Sarge" > installed onto an Old World Power Macintosh 7500/100 running KDE, and > I am now trying to log onto my dial-up ISP with KPPP. > > My ISP, Ticon.net, does not officially support Linux, so I cannot get > them to help troubleshoot the connection, but they do state that they > use PAP authentication. I have tried PAP, CHAP, PAP/CHAP, terminal- > based, everything I can think of, even pppconfig and pon, but nothing > works. Have you tried wvdial ? It might provide you with information about why the connection is not working. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Yes! a free legal source for downloadable music!
On Saturday 07 October 2006 02:56, Seeker5528 wrote: > > Hmmm, interesting, I will have to check that out and the others > links mentioned in the thread. > > My additions to the free and legal music. > > http://www.garageband.com > http://www.peoplesound.com > http://www.besonic.com > > And last up,not a source of free downloads, but good. > > http://www.last.fm Any with old-time fiddle or clogging music? Examples: Foghorn Stringband or Bad Dog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: aptitude hold
On Friday 06 October 2006 21:36, Pollywog wrote: > > dpkg --get-selections > package.list > > Then I open the resulting package.list file in a text editor and change > the "hold" status on the desired packages, save the file and close it. > > Next as root: > > dpkg --set-selections < package.list BTW I change the "hold" to "install" if I don't want the "hold" status. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: aptitude hold
On Friday 06 October 2006 21:08, [EMAIL PROTECTED] wrote: > On Fri, Oct 06, 2006 at 07:09:46PM +0100, Clive Menzies wrote: > > On (06/10/06 10:33), Enrique Morfin wrote: > > > Hi! > > > > > > if i hold some packages, how can i unhold them? > > > > > > Thanks. > > > > HIghlight the package and press '+' > > Doesn't this request they be installed? That's not the same as > unholding. This is how I do it. First I do this: dpkg --get-selections > package.list Then I open the resulting package.list file in a text editor and change the "hold" status on the desired packages, save the file and close it. Next as root: dpkg --set-selections < package.list -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is shorewall abandoned in sid?
On Thursday 05 October 2006 22:58, Joshua J. Kugler wrote: > > > Compiled!? I didn't know we could compile shell scripts. Does it compile > them to machine code or some other intermediate form? > I did not know ipset was a shell script. http://shorewall.net/ipsets.html did not indicate that ipsets were shell scripts but it would explain that I had no difficulty making the debs. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is shorewall abandoned in sid?
On Thursday 05 October 2006 18:31, Pollywog wrote: > On Thursday 05 October 2006 17:16, Roberto C. Sanchez wrote: > > On Thu, Oct 05, 2006 at 08:00:04PM +0300, Andrei Popescu wrote: > > > Hhmm, I am running stable (with a bit of testing) on my > > > firewall/gateway and was planning to make it pure stable when etch gets > > > released. But I could make an exception for a good cause :) My setup is > > > pretty simple though, I'm not sure if it's suitable for extensive > > > testing it. > > > > I run pretty much pure Sarge with a few choice backports and then > > shorewall 3.0.7, so I know what you mean. Your help would be > > appreciated. > > Is ipset available as a Debian package or in a Debian package. Apparently > it is needed for some of the functionality of Shorewall. Nevermind I used the source from Sid and compiled it, even in Sarge. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Is shorewall abandoned in sid?
On Thursday 05 October 2006 17:16, Roberto C. Sanchez wrote: > On Thu, Oct 05, 2006 at 08:00:04PM +0300, Andrei Popescu wrote: > > Hhmm, I am running stable (with a bit of testing) on my firewall/gateway > > and was planning to make it pure stable when etch gets released. But I > > could make an exception for a good cause :) My setup is pretty simple > > though, I'm not sure if it's suitable for extensive testing it. > > I run pretty much pure Sarge with a few choice backports and then > shorewall 3.0.7, so I know what you mean. Your help would be > appreciated. Is ipset available as a Debian package or in a Debian package. Apparently it is needed for some of the functionality of Shorewall. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unidentified subject!
On Thursday 05 October 2006 10:33, George Adamides wrote: > hi > how do i delete directories in linux? i used rmdir but when a directory has > other subdirectories its a mess. is there an easy way around? rm -rf will remove a directory even if there are other directories or files within. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libXinerama in Sarge...??
On Thursday 05 October 2006 15:03, Pollywog wrote: > On Thursday 05 October 2006 11:33, Brad Brock wrote: > > Hi, I need libXinerama.so.1. What package should I install? > > It looks as though you can get it here: > > http://packages.debian.net/stable-backports/libxinerama1 > > I don't think it is in the official Sarge release. I got it by adding to my sources.list: deb http://www.backports.org/debian/ sarge-backports main as package libxinerama1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libXinerama in Sarge...??
On Thursday 05 October 2006 11:33, Brad Brock wrote: > Hi, I need libXinerama.so.1. What package should I install? > It looks as though you can get it here: http://packages.debian.net/stable-backports/libxinerama1 I don't think it is in the official Sarge release. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: automount usb-storage..??
On Wednesday 04 October 2006 07:49, Florian Kulzer wrote: > There might be a slight misunderstanding: KDE does not really automount > usb devices in the strict sense of the word. What happens is that an > icon pops up on your desktop after you insert a pluggable device or > removable media, but it is not mounted. After you click on the icon the > device/media will be mounted and opened in konqueror. (You can also > configure other actions, e.g. staring a media player if you insert an > audio CD.) USB devices are automounted on my Etch system, but I would prefer the action you have described. Is there a way to get that behavior in my system? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 'make oldconfig' won't work [SOLVED]
On Monday 02 October 2006 16:45, Pollywog wrote: > Vmware surprised me this morning by not working, so I went about trying to > recompile it and it turns out I must recompile my kernel because the last > Etch upgrade upgraded the compiler. > > The problem is that when I run 'make oldconfig' I get this: > > slider:/usr/src/linux-source-2.6.15# make oldconfig > .config:1: *** missing separator. Stop. > make: *** [scripts_basic] Error 2 > slider:/usr/src/linux-source-2.6.15# > > What exactly is the source of this ? I copied the config again and this time it worked without problems. I am compiling the kernel now. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
'make oldconfig' won't work
Vmware surprised me this morning by not working, so I went about trying to recompile it and it turns out I must recompile my kernel because the last Etch upgrade upgraded the compiler. The problem is that when I run 'make oldconfig' I get this: slider:/usr/src/linux-source-2.6.15# make oldconfig .config:1: *** missing separator. Stop. make: *** [scripts_basic] Error 2 slider:/usr/src/linux-source-2.6.15# What exactly is the source of this ? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: idsoftware games
On Friday 29 September 2006 19:18, Alan Ianson wrote: > On Fri September 29 2006 12:00 pm, derek wrote: > > Make sure you have alsa-base,alsa-oss,and alsa-utils installed,run > > alsa-conf too. > > Yep, those are all installed. Sound does work here but not with Q3 and Doom > 3. I'll check RTCW later today. > > I'm not certain but I think those games may need a sound card to work?? I think I used this command to get sound to work in similar games: echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: idsoftware games
On Friday 29 September 2006 19:18, Alan Ianson wrote: > On Fri September 29 2006 12:00 pm, derek wrote: > > Make sure you have alsa-base,alsa-oss,and alsa-utils installed,run > > alsa-conf too. > > Yep, those are all installed. Sound does work here but not with Q3 and Doom > 3. I'll check RTCW later today. > > I'm not certain but I think those games may need a sound card to work?? There is a command that you can use to get oss emulation to work. I had similar problems with a game that was made from Wolfenstein and this command fixed the problem. I will post it if I can find it. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: must run alsaconf alll the time for sound to work
On Friday 29 September 2006 15:34, Vegard L. Rekaa wrote: > I'm sorry, but I since module-assistant has cganged its menus, I do not > understand twat. With the list of sound modules given above, and including > the fact that my soundcard uses 'snd_ens1371'. Which one can I remove? > > Cheers Vegard If you know the chipset of your soundcard, you could Google and find out which drivers are needed. That's what I did and I found that something was keeping my drivers from loading. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: must run alsaconf alll the time for sound to work
On Tuesday 26 September 2006 18:48, Vegard L. Rekaa wrote: > debian:~# lsmod | grep snd > snd_ens1371226882 > gameport137041 snd_ens1371 > snd_rawmidi 223041 snd_ens1371 > snd_seq_device8460 1 snd_rawmidi > snd_ac97_codec 82848 1 snd_ens1371 > snd_ac97_bus 2304 1 snd_ac97_codec > snd_pcm_oss43936 1 > snd_mixer_oss 15872 2 snd_pcm_oss > snd_pcm 74376 3 > snd_ens1371,snd_ac97_codec,snd_pcm_oss > snd_timer20484 1 snd_pcm > snd46336 8 > snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer >_oss,snd_pcm,snd_timer soundcore89283 snd > snd_page_alloc 99921 snd_pcm > debian:~# > > Best regards from Vegard (who is getting quite confused of his audio > system...) Look here: http://www.linuxquestions.org/questions/showthread.php?t=405170 IIRC I had a similar problem when I installed Debian on one machine and I fixed it by using module-assistant and removing all the ALSA modules except for the one needed by my mobo's sound card. Also check that the modules are not listed in any of the blacklists, if the above does not resolve the problem. I once found one of my ALSA modules listed in /etc/hotplug/blacklist and I had not put it there. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: must run alsaconf alll the time for sound to work
On Tuesday 26 September 2006 18:48, Vegard L. Rekaa wrote: > debian:~# lsmod | grep snd > snd_ens1371226882 > gameport137041 snd_ens1371 > snd_rawmidi 223041 snd_ens1371 > snd_seq_device8460 1 snd_rawmidi > snd_ac97_codec 82848 1 snd_ens1371 > snd_ac97_bus 2304 1 snd_ac97_codec > snd_pcm_oss43936 1 > snd_mixer_oss 15872 2 snd_pcm_oss > snd_pcm 74376 3 > snd_ens1371,snd_ac97_codec,snd_pcm_oss > snd_timer20484 1 snd_pcm > snd46336 8 > snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer >_oss,snd_pcm,snd_timer soundcore89283 snd > snd_page_alloc 99921 snd_pcm > debian:~# > > Best regards from Vegard (who is getting quite confused of his audio > system...) Have you tried module-assistant? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: must run alsaconf alll the time for sound to work
On Saturday 23 September 2006 16:41, Vegard L. Rekaa wrote: > I was not able to test this, since mpeg123 is no longer available trhough > apt (how come?). Either way I reinstalled all crucial ALSA-packages, > including the oss-emulation package. This had no effect on my problem. > > Either way, thanks for the hint. Just too bad it didn't work. :) > > If anyone else have an idea, please tell me. > Did you add the module(s) to /etc/modules ? When I had a similar problem, I added snd_pcm_oss to /etc/modules I am not sure whether you have to run update-modules after modifying that file, but it can't hurt. You mentioned mpeg123, did you mean mpg123? If it is not in Sid you could try building it from Etch sources. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: A Phone in Every Classroom Of Your School
On Friday 22 September 2006 21:42, Andrew Sackville-West wrote: > > my post was really intended as a joke. the original spam was sent to > the list, so the list itself needs to unsubscribe. We (debian-user > subscribers) are probably not on their list and unsubscribing would > probably do nothing. I was thinking along the lines of just > overloading their system through a coordinated unsubscribe response > with a bunch email addresses that probably aren't even in their > database. Some would consider this anti-social behavior, I suppose. Oh now I get it :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: MemoryStick (was Re: usb stuff now working in Debain (Re: Debian Love))
> > It was not a USB stick, it was a memory stick from a digital camera. > > She had a USB dock for the memory stick. Windows recognizes and > > mounts it fine. Debian won't recognize it. I had to edit /etc/fstab in order to get Debian to recognize mine. Is this one that has the USB plug built-in or one that is plugged into a device which is in turn plugged into the computer's USB port? From my fstab: /dev/sda1 /media/usbdisk vfatrw,user,noauto, 0 0 This is for a pen drive /dev/sda2 /media/ipod vfatrw,user,noauto, 0 0 For an iPod
Re: A Phone in Every Classroom Of Your School
On Friday 22 September 2006 19:46, Andrew Sackville-West wrote: > On Fri, Sep 22, 2006 at 02:26:37PM -0500, Mike McCarty wrote: > > Pre Bett Show Release wrote: > > > > [snip] > > > > >This email is an advertisement. To be removed from our list please > > >email [EMAIL PROTECTED] > > >with unsubscribe as your subject line > > > > How apropos, given the current discussion of SPAM or UCE. > > with a little effort and timing on our part, the entire list could > unsubscribe at exactly the same time. that would be fun. :) That would just leave the spammers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian Love
On Friday 22 September 2006 16:08, Jason Martens wrote: > It seems that morale is a bit low among the developers right now, so I > thought it might be nice for all of us users to remind them why Debian > is such an awesome project. I love Debian. I love how the system works. > I love the quality of the packages. I love that it lets me do what I > want to do, and does not try to dictate how to do things. > > To all of you Debian developers, thank you. I really appreciate the > work you do. Keep it up! > I don't know what I would do if Debian were to go away. Thanks to all the Debian developers and maintainers. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: spamcop
On Thursday 21 September 2006 21:11, Seth Goodman wrote: > On Thursday, September 21, 2006 11:39 AM -0500, Stephen wrote: > > This is why debian-user is being constantly blacklisted -- So the > > onus is on Debian to fix things on their end. > > Strongly agree. Spam from USENET is part of it, but SpamCop listed the > server because of messages to a spamtrap. If this is correct, it had to > be a confirmation message :) Spam trap addresses are secret, so there's > no way to stop this except by talking to the DNSBL maintainers. Are you saying that SpamCop maintains spamtrap addresses and that networks or hosts that send spam to them are added to SpamCop's databases? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
kmail transports question
Does anyone know if there is a way to set a particular smtp transport for certain *recipients* in kmail? I send my spam (spam I receive) to a dummy account on one of my systems and I sometimes forget to choose the correct transport for this in kmail. It would be advantageous to be able to set a default for the recipient. The dummy account automatically reports the spam using razor. thanks 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
udev errors
I am seeing this in my logs on a Debian Sarge system: Sep 21 06:24:08 lilypad udev[9336]: parse error /etc/udev/rules.d/025_logitechmouse.rules, line 1:25, rule skipped Is there a way to fix it other than just ignoring it? I do not use a Logitech mouse. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Email programs that work.
I did not know Mulberry was still around. I thought it was no longer under development. I was a Sylpheed Claws user until I began using IMAP, then it no longer worked for me, but fortunately kmail has developed into a nice mailer. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Built-In Wireless support
On Thursday 17 August 2006 20:59, Anthony Simonelli wrote: > That's what I'm trying to figure out. Are the > closed-source drivers for these devices compiled into > Ubuntu or FreeSpire's kernels? If so, how is it done? > > How does Ubuntu get away with using them in their > Kernel and yet remain free without any EULA? I know > that (Lin)FreeSpire require you to accept an EULA but > Ubuntu does not? There is a GPL'd driver for the Ralink RT2400 and RT2500 but I am not certain Linspire or Freespire use that driver. I think the difference between distributions is the hardware detection. http://sourceforge.net/projects/rt2400 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Built-In Wireless support
On Thursday August 17, 2006 10:14 am, Anthony Simonelli wrote: > I tried the new Ubuntu 6.06 on my laptop and it was > able to detect and install the Linksys Realtek 8180 > drivers for my wireless b card right off the bat. > Despite a well polished Gnome Desktop, I still > preferred Debian and decided to use Debian Etch since > the release is only a few months away (I hope). > Obviously, any proprietary drivers are not included > with Debian, but I am curious as to how Ubuntu was > able to do that? I use ndiswrapper to install the > drivers I download from Realtek's website for my > wireless card in Debian, but is there a way to create > a custom kernel with support/modules for most of the > wireless cards out there, even if it non-free? I'm > pretty clueless when it comes to the Linux kernel side > of GNU/Linux so please correct me if I don't know what > I'm talking about. It's possible that Ubuntu has better hardware detection. I installed Debian Etch on a laptop and it did not detect some hardware, including the "winmodem" and Ralink RT2500 wireless interface. Then I tried Xandros with much the same result. Only Linspire and Freespire detected all the hardware and I did not have to fuss with any kernel modules. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PythonCard unable to find itself (Etch)
I am unable to get PythonCard to work in Etch. When I run codeEditor, it complains it can't find the pythoncard installation. This is what I have installed: ii pythoncard 0.8.1-7 ii pythoncard-doc 0.8.1-7 ii pythoncard-tools0.8.1-7 ii libwxgtk2.6-0 2.6.1.2 ii python-pythoncard 0.8.1-7 ii python-wxgtk2.6 2.6.1.2 ii python-wxversion2.6.3.2.1.1 and python 2.3 I tried the following but that did not fix the problem: export \ PYTHONPATH=/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode$PYTHONPATH Any ideas? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: apt-get source question
On Monday July 31, 2006 5:38 pm, Stephen Cormier wrote: > On Monday 31 July 2006 14:10, Pollywog wrote: > > I looked in the APT tutorial and also in a book but I could not find an > > answer to this problem. > > > > I want to get a source package from the "testing" release, not from > > "stable", so I did this: > > > > apt-get -t testing source > > > > It does not seem to work. Is there a way to do this without temporarily > > modifying the sources.list in order to get the desired sources? > > Try apt-get source packagename=1.2.3-4 use whatever the version number is > for testing. I didn't think of that one. I have my system pinned and I have stable, unstable, and testing sources (deb-src) in my sources.list and also some unofficial sources such as backports and debian-multimedia, but 'apt-get -t source ' wasn't working. I had to remove all deb-src lines except those I needed and then copy from a backup file when I was done getting the source packages. thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
apt-get source question
I looked in the APT tutorial and also in a book but I could not find an answer to this problem. I want to get a source package from the "testing" release, not from "stable", so I did this: apt-get -t testing source It does not seem to work. Is there a way to do this without temporarily modifying the sources.list in order to get the desired sources? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Stuck with dpkg: can neither remove nor reinstall a package
On Sunday 30 July 2006 00:17, Nick Lidakis wrote: > There was no old package. The .deb was downloaded (Sourceforge?) from a > site to be used with Debian Sid, which I am running. Something happened > when I tried to install it; can't remember the original error message. > > So that is why I'm stuck. I can't reinstall the gtkwifi.deb that I have > in my home directory in order to complete its removal. > > Any other suggestions? You might try making a package with the same name, using the equivs package. There are sample control files with the equivs package. I have done this when I had the same sort of problem you are experiencing and it usually worked. The package will be a fake package but it should overwrite the broken one, then you can remove the fake package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Mozilla or firefox package-what is the difference?
On Saturday 29 July 2006 14:02, Hugo Vanwoerkom wrote: > J F wrote: > > Mozilla or firefox package-what is the difference? > > > > I guess I'm a little confused about which one is better/newer or > > the one to use? > > I favor Seamonkey (Mozilla suite replacement): > http://www.mozilla.org/projects/seamonkey/ > over Firefox for one reason: > > When you use a login page to something, and nowadays there are zillions, > in FF you *seem* to have to enter the userid first and FF will supply > the password. In Seamonkey he offers a list of userids: I don't have to > remember my userids, which I do not. > > BTW FF, TB and Seamonkey all got security updates July 27th. I have found that I need three browsers to be able to view/play the most content. Most sites render well in Firefox and Konqueror but Konqueror sometimes will not play video or sound clips when Firefox 'knows' how to bring up the app that plays the media. I have Opera and I don't use it much anymore because it won't play most media. I think it is due to a Java problem. Occasionally, I use Opera to view content that won't render well in the other browsers. Until Firefox, Opera was the browser I found most useful. The developers of those browsers should get together and come up with ONE great browser. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can't access usb
On Friday July 28, 2006 10:41 pm, Mark Grieveson wrote: > PS, to show you that USB drives just showing up is "for real", I'll > email you a couple of screenshots I took. Both taken at 18:21 (6:21 > PM), the first before I had turned on the USB drive, and the 2nd just > after I flicked the switch and turned on the USB drive. These are with > Etch, but it did the same in Sarge. It has also worked for me in Sarge and Etch, but only with a 2.6.x kernel. It will not work for a 2.4.x kernel, IIRC. I use my Palm T2 and also my iPod on Etch and I do not need to mount the devices; Linux takes care of it. On Etch, it works without hotplug, if udev is installed. I also use VMware on my Etch system and can use my Palm T2 with that setup if I unload the visor module before I put the T2 in the cradle. In Linux, I use kpilot and kpilot requires the visor module to work. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
small problem reading GIMP's user tips (Etch)
I am unable to read the user tips that appear when GIMP is started. only the words at the left of the user tips box appear, the rest are missing. Has anyone else had this problem in Etch? If so, I will submit a bug report. thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: make-kpkg & initrd?
On 10/05/2005 11:10 pm, Jiann-Ming Su wrote: > I'm trying to build a debian kernel using make-kpkg. It seems simple > enough, except when I install the newly created kernel package, it > doesn't create the initrd image. So, when I manually create the > initrd image with mkinitrd, the boot process complains about not > finding modules.dep file in the modules directory. Is there something > I'm missing that's preventing the entire kernel-image package from > being built correctly? Thanks for any tips. > -- Are you running Sarge? IIRC, Sarge installs GRUB by default and if you are using GRUB, the initrd should be taken care of when you install the kernel deb. The last time I installed a custom kernel, I believe I did it like this: * did the kernel config first * then make-kpkg clean make-kpkg --initrd --revision=myhost.1.4 kernel_image modules_image Once the debs were built, I installed them (kernel and modules) and GRUB took care of the rest. You should also be sure to use Debian kernel sources and not the ones from kernel.org. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SSH attack
On 10/03/2005 09:00 pm, Jared Hall wrote: > I took care of it all last night a couple of minutes after I posted. > Here's what I did. > > I looked at my logs and found that there was no successful root login. > the reason netstat was showing another root connection from the > mentioned ip is that the script kiddie was rapidly connecting to my > sshd service and trying to crack root, and a whole bunch of > nonexistent users.This machine only has two accounts on it, root, > and my own. Both have extremely complicated passwords, so there's no > way a script could have guessed it anyway. I couldn't kill the user > because the connections were opening and closing too quickly. I > blocked the ip using /etc/hosts.deny on each of my servers. The kids > were looking at each of my ip's trying to find vulnerabilities... but > not anymore. I sent to and email to [EMAIL PROTECTED] to let the > administrator know that one of their users is using scripts to attack > servers over ssh (possibly using a mix of names from some of my mail > user accounts and common names). I'm waiting for a reply still. > thanks for the input. > Jared Do you know for sure that /etc/hosts.deny has anything to do with ssh? I thought /etc/hosts.deny would only work with services that run from inetd or xinetd, not with daemons. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Securing SSH: Does disabling password authentication work?
On 10/03/2005 07:49 pm, Steve Block wrote: > > I'm afraid you didn't read at all, did you? Start from the top of the > thread and read again, and you'll see that my question had nothing to do > with port numbers at all. I'm asking if disabling password > authentication while leaving keyboard-interactive/pam and publickey > methods available would pretty much leave the current automated attacks > high and dry since they use password based connection attemps. > Disallowing password logins helps make your machine more secure, as does allowing only SSH protocol 2. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SSH attack
On 10/03/2005 06:14 pm, Marty wrote: > Jared Hall wrote: > > It looks like I am being rooted right now. How do I toss this guy off > > of my system. he has an IP address of 210.95.212.131 > > It's a kid! Whois returns "Hanguk Kwangsan Technoledge High School." BTW if you want to kill the connection while it is active, do 'netstat -cpantu' and then 'kill -9 ' The PID is the number after "ESTABLISHED" in the output of that netstat command. This might not work if the attacker has already entered the system and installed their "rootkit". In such a case, you would need to disconnect the machine. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SSH attack
On 10/03/2005 06:14 pm, Marty wrote: > Jared Hall wrote: > > It looks like I am being rooted right now. How do I toss this guy off > > of my system. he has an IP address of 210.95.212.131 > > It's a kid! Whois returns "Hanguk Kwangsan Technoledge High School." I get lots of those, often from Asia and S. America. Block the IP at the firewall. If you install Portsentry, you can have Portsentry block them automatically using iptables. IIRC you can have a list of IP addresses that are exempt from blocking. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: player for AVI and other video files?
On 10/01/2005 04:36 pm, askar k wrote: > I use debian sarge. > I didn't install kde, use Fluxbox. > KDE has its own media player for video files. > Now I need to install a player for AVI movie file. > In dselect search for "player", but couldn't file the needed package. > My installation uses only 14 disks of debian. > Please tell me the name of the package I can use to see the movie file. > avifile-player or mplayer and you should probably get the codecs too. I got mine here: ## unofficial packages by Christian Marillat ### # acroread 5, mplayer & friends, realplayer 8, others. # see http://hpisi.nerim.net deb ftp://ftp.nerim.net/debian-marillat/ sarge main deb-src ftp://ftp.nerim.net/debian-marillat/ sarge main -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How-to build deb package from already installed package
On 09/30/2005 08:57 pm, Petr Mandys wrote: > Hello, > > is it possible to build deb package from package which is currently > installed in the system? > > How to? As another reply mentioned, the command is dpkg-repack That's just the name of the package, not the filename, so if I wanted to repackage apache-ssl, I would issue dpkg-repack apache-ssl as root. You will need to have the dpkg-repack package installed. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: pointer for home networking
On 09/27/2005 08:53 pm, michael wrote: > > On 09/27/2005 08:43 pm, michael wrote: > >> I should also add that it'd be better to link the machines so that I > >> only > >> have to download all updates once from the Internet (and then use copy > >> locally) > > > > Using a router would not prevent you from doing that. > > > > > > 8) > > Okay. Fair enough point. > > But, can we now take it as given I want to set up my PC as a router, and > thus I am looking for a 'simple how to' in order to do this. I would have > thought it was about 3 commands on each PC! > > Once I've worked it out, I'm more than happy to write said how-to... There are many How-To's/tutorials and here is one. http://newbiedoc.sourceforge.net/networking/homegateway.html You will probably be using iptables unless you are using an older (pre 2.4.x) kernel. You should not need to do any special setup on the client machines, only on the gateway; the client machines will just need the IP address of the gateway machine. 8) > > M -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: pointer for home networking
On 09/27/2005 08:43 pm, michael wrote: > I should also add that it'd be better to link the machines so that I only > have to download all updates once from the Internet (and then use copy > locally) Using a router would not prevent you from doing that. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: pointer for home networking
On 09/27/2005 08:06 pm, Mike McCarty wrote: > michael wrote: > > On Mon, 2005-09-26 at 18:12 -0500, Kent West wrote: > >>michael wrote: > >> > >>Er, then I'm confused about what you're trying to accomplish. Perhaps > >>you're trying to turn the computer that's plugged into the USB modem > >>into a router, sharing it's internet connection with the second machine? > > > > yes, sounds about right. > > I bought a router for about $30 USD. How much is your time worth? > > Or is this a learning exercise? I agree that the OP could buy an older DSL router for about $30 and I think that would cost less over time than running an additional computer to provide IP Masquerading, which is what I think the OP wants to do (IP Masq). The router probably uses less electrical power than an additional computer would use. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup
On 09/25/2005 03:51 am, Robert Wolfe wrote: > - Original Message > From: Pollywog <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Cc: Jared Hall <[EMAIL PROTECTED]> > Subject: Re: Imap: no login... ps aux - imapd.pid -nodnslookup > -noidentlookup > Date: 25/09/05 00:49 > > > I use Postfix and not Exim, though.Perhaps I misunderstood what you > > were > > > trying to do, I thought you wanted a secure connection. If you want a > > normal > > > IMAP connection, you should use the original imapd-ssl contents. > > Hmmm, I was not able to locate this page with apt-get? It is a file, /etc/courier/imapd-ssl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup
On 09/25/2005 03:30 am, Jared Hall wrote: > I've tried Pollywog's method and I still can't loginto email accounts > using "telnet localhost 143." I've got some ideas about things to play > with, but my problem still isn't solved. Please help if you have any > ideas! You won't be able to login with telnet, you need to use a client like kmail or Opera browser, they do secure imap on port 143. Did you use Debian packages for Courier? Try this documentation, it's for Debian http://www.trekweb.com/~jasonb/articles/exim4_courier/index.html I use Postfix and not Exim, though.Perhaps I misunderstood what you were trying to do, I thought you wanted a secure connection. If you want a normal IMAP connection, you should use the original imapd-ssl contents. 8) > Jared > > > I had similar problems and this is what I did to get it working: > > Edited /etc/courier/imapd-ssl making the following changes > > > > IMAPDSSLSTART=NO (it was set to YES) > > > > IMAPDSTARTTLS=YES (the default was NO) > > IMAP_TLS_REQUIRED=1 > > > > > > Then I edited imapd.cnf and changed the hostname to my fully-qualified > > hostname, it will not work if you do not do that. You only need to edit > > the stuff under > > [ req_dn ] > > from "C" to "emailAddress" > > > > Then I renamed the file imapd.pem to imapd.pem.orig and then I deleted > > the file > > /usr/lib/courier/imapd.pem > > > > and then I ran 'mkimapdcert' as root. This produced > > another /usr/lib/courier/imapd.pem and I COPIED that file to > > /etc/courier/ and restarted courier-imapd and then I was able to login to > > my imap accounts on port 143 using TLS with kmail or Opera. Some clients > > cannot connect to this type of setup and can only use SSL on port 993. > > > > > > 8) > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup
On 09/25/2005 12:56 am, Jared Hall wrote: > debian users > > I'm a newbie having trouble getting imap to authenticate user and password: > I had similar problems and this is what I did to get it working: Edited /etc/courier/imapd-ssl making the following changes IMAPDSSLSTART=NO (it was set to YES) IMAPDSTARTTLS=YES (the default was NO) IMAP_TLS_REQUIRED=1 Then I edited imapd.cnf and changed the hostname to my fully-qualified hostname, it will not work if you do not do that. You only need to edit the stuff under [ req_dn ] from "C" to "emailAddress" Then I renamed the file imapd.pem to imapd.pem.orig and then I deleted the file /usr/lib/courier/imapd.pem and then I ran 'mkimapdcert' as root. This produced another /usr/lib/courier/imapd.pem and I COPIED that file to /etc/courier/ and restarted courier-imapd and then I was able to login to my imap accounts on port 143 using TLS with kmail or Opera. Some clients cannot connect to this type of setup and can only use SSL on port 993. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Newbie wants Firefox and Tbird
On 09/24/2005 02:43 am, Paul Johnson wrote: > On Friday 23 September 2005 07:14 am, Fritz Brown wrote: > > > Please read the Debian Reference. One of the main reasons to use > > > Debian is to use software packaged from Debian repositories rather than > > > downloading generic binaries and source. > > > > Which may explain why I am having trouble understanding how to install > > Opera. I got a .deb of the latest version, and am trying to follow the > > instructions on various websites concerning dpkg, and I keep getting > > messages that I make it appear I am not using the proper attributes > > First, Gak! Opera! Get a real browser! > > Second, what kind of errors are you getting? Opera is a good browser. I use Konqueror, Firefox, and Opera because each one has its advantages. I sometimes get better performance from Opera than from Firefox and sometimes Firefox is better. I don't think any of the browsers used with Linux is the best all-around. Maybe I am doing something wrong ;) 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: can't print from opera
On 09/22/2005 10:02 am, Vasily Levin wrote: > i' using debian eth, opera 8.02 cups. > cups works fine, progpam lp prints fine too. > i can tell opera to use lp as printing program, but it leads nowere - > i only see message printing... and all I assume you have cups-bsd installed. Are you using KDE? If so, try putting kprinter as the printer command if lp or lpr will not work, and put something like -Plp0 or -Pprinter in the "Parameter" box under the box that has the print command (in Opera's printer settings). I don't think it will work if you put in the command box something like lp -Plp0 you need to put the -Plp0 in the box labelled "Parameter". That is how it works for me. I have -Pprinter in my parameter box because that is how I set mine up. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian Compatable UPS?
On 09/20/2005 04:16 pm, John Hasler wrote: > Josh Battles writes: > > I would think that a marine deep cycle would be better suited to the > > task... > > Only if you expect to have a power failure every day. Deep cycle batteries > are designed to be deeply discharged with great frequency. Car batteries > are designed to frequently delivery large amounts of current and be either > on float charge or disconnected most of the time. The ideal is a standby > power battery, but car batteries are close enough and readily available. > > Try to get one that you can add water to and check the electrolyte level > regularly. It'll last a lot longer. I have an emergency power supply (it is not a UPS) that uses gel lead acid batteries, so I keep it indoors and don't worry about ventilation. I use it a few times a year during storms and it can even power a computer, DSL router, monitor, etc. I would have bought a UPS for my computer but I don't know of any low cost UPS units that are compatible with Linux. > > Battery boxes should be plastic. I have never seen a metal battery box. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian Compatable UPS?
On 09/20/2005 03:39 pm, Josh Battles wrote: > Alvin Oga said: > > car battery ( $50 ) plus those $50 12v dc-dc atx adaptors would do nicely > > I would think that a marine deep cycle would be better suited to the task, > but a generic car battery would definately be cheaper. > > > and keep your car battery outdoors, not indoors ... > > and do not light a cigaratte near the car battery in a closed enviroment > > > > ka-koom > > Why not just put the battery in a battery box? You're going to need > something to protect it from the elements or to protect your house from it > in case of a leak. If it's in a battery box (preferably metal) you can > have it anywhere and just vent the enclosure to the outdoors if you're that > worried. Yes, a vented enclosure should do the job but what of the batteries that are sealed (gelled)? Wouldn't that dispose of the problem of gases emanating from the battery? 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: restarting sshd clears up problem. Why?
On 08/19/2005 10:03 pm, Ross Boylan wrote: > After various upgrades an installs, I found I couldn't get onto my > system via ssh. There was no record of my attempts on the logs, as far > as I could tell. > > When nothing else worked, I shut down ssh and started it in debug mode. > At least from localhost, I could then get on. I restarted it via the > init script, and it's still working (at least from localhost). > > Why did this happen? Are you sure ssh is starting when you boot the machine? After a fresh install (when I reinstall Linux), I generally have to make startup links for ssh with update-rc.d. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kPDF
On 08/04/2005 01:37 am, Pollywog wrote: > On 08/04/2005 12:28 am, Bill Day wrote: > > I take it there is not a prepackaged setup on debian.org for use with > > apt-get? searched for acrobat reader and adobe on apt-cache after I did > > and update... > > That is correct, there is not a prepackaged one for Debian. There is a > prepackaged one for Xandros, however, 'apt-get show acroread' shows that it > was converted from an rpm package using Alien. oops, I meant 'apt-cache show acroread' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kPDF
On 08/04/2005 12:28 am, Bill Day wrote: > I take it there is not a prepackaged setup on debian.org for use with > apt-get? searched for acrobat reader and adobe on apt-cache after I did and > update... > That is correct, there is not a prepackaged one for Debian. There is a prepackaged one for Xandros, however, 'apt-get show acroread' shows that it was converted from an rpm package using Alien. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kPDF
On 08/03/2005 11:47 pm, Bill Day wrote: > Finally got around to reading the "TuxMagazine" PDFS for the first 5 issues > and I ahve noticed taht while in kPDF, when I finish with one pdf and go to > open anotehr via file open, or clicking the open icon, kPDF crashes, > everytime.. enclosed is copy of the backtrace fromt he crash, any ideas or > suggestion on this? > I had problems with kpdf so I use Adobe Acrobat Reader 7 instead. I was unable to print pages from TuxMagazine today. I think I could print the entire issue but not a range of pages. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Cups+printer install?
On 08/03/2005 08:20 pm, Pollywog wrote: > On 08/03/2005 08:02 pm, Ishwar Rattan wrote: > > Is there a way to install a printer using cups without > > a browser (no capability for http://localhost:631/)? > > > > I want to access remote printers alos on a cups server in > > the dept but have no interest in installing X-windows. > > Are you using KDE? If so, I believe you can use the KDE Control Center > (under Peripheral Devices > Printers). You should also be able to edit the > files in /etc/cups/ directly to add a printer. I rarely use a browser for > it now, I most often use KDE (on Xandros). I have one laptop running > Debian Sarge and I am almost sure that KDE has a wizard for adding printers > (in the Control Center of KDE). Oh sorry, I missed the part about not wanting to install X-windows. You should still be able to edit the /etc/cups/ files directly to get things to work. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Cups+printer install?
On 08/03/2005 08:02 pm, Ishwar Rattan wrote: > Is there a way to install a printer using cups without > a browser (no capability for http://localhost:631/)? > > I want to access remote printers alos on a cups server in > the dept but have no interest in installing X-windows. Are you using KDE? If so, I believe you can use the KDE Control Center (under Peripheral Devices > Printers). You should also be able to edit the files in /etc/cups/ directly to add a printer. I rarely use a browser for it now, I most often use KDE (on Xandros). I have one laptop running Debian Sarge and I am almost sure that KDE has a wizard for adding printers (in the Control Center of KDE). 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]