Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #1825

From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Jun 22 2007 - 17:16:44 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 1825

Today's Topics:

  apt-caher or approx?                  [ "=?ISO-8859-1?Q?Andr=E9s_Ghigliazza ]
  Re: how hot is my xeon?               [ Jochen Schulz  ]
  Re: MP3 to AMR                        [ "Andrew J. Barr"  ]
  Re: Connect to DOS box                [ Andrew Sackville-West  ]
  Re: Connect to DOS box                [ Mike McCarty  ]
  Re: compatible UPS - solved           [ csanyipal  ]
  Re: Debian default ssh configuration  [ Andrew Sackville-West 
  Is there any chance to find out in w  [ Dirk <noisyb@gmx.net> ]
  Slightly annoyed question about Debi  [ Dirk <noisyb@gmx.net> ]

Date: Fri, 22 Jun 2007 15:50:16 -0300
From: "=?ISO-8859-1?Q?Andr=E9s_Ghigliazza?=" <tizone@gmail.com> To: debian-user@lists.debian.org
Subject: apt-caher or approx?

Message-ID: 
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi there,

We will soon have, 5 or 6 Debian boxs (servers and desktops), in our LAN. We would like to know, if it is better to use apt-cacher o approx for the updates.

I couldn't find enough documentation of any of them, to see some features, before installing one.

Do you need help?X

Thanks very much,

tizo

Date: Fri, 22 Jun 2007 21:11:51 +0200
From: Jochen Schulz <ml@well-adjusted.de> To: debian-user@lists.debian.org
Subject: Re: how hot is my xeon?
Message-ID: <20070622191151.GA28262@wasteland.homelinux.net> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline

--EVF5PPMfhYS0aIcm

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Do you need more help?X

michael:
>
> I've tried unsuccessfully to monitor my dual Xeon box but lm-sensors
> doesn't seem to detect anything. I've a Intel Server Board SE7320SO2
> with two 3. GHz Xeon chips. Anybody know how to get mobo/chip/internal
> temps (and pref fan speeds)... my box gets noisy and I'm trying to see
> if it's temp related

Have you tried 'acpi -t' yet?

Can we help you?X

J.
--=20
I use a Playstation to block out the existence of my partner. [Agree] [Disagree]

                 <
http://www.slowlydownward.com/NODATA/data_enter2.html>

--EVF5PPMfhYS0aIcm

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)

iD8DBQFGfB73+AfZydWK2zkRAnN0AKCAemBFwmmeRxaeEZvJJIlFVVZBRgCdHUHa 6tc84twijy401yziBOKh2Ok=
=cPA+
-----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--

Date: Fri, 22 Jun 2007 15:04:23 -0400
From: "Andrew J. Barr" <andrew.james.barr@gmail.com> To: Kum Gabor <kumgabor@kumgabor.hu>
Cc: debian-user@lists.debian.org
Subject: Re: MP3 to AMR

Message-ID: <20070622150423.0a26fbe4@conroe.oakcourt.dyndns.org>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Kum Gabor <kumgabor@kumgabor.hu> wrote:
> No. Which package I need? And how ro convert!

  1. Add the repository at http://www.debian-multmedia.org/ by adding the following line to /etc/apt/sources.list as root:

deb http://www.debian-multimedia.org/ etch main

Can't find what you're looking for?X

2) Add Christian Marillat's (repository maintainer) digital key by running the following command as root:

# apt-key advanced --keyserver pgp.mit.edu --recv-key 1F41B907

3) update your repository data:

# apt-get update

4) install ffmpeg command line tool:

# apt-get install ffmpeg

5) convert your file (as your regular user):

$ ffmpeg -i file.mp3 -ar 8000 -ac 1 -ab 7400 file.amr

Don't know where to look next?X

