Re: Recursive copy to udf-formatted dvd-ram freezes system
Eckhard Kosin wrote: The cp -rv showed up a file name with an unprintable character (the file originated from DOS, long time ago). Thanks. I renamed the file and now the system doesn't freeze, but the writer doesn't stop to write (more than 15 min for 293 MB ;-(. No hint from syslog, the only method to stop the writer is to switch it off and after a new switch on no data have been written to the DVD. It seems that UDF is rather unstable, at least in the AMD64 branch. I guess as a 'universal disk format' for all operating systems, it is bound to be less feature rich than something tailored to linux. It was specifically developed with RW-media in mind and probably isn't at the top of fs performance for RAM-media. I found that writing to RAM disks is much slower than writing to R/RW disks, assuming that it takes some extra time to verify the data (as far as I understand all data written to a DVD Ram are verified by the burner unlike in the case of R/RW). On my system it'll take about 20 minutes to finish writing the buffer, after my copy command is already back on the command line. If, however, you experience a complete inability to write on UDF, I would consider filing a bug report - just to spare future users the time consuming 'experiments'. Maybe you should try to write a small file structure first (say, about one MB) and try to expand from there. Johannes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dma errors
On Thursday 27 July 2006 00:38, Daniel B. wrote: > Greg Madden wrote: > ... > > > John Schmidt <[EMAIL PROTECTED]> wrote: > > ... > > >> I have two IDE drives ... the motherboard is quite old. > > ... > > >> I get the following error messages from dmesg: > > ...>> hde: dma_intr: status=0x51 { DriveReady SeekComplete Error } > > >> hde: dma_intr: error=0x84 { DriveStatusError BadCRC } > >> ide: failed opcode was: unknown > >> hde: dma_timer_expiry: dma status == 0x20 > >> hde: DMA timeout retry > >> PDC202XX: Primary channel reset. > >> PDC202XX: Secondary channel reset. > >> hde: timeout waiting for DMA > >> hde: dma_timer_expiry: dma status == 0x21 > >> hde: DMA timeout error > >> hde: dma timeout error: status=0x58 { DriveReady SeekComplete > >> DataRequest } ide: failed opcode was: unknown > > ... > > >> What would be the source of these errors and how should I go about > >> fixing them? > > > > A couple of things, the generic IDE driver doesn't do dma , make sure > > you load the module for your chipset. Using 'hdparm' will > > show if dma is set for the drives. > > Greg: > > Clearly John's driver is doing DMA; otherwise all the DMA errors > wouldn't be present. > > > John: > > Which motherboard do you have? > > I have had similar problems with an Asus A7M266-D motherboard with multiple > kernel versions (2.2 through 2.6, I think). > > From what I've been able to gather, my motherboard's IDE controller (AMD > 768?) is buggy, and the Linux kernel doesn't do whatever the Windows > kernel does to work around the problem. > > (I can't run the disks attached to the onboard IDE controller at full > sped (i.e., with DMA on) or I get extreme filesystem corruption in Linux. > Under Windows, I can run a seemingly full speed without any data- > corruption problems.) Check the cables! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
shasta promise vs 64 bit
Hi! I have a 64 bit computer, and a promise ex 8350 hw raid card in it. I downloaded the driver from the facturer' s site, and when i booted knoppix, i could install it simply typing make, but when i booted a real 64 bit system (debian, sarge), i could not compile it. How can i solve this problem, and make it work with debian? The errorfiles are here: http://12E7041.ath.cx/promise/ Thanks for the answers. _ LAST MINUTE ajánlatokra vársz? Itt az adriatica.net 10% árengedményes horvátországi apartman-kínálatata! Nézd át őket és foglalj gyorsan!Részletekért klikk ide!
Problems with upgrading Python
Hello, After struggeling the whole day I still have a problem with upgrading my Python installation. There were some bug reports with workaround I read (on debian BTS) but nothing works up to now. Here is the output of : 'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/bin/pycentral", line 3, in ? import fnmatch, glob, os, re, sys, time File "/usr/lib/python2.4/fnmatch.py", line 13, in ? import re File "/usr/lib/python2.4/re.py", line 5, in ? from sre import * File "/usr/lib/python2.4/sre.py", line 97, in ? import sre_compile File "/usr/lib/python2.4/sre_compile.py", line 17, in ? assert _sre.MAGIC == MAGIC, "SRE module mismatch" AssertionError: SRE module mismatch dpkg: error processing python2.3 (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of python: python depends on python2.3 (>= 2.3.5-14); however: Package python2.3 is not configured yet. dpkg: error processing python (--configure): dependency problems - leaving unconfigured Setting up python-clientcookie (1.3.0-1) ... 'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/bin/pycentral", line 3, in ? import fnmatch, glob, os, re, sys, time File "/usr/lib/python2.4/fnmatch.py", line 13, in ? import re File "/usr/lib/python2.4/re.py", line 5, in ? from sre import * File "/usr/lib/python2.4/sre.py", line 97, in ? import sre_compile File "/usr/lib/python2.4/sre_compile.py", line 17, in ? assert _sre.MAGIC == MAGIC, "SRE module mismatch" AssertionError: SRE module mismatch dpkg: error processing python-clientcookie (--configure): subprocess post-installation script returned error exit status 1 Setting up python2.4-minimal (2.4.3-7) ... 'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/bin/pycentral", line 3, in ? import fnmatch, glob, os, re, sys, time File "/usr/lib/python2.4/fnmatch.py", line 13, in ? import re File "/usr/lib/python2.4/re.py", line 5, in ? from sre import * File "/usr/lib/python2.4/sre.py", line 97, in ? import sre_compile File "/usr/lib/python2.4/sre_compile.py", line 17, in ? assert _sre.MAGIC == MAGIC, "SRE module mismatch" AssertionError: SRE module mismatch dpkg: error processing python2.4-minimal (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of python2.4: python2.4 depends on python2.4-minimal (= 2.4.3-7); however: Package python2.4-minimal is not configured yet. dpkg: error processing python2.4 (--configure): dependency problems - leaving unconfigured Setting up python-pullparser (0.1.0-1) ... 'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/bin/pycentral", line 3, in ? import fnmatch, glob, os, re, sys, time File "/usr/lib/python2.4/fnmatch.py", line 13, in ? import re File "/usr/lib/python2.4/re.py", line 5, in ? from sre import * File "/usr/lib/python2.4/sre.py", line 97, in ? import sre_compile File "/usr/lib/python2.4/sre_compile.py", line 17, in ? assert _sre.MAGIC == MAGIC, "SRE module mismatch" AssertionError: SRE module mismatch dpkg: error processing python-pullparser (--configure): subprocess post-installation script returned error exit status 1 Setting up python-tz (2006g-1) ... 'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/bin/pycentral", line 3, in ? import fnmatch, glob, os, re, sys, time File "/usr/lib/python2.4/fnmatch.py", line 13, in ? import re File "/usr/lib/python2.4/re.py", line 5, in ? from sre import * File "/usr/lib/python2.4/sre.py", line 97, in ? import sre_compile File "/usr/lib/python2.4/sre_compile.py", line 17, in ? assert _sre.MAGIC == MAGIC, "SRE module mismatch" AssertionError: SRE module mismatch dpkg: error processing python-tz (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: python2.3 python python-clientcookie python2.4-minimal python2.4 python-pullparser python-tz E: Sub-process /usr/bin/dpkg returned an error code (1) With I get the following: dpkg: dependency problems prevent configuration of python: python depends on python2.3 (>= 2.3.5-14); however: Package python2.3 is not configured yet. dpkg: error processing python (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python python-central versions I tested were: 0.4.17 0.5.0 0.5.1 python2.3 is 2.3.5-14 Plaese tell me, whats wrong. Is it a bug or is the bug sitting in front of the monitor? Thanks in advance Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Step-by-step package guide?
I've looked through the Debian reference as mentioned elsethread and discovered dh-make, but I'm having some difficulty understanding how dh_make works from the dh_make manpage. Is there any step-by-step guide to doing this? -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber pgpMznsQ79bnM.pgp Description: PGP signature
Re: Fedora Core 5 on a primary HD and Debian 3.1 on a slave HD
> Debian. Details depend on whether the FC5 bootloader is lilo or grub. Joe, sorry to say that I cannot find out if I use lilo or grub on FC5...do you know how to find out? -dan On Wed, 2006-07-26 at 16:58 +0100, Joe wrote: > Dan wrote: > > I run FC5 on one of my two HDs (the same machine). > > How do I create a boot procedure where I can choose > > between the two OSes? If I try to install Debian on > > the slave HD the installation procedure 'wipes out' the FC5 boot. > > -dan > > > > > > Tell Debian not to install a bootloader at the appropriate screen, then > when it reboots it will do so into FC5. Edit the FC5 bootloader to add > Debian. Details depend on whether the FC5 bootloader is lilo or grub. > > Then reboot, select Debian and continue the installation, which will not > yet be complete. > > It's worth adding the FC5 and Debian filesystems to each others' > /etc/fstab, with appropriate mount points, allowing easy access to the > other one. Very useful when the disaster strikes. Unless the problem is > with the FC5 bootloader, of course. -- Dan Oestberg RLD Communications Praestgaarden Hoverberg 424 SE-840 40 SVENSTAVIK Sweden +46 687 122 20 +46 730 48 36 39 (cell phone) "You man, be human" (Tage Danielsson). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Printing from Acrobat
Carl Fink wrote: On Wed, Jul 26, 2006 at 02:26:34PM -0500, Mike McCarty wrote: How about this: If the file you're trying to print doesn't have proprietary or trade secret info in it, I volunteer to try printing it using Acrobat Reader on my machine, and see whether I have similar problems. This would at least provide another bit of mystery if I have no problems.[*] It's nothing mysterious. I need a new Social Security card, using the form from this page: http://www.socialsecurity.gov/online/ss-5.html I could print page 5 ok, using xpdf and kprinter on a sid system. Have you tried to print other pdfs or to print to another printer? We have a Kyocera printer, which has a kind of funny version of postscript not 100% compatible. There are some pdfs on that printer that are just 'printed to nirvana' as you describe (papers from Nature are a notorious example). Other pdfs print flawlessly; the same pdfs print flawlessly on a different printer. Alternatively you could try to convert that pdf to some bitmap image format via ImageMagick's convert or pdftoppm (belongs to xpdf) and print the resulting image with your favourite image viewing programme. Good luck, Johannes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Fedora Core 5 on a primary HD and Debian 3.1 on a slave HD
Dan <[EMAIL PROTECTED]> writes: >> Details depend on whether the FC5 bootloader is lilo or grub. > Joe, sorry to say that I cannot find out if I use lilo or grub on > FC5...do you know how to find out? Just look in the directory structure for "/boot/grub". Or execute # find / -iname 'menu.lst' -print 'menu.lst' is the GRUB configuration file. RLH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Step-by-step package guide?
On Thu, Jul 27, 2006 at 12:44:58AM -0700, Paul Johnson wrote: > I've looked through the Debian reference as mentioned elsethread and > discovered dh-make, but I'm having some difficulty understanding how dh_make > works from the dh_make manpage. Is there any step-by-step guide to doing > this? Hi Paul, I'd suggest to join the debian-mentors or debian-women mailing list. The former is specifically meant to address debian packaging issues and the latter is suppose to (in part) help folks in becoming debian developers. cheers, Kev ps. the other place for ocassional help may be on irc with the developers hangout. -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal | debian.home.pipeline.com | | `. `' Operating System| go to counter.li.org and | | `-http://www.debian.org/ |be counted! #238656 | | my keysever: pgp.mit.edu | my NPO: cfsg.org | signature.asc Description: Digital signature
Re: Step-by-step package guide?
On Thu, Jul 27, 2006 at 00:44:58 -0700, Paul Johnson wrote: >I've looked through the Debian reference as mentioned elsethread and >discovered dh-make, but I'm having some difficulty understanding how >dh_make works from the dh_make manpage. Is there any step-by-step >guide to doing this? What about the new maintainer's guide? http://www.us.debian.org/doc/devel-manuals#maint-guide also available as the package maint-guide. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] http://therning.org/magnus Software is not manufactured, it is something you write and publish. Keep Europe free from software patents, we do not want censorship by patent law on written works. As we enjoy great advantages from the inventions of others we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously. -- Benjamin Franklin pgpUTpJbuC96D.pgp Description: PGP signature
Re: Email programs that work.
On Wed, Jul 26, 2006 at 17:39:56 -0600, djhack wrote: >I have been trying different email programs. None of them seem to let >me reply to a particular message in the digest. Almost all of the ones >I tried so far, when you hit the reply button, copies the *entire* >digest into the compose window instead of only the message you wish to >reply to. Some of them have nicer features to deal with the messages >but those programs don't seem to work properly on my box. Let me >summarize: > >Thunderbird - Copies entire message at reply. Works fine on my box. > >Balsa - Copies entire message at reply. I have tried the suggested >"Ctrl L" thing with no luck. Otherwise it works fine on my box. Has >cool "next part" and "previous part" buttons that cycle through the >messages one at a time. > >Kmail - Configured it, and got test messages in and out then it started >to complain the POP3 was broken. Never got any messages from the list. >Could not get it going again. > >Evolution - Configured it, and got test messages in and out then it >would quit the send/receive thing immediately and "time out". Deleted >the account settings, put them in again and it did the same thing. Any >combination of Reply buttons also copied the entire digest into the >compose window. But there was a little "down arrow" icon button on the >message headers that when clicked would copy just that message. Too bad >it keeps crashing! > >This message was composed in Thunderbird. Those of you list-junkies I >am sure I am missing some little stupid step, or some configuration. Or >I would be willing to try other email packages. I really like this list >and I don't want to break the threads! First thing you should do is make sure that you receive the digest as a mail consisting of MIME attachments, one per mail. (From the sounds of it you already do this.) Then I suggest you check out mutt, or mutt-ng. It does what you want by letting you reply to an attachment :-) /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] http://therning.org/magnus Software is not manufactured, it is something you write and publish. Keep Europe free from software patents, we do not want censorship by patent law on written works. Finagle's Fifth Law: Always draw your curves, then plot your readings. pgpf2ClhhHWtB.pgp Description: PGP signature
Re: stop from upgrading
Hi:Its cupsys and some cupsys dependent packages. Since the current cupsys packages is not functioning well.Paras.On 7/26/06, LeVA <[EMAIL PROTECTED]> wrote: 2006. July 26. 14:11, Paras pradhan: > Hi all:>> Due to some reasons i need to degrade few packages to older versions.> After that when i want to install any other packages, then it prompts> to first do: apt-get -f install. How do i get rid of this? >What are those packages which you want to keep downgraded? Just in caseit is not the C library or some other basic stuff which is needed byalmost all packages there could be a solution depending on what is the package.Daniel--LeVA--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Setup of thpot SSH -- is this how its supposed to work?
2006. July 26. 13:56, Ryan Gandy: > Hi. > I'm using Sarge 2.6.8-3 on PPC and have been trying to get a SSH > server set up. I've gone through all the obligatory security measures > like changing port numbers, and now I'm trying to get tinyhoneypot > installed and working as a secondary measure. > > But after a few days, I can't get tinyhoneypot to display an > interface after test connecting to it via "ssh -p 22 127.0.0.1" > > I've read all the man files and checked on websites that deal with > installing thpot. Through some trial and error, I've gotten thpot to > where it will report the date and time of a connection in its log > directory, which is set to chown thpot:nogroup and chmod 700, that > last as per the configuration file specifics -- since I couldn't find > a group with the name "nobody" and running as user "thpot" seems to > be a better idea. > > Since I chose to make it work with plain inetd instead of xinetd, the > entry in my inetd.conf file is as follows, to be commented out later: > > #ssh stream tcp nowait thpot /usr/sbin/thpot thpot ssh > > Is there any error in there that is preventing the thpot interface > from showing up? > it's just a shot in the dark, but 1. are you sure that inetd is running instead of xinetd? 2. you are not blocking the 22 port with your firewall 3. the /etc/hosts.{allow,deny} files are edited so it accepts the connections HTH, Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: stop from upgrading
2006. July 27. 11:35, Paras pradhan: > Hi: > > Its cupsys and some cupsys dependent packages. Since the current > cupsys packages is not functioning well. > > > Paras. > > On 7/26/06, LeVA <[EMAIL PROTECTED]> wrote: > > 2006. July 26. 14:11, Paras pradhan: > > > Hi all: > > > > > > Due to some reasons i need to degrade few packages to older > > > versions. After that when i want to install any other packages, > > > then it prompts to first do: apt-get -f install. How do i get rid > > > of this? > > > > What are those packages which you want to keep downgraded? Just in > > case it is not the C library or some other basic stuff which is > > needed by almost all packages there could be a solution depending > > on what is the package. > > Although I don't have much experience with the apt preferences file, I suggest you to read the apt_preferences(5) man page. Apt can be configured to allow downgrading packages, but the man also says: "Note also that downgrading a package can be risky." :) Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Problems with pppoe-server (attn developers probably)
Hi, I'm trying to set up a pppoe link from client to server for some experiments. The client side is sarge, on the server side I tried sarge and etch (all net-installed). In both cases, pppoe dump shows that the server terminates the connection after the session is started, that is, the client receives PADS immediately followed by PADT. It seems the problem is that pppoe-server is unable to start the pppd process. On sarge the pppd (2.4.3) just complains pppd: This system lacks kernel support for PPP etc. and exits. I believe the default sarge kernel should have built-in support for PPP, but I just can't convince the pppd to believe the same. Since I've seen some notions about pppd 2.4.3 being unusable with pppoe-server due to bugs, I tried dist-upgrade to etch. On etch (pppd 2.4.4), strace led me to suspect a bug in pppoe (or rather misconfiguration at build time). The call to pppd looked like execve("pppd", args...) = -1 ENOENT As far as I understand execve requires full path to executable. Please, could someone guide me to the light :) I'm unsure about where to go from here. Artem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GRUB Reboot Loop
Roby schreef: Pieter Agten wrote: Hello, A couple of weeks ago I installed Debian Stable (3.1) on a PII 400Mhz with a 80GB harddisk, everything worked fine. I had to replace this harddisk with a different one (also 80GB) and I did this by cloning the original disk to this new one with HDClone 3.1. After replacing the harddisk, the system doesn't boot anymore: when I should see the GRUB Boot Menu, the system just reboots. So now it is stuck in a reboot loop. The exact boot process is as follows: - System POST - I see 'GRUB Loading stage1.5.' and 'GRUB loading, please wait...' for about half a second. - Reboot I am sure the HDClone 3.1 program works flawlessly because I have used it before (on linux systems) and it has never failed. Furthermore, I have had this problem before on an entirely different system, right after the Debian installation (so on that system I never had even one correct boot with GRUB). How can I solve this problem? One fix might be to install LILO instead of GRUB, but what is the best way to do this? I replaced GRUB by LILO once before, and after that, everytime I would install a different (home made) kernel, I had to adjust the lilo.conf and run lilo manually, so I would like to avoid that. If it is possible, I would like to keep GRUB... Thanks in advance! Most likely: GRUB got written to a different cluster than original - a common event in cloning. As a result, the code in bootsector points to wrong location on partition and GRUB is confused. To fix it, start up GRUB in interactive mode (as root) and rewrite the bootsector: # Assuming boot partition is on first hard drive (hd0): $ sudo grub GNU GRUB version 0.97 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] # type "root (hd0, " then press tab key to get list of partitions: grub> root (hd0, Possible partitions are: Partition num: 0, Filesystem type is fat, partition type 0x16 Partition num: 2, Filesystem type unknown, partition type 0x7 Partition num: 4, Filesystem type unknown, partition type 0x82 Partition num: 5, Filesystem type is reiserfs, partition type 0x93 Partition num: 6, Filesystem type is fat, partition type 0xb # Here, partition 5 has grub directory, so: grub> root (hd0,5) Filesystem type is reiserfs, partition type 0x93 # now rewrite the bootsector: grub> setup (hd0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/reiserfs_stage1_5" exists... yes Running "embed /boot/grub/reiserfs_stage1_5 (hd0)"... 18 sectors are embedded. succeeded Running "install /boot/grub/stage1 (hd0) (hd0)1+18 p (hd0,5)/boot/grub/stage2 /boot/grub/menu.lst "... succeeded Done. # we're done: grub> reboot Adjust the numbers to fit your situation. Hope this helps! Fantastic! That worked perfectly! I booted using the GRUB Boot CD and then did every step as you described and now the system boots just fine. Thanks for the help everybody! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cups problem
David Baron <[EMAIL PROTECTED]> writes: > Newer CUPS apparently defaults printers to "stopped". IF this be > your problem, go to http://localhost:631 and "start" the printer. No, it stops the printer on failure to communicate with it (a backend error). This is configurable; choose retry-job as the error policy (under "set printer options"). -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `-GPG Public Key: 0x25BFB848 Please sign and encrypt your mail. pgpjqED9OCIn6.pgp Description: PGP signature
Re: GRUB; reboot; next partition selection
On Wed, Jul 26, 2006 at 09:48:59PM -0500, Adam J. Hogan wrote: > On Wed, 2006-07-26 at 21:10 -0400, Ice wrote: > > Hey, I'm curious if there is a way to easily select the next partition > > (for when Debian comes back up) during a reboot. > > I know that this was a feature of KDE back when I was using SuSE. > > > > I checked the man pages of Shutdown, reboot, halt, etc. and came up > > with nothing so far. I have also googled for a bit... > > > > Anyone know a way to use "# reboot" and specify the next bootup > > partition? (/dev/hdb1 instead of /dev/hda1) > > There are two versions of Grub NextBoot on KDE-Look.org. Check them > out. States that it requires kdesu it's not available; sudo works fine. How does it do it? Rewriting the boot sector? -- hendrik -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Upcoming Release of Debian GNU/Linux 4.0 - a beginner's query/request
On Wed, Jul 26, 2006 at 10:19:29PM -0400, Matej Cepl wrote: > Felix Karpfen wrote: > > This posting is an advance-request to include "update from Debian 3.1" > > instructions in the proposed release of Debian 4.0. If existing > > documentation applies, a relevant URL would suffice. > > Just stick this line to your /etc/apt/sources.list > > deb http://ftp.au.debian.org/debian/ stable main contrib non-free > > and keep running "aptitude update; aptitude upgrade" from time to time -- > when etch will be pronounced stable, you will get your system upgraded > automagically. If you want any choice in just *when* the upgrade happend (e.g., not when an important work assignment is due the next morning), don't do this. Keep your sources.list pointing to sarge. Then change it to etch only when you are ready to upgrade. When I do an upgrade, I always keep a complete, working copy of the system on a separate partition (or set of partitions, if necessary). Then if something goes wrong during the upgrade, I can still dual-boot to the old system to get urgent work done. On one of my machines, for example, I ran out of disk space halfway through the upgrade. Also: when the time comes to do the upgrade, read the upgrade instructions before you start. Although in theory a dist-upgrade should do the trick, a specific upgrade may require special actions. For example, the upgrade from woody to sarge required you to upgrade aptitude before the main dist-upgrade. -- hendrik -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
command question
Hi folks, What commands on Debian equivalent to "yum list installed package_name" OR "rpm -qa | grep package-name" to find out whether the package has been installed. TIA B.R. SL -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
Stephen Liu wrote: Hi folks, What commands on Debian equivalent to "yum list installed package_name" OR "rpm -qa | grep package-name" to find out whether the package has been installed. TIA B.R. SL Hi, 'dpkg -l' should be good for that !! :-) Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Email programs that work.
On 07/26/2006 06:39 PM, djhack wrote: I have been trying different email programs. None of them seem to let me reply to a particular message in the digest. Almost all of the ones I tried so far, when you hit the reply button, copies the *entire* digest into the compose window instead of only the message you wish to reply to. Some of them have nicer features to deal with the messages but those programs don't seem to work properly on my box. Let me summarize: Thunderbird - Copies entire message at reply. Works fine on my box. [...] The digest is a collection of attachments. Click the attachment you want to respond to and save it to disk; name it "msg.eml" (it must have an extension of .eml). Then click "File/Open Saved Message..." and select the file you saved (msg.eml); the message appears. Then click the reply button. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
On Thu, Jul 27, 2006 at 09:39:40PM +0800, Stephen Liu wrote: > What commands on Debian equivalent to "yum list installed package_name" > OR "rpm -qa | grep package-name" to find out whether the package has > been installed. To search all packages which are installed and have the package name 'package': COLUMNS=200 dpkg --list | grep ^ii | awk '{ print $2}' | grep ^package Or just to learn the status of one package: dpkg --list apache2 Steve -- Debian GNU/Linux System Administration http://www.debian-administration.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
Hello, On Thu, Jul 27, 2006 at 09:39:40PM +0800, Stephen Liu wrote: | Hi folks, | | What commands on Debian equivalent to "yum list installed package_name" | OR "rpm -qa | grep package-name" to find out whether the package has | been installed. `dpkg -l' or `dpkg --list' will list all installed packages. You can also pass package-name-pattern arguments. From `dpkg --help': ... dpkg -l|--list [ ...] list packages concisely ... Also see the manual page, dpkg(8). Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
Hi Stephen. > What commands on Debian equivalent to "yum list installed > package_name" OR "rpm -qa | grep package-name" to find out whether > the package has been installed. Try this: dpkg -l package-name Regards, Mathias signature.asc Description: OpenPGP digital signature
Re: GRUB; reboot; next partition selection
Thanks guys. I'll check that link out :)On 7/27/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:On Wed, Jul 26, 2006 at 09:48:59PM -0500, Adam J. Hogan wrote: > On Wed, 2006-07-26 at 21:10 -0400, Ice wrote:> > Hey, I'm curious if there is a way to easily select the next partition> > (for when Debian comes back up) during a reboot.> > I know that this was a feature of KDE back when I was using SuSE. > >> > I checked the man pages of Shutdown, reboot, halt, etc. and came up> > with nothing so far. I have also googled for a bit...> >> > Anyone know a way to use "# reboot" and specify the next bootup > > partition? (/dev/hdb1 instead of /dev/hda1)>> There are two versions of Grub NextBoot on KDE-Look.org. Check them> out. States that it requires kdesu it's not available; sudo works fine. How does it do it? Rewriting the boot sector?-- hendrik--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
On Thu, Jul 27, 2006 at 09:39:40PM +0800, Stephen Liu wrote: > Hi folks, > > What commands on Debian equivalent to "yum list installed package_name" > OR "rpm -qa | grep package-name" to find out whether the package has > been installed. I generally use 'apt-cache policy package_name'. -- "One of the symptoms of an approaching nervous breakdown is the belief that one's work is terribly important." -- Bertrand Russell Rick Pasotto[EMAIL PROTECTED]http://www.niof.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cups problem
On Thursday 27 July 2006 13:53, Roger Leigh wrote: > David Baron <[EMAIL PROTECTED]> writes: > > Newer CUPS apparently defaults printers to "stopped". IF this be > > your problem, go to http://localhost:631 and "start" the printer. > > No, it stops the printer on failure to communicate with it (a backend > error). This is configurable; choose retry-job as the error policy > (under "set printer options"). Thanks, I needed that !! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
A linux-uvc thread.
Hi, linux-uvc package is a kernel module for USB Video Class. It supports MacBook internal iSight camera, and some newer Logitec USB video devices. I'd like to consolidate the feedback I get about this package on this thread, to hopefully make finding them easier. At least, easier than having conversation in private email. If you have success/failure reports, please reply. Please Cc me if you want me to read your mail; I'm not subscribed to [EMAIL PROTECTED] regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Question about bzip2 and bzip2recover and tar
I have a big .tbz file that I need to unzip and read, but I got a error message that suggested I try bzip2recover. So I ran bzip2recover and it produced 4282 files named: rec0carols051011x.tbz.bz2 where is the numbers 0001 through 4282. I am in the process of unzipping these files, but I don't know what to do next. These are pieces of a tar file. Should I extract them separately, or concatenate them and extract the concatenated file, or is there some other process step? Is there a HOW TO on this problem? Where? -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GRUB; reboot; next partition selection
Ice wrote: > Hey, I'm curious if there is a way to easily select the next partition > (for when Debian comes back up) during a reboot. > I know that this was a feature of KDE back when I was using SuSE. > > I checked the man pages of Shutdown, reboot, halt, etc. and came up with > nothing so far. I have also googled for a bit... > > Anyone know a way to use "# reboot" and specify the next bootup partition? > (/dev/hdb1 instead of /dev/hda1) The first character in /boot/grub/default is the offset from the first grub menu selection in /boot/grub/menu.lst. This is the default boot selection (zero for first, one for second, etc). You could write a little script or program to change that value after startup, thus changing the default for next boot. Be sure you maintain the size of the default file. Grub cares. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Fedora Core 5 on a primary HD and Debian 3.1 on a slave HD
On Thu, Jul 27, 2006 at 10:33:01AM +0200, Dan wrote: > > Debian. Details depend on whether the FC5 bootloader is lilo or grub. > Joe, sorry to say that I cannot find out if I use lilo or grub on > FC5...do you know how to find out? > -dan > On Wed, 2006-07-26 at 16:58 +0100, Joe wrote: > > Dan wrote: > > > I run FC5 on one of my two HDs (the same machine). ... You use the one that is installed, whichever that is: Boot into FC5. Open a console screen and login as root. Use 'which' to determine if either lilo or grub in installed. (Must be done as root because both are unavailable to plain users.) -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
apt-get install for installing a package and apt-cache search for searching package. man apt-get for many information:) Btw, witch is the diference berween apt and aptitude? On 7/27/06, Rick Pasotto <[EMAIL PROTECTED]> wrote: On Thu, Jul 27, 2006 at 09:39:40PM +0800, Stephen Liu wrote: > Hi folks, > > What commands on Debian equivalent to "yum list installed package_name" > OR "rpm -qa | grep package-name" to find out whether the package has > been installed. I generally use 'apt-cache policy package_name'. -- "One of the symptoms of an approaching nervous breakdown is the belief that one's work is terribly important." -- Bertrand Russell Rick Pasotto[EMAIL PROTECTED]http://www.niof.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Michael, [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
receiving faxes: efax vs. mgetty
Hi, On sid with efax I could not receive faxes: got an error for each line received. That matched a post by Terry White of 6 years ago: http://groups.google.com/group/mlist.linux.admin/browse_thread/thread/9cc63d5c2a3f2862/57e3b7792f59f578?lnk=st&q=&rnum=1&hl=ia#57e3b7792f59f578 which says: ... the number of lines received and errors are identical. as i recall, this indicates an inability to detect end of line. that is not a modem issue, but a protocol violation. i set mgetty up for 2.0 and have had no trouble with it, on a usr v.90. ... Installed mgetty and mgetty-fax and sure enough: mgetty /dev/ttyS0 works out of the box! Then you convert the g3 file with g32pbm that comes with mgetty-fax. Would seem that efax has a problem receiving faxes. I have an exterior USRobotics faxmodem 56K. H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installation problems
Stephen Cormier wrote: > You can use "apt-cache search linux-image smp" without the quotes and it > should show you the available smp kernels to install I'm sure there is a > way to search this using aptitude but I never have used it. Once you find aptitude search 'linux-image smp' > a suitable one then "aptitude install linux-image--smp" would install > it from the command line using aptitude then of course reboot and choose > the newly installed kernel from the list presented by Grub/LILO depending > on which you are using. BTW which image did you use to install a 32 bit or > 64 bit one or does your chip(s) support 64bits. If you want to use version which is not available in binary form in debian, then you can install linux-source package (again -- aptitude search linux-source to see what's available). That will dump you patched tarball of linux sources into /usr/src. Install kernel-package and you will find more instructions in /usr/share/doc/kernel-package/README.gz. Briefly it means: 1) Install all required packages (you will find a list in that README, yes, you want initramfs for kernels newer than 2.6.16, and yes you want fakeroot). 2) and then (as normal user) cd /usr/src tar xvjf linux-2.6.17.tar.bz2 # or however the tarball is called cd linux-2.6.17 cp /boot/config-`uname -r` ./.config # to get your current configuration make menuconfig # to change configuration -- or just let it be for now make-kpkg --revision custom.1 --rootcmd fakeroot --initrd kernel-image cd .. ls linux-image*.deb # that's your new shiny package of Linux kernel su -c 'dpkg -i linux-image*.deb' # to install it Does it work? Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED] 23 Marion St. #3, (617) 876-1259, ICQ 132822213 We can tell our level of faith in what God wants to do for us by our level of enthusiasm for what we want God to do for other. -- Dave Schmelzer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
Stephen Liu wrote: Hi folks, What commands on Debian equivalent to "yum list installed package_name" OR "rpm -qa | grep package-name" to find out whether the package has been installed. TIA B.R. SL I use dpkg --get-selections as a chose. -- 与其相濡以沫,不如相忘于江湖 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Email programs that work.
djhack wrote: > Kmail - Configured it, and got test messages in and out then it started > to complain the POP3 was broken. Never got any messages from the list. > Could not get it going again. This is not good attitude -- try to find out what's the problem and make it work. We can help you with it, but just trying all available email programs doesn't bring you a good karma. KMail works well, so there has to be some problem with your configuration (or with your server). Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED] 23 Marion St. #3, (617) 876-1259, ICQ 132822213 There's nothing wrong with you that reincarnation won't cure. -- Jack F. Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: webinterfaces.......
Before some days I made format to my disk and I install again etch. Before the format I could use the webinterface of linksys and the webinterface of mldonkey(firefox&konqueror) now I can't..
about kde
On my i386 (debian etch) kde is in poor conditions since the last few days, in deep crisis as soon as more than two applications are started and randomnly recognizing (or not) the password for e-mail. I never succeded in printing from kde (MIME problems) and had to transfer to OpenOffice, or dealing with Acrobat, for printing. Unistalling and reinstalling everything for printing did not solve the problem. But now it is too much. I do not know what happens on amd64 because I use jwm as window manager there. francesco pietra -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
On Thu, Jul 27, 2006 at 05:44:48PM +0300, Michael F wrote: > apt-get install for installing a package and apt-cache search for > searching package. man apt-get for many information:) Btw, witch is > the diference berween apt and aptitude? I think the main difference is that apt has super cow powers and aptitude doesn't. Also, aptitude has a fancy UI (well, the curses kind of fancy). My main reason for using aptitude, though, is that it handles dependencies intelligently: It will uninstall automatic dependencies if every package that depends on them is uninstalled. Cuts down on clutter a lot if you are in the habit of trying out a lot of software and then decide not keeping it. --j signature.asc Description: Digital signature
Mozilla or firefox package-what is the difference?
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? Thanks in advance, J ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Apache2 on Debian "ScriptAlias" Directives
Good day fellow Debian users! I need to know where "ScriptAliases" go? They used to go in the httpd.conf file, but this appears to no longer be true in Debian 3.1 r2 Apache2. I also see in the appache2.conf file the "Group" and "User" have changed from "www" to "www-data" anyone know what potential impact this would have if it is changed back to "www"? Thanks, Cary Pembleton IT Consultant PC Tech Help, LLC 32 Cove Lane Campbellsville, KY 42718 (270) 789-0187 Office http://www.pctechhelp.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Question about bzip2 and bzip2recover and tar
If you can successfully extract each bz2 file, then you should be able to cat the results sequentially into a tar file or stream and then extract If this listing script works, you should be OK... for i in *.bz2 do cat $i | bunzip2 || { echo "Error. Exiting." exit 1 } done | tar tvf - Later, Larry Irwin - Original Message - From: "Paul E Condon" <[EMAIL PROTECTED]> To: Sent: Thursday, July 27, 2006 10:34 AM Subject: Question about bzip2 and bzip2recover and tar I have a big .tbz file that I need to unzip and read, but I got a error message that suggested I try bzip2recover. So I ran bzip2recover and it produced 4282 files named: rec0carols051011x.tbz.bz2 where is the numbers 0001 through 4282. I am in the process of unzipping these files, but I don't know what to do next. These are pieces of a tar file. Should I extract them separately, or concatenate them and extract the concatenated file, or is there some other process step? Is there a HOW TO on this problem? Where? -- Paul E Condon [EMAIL PROTECTED] -- 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: Apache2 on Debian "ScriptAlias" Directives
Cary Pembleton wrote: Good day fellow Debian users! I need to know where "ScriptAliases" go? They used to go in the httpd.conf file, but this appears to no longer be true in Debian 3.1 r2 Apache2. I also see in the appache2.conf file the "Group" and "User" have changed from "www" to "www-data" anyone know what potential impact this would have if it is changed back to "www"? Thanks, Cary Pembleton IT Consultant PC Tech Help, LLC 32 Cove Lane Campbellsville, KY 42718 (270) 789-0187 Office http://www.pctechhelp.net Hi, A "ScriptAlias" must be placed in a "VirtualHost" directive. As "www" can read all files related to apache2, all should work fine. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Mozilla or firefox package-what is the difference?
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? * 'mozilla' and 'mozilla-browser' - original Mozilla, it is now considered obsolete and is replaced by SeaMonkey (not yet in Debian). * 'mozilla-firefox' - an older version of Firefox. * 'firefox' - a new version of Firefox. Note that Mozilla and Firefox are very different. Firefox is newer, but it does not mean that everybody likes it. Read this thread [1]. [1] http://lists.debian.org/debian-user/2006/07/msg02035.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Email programs that work.
djhack wrote: I have been trying different email programs. None of them seem to let me reply to a particular message in the digest. Almost all of the ones I tried so far, when you hit the reply button, copies the *entire* digest into the compose window instead of only the message you wish to reply to. Some of them have nicer features to deal with the messages but those programs don't seem to work properly on my box. Let me summarize: Thunderbird - Copies entire message at reply. Works fine on my box. Balsa - Copies entire message at reply. I have tried the suggested "Ctrl L" thing with no luck. Otherwise it works fine on my box. Has cool "next part" and "previous part" buttons that cycle through the messages one at a time. Kmail - Configured it, and got test messages in and out then it started to complain the POP3 was broken. Never got any messages from the list. Could not get it going again. Evolution - Configured it, and got test messages in and out then it would quit the send/receive thing immediately and "time out". Deleted the account settings, put them in again and it did the same thing. Any combination of Reply buttons also copied the entire digest into the compose window. But there was a little "down arrow" icon button on the message headers that when clicked would copy just that message. Too bad it keeps crashing! This message was composed in Thunderbird. Those of you list-junkies I am sure I am missing some little stupid step, or some configuration. Or I would be willing to try other email packages. I really like this list and I don't want to break the threads! Is there a particular reason you use the digest? I read l.d.u with Thunderbird as a newsgroup, and it Just Works. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: command question
On Thu, Jul 27, 2006 at 09:39:40PM +0800, Stephen Liu wrote: > Hi folks, > > What commands on Debian equivalent to "yum list installed package_name" > OR "rpm -qa | grep package-name" to find out whether the package has > been installed. dpkg -l|grep packagename Sven -- If you won't forgive me the rest of my life Let me apologize while I'm still alive I know it's time to face all of my past mistakes [Less than Jake - Rest Of My Life] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GRUB; reboot; next partition selection
Ice wrote: > Hey, I'm curious if there is a way to easily select the next partition (for > when Debian comes back up) during a reboot. > I know that this was a feature of KDE back when I was using SuSE. > > I checked the man pages of Shutdown, reboot, halt, etc. and came up with > nothing so far. I have also googled for a bit... > > Anyone know a way to use "# reboot" and specify the next bootup partition? (/ > dev/hdb1 instead of /dev/hda1) Run grub-reboot [n] where n is the number of the menu item in menu.lst that grub should default to for the next boot only. This requires a newer version of grub than the one in stable. savedefault --once should be working with grub 0.97-6 and up. -- see shy jo signature.asc Description: Digital signature
Thunderbird mail opens links in email in a new mozilla window
Thunderbird mail opens links in email in a new mozilla window everytime I click on a link in an email. My old netscape allowed me to open emailed links in the same browser window every time. Does anyone know where the file or menu to fix this is? Thanks in advance J ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wireless : best policy / pratice to start it
On Wed, Jul 26, 2006 at 04:37:50PM -0600, Rob Sims wrote: > I just discovered network-manager{,-kde} which I now have working on my ... > I did need to add a stanza to /etc/dbus-1/system.d/knetworkmanager.conf: > > > > > > > ...which is corrected in today's sid upload. -- Rob signature.asc Description: Digital signature
Re: Installation problem - Asus A8N mobo
Stephen Liu wrote: Hi Patrick, Tks for your advice. When I installed on a Asus A8N mobo I had to install the onboard ethernet drivers from the cd that came with the board. I found it on the CD coming with Asus A8N modo. Under Drivers/Chipset/Drivers/64bit/VM/Ethernet/NDIS/MCP51/nvpxes.nic I think it is the driver which I need. On that PC I have another SATA HD running FC5_64. The driver for onboard LAN is "nVidia Corporation MCP51 Ethernet Controller". But I have no idea how to install it. What command shall I run to start pppoe configuration? # pppoeconf did not work on this "test" version. TIA B.R. SL It's been a year since I did this, but isn't it a bootable cd? -- Patrick Rittich -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Upcoming Release of Debian GNU/Linux 4.0 - a beginner's query/request
On 7/27/06, John Hasler <[EMAIL PROTECTED]> wrote: Matej Cepl writes: > and keep running "aptitude update; aptitude upgrade" from time to time -- You will want to use 'dist-upgrade' to upgrade from Sarge to Etch. Right, and if you're a desktop user probably you will be happy keeping up with 'desktop' and 'gnome-desktop' or 'kde-desktop' tasks, that can be easily installed using aptitude too. Just run `aptitude install desktop gnome-desktop` after dist-upgrading. Please note that 'gnome-desktop' task is different than gnome and gnome-core metapackages. The metapackages depends on "full GNOME suite" and just the GNOME essential packages respectively, while 'gnome-desktop' aims a more common desktop, still using GNOME as base. (eg: It depends on OpenOffice and not Abiword). regards, -- stratus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Debian dspam as postfix content filter?
Has anyone successfully implemented dspam as a postfix content filter? I've followed the instructions in README.postfix and while mail is being filtered by dspam, 100% of it is marked as innocent. Which kind of defeats the purpose of a spam filter don't you think? I suspect the debian package is broken but If you have got this working, please reply with a detailed HOWTO. -- Jaldhar H. Vyas <[EMAIL PROTECTED]> La Salle Debain - http://www.braincells.com/debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
where's gksuexec in Etch
Hello. I recently switched from Sarge to Etch. I used to use the command "gksuexec" to run things as a different user (run as root). In particular, I used it to open "nautilus --no-desktop --browser". I've tried the command "gksu nautilus --no-desktop --browser" in the run application (alt-F2) box, but this doesn't work. Granted, I can open the browser nautilus from a root terminal, but it's an extra step, and leaves the ugly terminal on the desktop spewing messages to me while running nautilus. In short, I'm hoping to be able to get gksuexec back on my system. To further clarify what I'm talking about, view the icon for the command at http://dsslive.org/mediawiki/images/Icon-Gksuexec.png -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Printing from Acrobat
On Wed, Jul 26, 2006 at 04:29:31AM +0930, Arthur Marsh wrote: > See my previous "fun" with CUPS and KDE in a few different bug reports. > > Running Sid, I had to comment out the line in /etc/cups/cupsd.conf: > > #Listen /var/run/cups/cups.sock > > then restart CUPS in order for my local printer to be visible under > KDE's printers, and after setting the CUPS printer as the local default > there, all was well. Didn't help me, though. Problem maybe identified. When I tried pdf2ps, it complained that the Arial font should have been embedded, but wasn't. Of course this can't be a problem on modern Windows boxes, because they come with Arial. Maybe I just need to learn how to alias some Helvetica-like font to "Arial" for xorg (which I have no idea how to do). Of course, in reality all I have to do is print the document from my Windows-running laptop, but this isn't a good thing for Debian. And I have no idea how someone on this list printed the file using Sid. Do you have Arial as an alias somewhere? While writing this I wanted to try to print again, but I noticed that CUPS is now not running? So I tried to restart it, but it refuses to start--when I run "/etc/init.d/cupsys start" it prints the last page I printed yesterday (?) then exits with no error message in /var/log/cups/error_log. So I tried reinstall lprng. (I never much liked CUPS.) Unfortunately, according to the manual in lprng-doc, it doesn't support usb printers(!). So what the heck is going on? -- 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]
NFS + iptables: (re)boot sequence
Hello, I'm trying to implement some iptables rules for my system. Unfortunately, (on etch) it appears that the boot sequence doesn't allow for nfs mounts to be located (as nfs+portmap appear to get started _before_ I've established an internet connection with my network interface which relies on dhcp.) Is there a way to specify the boot-order so that nfs-mounts are only possible once the network is up and running? Also, related somewhat to reboot sequence, I have an 'inactive' ruleset for iptables that pretty much denies all internet access when I go for a shutdown. Unfortunately, it appears that nfs mounts aren't unmounted before then, and so i portmap complains when it's time for it to unmount the nfs shares (as there's no more internet connection) and stalls the shutdown process indefinitely. Is it possible to prevent this from happening? Thank you. -- Joseph Le-Phan [GPG key: 292E09A0] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Question about bzip2 and bzip2recover and tar
On Thu, Jul 27, 2006 at 12:05:26PM -0400, Larry Irwin wrote: > If you can successfully extract each bz2 file, then you should be able to > cat the results sequentially into a tar file or stream and then extract > If this listing script works, you should be OK... > for i in *.bz2 > do > cat $i | bunzip2 || { >echo "Error. Exiting." >exit 1 > } > done | tar tvf - > Later, > Larry Irwin > Thanks. I didn't use your script, but I was able to unzip all but one of the files. File 3029, of the 4282 files, had unrecoverable errors. All the others were turned into: rec0carols051011x.tbz I concatenated these into file xxx.tar and ran a extract. It worked, mostly. But it died at the place where there was a missing piece. I think I need some kind of filler that allows tar to get past the glitch and keep going. Or maybe I just have to be satisfied with only 3/4 recovery. Are there any known approaches that recover the data following the bad spot? > - Original Message - > From: "Paul E Condon" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 27, 2006 10:34 AM > Subject: Question about bzip2 and bzip2recover and tar > > > >I have a big .tbz file that I need to unzip and read, but I got a > >error message that suggested I try bzip2recover. So I ran > >bzip2recover and it produced 4282 files named: > >rec0carols051011x.tbz.bz2 > >where is the numbers 0001 through 4282. > > > >I am in the process of unzipping these files, but I don't know > >what to do next. These are pieces of a tar file. Should I extract > >them separately, or concatenate them and extract the concatenated > >file, or is there some other process step? > > > >Is there a HOW TO on this problem? Where? > >-- > >Paul E Condon > >[EMAIL PROTECTED] > > > > > >-- > >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] > -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: turn off CUPS cover sheet
On Wed, Jul 26, 2006 at 01:55:24 -0500, Russell L. Harris wrote: > How can I turn off printing of the job identification cover sheet in > CUPS on a freshly-installed Etch system? http://localhost:631/printers/ Set Printer Options > Banners or: edit /etc/cups/printers.conf JobSheets none none see also http://localhost:631/help/ref-printers-conf.html#JobSheets -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dchroot not working
Owen Heisler <[EMAIL PROTECTED]> writes: > On Sun, 2006-07-23 at 22:57 +, Mauricio Calvao wrote: >> You mean I should delete the present etch chroot and then install it all >> again first as sarge and then, keeping login package under hold, to >> etch??? Or should I wait for some fixing from the developers?? > > That would work, if your problem is the same as mine. I think the > problem lies in dchroot on your system (not in chroot), so waiting for > it to be fixed would probably be waiting for Etch to be released. > > Is it simple to downgrade the login package (I don't think so)? If so, > do that. If that doesn't work easily and you don't want to remake the > chroot, perhaps you can set up a script, inside the chroot, and run > the /script/ instead of the command you're trying to run. I think > that's how it works; if not someone correct me please. The version of dchroot in stable (not etch or unstable) uses su(1) to execute the command. su is part of the login package, which could explain this. Does running dchroot ... /usr/bin/openoffice instead of dchroot ... openoffice make any difference? How about dchroot ... perl /usr/bin/openoffice or dchroot ... 'perl /usr/bin/openoffice' -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `-GPG Public Key: 0x25BFB848 Please sign and encrypt your mail. pgpZs6Iw90k11.pgp Description: PGP signature
Re: Jabber network vs. multi-protocol IM clients
Paul Johnson wrote: > The topology is identical, and how it works (servers being clients of other > servers to deliver between sites, end users connecting to their local server) > is identical to SMTP. The only real differences between SMTP and XMPP is > XMPP uses XML and gets the job done in near-realtime whereas SMTP can take up > to 4 days. So? Doesn't change the fact that you threw up a strawman. But hey, you want to talk topology let's talk about why SMTP is a prime example of why jabber's model of multi-network support sucks. I remember the good ol' days of interfacing Sendmail to gateway for multiple networks. It never worked as well as using clients designed to work with the networks natively. The idea was tried then and failed. The fact that the world migrated largely to one standard, and one that can be argued that is severely flawed (not to mention structurally weak) is immaterial to the discussion of what is defined as "doing one thing and one thing only well". Besides, the ultimate irony is that unlike your short-term predictions I pretty much nailed it when ICQ first came out. I took one look at this wizz-bang trend and said to my co-workers at the time "What, it's just a cheap IRC knock-off." Look where Jabber, at least, is going. A network of servers talking to clients so that people can either pass individual messages or join chat groups to other individuals. It's freakin' IRC in a different protocol. The only significant change is the interface. We could have saved countless hours of programmer time and money by sticking with a tried and true standard, thanks. Of course it isn't the first time we've seen effort wasted replicating what we already have. How much wasted time has gone into all the problems faced with HTTP file transfers that were solved decades ago with good ol' FTP. -- Steve C. Lamb | But who decides what they dream? PGP Key: 8B6E99C5 | And dream I do... ---+- signature.asc Description: OpenPGP digital signature
Re: NFS + iptables: (re)boot sequence
On Fri, Jul 28, 2006 at 03:08:33AM +1000, Joseph Le-Phan wrote: > Hello, > > I'm trying to implement some iptables rules for my > system. Unfortunately, (on etch) it appears that the boot sequence > doesn't allow for nfs mounts to be located (as nfs+portmap appear to > get started _before_ I've established an internet connection with my > network interface which relies on dhcp.) > > Is there a way to specify the boot-order so that nfs-mounts are only > possible once the network is up and running? > You can change the order in which things are started at boot by rearranging the symlinks in /etc/rc2.d/ (assuming you boot run level 2 by default). > Also, related somewhat to reboot sequence, I have an 'inactive' ruleset > for iptables that pretty much denies all internet access when I go for a > shutdown. Unfortunately, it appears that nfs mounts aren't unmounted > before then, and so i portmap complains when it's time for it to unmount > the nfs shares (as there's no more internet connection) and stalls the > shutdown process indefinitely. > > Is it possible to prevent this from happening? > Not sure. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: Digital signature
Re: System Quits Responding-Swap Issue Or What?
On Wed, Jul 26, 2006 at 10:13:03 -0700, Leonard Chatagnier wrote: > > Kent West <[EMAIL PROTECTED]> wrote: > > > Leonard Chatagnier wrote: > > > Runing unstable on a Dell dimensions XPS T450 with 128 > > > Mb Ram and 384 Mb Swap Partition on a 13 Gb HD. I run > > > KDE with usually 4 or 5 session Konsole windows open > > > and the Mozilla browser and perhaps an embedded modia > > > player open-nothing else. Before a few minutes pass (< > > > 5 min.), the HD starts making noise, reading and > > > writing, then the mouse becomes unresponsive(clicking > > > anything wont respond for several minutes) and may > > > even disappear(pointer) for a minute of so. After > > > several minutes pass(maybe 15-20 min.) the system > > > begins to respond normally again after the HD slows > > > down it's read/write activity. [...] > > > Please copy my email address as I'm not subscribed. > > > > I'd start by seeing if it happens with another user. > > In a different windowing environment. > > In a simple X session (twm or icewm, etc) > > In console without X running at all. > > In single-user mode. > > > > Then I'd post the results here. [...] > Hope this answers all, if not, be glad to try more > with more specific how tos. In, short, once the HD > activity stopped after about a hour, it hasn't > restarted. Took about 3 hours to compose this reply > mostly due to the delay during the HD activity. Do you have logrotate and anacron installed? In that case your symptoms might be due to the log rotation process which is started by anacron 5 minutes after boot, combined with a DMA problem which makes hard disk access very slow. (Under these conditions the problem should only occur after the first boot on every day, or if you leave the computer on during the night.) Other cronjobs such as mandb updates could also contribute to the problem. I would boot into single user mode and check the hard disk access speed. Post the output of the following commands (assuming your HD is /dev/hda): hdparm /dev/hda hdparm -tT /dev/hda -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Thunderbird mail opens links in email in a new mozilla window
J F wrote: Thunderbird mail opens links in email in a new mozilla window everytime I click on a link in an email. My old netscape allowed me to open emailed links in the same browser window every time. Does anyone know where the file or menu to fix this is? I use Firefox, not Mozilla, but in Firefox it can be found at Edit|Preferences|Advanced|Tabbed Browsing. Under 'Open links from other applications in' select 'the most recent tab/window' instead of 'a new window'. Check for something similar in Mozilla. It may be set up differently, though, since it has its own e-mail built in. -- Marc Shapiro No boom today. Boom tomorrow. There's always a boom tomorrow. What?! Look, somebody's got to have some damn perspective around here. Boom. Sooner or later ... boom! - Susan Ivanova: B5 - Grail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Install problems
On Wed, Jul 26, 2006 at 02:51:15PM +, Harold D. Skank wrote: > People, > > I'm attempting to install Debian 3.1r2 on a Dell - Optiplex GX400, and > I'm not progressing very fast. > > I should say that I already have CentOS 4.3 up and running on this > machine, which leads me to believe that the BIOS supports ISOLinux > already. > > To make a long story short, the system doesn't seem to recognize the > boot material, either as the first CDROM of the group of 14, or the boot > floppy containing sbm.bin. > > The original 14 CDROM's were created using another CentOS 4.3 system. A > second copy of the first CDROM was generated using CentOS on the target > system. Neither copy worked. Does the machine give an error, or boot straight to the hard drive? If the latter, make sure the cdrom/floppy is set before the hard drive in the boot order--I think it would have worked the other way for the first OS installed on the computer, as there was nothing to boot on the drive. -- Christopher Nelson -- [EMAIL PROTECTED] --- No, that's wrong too. Now there's a race condition between the rm and the mv. Hmm, I need more coffee. -- Guy Maor on Debian Bug#25228 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Just a thought
On Wed, Jul 26, 2006 at 17:38:36 -0400, Chuckk Hubbard wrote: [...] > Never fear, within a few generations software barons will be a thing > of the past. And a certain software robber baron of today will be remembered as a selfless guy who helped to cure malaria. -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Question about bzip2 and bzip2recover and tar
I use "bvi" to fix things like that... If you would like to skype back and forth on how to use it to clip binary files for recovery, let me know... You have to explore the files and determine where to delete at the end of the last good file and at the beginning of the first good file after the glitch Then cat them together essentially clipping out cleanly the header, bad section and trailer... Then tar can get everything except the bad section and a little bit before and after the bad section... bvi is a great recovery tool when the only copy you have left has problems... - Original Message - From: "Paul E Condon" <[EMAIL PROTECTED]> To: Sent: Thursday, July 27, 2006 1:45 PM Subject: Re: Question about bzip2 and bzip2recover and tar On Thu, Jul 27, 2006 at 12:05:26PM -0400, Larry Irwin wrote: If you can successfully extract each bz2 file, then you should be able to cat the results sequentially into a tar file or stream and then extract If this listing script works, you should be OK... for i in *.bz2 do cat $i | bunzip2 || { echo "Error. Exiting." exit 1 } done | tar tvf - Later, Larry Irwin Thanks. I didn't use your script, but I was able to unzip all but one of the files. File 3029, of the 4282 files, had unrecoverable errors. All the others were turned into: rec0carols051011x.tbz I concatenated these into file xxx.tar and ran a extract. It worked, mostly. But it died at the place where there was a missing piece. I think I need some kind of filler that allows tar to get past the glitch and keep going. Or maybe I just have to be satisfied with only 3/4 recovery. Are there any known approaches that recover the data following the bad spot? - Original Message - From: "Paul E Condon" <[EMAIL PROTECTED]> To: Sent: Thursday, July 27, 2006 10:34 AM Subject: Question about bzip2 and bzip2recover and tar >I have a big .tbz file that I need to unzip and read, but I got a >error message that suggested I try bzip2recover. So I ran >bzip2recover and it produced 4282 files named: >rec0carols051011x.tbz.bz2 >where is the numbers 0001 through 4282. > >I am in the process of unzipping these files, but I don't know >what to do next. These are pieces of a tar file. Should I extract >them separately, or concatenate them and extract the concatenated >file, or is there some other process step? > >Is there a HOW TO on this problem? Where? >-- >Paul E Condon >[EMAIL PROTECTED] > > >-- >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] -- Paul E Condon [EMAIL PROTECTED] -- 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: Debian dspam as postfix content filter?
On Thursday 27 July 2006 08:59, Jaldhar H. Vyas wrote: > Has anyone successfully implemented dspam as a postfix content filter? > I've followed the instructions in README.postfix and while mail is being > filtered by dspam, 100% of it is marked as innocent. Which kind of > defeats the purpose of a spam filter don't you think? > > I suspect the debian package is broken but If you have got this working, > please reply with a detailed HOWTO. I've implemented dspam on a Debian system. Have you trained dspam yet? It will not filter out of the box, it must be trained. There are instructions in the documentation for training, so I'll not repeat them here, but out of the box, dspam has not been told that anything is bad, so has not started blocking anything. j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Printing from Acrobat
On Thu, Jul 27, 2006 at 13:17:41 -0400, Carl Fink wrote: > On Wed, Jul 26, 2006 at 04:29:31AM +0930, Arthur Marsh wrote: > > > See my previous "fun" with CUPS and KDE in a few different bug reports. > > > > Running Sid, I had to comment out the line in /etc/cups/cupsd.conf: > > > > #Listen /var/run/cups/cups.sock > > > > then restart CUPS in order for my local printer to be visible under > > KDE's printers, and after setting the CUPS printer as the local default > > there, all was well. > > Didn't help me, though. > > Problem maybe identified. When I tried pdf2ps, it complained that the Arial > font should have been embedded, but wasn't. Of course this can't be a > problem on modern Windows boxes, because they come with Arial. Maybe I just > need to learn how to alias some Helvetica-like font to "Arial" for xorg > (which I have no idea how to do). > > Of course, in reality all I have to do is print the document from my > Windows-running laptop, but this isn't a good thing for Debian. And I have > no idea how someone on this list printed the file using Sid. Do you have > Arial as an alias somewhere? It should be enough to install the package "msttcorefonts" which is in contrib. It will give you Arial, Times New Roman and a few other MS fonts. (MS made these fonts available when they still tried to pretend not to be a ruthless monopoly. They have not been updated in years, but the license allows anyone to distribute them in the original format, IIRC.) > While writing this I wanted to try to print again, but I noticed that CUPS > is now not running? So I tried to restart it, but it refuses to start--when > I run "/etc/init.d/cupsys start" it prints the last page I printed yesterday > (?) then exits with no error message in /var/log/cups/error_log. Did you try purging all cupsys packages and reinstalling them? I think there were a few cases recently where old cups config files screwed up the new version of CUPS. -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
thunderbird upgrade problem
Today I made 'apt-get update' and 'apt-get dist-upgrade' after well. The system ask for upgrade the next packages: libnspr4 libnss3 mozilla mozilla-browser mozilla-calendar mozilla-mailnews mozilla-psm thunderbird I obviously accept and the I receive the next errors: Updating mozilla chrome registry...*** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. done. Error: '/etc/mailcap' is not in required format -- not updated Restore from backup or delete and re-install mime-support packageError: '/etc/mailcap' is not in required format -- not updated Restore from backup or delete and re-install mime-support package Setting up mozilla-mailnews (1.7.8-1sarge7.1) ... Updating mozilla chrome registry...*** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. done. Setting up libnss3 (1.7.8-1sarge7.1) ... Setting up mozilla-psm (1.7.8-1sarge7.1) ... Updating mozilla chrome registry...*** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. done. Setting up mozilla (1.7.8-1sarge7.1) ... Setting up mozilla-calendar (1.7.8-1sarge7.1) ... Updating mozilla chrome registry...*** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. done. Setting up thunderbird (1.5.1) ... Configuration de thunderbird After these upgrades the thunderbird lose its configuration and also now is in French language. Whats happened here?? Thank you, Gustavo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
REF.: Problems with checkinstall
Hi Guys, Is there a way to inform checkinstall that the package I'm building from sources, and going to install, should have the list of dependencies ? , or be, inside of package ".deb" that I building should have a file called "control" with all the dependencies. Someone know how can I do this with the checkinstall or other program ? Thanks very much, Everton Freire [EMAIL PROTECTED] ___ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! http://br.mobile.yahoo.com/mailalertas/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X11R7.1 for Debian?
I'd like to try out X11R7.1, in the hope that it will fix the dualhead issues I'm having (Bug #378081 [1]). I'd rather not go to the trouble of compiling it myself if there are .debs available. Does anyone know where I might find such? Kit Peters [1] http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/eeecb8bb8c42c301/78209198bd646ed5?lnk=st&q=&rnum=1#78209198bd646ed5) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: man pdksh, I don't understand this - [ was: how to make colour prompts for pdksh ]
2006. July 27. 00:40, LeVA: Here I will post a solution and an explanation which was provided by Brian T. Brunner in a private mail conversation. - START OF QUOTE - > > > Hi! > > > > > > > > > "... Note that since the command line editors try to figure out > > > how > > > long the prompt is (so they know how far it is to edge of the > > > screen), escape codes in the prompt tend to mess things up. ..." > > > > > > Okay, I get it, I'm using escape codes, so I need the following > > > hack. > > > > > > "... You can tell the shell not to count certain sequences (such > > > as > > > escape codes) by prefixing your prompt with a non-printing > > > character > > > (such as control-A) followed by a carriage return and then > > > delimiting > > > the escape codes with this non-printing character." > > > > > > I've put my escape character to a variable to make things cleaner: > > > > > > ESC="^" > > > > This look like an up-arrow, which is not what you need. > > Where you see ^[ there is to be just one character, the escape > > character. > > > > In vi/vim/gvim, as others have posted, in insert mode, use > > "control-v ESC" > > making the obvious substitution) to insert a single escape character > > that will show up as "^[". > > It is the escape character, I was just using mcedit which displays it > like that. I'm just learning vim and can not use it as fast as other > editors. > > > > > > > > > So if I have a simple prompt like this: > > > > > > PS1='$ESC[01;32m$USER> ' > > > > > > now if I prefix my prompt with a non-printing char (with control-A > > > like suggested) then I get an error when starting the shell: > > > /bin/pdksh: /home/leva/.profile[11]: no closing quote > > > > > > I see that I must put a carriage return after that, but I don't > > > know how. How can I put a CR after the control-A (if control-A is > > > what I need at all)? > > > > > > > To put a carriage return in a line, use "control-v control-m" > > > Now that I know that :) Please tell me how to figure out those key > combos. > It's bleeding obvious, as soon as somebody explains (like many things). Control characters start at 0 and go upwards from there to the "printable characters". Control characters have a mapping to the characters @ABCDEFG... So if you need a NULL character, ^@ will provide it, to insert a null character in a string in a shell script you're editing with vi, control-v control-@ will do it. If you need an STX character (binary 0x02), it's control-v control-b. ^m is the line feed, so to insert a line feed in a text string it's control-v control-m Likewise, the ^[ escape char is ... now you need to figure out which control characters you'll need, and the binary number of that control character, and what printable character that maps to, then insert control-v control-mumble into your application-oriented text-string-with-embedded-control-characters. check http://en.wikipedia.org/wiki/ASCII about 2 screens down. > > And finally please allow me to post this to the debian-user list > including an example for the solution. I won't post until you ACK it. > > Thanks! > > Daniel ACK! - END OF QUOTE - An example solution: # This hack is needed so the command line doesn't get wrapped too soon # with a coloured prompt # Escape key entered with control+v + ESC ESC="^[" # The non-printing character entered with control+v + control+a NP="^A" # The carriage return character entered with control+v + control+m CR="^M" PS1='$NP$CR $NP $ESC[01;32m $NP $USER $ $NP$ESC[0m$NP' #^^ ^^^ ^^^ ^^^ ^ #|| ||| ||| ||| same as before #|| ||| colour-code ||| #|| ||| ||| #prefix \\\ delimiter /// This will result in a green prompt like this: leva $ The leading spaces are caused by the spaces surrounding the second and the third $NP strings. It goes without saying that those are not necessary, I just put them there to make the example cleaner. And finally here is my fully functional final prompt: PS1='$NP$CR$NP$ESC[01;32m$NP$USER$NP$ESC[0m$NP($NP$ESC[01;34m$NP$PWD\ $NP$ESC[0m$NP)$NP$ESC[01;[EMAIL PROTECTED] -s` $ $NP$ESC[0m$NP' The prefix is needed only once (at the beginning), and the delimiter is needed to surround every instance of a colour-code. Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
printer recommendations
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are HP laser printers still OK? Anybody have horror stories about the 4700? Or a better idea (color, laser, self contained server, heavy load)? TIA. - -- Glenn English [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEyQee04yQfZbbTLYRAuQYAJ0dRsfWE7mqIodxiZEe2SA9tXRq1QCffoCS shEzOSiHOnlCpN8qqJSF8ec= =rG6W -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Printing from Acrobat
Carl Fink wrote: On Wed, Jul 26, 2006 at 02:26:34PM -0500, Mike McCarty wrote: How about this: If the file you're trying to print doesn't have proprietary or trade secret info in it, I volunteer to try printing it using Acrobat Reader on my machine, and see whether I have similar problems. This would at least provide another bit of mystery if I have no problems.[*] Ok, I got and tried to print using Acrobat 7.? and it didn't work. I use Fedora Core, with CUPS, and an old HP Deskjet with HPIJS. It created a job, which never printed, but which did eventually clear the queue. I then tried printing to a file, which ggv refused to display, claiming it was not a valid PostScript file. So, I suspect that this is a defect in the PDF to PostScript conversion in Adobe Acrobat Reader. What is your goal? To get a copy of the form, or to get your printer working? I mean your immediate goal. Eventually, of course, you want to be able to print anything. If your goal is just to get the form, then I suggest using other means. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made from 100% recycled bits. You have found the bank of Larn. I can explain it for you, but I can't understand it for you. I speak only for myself, and I am unanimous in that! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Installing Debian on a Mac Mini
I'm trying to install Debian on a Mac Mini (x86) but I'm having a silly little problem: - I have BootCamp and rEFIt installed - At boot time, I select the CD drive to boot - The CD boot loader (ISOLINUX?) starts up great and asks me to hit ENTER or F1 and now the problem: the USB keyboard seems not to be recognized yet, so I can't hit ENTER nor F1 nor any other key for that matter. Any idea what I should do? I'm using a netinst CD downloaded yesterday from http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Step-by-step package guide?
On Thursday 27 July 2006 02:00, Magnus Therning wrote: > On Thu, Jul 27, 2006 at 00:44:58 -0700, Paul Johnson wrote: > >I've looked through the Debian reference as mentioned elsethread and > >discovered dh-make, but I'm having some difficulty understanding how > >dh_make works from the dh_make manpage. Is there any step-by-step > >guide to doing this? > > What about the new maintainer's guide? > http://www.us.debian.org/doc/devel-manuals#maint-guide also available as > the package maint-guide. I already looked there first. The "Packaging" section is three sentences long and basically shoos you off to the dh_make(8) manpage. -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber pgpPeCIET18c9.pgp Description: PGP signature
Bringing up eth0 NIC without logging in
Hi. I have a couple of Debian installs on my laptop, on one the eth0 NIC comes up during the boot process, but on the other it doesn't, although it's identified and there in dmesg. I'm using the same interfaces file for both, but clearly I'm missing something - that I probably did in the midst of time and have now forgotten. /etc/network/interfaces says auto eth0 inet dhcp After boot, ifconfig shows no eth0, but "ifup eth0" says "eth0 already configured". There is no way out at this point. When I "ifdown eth0" followed "ifup eth0" (or dhclient eth0) all is sweet. What am I missing? -- Best, Marc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
OpenOffice always on top in Debian Testing
Hi, I googled and get onlyone topic [1] about my problem, so I am trying here, maybe someone can help. That topic is exactely that mine! I upgraded my Debian Testing by apt-get and the problem have been started. I use GNOME as desktop. When you open a document with OpenOffice, it keeps on popping up to the top of the focus stack and it will even move itself to the current focussed desktop from another desktop. It seems that it detects some change every 200 milliseconds or so. Even using a drop-down list in OpenOffice is very difficult. If you scroll down the open list too long, it close the list. You have to open the drop-down list, move quickly to the item you want and click, otherwise your list is closed. Opening a dialogue in OpenOffice will keep the dialogue on top, but I can see in the window border that the focus keeps on reverting to the main window behind. Using another application while an OpenOffice document is open is extremely annoying, as the OpenOffice doc keeps on grabbing the focus. For instance, typing something in another application. You type two characters and then you are suddenly typing in the OpenOffice doc. So, to type something in the other application, you type two characters then click on your application to get focus back, type another two characters, click, type, click, etc. Has anybody seen this behaviour? Any ideas what this can be? I already tried the solution in [1], but in my case the item is false. Any help is very appreciated. Thanks 1. http://lists.suse.com/archive/suse-linux-e/2006-May/4681.html -- Marcelo Luiz de Laia Ph.D Candidate São Paulo State University (http://www.unesp.br/eng/) School of Agricultural and Veterinary Sciences Department of Technology Via de Acesso Prof.Paulo Donato Castellane s/n 14884-900 Jaboticabal - SP - Brazil Fone: +55-016-3209-2675 Cell: +55-016-97098526 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: printer recommendations
Glenn English wrote: > Are HP laser printers still OK? Anybody have horror stories about the > 4700? Or a better idea (color, laser, self contained server, heavy load)? > > TIA. > I like the Samsung CLP-550N (Note: don't get the 500 or 510, which do not speak native postscript). However, it is discontinued and hard to come by. If you can get one for under $500, I would jump on it. It is quiet, fast, and setup is a cinch with CUPS since it speaks native postscript. If you get a model without the trailing N (meaning it does not include the network card) then you probably want to pay considerably less. Be careful as there are people out there selling the CLP-550 as "network ready", which translates into "you will have to buy the $250 netowrk card from Samsung to put this on a network." -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP digital signature
Re: turn off CUPS cover sheet
Florian Kulzer <[EMAIL PROTECTED]> writes: > On Wed, Jul 26, 2006 at 01:55:24 -0500, Russell L. Harris wrote: >> How can I turn off printing of the job identification cover sheet in >> CUPS on a freshly-installed Etch system? > > http://localhost:631/printers/ > Set Printer Options > Banners > > or: edit /etc/cups/printers.conf > JobSheets none none > > see also http://localhost:631/help/ref-printers-conf.html#JobSheets Thanks, Florian. When using the web interface to install a Postscript printer, I have been specifying "raw" for "Make" and "Raw Queue (en)" for "Model", and this results in a printer entry for which (at least on the web interface) I get a "not found" error whenever I click on the "Set Printer Option" button. Next, I looked at "/etc/cups/" and found a "printers.conf" and a "printers.conf.0"; both files appear to be identical. In both there is a line which reads "JobSheets none none". And there also is the problem that I am forced to go through the "Modify Printer" process whenever I boot the system; others have reported the same problem. So I think that CUPS version 1.2.1 has a bug or two. RLH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Step-by-step package guide?
Paul Johnson wrote: > I already looked there first. The "Packaging" section is three sentences > long and basically shoos you off to the dh_make(8) manpage. You haven't looked long enough http://www.us.debian.org/doc/manuals/maint-guide/index.en.html is quite big document. Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED] 23 Marion St. #3, (617) 876-1259, ICQ 132822213 He can compress the most words into the smallest idea of any man I know. -- Abraham Lincoln -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: printer recommendations
Glenn English <[EMAIL PROTECTED]> writes: > Are HP laser printers still OK? Anybody have horror stories about the > 4700? Or a better idea (color, laser, self contained server, heavy load)? My HP5 no longer is supported. I discovered the fact when a HP toner cartridge (supposedly with a lifetime warranty) appeared to be causing problems in the printer. I phoned HP and was told that I could not speak with a technician, because no technicians were assigned to non-supported printers such as the HP5. And without authorization from a technician, the customer is not authorized to return a toner cartridge, even if you purchased it the day before. I asked to speak with a customer service representative, but was told that there was no one at all -- in all of the HP empire -- who could help me, once support for a printer has been discontinued. So, once a HP printer is discontinued, the customer has no recourse whatsoever if a genuine HP toner cartridge is defective, unless the office supply store is willing to provide an exchange or refund. RLH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Step-by-step package guide?
On Thursday 27 July 2006 12:47, Matej Cepl wrote: > Paul Johnson wrote: > > I already looked there first. The "Packaging" section is three sentences > > long and basically shoos you off to the dh_make(8) manpage. > > You haven't looked long enough > http://www.us.debian.org/doc/manuals/maint-guide/index.en.html > is quite big document. Like I said, the Packaging section is three sentences long. If you wouldn't mind, which specific section are you referring to? -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber pgphdzectvHtB.pgp Description: PGP signature
Re: Step-by-step package guide?
Paul Johnson wrote: > On Thursday 27 July 2006 12:47, Matej Cepl wrote: > >>Paul Johnson wrote: >> >>>I already looked there first. The "Packaging" section is three sentences >>>long and basically shoos you off to the dh_make(8) manpage. >> >>You haven't looked long enough >>http://www.us.debian.org/doc/manuals/maint-guide/index.en.html >>is quite big document. > > > Like I said, the Packaging section is three sentences long. If you wouldn't > mind, which specific section are you referring to? > Like he said, you haven't looked long enough. If you wouldn't mind, try reading the whole thing. If you want to create a package from scratch, there is an appendix with some simple examples. If you want to modify an existing package, check out the HOWTO I have on my web page on package customization. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP digital signature
Re: Step-by-step package guide?
Paul Johnson wrote: > I've looked through the Debian reference as mentioned elsethread and > discovered dh-make, but I'm having some difficulty understanding how > dh_make > works from the dh_make manpage. Is there any step-by-step guide to doing > this? Unpack the original tarball. Then if you are creating single binary package do this dh_make -f ../.tar.gz -e \ -c [gpl|bsd|artistic|lgpl] -s What's so difficult? matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED] 23 Marion St. #3, (617) 876-1259, ICQ 132822213 We can tell our level of faith in what God wants to do for us by our level of enthusiasm for what we want God to do for other. -- Dave Schmelzer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: where's gksuexec in Etch
On Thu, 27 Jul 2006 12:38:14 -0400 Mark Grieveson <[EMAIL PROTECTED]> wrote: > Hello. I recently switched from Sarge to Etch. I used to use the > command "gksuexec" to run things as a different user (run as root). > In particular, I used it to open "nautilus --no-desktop --browser". > I've tried the command "gksu nautilus --no-desktop --browser" in the > run application (alt-F2) box, but this doesn't work. What happens? Do you see anything at all? Is there any output in ~/.xsession-errors? > Granted, I can > open the browser nautilus from a root terminal, but it's an extra > step, and leaves the ugly terminal on the desktop spewing messages to > me while running nautilus. You could do 'nautilus --no-desktop --browser >/dev/null 2>&1'. Then use ctrl-r to fetch the command again when needed. > > In short, I'm hoping to be able to get gksuexec back on my system. > To further clarify what I'm talking about, view the icon for the > command at http://dsslive.org/mediawiki/images/Icon-Gksuexec.png > The result of 'apt-file search gksuexec' is simply: gksu: usr/share/pixmaps/gksuexec-debian.xpm Looks like the executable is gone. -- Liam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
driver for Belkin USB 10/100 Ethernet Adapter
Is there a driver for the Belkin USB 10/100 Ethernet Adapter, part F5D5050? The Pegasus driver in the installer failed. Thanks, ... Peter E. shark at gulfnet dot sd64 dot bc.ca Desktops.OpenDoc http://carnot.pathology.ubc.ca/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installing Debian on a Mac Mini
Stefan Monnier wrote: > I'm trying to install Debian on a Mac Mini (x86) but I'm having a silly > little problem: > - I have BootCamp and rEFIt installed > - At boot time, I select the CD drive to boot > - The CD boot loader (ISOLINUX?) starts up great and asks me to hit ENTER or > F1 > > and now the problem: the USB keyboard seems not to be recognized yet, so > I can't hit ENTER nor F1 nor any other key for that matter. > > Any idea what I should do? Well, you could remaster the ISO image, and modify the isolinux.cfg file so it says "timeout 1". Then it'll boot past that point without a keypress and the installer should load keyboard drivers before prompting any more. http://wiki.debian.org/DebianInstaller/Modify Alternatively if you can set up netbooting, you can modify the pxelinux.cfg similarly, and not have to worry about the CD remastering process. -- see shy jo signature.asc Description: Digital signature
Re: Debian dspam as postfix content filter?
On Thu, 27 Jul 2006, Joshua J. Kugler wrote: I've implemented dspam on a Debian system. Have you trained dspam yet? Um I think so... It will not filter out of the box, it must be trained. I have used dspam_train (the web frontend does not work out of the box) with balanced amounts of ham and spam. Running: $ dspam_stats -H jaldhar as myself gives me nothing. $ sudo dspam_stats -H jaldhar works. (which leads me to suspect a permissions problem.) It gives me: jaldhar: TP True Positives: 5196 TN True Negatives: 8935 FP False Positives: 1 FN False Negatives: 274 SC Spam Corpusfed: 79 NC Nonspam Corpusfed: 0 TL Training Left: 0 SHR Spam Hit Rate 94.99% HSR Ham Strike Rate:0.01% OCA Overall Accuracy: 98.09% Which suggests dspam is trained does it not? So I think for some reason dspam is simply not using its spam-fighting voodoo. What could it be? Unfortunately even running it with debugging turned on tells me nothing. -- Jaldhar H. Vyas <[EMAIL PROTECTED]> La Salle Debain - http://www.braincells.com/debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: etch installer on dialup line?
Hugo Vanwoerkom wrote: Joey Hess wrote: Hugo Vanwoerkom wrote: I downloaded the latest business-card image of d-i and tried to install sid with it. You need a slightly larger CD image. The netinst image contains only software that you would download anyway during the install, and it also contains a copy of ppp. You'll be able to install the base system without going online, then after it reboots into debian, you can install ppp from the CD, configure it, and pull down whatever else you need over the modem. Alternatively, if you want a simpler desktop install, the full CD is a good choice, since it contains little aside from what you'll need for a desktop install. Again you can install ppp after the install to pull down any additional software you need. Thanks Joey, let me try the netinst image. The reason I did not do that is the wiki. It says: ... You cannot install sid from a netinst or full CD, only etch ... I guess I ought to repost back to the list, I found very little info on how to do this. So the d-i netinst image is the smallest that will let you install Etch without a network connection. You cannot install Sid: only Etch. You can install Sid with the business-card image but then you need a network. Specify "Do not config. netw. at this time" + continue. When you boot the new system, like Joey says, you can use the CD to install ppp, pppconfig it and connect to your dialup line. Change the /etc/apt/sources to Sid and do an update + dist-upgrade and you got Sid. H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bringing up eth0 NIC without logging in
On Thu, Jul 27, 2006 at 08:12:48PM +0100, marc wrote: > Hi. > > I have a couple of Debian installs on my laptop, on one the eth0 NIC > comes up during the boot process, but on the other it doesn't, although > it's identified and there in dmesg. I'm using the same interfaces file > for both, but clearly I'm missing something - that I probably did in the > midst of time and have now forgotten. > > /etc/network/interfaces says > > auto eth0 inet dhcp > > After boot, ifconfig shows no eth0, but "ifup eth0" says "eth0 already > configured". There is no way out at this point. > > When I "ifdown eth0" followed "ifup eth0" (or dhclient eth0) all is > sweet. > > What am I missing? > Is the module for the nic listed in /etc/modules? Maybe dhclient runs before the module is loaded. Is the nic built in or on a card? -- Behind every successful man you'll find a woman with nothing to wear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian dspam as postfix content filter?
On Thursday 27 July 2006 13:00, Jaldhar H. Vyas wrote: > On Thu, 27 Jul 2006, Joshua J. Kugler wrote: > > I've implemented dspam on a Debian system. Have you trained dspam yet? > > Um I think so... > > > It > > will not filter out of the box, it must be trained. > > I have used dspam_train (the web frontend does not work out of the box) > with balanced amounts of ham and spam. Running: > > $ dspam_stats -H jaldhar > > as myself gives me nothing. > > $ sudo dspam_stats -H jaldhar > > works. (which leads me to suspect a permissions problem.) It gives me: > > jaldhar: > TP True Positives: 5196 > TN True Negatives: 8935 > FP False Positives: 1 > FN False Negatives: 274 > SC Spam Corpusfed: 79 > NC Nonspam Corpusfed: 0 > TL Training Left: 0 > SHR Spam Hit Rate 94.99% > HSR Ham Strike Rate:0.01% > OCA Overall Accuracy: 98.09% > > Which suggests dspam is trained does it not? So I think for some reason > dspam is simply not using its spam-fighting voodoo. What could it be? > Unfortunately even running it with debugging turned on tells me nothing. OK, it believes it's catching spam. Do you have it set to quarantine, or simply pass the mail with something in the headers indicating Spam? j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dma errors
David Baron wrote: On Thursday 27 July 2006 00:38, Daniel B. wrote: ... I have had similar problems with an Asus A7M266-D motherboard with multiple kernel versions (2.2 through 2.6, I think). From what I've been able to gather, my motherboard's IDE controller (AMD 768?) is buggy, and the Linux kernel doesn't do whatever the Windows kernel does to work around the problem. (I can't run the disks attached to the onboard IDE controller at full sped (i.e., with DMA on) or I get extreme filesystem corruption in Linux. Under Windows, I can run a seemingly full speed without any data- corruption problems.) Check the cables! Why should I waste my time checking the cables again? The motherboard IDE controller and disks work fine with Windows. The problem under Linux has occurred with various disk drives with various cables. And, more importantly, some Linuxer dismissed the A7M266-D motherboard (or the AMD chipset) as "broken hardware." Therefore it is not the darn cables! Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Step-by-step package guide?
On Thursday 27 July 2006 13:40, Matej Cepl wrote: > Paul Johnson wrote: > > I've looked through the Debian reference as mentioned elsethread and > > discovered dh-make, but I'm having some difficulty understanding how > > dh_make > > works from the dh_make manpage. Is there any step-by-step guide to doing > > this? > > Unpack the original tarball. Then if you are creating single binary package > do this > > dh_make -f ../.tar.gz -e \ > -c [gpl|bsd|artistic|lgpl] -s > > What's so difficult? That it wasn't this clear in the dh_make manpage. :o) Thanks for the update, I'll give it a shot shortly. -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber pgpxfS7QZ7ddG.pgp Description: PGP signature
Re: Debian dspam as postfix content filter?
On Thu, 27 Jul 2006, Joshua J. Kugler wrote: OK, it believes it's catching spam. Do you have it set to quarantine, or simply pass the mail with something in the headers indicating Spam? I have set it up to include the word SPAM in the subject. And it adds an X-DSPAM header to every mail noting if it is innocent or (in theory) spam. yet just today I have received some 480 pieces of spam marked innocent. That doesn't sound like 98.09% accuracy to me! -- Jaldhar H. Vyas <[EMAIL PROTECTED]> La Salle Debain - http://www.braincells.com/debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GRUB; reboot; next partition selection
Hi, I have been wondering how suse did this. So how would I add that to kde's shutdown option to allow me to select the OS to boot into when shutting down (i.e. so I can reboot into windows without catching the grub menu but keep my default boot option as linux) Anton Joey Hess wrote: > Ice wrote: > >>Hey, I'm curious if there is a way to easily select the next partition (for >>when Debian comes back up) during a reboot. >>I know that this was a feature of KDE back when I was using SuSE. >> >>I checked the man pages of Shutdown, reboot, halt, etc. and came up with >>nothing so far. I have also googled for a bit... >> >>Anyone know a way to use "# reboot" and specify the next bootup partition? (/ >>dev/hdb1 instead of /dev/hda1) > > > Run grub-reboot [n] where n is the number of the menu item in menu.lst > that grub should default to for the next boot only. > > This requires a newer version of grub than the one in stable. > savedefault --once should be working with grub 0.97-6 and up. > -- email: [EMAIL PROTECTED]home: 02088 702 664 mobile: 07900 951 627 work: 01962 816 557 blog/photos:http://www.strangeparty.com pgp: [0xB307BAEF] (http://tastycake.net/~anton/anton.asc) fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF signature.asc Description: OpenPGP digital signature
Re: Debian dspam as postfix content filter?
On Thursday 27 July 2006 13:37, Jaldhar H. Vyas wrote: > On Thu, 27 Jul 2006, Joshua J. Kugler wrote: > > OK, it believes it's catching spam. Do you have it set to quarantine, or > > simply pass the mail with something in the headers indicating Spam? > > I have set it up to include the word SPAM in the subject. And it adds an > X-DSPAM header to every mail noting if it is innocent or (in theory) spam. > > yet just today I have received some 480 pieces of spam marked innocent. > That doesn't sound like 98.09% accuracy to me! Hmm...are you sending these spam back to dspam for learning? It can't learn from its mistakes unless you tell it about them. Other than that, I'm not sure. j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Printing from Acrobat
On Thu, 2006-07-27 at 14:24 -0500, Mike McCarty wrote: > Carl Fink wrote: > > On Wed, Jul 26, 2006 at 02:26:34PM -0500, Mike McCarty wrote: > > > > > >>How about this: > >> > >>If the file you're trying to print doesn't have proprietary > >>or trade secret info in it, I volunteer to try printing it > >>using Acrobat Reader on my machine, and see whether I have > >>similar problems. This would at least provide another bit > >>of mystery if I have no problems.[*] > > Ok, I got and tried to print using Acrobat 7.? and it didn't > work. I use Fedora Core, with CUPS, and an old HP Deskjet with > HPIJS. It created a job, which never printed, but which did > eventually clear the queue. I then tried printing to a file, > which ggv refused to display, claiming it was not a valid > PostScript file. So, I suspect that this is a defect in the > PDF to PostScript conversion in Adobe Acrobat Reader. Interesting. I had not posted because I did not try this with my Debian machine. I did download the file, opened it in Acrobat Reader and xpdf, and was able to print to a networked CUPS printer from each of them. This was on an older Fedora Core 3 machine. My installed Acrobat Reader is version 7.0 for Linux. HTH, -- "As we act, let us not become the evil that we deplore." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Gnome problems
Gnome has been giving me mysterious problems. I am running a testing amd64 installation (gnome 2.14). My install was very problematic. The package that checks signatures debsig-verify wouldn't allow many packages to install. When I removed it, the installation continued, but had many holes that I had to fix manually. When gnome came up, the top tool bar was sparsely populated. It did not have a main applications menu. I have since installed one, along with many other gnome packages. After this installation exercise, I rebooted and gnome would not come up. The top and bottom toolbars would blink maybe 10-15 times and then die. cntrl-alt-backspace would simply kill the graphics screen, leading to removing and restarting gdm. When I ran gnome in safemode, I recieved many OAF (object activation framework) errors about the applets in my tool bar. When I installed the liboaf-dev, I no longer received errors in the safemode and gnome came up normally. However, when I tried to install the system monitor applet, I received oaf errors again. Is there a known problem with the system monitor applet? I should also point out that I installed many of the theme packages, and that these have not shown up in the theme chooser. It seems that I have an infirmed gnome installation. Art Edwards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
pine
Hi, Anyone know if "pine" is in debian? I can't find it... If you know where it is, let me know! Anton -- email: [EMAIL PROTECTED]home: 02088 702 664 mobile: 07900 951 627 work: 01962 816 557 blog/photos:http://www.strangeparty.com pgp: [0xB307BAEF] (http://tastycake.net/~anton/anton.asc) fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF signature.asc Description: OpenPGP digital signature