Re: moving to the 2.6 kernel?

2004-06-21 Thread Cameron Hutchison
Once upon a time Simon Kitching said... > On Tue, 2004-06-22 at 18:01, Jules Dubois wrote: > > > > I installed kernel-image-2.6.6-2-k7. I get lots of error during boot; > > they go by quickly, I don't seem to be able to stop them, and they're not > > recorded in any log file. If I interpret the

Re: moving to the 2.6 kernel?

2004-06-23 Thread Cameron Hutchison
Once upon a time Jules Dubois said... > On Wed, 23 Jun 2004 15:32:47 +1000, Aaron Robertson-Hodder wrote: > > > make-kpkg --revision=786:MyKernel2.4.20 kernel_image > > I think that's correct. I don't use the 'revision' switch. Instead I've > been modifying the top-level Makefile and setting th

Re: Obsessed with a clean system

2004-08-10 Thread Cameron Hutchison
Once upon a time Jim McCloskey said... > Tong Sun <[EMAIL PROTECTED]> wrote: > > |> Anybody here is as obsessed as I am for a clean > |> system? > |> > |> Looking at the packages I installed, I know there > |> would be lots of them that I will never use. E.g., > > Two of the most useful Debian t

Re: Configuration DB

2004-08-11 Thread Cameron Hutchison
Once upon a time Jason Rennie said... > On Mon, Aug 09, 2004 at 02:09:08AM -0700, Brian Nelson wrote: > > The debconf database is nothing more than a temporary cache of answers > > gotten from the user. Debconf will regenerate this data by asking any > > questions it needs to. > > If the Debian d

Re: Configuration DB

2004-08-12 Thread Cameron Hutchison
Once upon a time Paul E Condon said... > quote > _ > Rationale > > The existence of a separate directory for cached data allows system > administrators to set different disk and backup policies from other > directories in /var.

Re: Debian equivalent of /etc/profile.d

2004-08-18 Thread Cameron Hutchison
Once upon a time Paul Gear said... > > P.S. I can't believe Debian doesn't have /etc/profile.d. :-) Time to > submit the above as a patch? Section 9.9 of the Debian policy has this to say about environment variables:

Re: rm difficult filename

2004-09-07 Thread Cameron Hutchison
Once upon a time Antonio Rodriguez said... > When capturing a file from an url with the command > mplayer -dumpstream -dumpfile archive.rm -playlist url > and other variants, by misplacing the option -rtsp-stream-over-tcp a > file was created with this name, i.e., > -rtsp-stream-over-tcp is the fil

gconf schemas in /etc

2004-09-16 Thread Cameron Hutchison
I like to run a lean root filesystem - I have separate partitions for /home, /tmp, /usr and /var. I've noticed that I'm getting quite tight on space on my root fs, and looking around for why, I've noticed that /etc/gconf is taking up 24MB. Most of this appears to be schemas, which are not configur

Re: gconf schemas in /etc

2004-09-17 Thread Cameron Hutchison
Once upon a time Andrea Vettorello said... > On Fri, 17 Sep 2004 13:21:34 +1000, Cameron Hutchison <[EMAIL PROTECTED]> wrote: > > I like to run a lean root filesystem - I have separate partitions for > > /home, /tmp, /usr and /var. I've noticed that I'm getting quit

Re: My Blues just go more blue