This is an example only. I have never worked with the .amr format before, and this is what I had to input for ffmpeg to successfully convert an .mp3 file. Before that, it errored out a few times, saying the AMR codec requires mono (-ac 1) and a sample rate of 8000 Hz (-ar 8000), and one of a certain list of bitrates (-ab 7400 (omit that parameter and read the error message to get the list)). If you need to tune additional parameters, read the documentation:

$ man ffmpeg

HTH,
Andrew
> Special thanks! :-D
>
> G.
>
>

-- 
Andrew J. Barr

Woke up in my clothes again this morning,
don't know exactly where I am...

Date: Fri, 22 Jun 2007 14:10:16 -0500 From: Mike McCarty <Mike.McCarty@sbcglobal.net> To: debian-user@lists.debian.org Subject: Re: how hot is my xeon? Message-ID: <467C1E98.5010301@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ndemou@gmail.com wrote:
> On 6/22/07, michael <cs@networkingnewsletter.org.uk> wrote:
>
>> [...]... my box gets noisy and I'm trying to see
>> if it's temp related
>
>
> as a precaution: clean all the air intakes, clean all heatsinks that
> have a cooler on them
> (it's just amazing what a difference cleaning can make)
Excellent advice.
> and you can probably check the temperatures in the BIOS
In my experience, this is unreliable. Those sensors are not accurate. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. 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!

Date: Fri, 22 Jun 2007 18:30:28 +0000 (UTC) From: - Tong - <mlist4suntong@yahoo.com> To: debian-user@lists.debian.org Subject: Alternative to netselect Message-ID: <f5h4g4$d8u$4@sea.gmane.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,=20 I had been able to use netselect before. When I tried it again just now, = all sites end up with "9999 ms 30 hops 0% ok".=20 I'm wondering why netselect fails on me. My understanding is that netsele= ct uses ping, but ping works fine for me, but traceroute not. That means=20 netselect actually depends on traceroute? As more and more settings don't allow traceroute to go through, is there any alternatives to netselect?=20 thanks --=20 Tong (remove underscore(s) to reply) http://xpt.sf.net/techdocs/ http://xpt.sf.net/tools/

Date: Fri, 22 Jun 2007 13:07:16 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Connect to DOS box Message-ID: <20070622200716.GM6921@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ypK2e0chMB3/6G/b" Content-Disposition: inline --ypK2e0chMB3/6G/b Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2007 at 08:58:33PM +0100, John K Masters wrote:
> At work I use a networked box that runs from Novell Netware on DOS v5.0
> This runs very old accounting software. The box itself is a P120 with
> 16 MB RAM and a small HD (about 128MB). No OS on the HD.
[...]
>=20
> However, to transfer the files I have to use a floppy disc. How can I
> connect the 2 boxes? The DOS box cannot boot from CD, has no installed
> OS (boots into network off floppy) and has only a serial connection
> spare. The network is 10BASE-2 thin ethernet.
if you can somehow get on the same ethernet network, you might have luck with ncpfs, which provides some netware protocol stuff. I use it on one of my networks to connect to a point-of-sale system server that runs netware.=20 otherwise I think you're in for some kind of null-modem thing off the serial port but don't ask me how... A --ypK2e0chMB3/6G/b 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) iD8DBQFGfCv0aIeIEqwil4YRApvNAJ9xxfpzOwUkG0dzgTboVeYsIduXXgCgq4Zt lUoteizZOEH6JxgrfNp4RFM= =fKj7 -----END PGP SIGNATURE----- --ypK2e0chMB3/6G/b--

