Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #1905

From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Jul 06 2007 - 16:54:07 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 1905

Today's Topics:

  Re: aptitude "why" command (was: dig  [ Andrew Sackville-West  ]
  Re: installation of jdk 1.5 in linux  [ Kushal Kumaran  ]
  setting default screen resolution fo  [ yong lee  ]
  Re: Enabling SFTP under Debian 4.0r0  [ Kent West  ]
  Re: Enabling SFTP under Debian 4.0r0  [ Yann Lejeune  ]
  Installing Debian Etch on hw RAID 1   [ csanyipal 
  Re: tetex and texlive: changes in De  [ "H.S." <hs.samix@gmail.com> ]
  Re: Enabling SFTP under Debian 4.0r0  [ ArcticFox <genkokitsu@insightbb.com ]

Date: Fri, 6 Jul 2007 12:38:46 -0700
From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org
Subject: Re: aptitude "why" command (was: digikam upgrade: plugins to be remove) Message-ID: <20070706193846.GC12665@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="/OCBIV6O7sl/38gM" Content-Disposition: inline

--/OCBIV6O7sl/38gM

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jul 06, 2007 at 08:30:36PM +0200, Florian Kulzer wrote:
> On Thu, Jul 05, 2007 at 20:23:03 -0700, Daniel Burrows wrote:
> >=20
> > You can thank this list for the feature, I got the idea when I noticed
> > that something like 99% of the questions people have about apt(itude) a=
re
> > of the form "WTF is this package being installed/removed/not installed?"

>=20

> The next time I hear the tired old "Free software developers only want
> to scratch their own itches; they never care about the problems of
> non-geek users" tirade, I can simply refer people to this thread.
Do you need help?X

to which the hopeless will respond: "See, they got an itch from the annoying user questions and scratched that itch to make it go away..."

but then they're hopeless. ;)

A

--/OCBIV6O7sl/38gM

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
Do you need more help?X

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGjppGaIeIEqwil4YRAva4AKDHmKRCvVwwz2myC5v0u45S44K6BwCg2ps/ aU1mGl73CpYeYowkAnL6QFA=
=0OMF
-----END PGP SIGNATURE----- --/OCBIV6O7sl/38gM--

Date: Fri, 6 Jul 2007 15:29:21 -0400
From: Wayne Topa <linuxone@intergate.com> To: debian-user@lists.debian.org
Subject: Re: installation of jdk 1.5 in linux 9.0

Message-ID: <20070706192921.GA7473@buddy.mtntop.home>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Can we help you?X

Souvik Chakravarty(chakravarty.souvik@gmail.com) is reported to have said:
> i am absolutely new to linux..so can any one tell me the procedure to
> install jdk 1.5 in linux....specially the path

I don't know what version you are using.... ;-( so do, on whatever version you are running.

aptitude or apt-cache search jdk . You pick the one you want to install.

Wayne

-- 
Real Time, adj.:
  Here and now, as opposed to fake time, which only occurs there and then.
_______________________________________________________

Date: Sat, 7 Jul 2007 01:08:42 +0530 From: Kushal Kumaran <kushal@it.iitb.ac.in> To: debian-user@lists.debian.org Subject: Re: installation of jdk 1.5 in linux 9.0 Message-ID: <20070706193842.GB12162@it.iitb.ac.in> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 07, 2007 at 12:25:31AM +0530, Souvik Chakravarty wrote:
> i am absolutely new to linux..so can any one tell me the procedure to
> install jdk 1.5 in linux....specially the path
>
You can add the non-free repository to your /etc/apt/sources.list and then run: aptitude update aptitude install sun-java5-jdk All this needs to be done as root. Reply back to this list if you have trouble with these steps, and someone will provide more details. PS: Just an idle question of mine, what's linux 9.0? The current version of debian is 4.0 (etch) and the kernel is 2.6. -- Kushal Kumaran kushal@it.iitb.ac.in

Date: Fri, 6 Jul 2007 14:40:06 -0500 From: ArcticFox <genkokitsu@insightbb.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-Id: <683cb777601e855f2b3cf9ba3478f48b@insightbb.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On Jul 6, 2007, at 2:18 PM, Kent West wrote:
> ArcticFox wrote:
>> I just installed the newest version of Debian and was quite annoyed >> to discover that neither SSH nor SFTP are enabled after installing. >> I've gotten SSH to work, but I'm still having trouble with SFTP. Any >> suggestions? >> >>
> # aptitude install ssh
>
> should have pretty much done all you needed. Did you install/configure
> ssh in some other manner (perhaps compiling it yourself, etc)?
>
> --
> Kent
On Jul 6, 2007, at 2:26 PM, Bob McGowan wrote: >
> Are you talking about using them from you system outbound, or inbound
> to your system?
>
> The relevant packages are:
>
> openssh-client - Secure shell client, an rlogin/rsh/rcp replacement
> openssh-server - Secure shell server, an rshd replacement
> ssh - Secure shell client and server (transitional package)
>
> So if you only installed the first in the list, you'd only have
> outbound connectivity. And etc. for the other two, per descriptions.
>
> Also, have you set up any firewall rules? Without specifically
> changing things, they might prevent some or all inbound connections.
>
> Otherwise, setting up ssh should by default set up sftp, I believe (at
> least, that's what's happened for me, IIRC).
>
> --
> Bob McGowan
> I used the synoptic package manager to install ssh, and according to that program openssh-client, openssh-server, and ssh are all installed. I'm trying to connect from my laptop to the Linux computer using sftp. I can connect through ssh. As far as I know there's no firewall on this computer, I didn't set one up as I have a router with firewall capability already in place. So unless the installer places a firewall. --ArcticFox

Date: Fri, 6 Jul 2007 14:44:37 -0500 From: "Russell L. Harris" <rlharris@oplink.net> To: debian-user@lists.debian.org Subject: Re: tetex and texlive: changes in Debian? Message-ID: <20070706194437.GA3601@cromwell.tmiaf> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * H.S. <hs.samix@gmail.com> [070706 14:21]:
> Tyler Smith wrote:
> > On 2007-07-06, H.S. <hs.samix@gmail.com> wrote:
>
> > If you search the list you'll find several threads about people
> > switching from tetex to texlive now, which is generally painless.
>
> Thanks for the explanation. I will probably wait and let things settle
> on their own.
Things just don't "settle on their own". The safe procedure is simply to uninstall tetex, making sure to tell the package tool (apt-get, aptitude, or synaptic) to PURGE the configuration files. Then simply install texlive. The change from tetex to texlive should be invisible to the end user. RLH

Date: Fri, 6 Jul 2007 13:03:32 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706200332.GD12665@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rgqXlh/A5ZVYK4yt" Content-Disposition: inline --rgqXlh/A5ZVYK4yt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 06, 2007 at 02:40:06PM -0500, ArcticFox wrote: >=20
> On Jul 6, 2007, at 2:18 PM, Kent West wrote:
>=20
> >ArcticFox wrote:
> >>I just installed the newest version of Debian and was quite annoyed=20
> >>to discover that neither SSH nor SFTP are enabled after installing.=20
> >>I've gotten SSH to work, but I'm still having trouble with SFTP. Any=20
> >>suggestions?
> >>
> >>
> ># aptitude install ssh
> >
> >should have pretty much done all you needed. Did you install/configure=
=20
> >ssh in some other manner (perhaps compiling it yourself, etc)?
> >
[...] >=20
> I used the synoptic package manager to install ssh, and according to=20
> that program openssh-client, openssh-server, and ssh are all installed.=
=20
> I'm trying to connect from my laptop to the Linux computer using sftp.=20
> I can connect through ssh.
review your /etc/ssh/sshd_config and confirm there is a Subsystem line for sftp. mine looks like this: Subsystem sftp /usr/lib/openssh/sftp-server and it works.=20 of course, restart sshd to test.=20 >=20
> As far as I know there's no firewall on this computer, I didn't set one=
=20
> up as I have a router with firewall capability already in place. So=20
> unless the installer places a firewall.
and have you opened the ports on your router? looks like you need 115 open for sftp A --rgqXlh/A5ZVYK4yt 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) iD8DBQFGjqAUaIeIEqwil4YRAk/JAJ929mcRwTyMIgJeH2+CWiBo/xgeMgCbBM/j y6RqpbkBXhVxYP5fsXhndYw= =X3iv -----END PGP SIGNATURE----- --rgqXlh/A5ZVYK4yt--

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

Date: Fri, 6 Jul 2007 13:05:00 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706200459.GE12665@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4loEm8vkm2dPEmEM" Content-Disposition: inline --4loEm8vkm2dPEmEM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 06, 2007 at 03:58:20PM -0400, Douglas Allan Tutty wrote:
> On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote:
> > I just installed the newest version of Debian and was quite annoyed to=
=20
> > discover that neither SSH nor SFTP are enabled after installing. I've=
=20
> > gotten SSH to work, but I'm still having trouble with SFTP. Any=20
> > suggestions?
>=20
> Why would you be annoyed that a service isn't up and running? The
> base install doesn't include ssh. Someone else could be "quite annoyed"
> that there's no apache running. =20
>=20
> Do you have vsftpd installed? Have you read its documentation?
he doesn't need it. openssh-server provides sftp service. A --4loEm8vkm2dPEmEM 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) iD8DBQFGjqBraIeIEqwil4YRAhyoAJ9kcpRV0bTBTbi7MRuqHOLXIaWDCQCfYS+9 WTzbwgGygIG1RHHEQPbBkA8= =bWYH -----END PGP SIGNATURE----- --4loEm8vkm2dPEmEM--

Date: Fri, 6 Jul 2007 13:07:33 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Setting up a cron for fetchmail Message-ID: <20070706200733.GF12665@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sgof50bbbY3Ojj4a" Content-Disposition: inline --sgof50bbbY3Ojj4a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 06, 2007 at 03:50:36PM -0400, Douglas Allan Tutty wrote:
> On Fri, Jul 06, 2007 at 10:53:36AM -0700, Andrew Sackville-West wrote:
> =20
> > Anyone care to comment on the security issues of running fetchmail as
> > root?=20
> >=20
>=20
> I've never needed to. I run fetchmail out-of-the-box as a daemon with
> the fechmailrc in /etc (no-per-user fetchmail). It just works.
well, looky there... >=20
> What errors do you get? Send us your fetchmailrc (with the password and
> other sensitive things XXX'd out. Also, ensure that
> /etc/default/fetchmail has START_DAEMON=3Dyes.
ooh. and there too. learn something everyday. I had been running it on a per user basis and decided that was a pain because 1) my users were never going to mess with their fetchmailrc's and 2) then I would have multiple fetchmail's running. Neither of these were desirable, so I stuck them all in root and ran it like that.=20 Thanks for the pointer. A --sgof50bbbY3Ojj4a 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) iD8DBQFGjqEFaIeIEqwil4YRAppmAJ4/l6uhHs2gAMSJvS8D/Ry8DJzc7wCglmd6 HQ869E5JYisN0sD3Lgga1HI= =qPpy -----END PGP SIGNATURE----- --sgof50bbbY3Ojj4a--