2004-09-17 Thread Cameron Hutchison
Once upon a time Bill Moseley said... > Ok, I just did a dist-upgrade on my Sid machine and blue text changed. > I first noticed in mutt that my light blue lines got darker -- I see > it in the background color in the header line, for example: > > ---Mutt: =lists.debian-user [Msgs:6754 New:6263

Re: write access to /proc/bus/usb [for scanners]

2004-09-18 Thread Cameron Hutchison
Once upon a time Chris Purves said... > I've set up an usb scanner recently, but I am having permissions problems. > The scanner generally resides in /proc/bus/usb/003 but only root has > read/write permissions. What I have been doing is manually changing the > permissions access every time I

Re: write access to /proc/bus/usb [for scanners]

2004-09-19 Thread Cameron Hutchison
Once upon a time Chris Purves said... > > > If the device is not set to group scanner, have a look in > > /etc/hotplug/usb/libsane.usermap. The comments at the top of this file > > describe how the scanner permissions should be managed. > > My scanner is listed in this file; however, there aren't

Re: Set title bar name

2004-03-16 Thread Cameron Hutchison
Once upon a time Bill Moseley said... > When I run vim from an xterm session it sets the name of the file I'm > editing. I'd like to do this with nano, too. Is there a program to set > the title bar name that I can use as a wrapper script for nano -- set it > to the file I'm editing, start nano,

Re: why is /dev/cdrom owned by root:disk after installation?

2004-03-17 Thread Cameron Hutchison
Once upon a time Derrick 'dman' Hudson said... > On Wed, Mar 17, 2004 at 11:35:48AM -0500, H. S. wrote: > | Albert Dengg wrote: > | > | >Well, for the first point, the ownership of /dev/hdc: > | >Who tells the installer that /dev/hdc is a cdrom drive? > | > | er ... isn't the automatic detection

Re: crontab jobs not running?

2004-03-18 Thread Cameron Hutchison
Once upon a time Nitebirdz said... > > These are the lines I added to the "/etc/crontab" file: > > * * * * * root /bin/date > /tmp/date_crontab > * * * * * root /bin/date -u > /tmp/date2_crontab > > The output was, in that order: > > Thu Mar 18 20:59:01 CST 2004 > Fri Mar 19 02:59:01 UTC 2004 >

Re: VMware installation problem

2004-03-22 Thread Cameron Hutchison
Once upon a time Miroslav Maiksnar said... > Hi, > when installing vmware eval on my debian sarge I encounter problem compiling > modules. Install scripts refuses to compile modules because `uname -r` > ('2.6.3-alfons32-2') differs from UTS_RELEASE ('2.6.3'). Kernel is of course > compiled using

Re: deluser without rebooting first

2004-01-27 Thread Cameron Hutchison
Once upon a time Nano Nano said... > > On Mon, 2004-01-26 at 22:48, Nano Nano wrote: > > > When I logout as my user account, having never logged in any other TTYs, > > > and log in TTY1 as root, and "slay ", and then "ps -AL | grep ", > > > no matches, and then try to "deluser ", it says " is logg

Re: rebuilding /etc/rc.d Scripts

2004-01-28 Thread Cameron Hutchison
Once upon a time Erich Waelde said... > > In principle, apt-get --reinstall install will fix it, but how to > find out all packages having startup links? You could try something like: # cd /var/lib/dpkg/info # grep -l update-rc.d *.postinst | sed 's/.postinst$//' That should give you a list o

Re: fvwm and post.hook problem

2004-04-09 Thread Cameron Hutchison
Once upon a time Stefan Bellon said... > > Oh, the new version of FVWM has an impressive configuration "wizard". > It's really not bad. But you cannot configure everything. And the > configuration files it produces are split over a dozen files in > ~/.fvwm/. So, if I want to add my more special ch

Re: Problem with sed s command

2004-04-11 Thread Cameron Hutchison
Once upon a time David P James said... > I use KMail to read this and other mailing lists. When replying to a > message, KMail will look for the last instance of line> and remove that and everything below > from the reply. A problem occurs however on mailing lists that use that > format to deli

Re: Possible bug in 'sort -m'

2007-03-14 Thread Cameron Hutchison
Bob McGowan wrote: >Here, I numerically sort and merge the two source files into a >destination and count lines in all three. Then I get unique lines from >the merged sort and count the result. >$ sort -n -m from_number to_number > xxx A merge sort (sort -m) needs the input files to be already

Re: A silly question about tar

2007-03-17 Thread Cameron Hutchison
Adam Porter wrote: >Thanks for your replies, everyone. It seems to me that there might be a >market for a simple script frontend to tar that would handle shell-expanded >wildcards; perhaps it could be included in Debian's package of tar. Would >that be a good idea? Does anything like that alrea

Re: undeleteable file

2007-07-17 Thread Cameron Hutchison
Frank McCormick <[EMAIL PROTECTED]> wrote: > This is the output of ls -l >[EMAIL PROTECTED]:/lost+found/#573699/drivers/i2c/busses$ ls -l * >---s---r-t 1 993200132 3086322235 0 1931-09-13 15:22 i2c-nforce2.ko What is the output of "lsattr" ? It could be that it has the immutable bit set. To fi

Re: Good fdisk Practices

2007-08-24 Thread Cameron Hutchison
David Brodbeck <[EMAIL PROTECTED]> wrote: >I'd always heard that swap files are slower than swap partitions. Is >that a myth? Not a myth, just old information. It used to be the case that swap files were slower than swap partitions, but this stopped being true sometime around kernel 2.4 >Also

Re: LVM partition full (was:what is /command directory?)

2007-08-26 Thread Cameron Hutchison
"Richard Lyons" <[EMAIL PROTECTED]> wrote: >>> I also notice a number >>> of directories I've never heard of before under root: >>>command, package, service >Still, it was late and I was panicking rather unnecessarily. After >sleeping on it, I am tending to the view they must be from that t

Re: UNdelete ???

2006-11-21 Thread Cameron Hutchison
>> Which filesystem? >I am using ext3. I do not understand why this matters. How a filesystem manages its unallocated space is up to it - there is no specification for this. This is one reason people say you do not need to defragment ext2/3 filesystems - because they are clever about how they la

Re: Modified Config Files

2006-12-17 Thread Cameron Hutchison
Chris Stork wrote: >What would be an easy way to list the config files that have been >changed on my system? I use the following script I wrote some time ago. It uses the file in /var/lib/dpkg/info to determine which files are conffiles (*.conffiles) and what the md5sum of the file was as distri

Re: Modified Config Files

2006-12-17 Thread Cameron Hutchison
Paul Cager wrote: >Cameron Hutchison wrote: >> Chris Stork wrote: >> >>> What would be an easy way to list the config files that have been >>> changed on my system? >. >> Unfortunately it is not as useful as I had hope it would be because a >

Re: Recommended MPLAYER config for old computers

2007-10-04 Thread Cameron Hutchison
Amit Uttamchandani <[EMAIL PROTECTED]> wrote: >> What happens if you run cdck to check the quality of the DVD? >I installed cdck from the deb repo and ran it. A lot of errors. There are a >lot: >! unable to read sector 195007, reason: Input/output error >! unable to read sector 195008, reason:

Re: DELL 2407WFP build in card reader

2007-02-23 Thread Cameron Hutchison
Joachim Gottschalk wrote: >I have a DELL LCD monitor (UltraSharp 2407WFP) and it has a 9-in1 build in >card reader, connected over USB. I wonder, if there is any chance to make >this card reader work under linux. I tried to compile a kernel with USB and >MMC support, but my linux still can not det

Re: ip forwarding woes

2008-03-08 Thread Cameron Hutchison
David Zelinsky wrote: >With this setup, I expect to be able to ping 10.0.0.2 from 192.168.0.2 >(and vice versa), with packets routed through the firewall, but it >doesn't work. >What am I overlooking? It looks like that 10.0.0.2 does not have a route to 192.168.0.0/24 or that 192.168.0.2 does no

Re: switching from apt-get to aptitude

2006-05-16 Thread Cameron Hutchison
Grant Thomas wrote: >Question for you (anyone) then: >If you install kde through aptitude, an aptitude marks Xorg as a >dependency, and then install gnome a couple of days later, would >removing kde also remove Xorg, or would it see it as a current >dependency for gnome and leave it? Aptitude doe

Re: O.T. dvd burning from the command line

2006-05-16 Thread Cameron Hutchison
David E. Fox wrote: > [...] >I find one needs to add -dvd-video and -dvd-compat switches to the >growisofs command line. >so that is: >$ growisofs -dvd-media -dvd-compat -Z /dev/hdd /tmp/lulu Just a quick fix to that if people are cut'n'pasting: $ growisofs -dvd-video -dvd-compat -Z /dev/hdd

Re: How do I access a forwarded port on Box A from Box B?

2006-06-16 Thread Cameron Hutchison
Richard Bronosky wrote: >So, I have a machine behind a firewall on a remote network that is >reverse port forwarding to a machine with my home network via: >ssh -p -N -R 8080:localhost:80 [EMAIL PROTECTED] >On myhomemachine I can surf to http://localhost:8080 and I get the >content from the

Re: mutt configuration not displaying my name in mailing list threads

2006-06-18 Thread Cameron Hutchison
Mitchell Laks wrote: >I have switched over to mutt as my MUA. [...] >now i notice that my own posts to debian-user are not listed by "mitchell >laks" or mlaks in the mutt index view. [...] >notice it says "To debian-user" [...] >what do i change in my muttrc to get this right? You want to set

Re: mutt configuration not displaying my name in mailing list threads

2006-06-18 Thread Cameron Hutchison
Mitchell Laks wrote: >This behavior is Interesting and Disconcerting. >It is clearly a bug and not a feature in a single >mail directory devoted to debian-user mailing list. >I expect to see --- and would like to see My Name >on My Mail, not "To debian-user". Not so clearly a bug. How is

Re: Determinate the directory whithin a script

2006-06-19 Thread Cameron Hutchison
Paolo Pantaleo wrote: >I have a script in something like >/media/sda1/backup/script.sh >since sda1 could be also sda2 or anything, I want to determintate at >run-time what is the directory in which the script is located, how can >I do? Here's an unportable implementation dependent way: script_

Re: iptables log target logs everything to tty*. Why?

2006-06-22 Thread Cameron Hutchison
Erik Persson wrote: >I'm running a debian sarge as a router for a network, and I'm using >iptables. I need to log certain stuff from iptables, and I thus have >rules like: >${PROG} -A FORWARD -i eth1 -o eth0 -p tcp --dport 135 -m limit > --limit 1/s -j LOG --log-prefix "Blaster portscan " >Thi

Re: xdm source .bash_profile

2006-06-26 Thread Cameron Hutchison
Matus UHLAR - fantomas wrote: >On 24.06.06 00:00, Pavlos Parissis wrote: >> I have been trying to make my X to source the .bash_profile in order to >> set my $PATH variable. >> [...] >> Any idea where should I look to get this done? >Some time ago I solved this problem by sourcing /etc/profile an

OpenOffice.org Quick Start

2008-06-17 Thread Cameron Hutchison
How do you use the OpenOffice.org quick start functionality? I have installed the package openoffice.org-gtk which says in its description: It also contains a QuickStarter for the "notification area". How do I make this QuickStarter work? I could not see any reference to it in the README files

Re: OpenOffice.org Quick Start

2008-06-18 Thread Cameron Hutchison
David Staer <[EMAIL PROTECTED]> writes: >Cameron Hutchison wrote: >> How do you use the OpenOffice.org quick start functionality? >> >> I have installed the package openoffice.org-gtk [...] >You need to enable it in OpenOffice. Tools > Options > >OpenO

Re: X apps don't launch from Xterm

2008-06-25 Thread Cameron Hutchison
"Eric d'Alibut" <[EMAIL PROTECTED]> writes: >If >I then start an xterm and attempt to launch an X app, such as gqview, >or evince, from the command prompt in that xterm, no app launches; >this is what I get: >--snip-- >[EMAIL PROTECTED]:~$ gqview >(gqview:26337): Gtk-WARNING **: cannot open disp

Building an i386 kernel on amd64 host with make-kpkg

2008-07-11 Thread Cameron Hutchison
I am trying to build a kernel for my i386 box on my amd64 host. I want to do this because the amd64 box build at least 10 times faster than the target box. I am using make-kpkg to build the kernel package. I am having the following problem: $ make-kpkg --rootcmd fakeroot --arch i386 kernel_image .

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-11 Thread Cameron Hutchison
Cameron Hutchison <[EMAIL PROTECTED]> writes: >I am trying to build a kernel for my i386 box on my amd64 host. I want >to do this because the amd64 box build at least 10 times faster than the >target box. >I am using make-kpkg to build the kernel package. I am having the

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-11 Thread Cameron Hutchison
Cameron Hutchison <[EMAIL PROTECTED]> writes: >Cameron Hutchison <[EMAIL PROTECTED]> writes: >>I am trying to build a kernel for my i386 box on my amd64 host. I want >>to do this because the amd64 box build at least 10 times faster than the >>target box. >>I

Re: Bash: pipe once more

2008-07-13 Thread Cameron Hutchison
"Stefan Schmidt" <[EMAIL PROTECTED]> writes: >Hello, >if I pipe the output of a cd command the working directory doesn't change. That's because all elements of a pipeline except the last are run in different processes to the main shell that starts the pipeline. As such, the cd command is running

Re: Bash: pipe once more

2008-07-13 Thread Cameron Hutchison
"Stefan Schmidt" <[EMAIL PROTECTED]> writes: >> >if I pipe the output of a cd command the working directory doesn't >> change. >> >> That's because all elements of a pipeline except the last are run in >> different processes to the main shell that starts the pipeline. As such, >> the cd command i

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-13 Thread Cameron Hutchison
Steve Kemp <[EMAIL PROTECTED]> writes: >On Sat Jul 12, 2008 at 04:12:56 -, Cameron Hutchison wrote: >> >I just needed to add that "--cross-compile -" argument and it worked. >> >> I spoke too soon. It does not quite work. It builds an amd64 arch >&

Gnome international clock in sid

2008-07-15 Thread Cameron Hutchison
In Gnome 2.22 released a few months ago, a new clock applet was introduced where you can set it up with multiple timezones. The About dialog box for the clock in sid shows the version is 2.20.3. I assume that I need version 2.22 of this applet. Where can I get this for sid? -- To UNSUBSCRIBE,

Re: Gnome international clock in sid

2008-07-15 Thread Cameron Hutchison
[EMAIL PROTECTED] writes: >Am 15.07.2008 um Uhr haben Sie geschrieben: >> Where can I get this for sid? >you can get the gnomepanel 2.22 from experimental >the nautilus 2.22 is there, too Last time I tried something from experimental I borked my system. Any idea when it will make it to sid? Or

Why isn't Gnome 2.22 in sid yet?

2008-07-16 Thread Cameron Hutchison
Why isn't all of Gnome 2.22 in sid yet? I'm most interested in the panel and the applets which are still at 2.20.3. 2.22 is in experimental but has not yet gone into sid? What's holding it up? What needs to be done to get it into sid and is there anything I can do to help it along? -- To UNSUBS

apt-get/aptitude bustage with gnucash

2008-07-20 Thread Cameron Hutchison
I have just attempted a dist-upgrade with bost apt-get and aptitude, and both of them want to remove gnucash from my system (sid). This seems to be busted. At the moment there is a new gnucash-common (2.2.4-2) but no new gnucash package to match. Normally that's ok and apt will not upgrade gnucas

Re: apt-get/aptitude bustage with gnucash

2008-07-20 Thread Cameron Hutchison
"Eugene V. Lyubimkin" <[EMAIL PROTECTED]> writes: >Cameron Hutchison wrote: >> >> At the moment there is a new gnucash-common (2.2.4-2) but no new gnucash >> package to match. Normally that's ok and apt will not upgrade >> gnucash-common, bu

Re: lynx upgrade issue?

2008-07-28 Thread Cameron Hutchison
[EMAIL PROTECTED] (i'll teach you to turn away.) writes: > so in fixing my pine issue (see pine thread), i >reinstalled/upgraded lynx. the new lynx removed lynx-ssl & installed >lynx-cur. the problem there is that it completely ignores my color >preferences, which are fairly important con

Re: lynx upgrade issue?

2008-07-28 Thread Cameron Hutchison
[EMAIL PROTECTED] (i'll teach you to turn away.) writes: > ok, so i added the directory ~/.lynx & i dumped the color settings >into ~/.lynx/colors but it's still green. however, i did find that >/etc/lynx-cur has a .lss file in it which apparently controls color in a >totally different la

Re: lynx upgrade issue?

2008-07-30 Thread Cameron Hutchison
[EMAIL PROTECTED] (i'll teach you to turn away.) writes: > right, i tried putting exactly that in ~/.lynx/colors, but it >ignored me. only editing /etc/lynx-cur/lynx.lss changes the colors - & >they're laid out ENTIRELY differently from my old lynx color entries, >which match what you've

Re: Sequential background tasks

2006-07-16 Thread Cameron Hutchison
[EMAIL PROTECTED] wrote: >I find that in many cases I need my background tasks to be executed in >sequence. Ie, I need background task-b to start right after background >task-a has properly started. >So far I haven't found a good way to do it. I used > task-a & sleep 2; task-b & >but that 'sle

Cannot remove Google maps sidebar

2008-05-06 Thread Cameron Hutchison
When I visit Google maps (http://maps.google.com/) using either Epiphany or Iceweasel on my Debian sid system, I do not get the little triangle button in the map sidebar that collapses it. This only happens for me with Debian. On my systems with Ubuntu, google maps works as expected. Does anyone k

Re: Cannot remove Google maps sidebar

2008-05-06 Thread Cameron Hutchison
Rich Healey wrote: >Cameron Hutchison wrote: >> When I visit Google maps (http://maps.google.com/) using either Epiphany >> or Iceweasel on my Debian sid system, I do not get the little triangle >> button in the map sidebar that collapses it. This only happens for me >>

Re: Cannot remove Google maps sidebar

2008-05-06 Thread Cameron Hutchison
Raj Kiran Grandhi wrote: >Cameron Hutchison wrote: >> When I visit Google maps (http://maps.google.com/) using either Epiphany >> or Iceweasel on my Debian sid system, I do not get the little triangle >> button in the map sidebar that collapses it. This only happens for me

Re: changing xterm colors

2008-05-29 Thread Cameron Hutchison
Jan Willem Stumpel <[EMAIL PROTECTED]> writes: >Jamie Griffin wrote: >> Jan Willem Stumpel wrote: >>> You can edit a text file called .Xresources in your home >>> directory (or create it if it does not exist). >>> >>> Put the following lines in the file: >>> >>> xterm*VT100*foreground: green >>>

Re: script makes kernel panic

2008-06-10 Thread Cameron Hutchison
Dexter Filmore <[EMAIL PROTECTED]> writes: >Got a laptop here (Samsung X22), WinXP Pro and data partition in /dev/sda[23]. >Wrote this script to backup both partitions 1:1 to an external USB disk. >Teh script itself works absolutely as intended. >BUT: I added an entry to GRUB's menu.lst like that

Re: delete lines that contain duplicated column items

2007-04-03 Thread Cameron Hutchison
Jeff Zhang wrote: >On 4/3/07, Ron Johnson <[EMAIL PROTECTED]> wrote: >> >> On 04/03/07 07:39, Jeff Zhang wrote: >> [snip] >> > >> > >> > I just care about duplicated ones in column 2, if so, to delete the >> line. >> >> Does it matter which line is deleted? >> >no, have a unique column 2 and keep

Re: Comparing files in two directories

2007-06-13 Thread Cameron Hutchison
L.V.Gandhi wrote: >On 6/13/07, Keith Christian <[EMAIL PROTECTED]> wrote: >> >> L.V.Gandhi wrote: >> > I have two directories A and B. In each directory, I have nearly 1000 >> > files with same names. I would like to compare both directories and find >> > out which files differ more than say 5 lin

Re: How to determine which config files I have changed

2006-10-16 Thread Cameron Hutchison
Florian Kulzer wrote: >On Mon, Oct 16, 2006 at 19:32:34 +0100, Paul Cager wrote: >> I would like to be able to create a list of all of the configuration >> files I have changed / created since installation. Mainly to make it >> easy if I wanted to rebuild my system from scratch. >> >> I can get

Reliable remote logging with rsyslog on lenny

2009-07-19 Thread Cameron Hutchison
I'm trying to set up a couple of boxes that both run lenny (stable) for remote logging. I have installed rsyslog on both boxes. One is to be the log server, the other I want to log remotely to the log server. According to the package description of rsyslog, it does "reliable syslog over TCP". Acco

Re: APT configuration file

2009-07-22 Thread Cameron Hutchison
Kc9EYE writes: >Following the thread on apt defaulting to install recommends, I would >like to turn this option off. A previous poster stated to add this >line to the "/etc/apt/apt.conf" file: APT::Install-Recommends "0"; . I >would love to do that but I am unable as yet to find a file named >/et

Re: usb hsdpa modem only detected after using it on windows

2009-08-15 Thread Cameron Hutchison
Umarzuki Mochlis writes: >the modem is Huawei E1762 which is provided by local ISP when registering >for their wireless broadband service. >this modem, weirdly, can only be detected when i used it recently from >windows xp, while the device still connected into the usb port, reboot into >debian,

GNOME: How to automount pluggable drives?

2009-08-26 Thread Cameron Hutchison
How to I get drives to be auto-mounted in GNOME, without having a nautilus window open? I am using sid. It used to be that gnome-volume-manager would auto-mount media devices and auto-run specified programs for specific media types (ipod, CDs, DVDs, etc). This functionality of g-v-m has been remov

Re: List Ettiquette

2009-08-30 Thread Cameron Hutchison
Chris Jones writes: >On Sat, Aug 29, 2009 at 06:53:41PM EDT, ghe wrote: >> >> :0Hfhw >> * ^Return-Path: >> | $FORMAIL -i "Reply-To: " >Thanks for the idea. >I will take a look at my .procmailrc and see how I can conversely >eliminate these noxious Reply-to headers before they cause further >da

Re: Post to this list delayed over 15 hours

2009-08-30 Thread Cameron Hutchison
John Magolske writes: >* John Magolske [090830 11:25]: >> My last post to this list took over 15 hours to get through, looks >> like the issue has to do with greylisting. I seem to recall having >> this problem a while back where after a few posts the response time >> improved...will see how lon

Re: looking for packages versions of running daemons

2009-09-09 Thread Cameron Hutchison
Israel Garcia writes: >I have more than 10 debian (etch and lenny) servers and I want to find >a way to know remotely on every server: >1. Name of running daemons and ports (tcp/udp) they're using. >2. Version of the package (installed by APT) used by these daemons. >3. Version of the latest pac

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Israel Garcia writes: >On 9/9/09, Cameron Hutchison wrote: >> Israel Garcia writes: >> >>>I have more than 10 debian (etch and lenny) servers and I want to find >>>a way to know remotely on every server: >> >>>1. Name of running daemons and por

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Cameron Hutchison writes: >Ok. Here's version 2. Fixes are: One more iteration before I go to bed. Version 2 was the quickly knocked together script that looks ugly and hard to read, but is nice and compact. Maybe "nice" isn't the right word. Version 3 (below) is &

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Javier Barroso writes: >> is this "xargs: echo: terminated by signal 13" the output it should be? >Probably, substituting: > bin=$(xargs -n 1 -0 echo < /proc/$pid/cmdline | awk '{print $1 ; exit}') >with >bin=$(awk '{print $1; exit}' /proc/$pid/cmdline) >will solved the issue >But I'm not su

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Israel Garcia writes: >On 9/10/09, Cameron Hutchison wrote: >> Version 3 (below) is "properly" written, in a functional style. [...] >Well, in version 3 I see no output when I run the script...I double >check but I dont know where the problem is. Hmmm, work for m

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Cameron Hutchison writes: >Israel Garcia writes: >>On 9/10/09, Cameron Hutchison wrote: >>> Version 3 (below) is "properly" written, in a functional style. [...] >>Well, in version 3 I see no output when I run the script...I double >>check but I dont

Re: looking for packages versions of running daemons

2009-09-10 Thread Cameron Hutchison
Israel Garcia writes: >[...] it seems when the script found >duplicate lines, like named/tcp and named/udp it only show one, se >below: >vps204:/usr/local/bin# netstat -lntup >tcp0 0 67.212.94.125:530.0.0.0:* >LISTEN 23874/named >tcp0 0 127.0.0.1:53

Re: looking for packages versions of running daemons

2009-09-12 Thread Cameron Hutchison
Javier Barroso writes: >On Thu, Sep 10, 2009 at 11:33 PM, Cameron Hutchison wrote: >> >> /proc/pid/cmdline usually has ASCII NUL separated fields, which awk does >> not split, so usually you have to use xargs -0. I noticed some cases >> where the args were space se

Re: looking for packages versions of running daemons

2009-09-14 Thread Cameron Hutchison
Manoj Srivastava writes: >On Thu, Sep 10 2009, Cameron Hutchison wrote: >> Version 3 (below) is "properly" written, in a functional style. It's much >> longer, but much easier to read. The main() function is very simple, >> as is each individual function.

Re: bi-directional file-synchronization tool

2009-09-17 Thread Cameron Hutchison
T o n g writes: >Anyone knows a good bi-directional file-synchronization tool that can >synchronize changes to files and directories in both directions on >different hosts, propagating the changes between them? >syrep is too limited, unison seems to be the exact tool that I'm looking >for, ju

Re: How to replicate the behaviour of /usr/local

2009-10-16 Thread Cameron Hutchison
Klistvud writes: >I have a shared directory on my system; what I'd like to achieve is >making every newly created (or copied from elsewhere) file belong to >the group owner "users". # chgrp users /path/to/shared/directory # chmod g+s /path/to/shared/directory The set-group-id bit on a direct

Re: How to replicate the behaviour of /usr/local

2009-10-16 Thread Cameron Hutchison
Klistvud writes: >Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal(a): >> Klistvud writes: >> >> >I have a shared directory on my system; what I'd like to achieve is >> >making every newly created (or copied from elsewhere) file belong to >&g

Re: ifconfig data

2009-02-20 Thread Cameron Hutchison
Tzafrir Cohen writes: >On Thu, Feb 19, 2009 at 02:02:36PM +0100, Tanco . wrote: >> Hi Hugo, >> >> this will give you the IP :) >> >> ifconfig ppp0 | grep "inet addr:" | awk '{ print $2}' | tail -c14 > ifconfig ppp0 | awk '/inet addr:/{ print $2}' | cut -d: -f2 ifconfig ppp0 | awk '/inet add

Re: Unison not syncing files under ~/.kde

2009-03-10 Thread Cameron Hutchison
"A. F. Cano" writes: >Hi, >I've been using unison to keep home directories syncronized for quite a >while now, but this little bit is starting to aggravate me. It appears >that, unless I'm missing something in the configuration below, files >under a .directory are ignored. Note that at the bot

Re: xterm font sizes choices?

2009-04-08 Thread Cameron Hutchison
zhang zhengquan writes: >Thanks, then maybe 10x20 is just small for me... To verify that the correct resources are being used, run "xterm -fn 10x20". This will start an xterm with that font, or display an error that it cannot find the font. If this gives you a different font to what you norma

Re: Suggestions for multilevel backup of single machine?

2009-04-11 Thread Cameron Hutchison
James Youngman writes: >(2) It would be useful to have a historic backup capability too (e.g. >the way the filesystem looked yesterday, last week, last month and a >year ago), at least for filesystems like /home. >What are good solutions for doing (2)? (Please only recommend >software you're u

Re: tar up a symbolic linked directory

2009-05-03 Thread Cameron Hutchison
"Douglas A. Tutty" writes: >On Sat, May 02, 2009 at 09:04:38PM +, T o n g wrote: >> Hi, >> >> I want to tar up a symbolic linked directory as if it is a real >> directory. Is there any easy way to do it? >> >> Let me explain with an example (that you can try): >> >> mkdir d1 >> touch d1

executing udev rules on _un_plug

2009-05-17 Thread Cameron Hutchison
How can I write a udev rule to be run/matched when a device is unplugged? I have a 3G modem that I wrote a rule for to run "ifup ppp0" when the modem is plugged in. I would like to have "ifdown ppp0" be automatically run when the modem is unplugged. Without a rule to run "ifdown ppp0", the networ

Re: executing udev rules on _un_plug

2009-05-18 Thread Cameron Hutchison
cr...@got.net (i'll teach you to turn away.) writes: >Cameron Hutchison wrote: >CH> How can I write a udev rule to be run/matched when a device is >CH> unplugged? >CH> >CH> I have a 3G modem that I wrote a rule for to run "ifup ppp0" when the >

gnome-panel: Major breakage in unstable

2009-05-30 Thread Cameron Hutchison
A heads-up to those running unstable/sid. The latest gnome-panel that has just entered unstable is severely broken. It is the first revision of GNOME 2.26. When logging in, you get an infinite number of "Starting File Manager" entries on the panel, and CPU usage runs very high, continuously. It r

Re: sed/awk/fmt question hijacked from Re: Program for quoting text like in email?

2009-06-08 Thread Cameron Hutchison
Tony Baldwin writes: >Why is it that with sed, stuff like >sed -e /searchterm/d >I have to do >sed -e /searchterm/d infile > outfile, >and can't just do sed -e /searchterm/d file, without having to generate >another file? GNU sed (which is what you are most likely running) has the -i option to

Re: Program for quoting text like in email?

2009-06-09 Thread Cameron Hutchison
Thomas Anderson writes: >> OK, so I guess it should be sed 's/^/> /'. >However I noticed another problem. When I quote a text that is already >quoted, the result gets the "> " characters moved around. I would like >to get ">> " or "> > " for text that is quoted twice. What do you mean by "mov

Re: vi -- Turn off Line Number Colors and Screen Buffering

2008-11-03 Thread Cameron Hutchison
Sven Joachim <[EMAIL PROTECTED]> writes: >On 2008-11-04 06:28 +0100, Matt Miller wrote: >>> > Also, I don't want the editor to do whatever special screen buffer >>> > swapping, or whatever it is, that prevents me from scrolling back in >>> > my terminal history when the editor is open, and then c

Re: hard crash on leap second

2009-01-01 Thread Cameron Hutchison
Travis Crump writes: >I had a hard crash of my lenny system precisely when the leap second was >added. While X has flaked in the past, I've never had a hard crash >before. I have no other evidence they were related, but I wasn't doing >anything unusual at the time. Any ideas? I have a lenny a

Re: stuff in ~/bin won't run

2009-01-15 Thread Cameron Hutchison
Tzafrir Cohen writes: >On Wed, Jan 14, 2009 at 04:16:57PM -0800, Mike Castle wrote: >> >> I don't think .bash_profile gets sourced when you log in via an >> XDM/GDM type session. (After all, when would it, since you don't >> really have a login shell.) >Possible fix: > echo 'if [ $SHELL = /bin

Re: /boot partition changes when it should not

2010-03-09 Thread Cameron Hutchison
Clive McBarton writes: >Stephen Powell wrote: >> For example, the boot loader may be updating the mount >> count or updating the "last referenced date/time", if there is such >> a field in the filesystem, for the kernel image or the initial RAM >> disk image. >I assume you mean "atime", which ex

Making make-kpkg quieter

2010-04-07 Thread Cameron Hutchison
Is there any way to make make-kpkg (kernel-package 12.033) quieter? When I run a "make-kpkg clean" it spits out lots of lines about unlinking files in debian/... On a slow link, this is very annoying (if I forget to run screen) I have RTFM but I cannot see anything about making make-kpkg less verb

Re: Making make-kpkg quieter

2010-04-08 Thread Cameron Hutchison
Mart Frauenlob writes: >On 08.04.2010 01:59, Cameron Hutchison wrote: >> Is there any way to make make-kpkg (kernel-package 12.033) quieter? When >> I run a "make-kpkg clean" it spits out lots of lines about unlinking >> files in debian/... On a slow link, thi

Re: Making make-kpkg quieter

2010-04-08 Thread Cameron Hutchison
Manoj Srivastava writes: >On Wed, Apr 07 2010, Cameron Hutchison wrote: >> Is there any way to make make-kpkg (kernel-package 12.033) quieter? When >> I run a "make-kpkg clean" it spits out lots of lines about unlinking >> files in debian/... >Please f

<    1   2   3   >