Date: Fri, 22 Jun 2007 13:11:32 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: 2.6 kernel upgrade gives garbled video (w/o X11) Message-ID: <20070622201132.GN6921@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K6O+KTK9ergsM8fw" Content-Disposition: inline --K6O+KTK9ergsM8fw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2007 at 06:12:42PM -0000, amhoov@gmail.com wrote:
> Hi all,
>=20
> I recently attempted to upgrade my kernel from 2.4.27 to 2.6.18 on my
> Sarge installation. First off, I had to change my sources.list to use
> the Etch packages because of a dependency loop involving libc6.
what was the problem? there are 2.6 series kernel in sarge (2.6.8 I think). You should be able to just do it without messing with Etch packages. and since you've started... you may need to finish moving up to Etch.
> However, I did the kernel installation w/ "apt-get install kernel-
> image-2.6-686" and the installation completed successfully w/ my Grub
> configurations updated automatically.
>=20
> When I restarted the machine and selected the 2.6 kernel, the boot
> process proceeded fine (and I could read all the text scrolling by).
> But when it came time to display the login prompt (terminal only, it's
> a server, so there's no X11) the screen got all garbled. Essentially
> all I can see is flickering black and white boxes covering the screen.
> However, I can login and reboot the machine - I just can't see what
> I'm typing.
>=20
> Anyone have any suggestions on this one? I tried installing the kernel-
> image-2.6-386 on a lark, but I still ran into the same problem. I'm
> not passing any special kernel parameters on boot to the 2.4 kernel
> either. What am I missing?
>=20
I think there is some new console-font stuff happening. You can see it with a successful post-sarge boot .. the screen flickers while it sets up the consoles. Have you tried booting single-user mode?=20 A --K6O+KTK9ergsM8fw 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) iD8DBQFGfCz0aIeIEqwil4YRAmj9AKDAJ83ZmT2DDAgQ7XnA7EyYi5n/tgCgy84h bJVxoBSPL1b+Mf50HTDimY8= =nZAI -----END PGP SIGNATURE----- --K6O+KTK9ergsM8fw--

Date: Fri, 22 Jun 2007 20:58:33 +0100 From: John K Masters <johnmasters@oxtedonline.net> To: Debian Users <debian-user@lists.debian.org> Subject: Connect to DOS box Message-ID: <20070622195833.GA20312@spookie1.spookiegate> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline At work I use a networked box that runs from Novell Netware on DOS v5.0 This runs very old accounting software. The box itself is a P120 with 16 MB RAM and a small HD (about 128MB). No OS on the HD. I have managed to persuade the somewhat ITphobic management to provide me a standalone box on which to analyse the daily data. Obviously I have installed Debian Etch. Having written a few Python scripts to take the output of printed reports and parse them into an OO spreadsheet it is all coming together. However, to transfer the files I have to use a floppy disc. How can I connect the 2 boxes? The DOS box cannot boot from CD, has no installed OS (boots into network off floppy) and has only a serial connection spare. The network is 10BASE-2 thin ethernet. Regards, John -- War is God's way of teaching Americans geography Ambrose Bierce (1842 - 1914)

Confused? Frustrated?X

Date: Fri, 22 Jun 2007 18:56:48 +0000 (UTC) From: Sylvain Le Gall <gildor@debian.org> To: debian-user@lists.debian.org Subject: Re: apt-caher or approx? Message-ID: <slrnf7o6rh.9ha.gildor@gallu.homelinux.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On 22-06-2007, Andr=E9s Ghigliazza <tizone@gmail.com> wrote:
> Hi there,
>
> We will soon have, 5 or 6 Debian boxs (servers and desktops), in our
> LAN. We would like to know, if it is better to use apt-cacher o approx
> for the updates.
>
> I couldn't find enough documentation of any of them, to see some
> features, before installing one.
>
I am using approx for a at least one year now. I used apt-proxy before. Approx is fast and simple. There is almost no configuration (just add the repository you want to use) and change the sources.list of your host. Concerning speed, i move from apt-proxy which can achieve 1MBps to approx (2-4MBps).=20 I cannot compare with apt-cacher since i have never used it. Regards, Sylvain Le Gall