Date: Fri, 6 Jul 2007 13:25:19 -0700 From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706202519.GG12665@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u2zjs13kMz/cGsQm" Content-Disposition: inline --u2zjs13kMz/cGsQm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 06, 2007 at 10:19:30PM +0200, Yann Lejeune wrote:
> On 2007/07/06-13:03(-0700), Andrew Sackville-West wrote :
> >=20
> > looks like you need 115 open for sftp
>=20
> Hmmm. If you snoop an SFTP transfer, it looks like that only TCP port 22 =
is
> used.
interesting. /etc/services shows 115, but google shows many references to 22, which makes sense if its over ssh. So I withdraw my statement. A --u2zjs13kMz/cGsQm 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) iD8DBQFGjqUvaIeIEqwil4YRAhyCAKCJBL8TJGtg/GE6wLFaWPKY6WkkIACgmKm0 krC4kTYjOD43Ai/3tmnTV4U= =8IPZ -----END PGP SIGNATURE----- --u2zjs13kMz/cGsQm--

Date: Fri, 6 Jul 2007 15:58:20 -0400 From: Douglas Allan Tutty <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706195820.GE9535@titan> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote:
> I just installed the newest version of Debian and was quite annoyed to
> discover that neither SSH nor SFTP are enabled after installing. I've
> gotten SSH to work, but I'm still having trouble with SFTP. Any
> suggestions?
Why would you be annoyed that a service isn't up and running? The base install doesn't include ssh. Someone else could be "quite annoyed" that there's no apache running. Do you have vsftpd installed? Have you read its documentation? Doug.

