Date: Sat, 28 Jul 2007 21:49:37 -0500 (CDT)
From: Jude DaShiell <jdashiel@shellworld.net>
To: Jeff D <fixedored@gmail.com>
Cc: debian user <debian-user@lists.debian.org>
Subject: Re: curses-interface ftp client with resume?
Message-ID: <Pine.BSF.4.64.0707282145240.79129@freire2.furyyjbeyq.arg>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Issue 3 can be handled if you remember to run script and then do your
complex ftp command and exit out of both at the end. All you need do then
is to edit the file script makes for you and turn it into a short shell
script and make it useable. I use the name surf for my scripts when I
need to do this so a command line interface can work easily enough with a
little forethought and planning.. You can also run wget with the -b
switch and have it download in the background and tail the .wget-log file
every so often to check on progress.
On Sat, 28 Jul 2007, Jeff D wrote:
> On Sat, 28 Jul 2007, Douglas Allan Tutty wrote:
>
>> I'm on dialup and often access the internet via a slow computer by
>> sshing into my fast computer (which has the modem).
>>
>> Right now, if I want to download something like an iso file via ftp
>> (there being no rsync mirror available), I put the url in a file, e.g.
>> wget.lst and from a shell run $wget -c -i wget.lst.
>>
>> I let it run untill we need the phone line or its time to turn off the
>> computer for the night (don't ask), interrupt it, and then start again
>> later.
>>
>> It works reasonably well, but there are some issues:
>>
>> 1. After so many interruptions, often there has been an error creep
>> in and the md5sum doesn't match. Without rsync, I don't know how to fix
>> a file that is the correct lenght but doesn't match.
>>
>> 2. It would be nice to have a queue that is persistant over
>> reboots.
>>
>> 3. It would be nice to have a curses interface like mc that lets me
>> browse to the correct file, then tag the file for downloading which puts
>> it into the above queue.
>>
>> 4. Have something that runs from /etc/ppp/ip-up.d to start the
>> download but only use spare bandwidth, and something in ip-down.d to
>> stop the download.
>>
>> Issues 2, 3, and 4 are only simple programming and I wonder if such an
>> app exists (I couldn't find anything in aptitude, most are for X).
>>
>> Issue 1 is tricky. I haven't come across any ftp client that claims to
>> do it so it may not be possible given the nature of ftp itself.
>>
>> Issue 3 is important. A straight CLI doesn't help if I have to write
>> down what command I issued to get a file and then retype it every time I
>> start the computer again; may as well stick with wget.
>>
>> Any ideas? How do others handle ftp downloads that may take a week of
>> phone time?
>>
>> Thanks,
>>
>> Doug.
>>
>
> Hm, well with a little bit of scripting there's ncftpget and ncftpbatch.
> ncftp covers point 1 pretty well from my testing. for 2, ncftpbatch does
> this almost, you create your que and it processes it, just in the order you
> submit them though. If/when the process gets terminated, a simple ncftpbatch
> -d starts the processing back up. you might be able to write up some scripts
> to manage the spool directory though.
>
> Jeff
>
> -+-
> 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred
> Techno.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
Date: Sat, 28 Jul 2007 22:52:44 -0400
From: Douglas Allan Tutty <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <20070729025244.GA14080@titan>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sat, Jul 28, 2007 at 10:33:14PM -0400, Jesus Arocho wrote:
> I have a home network with 5 boxes, one of which is a server. I run a
> combination of Ubuntu and Debian desktops and Debian on the server.
> Is there a program available that will provide instant messaging
> within the network?
Instant messaging on a home network? Try a low-tech holler:
"SOOOOEEE! TURN ON THE MODEM!"
When my wife wants me when I'm downstairs, she knocks on the floor.
Or she tells our dog George: "go get Doug".
Talk? I think there are X talk clients if you don't want to keep an
xterm open.
If its just a single message: good old write.
Doug.
Date: Sat, 28 Jul 2007 21:59:05 -0500
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <46AC0279.5040905@cox.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 07/28/07 21:52, Douglas Allan Tutty wrote:
[snip]
>
> Instant messaging on a home network? Try a low-tech holler:
> "SOOOOEEE! TURN ON THE MODEM!"
What ever happened to diald?
- --
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGrAJ4S9HxQb37XmcRAtILAJ4h10fY9xhAt02gmdNfQUjurby3XACgqpSG
dCVnjoJBJE/26UI5CAsmCwE=
=L+NE
-----END PGP SIGNATURE-----
Date: 29 Jul 2007 02:42:13 GMT
From: Tyler Smith <tyler.smith@mail.mcgill.ca>
To: debian-user@lists.debian.org
Subject: Re: /bin/login listening?
Message-ID: <slrnfao33b.ou4.tyler.smith@blackbart.mynetwork>
On 2007-07-28, Jeff D <fixedored@gmail.com> wrote:
> also, what version of debian are you running? Is this machine behind a
> firewall or do you have a firewall running on it? You may also
I'm running Lenny on a laptop, usually connected to various wireless
routers. I recently noticed that firestarter wasn't actually starting
automatically, something to do with the network not being up when I
boot, and I don't always remember to turn it on after I connect to the
wireless router. Also, even when I am running firestarter I have to
turn it off in order to access my university via vpn.
I've pasted the results of all the tests you suggested below. I don't
understand much, but the md5sum mis-match for the rkhunter files is
definitely worrying. Am I going to have to re-install?
Thanks,
Tyler
> you can also install the debsums package, it will do a md5sum check
> against installed packages.
root:chapter3# debsums -s
debsums: no md5sums for amarok-engines
debsums: no md5sums for at
debsums: no md5sums for base-files
debsums: no md5sums for bc
debsums: no md5sums for bin86
debsums: no md5sums for binutils
debsums: no md5sums for bsdutils
debsums: no md5sums for bzip2
debsums: can't open cltl file /usr/share/doc/cltl/README.Debian (No such file or directory)
debsums: can't open cltl file /usr/share/doc/cltl/copyright (No such file or directory)
debsums: can't open cltl file /usr/share/doc/cltl/changelog.gz (No such file or directory)
debsums: no md5sums for console-data
debsums: no md5sums for dc
debsums: no md5sums for debian-archive-keyring
debsums: no md5sums for debian-policy
debsums: no md5sums for dict
debsums: no md5sums for doc-debian
debsums: can't open ebook-dev-alp file /usr/share/doc/ebook-dev-alp/advanced-linux-programming.pdf.gz (No such file or directory)
debsums: no md5sums for ed
debsums: no md5sums for figlet
debsums: no md5sums for g++
debsums: no md5sums for g77
debsums: no md5sums for gawk
debsums: no md5sums for gawk-doc
debsums: no md5sums for gnupg
debsums: no md5sums for gnuplot
debsums: no md5sums for gpgv
debsums: no md5sums for hibernate
debsums: no md5sums for initscripts
debsums: no md5sums for installation-guide-i386
debsums: no md5sums for installation-report
debsums: no md5sums for klogd
debsums: no md5sums for libaudio2
debsums: no md5sums for libbz2-1.0
debsums: no md5sums for libbz2-dev
debsums: no md5sums for libdb4.2
debsums: no md5sums for libdb4.3
debsums: no md5sums for libdb4.4
debsums: checksum mismatch libgcj-common file /usr/share/doc/libgcj-common/copyright
debsums: checksum mismatch libgcj-common file /usr/share/doc/libgcj-common/changelog.Debian.gz
debsums: no md5sums for libgdbm3
debsums: no md5sums for libgsm1
debsums: no md5sums for libhdf4g
debsums: no md5sums for libident
debsums: no md5sums for liblockfile1
debsums: no md5sums for libncurses5
debsums: no md5sums for libncurses5-dev
debsums: no md5sums for libncursesw5
debsums: no md5sums for libnetcdf3
debsums: no md5sums for libvolume-id0
debsums: no md5sums for lynx
debsums: no md5sums for make-doc
debsums: no md5sums for mawk
debsums: no md5sums for mime-support
debsums: no md5sums for module-init-tools
debsums: no md5sums for mount
debsums: no md5sums for mpack
debsums: no md5sums for ncurses-base
debsums: no md5sums for ncurses-bin
debsums: no md5sums for ncurses-term
debsums: no md5sums for netbase
debsums: no md5sums for openbsd-inetd
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prauctex.cfg
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prauctex.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prcounters.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/preview.sty
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prfootnotes.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prlyx.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prshowbox.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prshowlabels.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prtightpage.def
debsums: checksum mismatch preview-latex-style file /usr/share/texmf/tex/latex/preview/prtracingall.def
debsums: no md5sums for r-recommended
debsums: no md5sums for rcs
debsums: checksum mismatch rkhunter file /var/lib/rkhunter/db/mirrors.dat
debsums: checksum mismatch rkhunter file /var/lib/rkhunter/db/os.dat
debsums: checksum mismatch rkhunter file /var/lib/rkhunter/db/programs_good.dat
debsums: checksum mismatch rkhunter file /var/lib/rkhunter/db/defaulthashes.dat
debsums: no md5sums for rsync
debsums: no md5sums for ssh
debsums: no md5sums for strace
debsums: no md5sums for sun-java5-fonts
debsums: no md5sums for sun-java5-plugin
debsums: no md5sums for svgalibg1
debsums: no md5sums for sysklogd
debsums: no md5sums for sysv-rc
debsums: no md5sums for sysvinit
debsums: no md5sums for sysvinit-utils
debsums: no md5sums for udev
debsums: no md5sums for update-inetd
debsums: no md5sums for util-linux
debsums: no md5sums for whois
>>
>
> you could also try something like this:
> lsof -n -p `pidof login | sed s/\ /\,/g` or lsof -n -p 3888 ( since that
> is the process id that rkhunter is reporting listening)
root:chapter3# lsof -n -p 3888
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
login 3888 root cwd DIR 0,13 4040 955 /dev
login 3888 root rtd DIR 8,3 4096 2 /
login 3888 root txt REG 8,3 35204 193543 /bin/login
login 3888 root mem REG 8,3 38416 532977 /lib/i686/cmov/libnss_files-2.6.so
login 3888 root mem REG 8,3 34352 532979 /lib/i686/cmov/libnss_nis-2.6.so
login 3888 root mem REG 8,3 30436 532975 /lib/i686/cmov/libnss_compat-2.6.so
login 3888 root mem REG 8,3 220764 596845 /lib/libsepol.so.1
login 3888 root mem REG 8,3 83512 597381 /lib/libselinux.so.1
login 3888 root mem REG 8,3 83712 532974 /lib/i686/cmov/libnsl-2.6.so
login 3888 root mem REG 8,3 9708 598622 /lib/security/pam_mail.so
login 3888 root mem REG 8,3 4244 598624 /lib/security/pam_motd.so
login 3888 root mem REG 8,3 9696 532987 /lib/i686/cmov/libutil-2.6.so
login 3888 root mem REG 8,3 8640 598618 /lib/security/pam_lastlog.so
login 3888 root mem REG 8,3 17204 598619 /lib/security/pam_limits.so
login 3888 root mem REG 8,3 51484 598645 /lib/security/pam_unix.so
login 3888 root mem REG 8,3 9684 532935 /lib/i686/cmov/libdl-2.6.so
login 3888 root mem REG 8,3 1331968 532932 /lib/i686/cmov/libc-2.6.so
login 3888 root mem REG 8,3 8264 598609 /lib/libpam_misc.so.0.79
login 3888 root mem REG 8,3 29700 596838 /lib/libpam.so.0.79
login 3888 root mem REG 8,3 21908 532934 /lib/i686/cmov/libcrypt-2.6.so
login 3888 root mem REG 8,3 11024 596837 /lib/libcap.so.1.10
login 3888 root mem REG 8,3 11232 598616 /lib/security/pam_group.so
login 3888 root mem REG 8,3 10372 598613 /lib/security/pam_env.so
login 3888 root mem REG 8,3 5908 598625 /lib/security/pam_nologin.so
login 3888 root mem REG 8,3 7144 598629 /lib/security/pam_securetty.so
login 3888 root mem REG 8,3 117336 774195 /lib/ld-2.6.so
login 3888 root 0u CHR 4,1 1059 /dev/tty1
login 3888 root 1u CHR 4,1 1059 /dev/tty1
login 3888 root 2u CHR 4,1 1059 /dev/tty1
login 3888 root 4r REG 8,3 1237 517938 /etc/passwd
login 3888 root 5u unix 0xf7ddac80 9347 socket
root:chapter3#
root:chapter3# lsof -n -p `pidof login` | sed s/\ /\,/g
COMMAND,,PID,USER,,,FD,,,TYPE,,,,,DEVICE,,,,SIZE,,,NODE,NAME
login,,,3888,root,,cwd,,,,DIR,,,,,,,0,13,,,,4040,,,,955,/dev
login,,,3888,root,,rtd,,,,DIR,,,,,,,,8,3,,,,4096,,,,,,2,/
login,,,3888,root,,txt,,,,REG,,,,,,,,8,3,,,35204,193543,/bin/login
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,38416,532977,/lib/i686/cmov/libnss_files-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,34352,532979,/lib/i686/cmov/libnss_nis-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,30436,532975,/lib/i686/cmov/libnss_compat-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,220764,596845,/lib/libsepol.so.1
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,83512,597381,/lib/libselinux.so.1
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,83712,532974,/lib/i686/cmov/libnsl-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,9708,598622,/lib/security/pam_mail.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,4244,598624,/lib/security/pam_motd.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,9696,532987,/lib/i686/cmov/libutil-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,8640,598618,/lib/security/pam_lastlog.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,17204,598619,/lib/security/pam_limits.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,51484,598645,/lib/security/pam_unix.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,9684,532935,/lib/i686/cmov/libdl-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,1331968,532932,/lib/i686/cmov/libc-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,8264,598609,/lib/libpam_misc.so.0.79
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,29700,596838,/lib/libpam.so.0.79
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,21908,532934,/lib/i686/cmov/libcrypt-2.6.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,11024,596837,/lib/libcap.so.1.10
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,11232,598616,/lib/security/pam_group.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,10372,598613,/lib/security/pam_env.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,5908,598625,/lib/security/pam_nologin.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,,,7144,598629,/lib/security/pam_securetty.so
login,,,3888,root,,mem,,,,REG,,,,,,,,8,3,,117336,774195,/lib/ld-2.6.so
login,,,3888,root,,,,0u,,,CHR,,,,,,,,4,1,,,,,,,,,,,1059,/dev/tty1
login,,,3888,root,,,,1u,,,CHR,,,,,,,,4,1,,,,,,,,,,,1059,/dev/tty1
login,,,3888,root,,,,2u,,,CHR,,,,,,,,4,1,,,,,,,,,,,1059,/dev/tty1
login,,,3888,root,,,,4r,,,REG,,,,,,,,8,3,,,,1237,517938,/etc/passwd
login,,,3888,root,,,,5u,,unix,0xf7ddac80,,,,,,,,,,,9347,socket
root:chapter3#
>
> do you have nmap installed on the local machine? you could run a nmap -sV
> localhost against it and it should report back with something as well.
root:chapter3# nmap -sV localhost
Starting Nmap 4.20 ( http://insecure.org ) at 2007-07-29 00:26 ADT
Interesting ports on localhost (127.0.0.1):
Not shown: 1691 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.6p1 Debian 4 (protocol 2.0)
25/tcp open smtp Exim smtpd 4.67
80/tcp open http Apache httpd 1.3.34 ((Debian))
111/tcp open rpcbind 2 (rpc #100000)
113/tcp open ident OpenBSD identd
929/tcp open unknown
Service Info: Host: blackbart.mynetwork; OSs: Linux, OpenBSD
Service detection performed. Please report any incorrect results at http://insecure.org/nmap/submit/ .
Nmap finished: 1 IP address (1 host up) scanned in 6.208 seconds
root:chapter3#
>
>
> Jeff
>
> -+-
> 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.
>
>
Date: Sat, 28 Jul 2007 20:11:09 -0700
From: "Kelly Clowers" <kelly.clowers@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <1840f6970707282011v610dd7b4s7458cecbe67e2f0@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On 7/28/07, ArcticFox <genkokitsu@insightbb.com> wrote:
>
> On Jul 28, 2007, at 9:33 PM, Jesus Arocho wrote:
>
> > I have a home network with 5 boxes, one of which is a server. I run a
> > combination of Ubuntu and Debian desktops and Debian on the server.
> > Is there
> > a program available that will provide instant messaging within the
> > network?
> >
> Try looking in to Jabber, you can run that as a server.
> (http://www.jabber.org/) I've never used it though, only looked into it
> for use with my Mac.
Some Jabber clients (on linux, gajim and maybe pidgin) also support
link local (serverless) messaging. I have never used it so I can't say
more than that.
Cheers,
Kelly
Date: Sat, 28 Jul 2007 23:30:05 -0400
From: Douglas Allan Tutty <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <20070729033005.GA14582@titan>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sat, Jul 28, 2007 at 09:59:05PM -0500, Ron Johnson wrote:
> On 07/28/07 21:52, Douglas Allan Tutty wrote:
> [snip]
> >
> > Instant messaging on a home network? Try a low-tech holler:
> > "SOOOOEEE! TURN ON THE MODEM!"
>
> What ever happened to diald?
>
Its an external Courier. I meant push the button to turn it on. It was
only a humourous comment; my wife would kill me if I addressed her as
SOOOOEE like I was calling in a cow; my wife wouldn't know what a modem
looks like.
To get the modem to connect, I ssh to that box and type:
$pon courier
$bwm-ng
and leave this VC 1 open. VC 2 is ssh'd to the box and either mutt or
$watch -n 20 "from -c"
VC 3 is for net-related curses stuff (currently a wget session).
VC 4 is where I type startx when I need to.
There was a time when I had Ctrl-Alt-UP set in inittab to open a new vt.
Doug.
Date: Sun, 29 Jul 2007 00:12:53 -0400
From: Jesus Arocho <jesus_arocho@comcast.net>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-Id: <200707290012.53606.jesus_arocho@comcast.net>
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Saturday 28 July 2007 23:04, you wrote:
> On Jul 28, 7:30 pm, Jesus Arocho <jesus_aro...@comcast.net> wrote:
> > I have a home network with 5 boxes, one of which is a server. I run a
> > combination of Ubuntu and Debian desktops and Debian on the server. Is
> > there a program available that will provide instant messaging within the
> > network?
>
> ejabberd makes a great Jabber server, I used to use it until I just
> got tired of running all my own services. If you have a hostname
> accessable from the outside, you can even use it to communicate with
> other Jabber users on other servers, like LiveJournal, Google, et.
> al. I strongly recommend looking into it.
>
> As far as a client goes, it's really hard to beat Psi, which is in
> Debian, and available for MacOS and Windows as well. If you're
> familiar with the classic ICQ or LICQ interfaces, you won't be at a
> loss in Psi.
Thanks, I will give it a try.
Date: Sun, 29 Jul 2007 04:24:36 GMT
From: "s. keeling" <keeling@nucleus.com>
To: debian-user@lists.debian.org
Subject: Re: dumb question about aAdobe Acrobat....
Message-ID: <slrnfao5ju.4hp.keeling@heretic.nucleus.com>
John Hasler <jhasler@debian.org>:
> s. keeling writes:
> > That means "Your comment contains negative information value, and I'm
> > going for a walk"? As in, "So, what do you think about goldfish?"
>
> No. It means "A flamewar is about to start and I am going to sit back, eat
> popcorn, and watch the show."
Ah. In other words, "Your comment contains negative information
value, so I'm going for a walk." :-)
--
Any technology distinguishable from magic is insufficiently advanced.
(*)
http://blinkynet.net/comp/uip5.html Linux Counter #80292
- -
http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Date: 28 Jul 2007 21:32:29 -0700
From: Carl Johnson <carlj@peak.org>
To: debian-user@lists.debian.org
Subject: Re: DVD drive no longer mounts - More info
Message-ID: <87ejirn82q.fsf@cjlinux.localnet>
Content-Type: text/plain; charset=us-ascii
"D. Kettler" <dkettler@u.washington.edu> writes:
> I checked dmesg and noticed several:
>
> Buffer I/O error on device hdb, logical block <number>
>
> errors. Again, hdb is the drive in question. Does anyone know what
> these errors mean?
I had similar problems recently, but I don't know if it is the same
as what you have. I finally tracked it down to udftools causing the
problem, so I just do a '/etc/init.d/udftools stop'. That works for
default CD/DVD work, but I have to re-enable it for DVD+RW/CD-RW. If
you don't have udftools then this obviously won't help.
--
Carl Johnson carlj@peak.org
Date: Sat, 28 Jul 2007 22:18:36 -0700 (PDT)
From: "D. Kettler" <dkettler@u.washington.edu>
To: debian-user@lists.debian.org
Subject: Re: DVD drive no longer mounts - More info
Message-ID: <Pine.LNX.4.64.0707282217370.519@dante01.u.washington.edu>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
> I had similar problems recently, but I don't know if it is the same
> as what you have. I finally tracked it down to udftools causing the
> problem, so I just do a '/etc/init.d/udftools stop'. That works for
> default CD/DVD work, but I have to re-enable it for DVD+RW/CD-RW. If
> you don't have udftools then this obviously won't help.
>
> --
> Carl Johnson carlj@peak.org
>
I'm afraid I don't have udftools installed, but thanks for trying.
--
David Kettler
dkettler@u.washington.edu
Date: Sun, 29 Jul 2007 01:01:24 -0500
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <46AC2D34.1090305@cox.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 07/28/07 22:30, Douglas Allan Tutty wrote:
> On Sat, Jul 28, 2007 at 09:59:05PM -0500, Ron Johnson wrote:
>> On 07/28/07 21:52, Douglas Allan Tutty wrote:
>> [snip]
>>> Instant messaging on a home network? Try a low-tech holler:
>>> "SOOOOEEE! TURN ON THE MODEM!"
>> What ever happened to diald?
>>
>
> Its an external Courier. I meant push the button to turn it on. It was
> only a humourous comment; my wife would kill me if I addressed her as
> SOOOOEE like I was calling in a cow;
It's even worse than that. SOOOOEE is how you call a pig.
> my wife wouldn't know what a modem
> looks like.
I didn't either, until someone pointed one (a 300 baud acoustic
coupler, in fact) out to me, and said, "That's a modem."
> To get the modem to connect, I ssh to that box and type:
> $pon courier
> $bwm-ng
>
> and leave this VC 1 open. VC 2 is ssh'd to the box and either mutt or
> $watch -n 20 "from -c"
>
> VC 3 is for net-related curses stuff (currently a wget session).
> VC 4 is where I type startx when I need to.
>
> There was a time when I had Ctrl-Alt-UP set in inittab to open a new vt.
>
> Doug.
>
>
- --
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGrC00S9HxQb37XmcRAtJOAJ405tCt43pj6aEVX/9Us7vMSnRe0QCg2IWF
6KCZcpFRFYL4lzmQ/riDFMk=
=DPBt
-----END PGP SIGNATURE-----
Date: Sun, 29 Jul 2007 08:28:30 +0200
From: Jonathan Kaye <jdkaye10@yahoo.es>
To: debian-user@lists.debian.org
Subject: Re: IM on a home debian network
Message-ID: <f8hc2d$lji$1@sea.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
Jesus Arocho wrote:
> I have a home network with 5 boxes, one of which is a server. I run a
> combination of Ubuntu and Debian desktops and Debian on the server. Is
> there a program available that will provide instant messaging within the
> network?
Hi Jesus,
You can try KSalup
KSalup supports two protocols :
Communication with a computer running Winpopup or using the
NetBios protocol over TCP sending and receiving messages through Samba.
Communication with computers on a local subnet, using the
Netbios protocol over UDP, compatible with almost all of the current
softwares
(Kurupop, Pipo p, Salup, Windows NT, ...)
Cheers,
Jonathan
--
Registerd Linux user #445917 at http://counter.li.org/
Date: Sun, 29 Jul 2007 10:10:03 +0300
From: Andrei Popescu <andreimpopescu@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Cron and mail
Message-ID: <20070729071003.GB8377@think.homenet>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ZfOjI3PrQbgiZnxM"
Content-Disposition: inline
--ZfOjI3PrQbgiZnxM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, Jul 26, 2007 at 08:16:25PM -0300, Sergio Belkin wrote:
> > AS: does mail work on the system? can you mail from the command line? d=
oes
> > AS: the cron job produce any output to mail?
> > AS:
> > AS: A
> > AS:
>=20
> It seems that maildir (as I had configured it) won't work with cron (am I=
=20
> right?) I've changed to mbox, and now it works...
Nitpick: maildir and mbox are just mail storages. I am using maildir=20
just fine with postfix -> maildrop -> Maildir (AFAIK postfix can also=20
deliver directly to Maildir and exim probably too).
Regards,
Andrei
--=20
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
--ZfOjI3PrQbgiZnxM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGrD1LqJyztHCFm9kRAgZBAJ0cH3XNg9RP3COKfoJJv0Is2ndYhQCgkFq2
73prGSIovjXynId3y12k458=
=epCY
-----END PGP SIGNATURE-----
--ZfOjI3PrQbgiZnxM--
End of debian-user-digest Digest V2007 Issue #2055
**************************************************
Received on Sun Jul 29 03:15:50 2007