Date: Fri, 22 Jun 2007 15:09:34 -0500 From: Mike McCarty <Mike.McCarty@sbcglobal.net> To: Debian Users <debian-user@lists.debian.org> Subject: Re: Connect to DOS box Message-ID: <467C2C7E.4070901@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit John K Masters wrote: [snip]
> However, to transfer the files I have to use a floppy disc. How can I
> connect the 2 boxes? The DOS box cannot boot from CD, has no installed
> OS (boots into network off floppy) and has only a serial connection
> spare. The network is 10BASE-2 thin ethernet.
Smart Boot Manager can probably boot your machine from CDROM. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. 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!

Date: Fri, 22 Jun 2007 21:11:49 +0100 From: Chris Lale <chrislale@untrammelled.co.uk> To: debian-user@lists.debian.org Subject: Re: ssh on lan by hostname instead of dynamic ip Message-ID: <467C2D05.4060704@untrammelled.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit BartlebyScrivener wrote:
> Hello,
>
> I use unison and rsync on my home LAN. Everything works fine as long
> as I use ip addresses, for example,
>
> ssh rick@192.168.0.5
>
> But my router (on home LAN) assigns dynamic ip addresses. So my
> scripts don't work if the router happens to assign a different address
> that day to one of my machines.
>
> Is there a way to use ssh and rsync using hostname instead of ip
> address. It seems to me I've had this working once or twice, but then
> it stops.
>
Not sure if dnsmasq[1] might help - it can serve the names of local machines which are not in the global DNS. I've looked at it but never actually used it myself. [1] http://www.thekelleys.org.uk/dnsmasq/doc.html -- Chris.

Date: Fri, 22 Jun 2007 13:29:26 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: mplayer problem Message-ID: <20070622202925.GO6921@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kKzyKg8wiyKtWh3J" Content-Disposition: inline --kKzyKg8wiyKtWh3J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2007 at 09:20:56AM -0400, Thomas H. George wrote:
> On Wed, Jun 20, 2007 at 10:02:12AM -0500, Hugo Vanwoerkom wrote:
> > Thomas H. George wrote:
> > >mplayer worked once, then no more. Using the iceape browser I went to=
a=20
> > >www.whyy.org and connected to the sound stream - no problem. Then=20
[...]
> >=20
> No. When I entered this from iceape the mplayer window comes up and
> immediately says "Stopped". If I click play mplayer reports "Getting
> playlist..." followed immediately by "Stopped".
>=20
are you using sid? All my sid boxes recently showed this behavior with the plug-in. You have to right-click the plugin-screen (the part that comes up when youclick a link) to get a context-menu. select Configure. then pick a video output. I used x11 and it worked for me. hth A --kKzyKg8wiyKtWh3J 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) iD8DBQFGfDElaIeIEqwil4YRAsFZAJ4vNvQCv1OS0RCExH0x4W3/N0NRuACeLq4g gAMWmwOy/y+o8kFYZ1MEUxs= =99Tt -----END PGP SIGNATURE----- --kKzyKg8wiyKtWh3J--

Date: Fri, 22 Jun 2007 19:14:15 +0000 (UTC) From: - Tong - <mlist4suntong@yahoo.com> To: debian-user@lists.debian.org Subject: Debian default ssh configuration problem with public/private key checking Message-ID: <f5h727$gav$1@sea.gmane.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,=20 I'm trying to setup Debian to accept my remote ssh login. No problem with that, but I'm facing a configuration problem:=20 It doesn't seem to be able to handle/accept the public/private key checking, i.e.,what sourceforge.net is doing [1], but insists on checking login password [2], which is not a recommended practice. This is a vanilla sshd configuration. I.e., everything from Debian defaul= t.=20 What changes should I make to enable the public/private key Authenticatio= n? thanks [1] Correct log to ssh into sourceforge.net: debug1: ssh_rsa_verify: signature correct [...] debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: /home/dsl/.ssh/id_rsa debug1: Server accepts key: pkalg ssh-rsa blen 149 [2] My own Debian sshd server: debug1: ssh_rsa_verify: signature correct [...] debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Next authentication method: publickey debug1: Offering public key: /home/dsl/.ssh/id_rsa debug1: Authentications that can continue: publickey,password,keyboard-interactive --=20 Tong (remove underscore(s) to reply) http://xpt.sf.net/techdocs/ http://xpt.sf.net/tools/