Date: Fri, 6 Jul 2007 15:55:31 -0400 From: Douglas Allan Tutty <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: Submit bug reports to Debian or upstream project? Message-ID: <20070706195531.GD9535@titan> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 06, 2007 at 10:43:43AM -0700, Glen Pfeiffer wrote:
> Is it preferable to submit a bug report to Debian or to the
> upstream project? Assume it is not a Debian only package, like
> GNOME for example.
>
> I have searched for the answer and found This:
>
> http://www.debian.org/Bugs/Reporting
> _If you file a bug in Debian, don't send a copy to the
> upstream software maintainers yourself, as it is possible
> that the bug exists only in Debian. If necessary, the
> maintainer of the package will forward the bug upstream._
>
> That does not tell me if it is preferable to submit it to Debian
> or upstream.
I would think that you would send the bug to the people from whom you received the package. If its a debian package, send the bug to debian. As they say, the bug may only exist in Debian. The upstream people won't want to track down a 'downstream' bug. Doug.

Date: Fri, 6 Jul 2007 15:50:36 -0400 From: Douglas Allan Tutty <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: Setting up a cron for fetchmail Message-ID: <20070706195036.GC9535@titan> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 06, 2007 at 10:53:36AM -0700, Andrew Sackville-West wrote:
> Anyone care to comment on the security issues of running fetchmail as
> root?
>
I've never needed to. I run fetchmail out-of-the-box as a daemon with the fechmailrc in /etc (no-per-user fetchmail). It just works. What errors do you get? Send us your fetchmailrc (with the password and other sensitive things XXX'd out. Also, ensure that /etc/default/fetchmail has START_DAEMON=yes. Doug.