Date: Fri, 22 Jun 2007 22:07:26 +0200 From: csanyipal <csanyipal@csanyi-pal.info> To: debian-user@lists.debian.org Subject: Re: compatible UPS - solved Message-ID: <20070622200726.GU6639@csanyi-pal.info> Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2007 at 11:32:32AM -0500, Hugo Vanwoerkom wrote:
> csanyipal wrote:
> >On Fri, Jun 22, 2007 at 12:19:13PM +0200, csanyipal wrote:
> >
> >>Is this UPS supported by Etch?
> >>
> >>Inform Guard 600A (600VA)/Line Interractive/AVR
> >>
> >>Any advices will be appreciated!
> >
> >Sorry for this mail abowe.
> >I find this link, which solve my problem:
> >http://www.apcupsd.org/
> >
>=20
> And that site says that apcupsd supports an Inform Guard 600A?
No, I actually haven't an Inform Guard 600A, but will to by some UPS.=20 On that site I find that, that an APC Back-UPS is supported by apcupsd.=20 So I decide that, that I should to by such an UPS. :) --=20 Regards, Paul Cs=E1nyi http://www.freewebs.com/csanyi-pal/index.htm

Date: Fri, 22 Jun 2007 16:26:43 -0400 From: Wayne Topa <linuxone@intergate.com> To: debian-user@lists.debian.org Subject: Re: ssh on lan by hostname instead of dynamic ip Message-ID: <20070622202643.GB20491@intergate.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Chris Lale(chrislale@untrammelled.co.uk) is reported to have said:
> BartlebyScrivener wrote:
> > Hello,
> >
> > I use unison and rsync on my home LAN. Everything works fine as long
> > as I use ip addresses, for example,
> >
> > ssh rick@192.168.0.5
> >
> > But my router (on home LAN) assigns dynamic ip addresses. So my
> > scripts don't work if the router happens to assign a different address
> > that day to one of my machines.
> >
> > Is there a way to use ssh and rsync using hostname instead of ip
> > address. It seems to me I've had this working once or twice, but then
> > it stops.
> >
>
> Not sure if dnsmasq[1] might help - it can serve the names of local machines
> which are not in the global DNS. I've looked at it but never actually used it
> myself.
>
> [1] http://www.thekelleys.org.uk/dnsmasq/doc.html
Thats correct Chris, dnsmasq is what I use and I connect via hostname with ssh on the lan. Wayne -- Windows 3.1 not found: (C)heer, (P)arty, (D)ance? _______________________________________________________

Date: Fri, 22 Jun 2007 13:50:17 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Debian default ssh configuration problem with public/private key checking Message-ID: <20070622205017.GQ6921@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZlgiSU82KsurN9l" Content-Disposition: inline --YZlgiSU82KsurN9l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2007 at 07:14:15PM +0000, - Tong - wrote:
> Hi,=20
>=20
> I'm trying to setup Debian to accept my remote ssh
> login. No problem with that, but I'm facing a
> configuration problem:=20
>=20
> It doesn't seem to be able to handle/accept the public/private key
> checking, i.e.,what sourceforge.net is doing [1], but insists on checking
> login password [2], which is not a recommended practice.
>=20
> This is a vanilla sshd configuration. I.e., everything from Debian defaul=
t.=20
> What changes should I make to enable the public/private key Authenticatio=
n? =66rom /etc/ssh/sshd_config: RSAAuthentication yes PubkeyAuthentication yes [....] # To enable empty passwords, change to yes (NOT RECOMMENDED) PermitEmptyPasswords no # Change to no to disable s/key passwords ChallengeResponseAuthentication no # Change to yes to enable tunnelled clear text passwords PasswordAuthentication no and before you do that (i.e., while passwords is still on) do ssh-copy-id -i ~/.ssh/id_rsa.pub you@your-box it will prompt you for the password, copy up the key and tweak a couple permissions if needed. Then you can test it using public-key before you turn off the passwords... A --YZlgiSU82KsurN9l 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) iD8DBQFGfDYJaIeIEqwil4YRAgeTAKCbHFLOsHpdwQhrT3xkOJukARFoAACgtGau c9Y3R7CKov64SXkJnghVRuo= =GGm4 -----END PGP SIGNATURE----- --YZlgiSU82KsurN9l--

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Date: Fri, 22 Jun 2007 21:40:27 +0100 From: John K Masters <johnmasters@oxtedonline.net> To: debian-user@lists.debian.org Subject: Re: Connect to DOS box Message-ID: <20070622204027.GA20754@spookie1.spookiegate> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 13:07 Fri 22 Jun , Andrew Sackville-West wrote:
> On Fri, Jun 22, 2007 at 08:58:33PM +0100, John K Masters wrote:
<snip>
> > However, to transfer the files I have to use a floppy disc. How can I
> > connect the 2 boxes? The DOS box cannot boot from CD, has no installed
> > OS (boots into network off floppy) and has only a serial connection
> > spare. The network is 10BASE-2 thin ethernet.
</snip>
>
> if you can somehow get on the same ethernet network, you might have
> luck with ncpfs, which provides some netware protocol stuff. I use it
> on one of my networks to connect to a point-of-sale system server that
> runs netware.
>
> otherwise I think you're in for some kind of null-modem thing off the
> serial port but don't ask me how...
>
> A
Looks like that could be a partial solution. There is a spare terminal in my office and the 'IT Manager' is on 2 weeks leave. Regards, John -- War is God's way of teaching Americans geography Ambrose Bierce (1842 - 1914)

Date: Fri, 22 Jun 2007 21:45:11 +0100 From: John K Masters <johnmasters@oxtedonline.net> To: debian-user@lists.debian.org Subject: Re: Connect to DOS box Message-ID: <20070622204511.GB20754@spookie1.spookiegate> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 15:09 Fri 22 Jun , Mike McCarty wrote:
> John K Masters wrote:
>
> [snip]
>
> >However, to transfer the files I have to use a floppy disc. How can I
> >connect the 2 boxes? The DOS box cannot boot from CD, has no installed
> >OS (boots into network off floppy) and has only a serial connection
> >spare. The network is 10BASE-2 thin ethernet.
>
> Smart Boot Manager can probably boot your machine from CDROM.
>
Thanks, I'll try that. If I can boot a live CD I'm halfway there. Regards, John -- War is God's way of teaching Americans geography Ambrose Bierce (1842 - 1914)

Date: Fri, 22 Jun 2007 22:41:41 +0200 From: Dirk <noisyb@gmx.net> To: debian-user@lists.debian.org Subject: Is there any chance to find out in which package the start-stop-daemon Message-ID: <467C3405.6030508@gmx.net> is w/o reinstalling the whole debian distribution and hopeing that it will be installed automatically? Slightly annoyed question about Debian package system X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Is there any chance to find out in which package the start-stop-daemon is w/o reinstalling the whole debian distribution and hopeing that it will be installed automatically? Dirk

Date: Fri, 22 Jun 2007 22:35:54 +0200 From: Dirk <noisyb@gmx.net> To: Debian User List <debian-user@lists.debian.org> Subject: Slightly annoyed question about Debian package system Message-ID: <467C32AA.3090701@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Is there any chance to find out in which package the start-stop-daemon is w/o reinstalling the whole debian distribution and hopeing that it will be installed automatically? Dirk End of debian-user-digest Digest V2007 Issue #1825 ************************************************** Received on Fri Jun 22 17:17:17 2007

This archive was generated by hypermail 2.1.8 : Fri Jun 22 2007 - 17:20:02 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library