Date: Fri, 6 Jul 2007 15:36:10 -0400 From: Douglas Allan Tutty <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: urgent help about NIC question: e1000_clean_tx_irq: Detected Tx Unit Hang Message-ID: <20070706193610.GA9535@titan> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 06, 2007 at 09:12:43AM -0400, chloe K wrote:
> Hi all
>
> I am running debian etch as router. one optical fibre cardis is using
> PCI-X and other 4 copper ports card is using PCI 64 bits
>
> Four ports copper ethernet cards are testing fine. but when I plug
> the optical fibre card to our upstream, this card is up and I can ping
> to my upstream. but at the same time, one of the ports in 4 ports card
> is showing error message in the console.
>
> ls it the irq issue? How can I check it? thank you very much for your
> help
>
> one of the ports in my 4 ports is showing error message
>

> e1000: eth2: e1000_clean_tx_irq: Detected Tx Unit Hang
> Tx Queue <0>
> TDH <3a>
> TDT <25>
> next_to_use <25>
> next_to_clean <38>
> buffer_info [next_to_clean>
> time_stamp <ffff2062>
> next_to_watch <3c>
> juffies <ffff2761>
> next_to_watch_status <0>
> NETDEV WATCHDOG: eth2: transit timed out
> e1000: eth2: e1000_watchdog: NIC Link is up 1000 Mpbs Full Duplex
> e1000: eth2: e1000_watchdog: Link is Down
>
I think that you are saying that in both cases, both cards are installed in the box. The problem is that one of the copper ports stops working when the fiber port is connected to something. Correct? Give us the output of #dmsg | grep -i eth #lspci | grep -i eth And tell us which port is the fibre and which ports are on the 4-port card. Also, does you MB have its own ports? Doug.

Date: Fri, 6 Jul 2007 16:06:50 -0400 From: Douglas Allan Tutty <dtutty@porchlight.ca> To: debian-user@lists.debian.org Subject: Re: installation of jdk 1.5 in linux 9.0 Message-ID: <20070706200650.GA11828@titan> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 07, 2007 at 12:25:31AM +0530, Souvik Chakravarty wrote:
> i am absolutely new to linux..so can any one tell me the procedure to
> install jdk 1.5 in linux....specially the path
The only 'jdk' I see in aptitude is 'sun-java5-jdk', version 1.5.0-10-3. Use your package manager (I use aptitude interactivly) and select this package. Apt will take care of installing any dependancies. Doug.

Don't know where to look next?X

Date: Fri, 6 Jul 2007 22:08:57 +0200 From: Yann Lejeune <lejeuney@gmail.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706200857.GA16286@mano.netyl.org> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2007/07/06-14:40(-0500), ArcticFox wrote :
> I used the synoptic package manager to install ssh, and according to
> that program openssh-client, openssh-server, and ssh are all installed.
> I'm trying to connect from my laptop to the Linux computer using sftp.
> I can connect through ssh.
>
> As far as I know there's no firewall on this computer, I didn't set one
> up as I have a router with firewall capability already in place. So
> unless the installer places a firewall.
>
Check in the /etc/ssh/sshd_config that the following line exists (at the end): Subsystem sftp /usr/lib/openssh/sftp-server Can you provide us how did you test your SFTP server and the _exact_ error you got ? Regards. -- Yann Lejeune.

Date: Fri, 6 Jul 2007 13:10:05 -0700 (PDT) From: yong lee <ylee_95116@yahoo.com> To: debian-user@lists.debian.org Subject: setting default screen resolution for Gnome desktop Message-ID: <653297.58476.qm@web34805.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Is there a way to set the default screen resolution (to 1280x768. perhaps) for a debian Gnome desktop ? I have 4 machines, but I have only 1 monitor. Currently, I am using a Belkin monitor switching device to switch from one machine to another whenever I need to see or work on a machine.=20 The problem is if there is not a monitor/screen attaching to it when the machine is booting up, the screen resolution will be set to 640x480 by default. So when I switch to this machine, the screen and image look very bad. I wonder whether I can set the default so I would not have this problem. Many thanks Yong=20 =20 _________________________________________________________________________= ___________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail,= news, photos & more.=20 http://mobile.yahoo.com/go?refer=3D1GNXIC

Date: Fri, 06 Jul 2007 15:20:26 -0500 From: Kent West <westk@acu.edu> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-id: <468EA40A.8030700@acu.edu> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT ArcticFox wrote: >
> I used the synoptic package manager to install ssh, and according to
> that program openssh-client, openssh-server, and ssh are all
> installed. I'm trying to connect from my laptop to the Linux computer
> using sftp. I can connect through ssh.
See if you can sftp from the Linux computer to itself. This will eliminate any router issues, etc. -- Kent

Date: Fri, 6 Jul 2007 22:19:30 +0200 From: Yann Lejeune <lejeuney@gmail.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-ID: <20070706201930.GB16286@mano.netyl.org> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2007/07/06-13:03(-0700), Andrew Sackville-West wrote :
>
> looks like you need 115 open for sftp
Hmmm. If you snoop an SFTP transfer, it looks like that only TCP port 22 is used. Regards.

Date: Fri, 6 Jul 2007 21:58:38 +0200 From: csanyipal <csanyipal@csanyi-pal.info> To: Debian User <debian-user@lists.debian.org> Subject: Installing Debian Etch on hw RAID 1 on nvidia nForce 430i Message-ID: <20070706195838.GB18048@csanyi-pal.info> Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello! I want to install Debian Etch on my new box with motherboard that has for= =20 the storage the nvidia nForce 430i chipset. This chipset support RAID=20 1 configuration. I want to install Etch on two SATA disk with the hardware RAID 1=20 setup. I setup in the BIOS the RAID 1 for these disks. I have only these two=20 disks (2 x 320 GB) in the box. I want to use the downloaded debian-40r0-i386-CD-1.iso for this=20 installation. Will Etch recognize the RAID 1 BIOS setup during the installation? I find on the internet documentation about hardware RAID [1] but can't=20 find in there description about installing a GNU/Linux system on hw=20 RAID 1 out there. Can I install Etch on this nvidia hardware RAID 1, or perhaps should I=20 to install Etch with software RAID 1 on these two SATA disk? Any advices will be appreciated! [1] http://www.ram.org/computing/linux/dpt_raid.html --=20 Regards, Paul Cs=E1nyi http://www.freewebs.com/csanyi-pal/index.htm

Date: Fri, 06 Jul 2007 16:19:35 -0400 From: "H.S." <hs.samix@gmail.com> To: debian-user@lists.debian.org Subject: Re: tetex and texlive: changes in Debian? Message-ID: <f6m85f$v1p$1@sea.gmane.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Russell L. Harris wrote:
> * H.S. <hs.samix@gmail.com> [070706 14:21]:
>> Tyler Smith wrote: >>> On 2007-07-06, H.S. <hs.samix@gmail.com> wrote: >>> If you search the list you'll find several threads about people >>> switching from tetex to texlive now, which is generally painless. >> Thanks for the explanation. I will probably wait and let things settle >> on their own.
>
> Things just don't "settle on their own".
hmm ...
> The safe procedure is simply to uninstall tetex, making sure to tell
> the package tool (apt-get, aptitude, or synaptic) to PURGE the
> configuration files.
already did that.
> Then simply install texlive.
>
> The change from tetex to texlive should be invisible to the end user.
Yeah, this is what I had meant by things settling on their own. ->HS
> RLH
>
>

Date: Fri, 6 Jul 2007 15:30:54 -0500 From: ArcticFox <genkokitsu@insightbb.com> To: debian-user@lists.debian.org Subject: Re: Enabling SFTP under Debian 4.0r0 Message-Id: <1b2cdf30f295bf352ba79d1019978c49@insightbb.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On Jul 6, 2007, at 2:58 PM, Douglas Allan Tutty wrote:
> On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote:
>> I just installed the newest version of Debian and was quite annoyed to >> discover that neither SSH nor SFTP are enabled after installing. I've >> gotten SSH to work, but I'm still having trouble with SFTP. Any >> suggestions? >
> Why would you be annoyed that a service isn't up and running? The
> base install doesn't include ssh. Someone else could be "quite
> annoyed"
> that there's no apache running.
Because the last time I installed the system SSH and SFTP did come with the base system. And apache is available on the initial software install screen that appears after installing the base system. [...] >> >> I used the synoptic package manager to install ssh, and according to >> that program openssh-client, openssh-server, and ssh are all >> installed. >> I'm trying to connect from my laptop to the Linux computer using sftp. >> I can connect through ssh. >
> review your /etc/ssh/sshd_config and confirm there is a Subsystem line
> for sftp. mine looks like this:
>
> Subsystem sftp /usr/lib/openssh/sftp-server
>
> and it works.
>
> of course, restart sshd to test.
I added that line to the file (It wasn't there before) but how do you restart sshd I can't find information in the help or man file. > >> >> As far as I know there's no firewall on this computer, I didn't set >> one >> up as I have a router with firewall capability already in place. So >> unless the installer places a firewall. >
> and have you opened the ports on your router?
>
> looks like you need 115 open for sftp
>
> A
I'm connecting from inside the router, it's firewall doesn't affect local connections. [...] >
> Check in the /etc/ssh/sshd_config that the following line exists (at
> the
> end):
>
> Subsystem sftp /usr/lib/openssh/sftp-server
>
> Can you provide us how did you test your SFTP server and the _exact_
> error
> you got ?
>
> Regards.
>
> --
> Yann Lejeune.
> I attempted a connection using a program called Fugu, the error was 'Request for subsystem 'sftp' failed on channel 0' End of debian-user-digest Digest V2007 Issue #1905 ************************************************** Received on Fri Jul 6 16:53:29 2007

This archive was generated by hypermail 2.1.8 : Fri Jul 06 2007 - 21:25:28 EDT

Confused? Frustrated?X

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