Re: firefox very slow since start of Feb

2006-03-01 Thread Mladen Adamovic
Ethan Aubin wrote: Sometime in early February I apt got a new version of Firefox (I'm guessing it was the upgrade to 1.5.dfsg+1.5.0.1-1), and since then the browser is /dog slow/, sporadically taking tens of seconds to respond to input. Has anyone figured out this problem? Perhaps you can bett

Re: Bash, cat and EOF problem

2006-03-01 Thread LUK ShunTim
Dave Thayer wrote: > On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > > >> >>cat <>outfile >>Some words >>EOF >> >> >>works but when it is embedded inside an if-then-fi construct like, >> >> >>AAA="" >>if [ -z "$AAA" ]; then >> cat <>outfile >> Some words >> EOF >>fi >> >> >>i

Re: bug with the mailing list archive

2006-03-01 Thread Cedric BRINER
> > > I'm facing some uncomprehension with aptitude vs apt-get. And I remembered > > that there was a thread about this on the mailing list archive: > > http://lists.debian.org/debian-user/2005/02/msg00372.html > > > > but when I click on: > > Index(es): > > * Date > > * Thread <<<--- th

Re: aptitude --target target sarge xxx doesn't limit to sarge

2006-03-01 Thread Andrei Popescu
On Wed, 01 Mar 2006 16:43:54 -0500 "Daniel B." <[EMAIL PROTECTED]> wrote: > > When I run "aptitude --target sarge install ...", aptitude doesn't > listen to the instruction to install a version from Sarge; it installs > a version from Testing. (I have both Sarge and Testing mirrors in > my APT s

modprobe.d and post-install problem

2006-03-01 Thread Andras Lorincz
Hi, I have a tv-tuner with saa7135HL chipset and works fine with kernel version 2.6.15.4. When booting I want to pass the module alsa=1 option and to load the saa7134-alsa module also. So I took these steps:  1. created a file /etc/modprobe.d/tuner which contains this: options saa7134 alsa=1 pos

Re: Bash, cat and EOF problem

2006-03-01 Thread Dave Thayer
On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > > cat <>outfile > Some words > EOF > > > works but when it is embedded inside an if-then-fi construct like, > > > AAA="" > if [ -z "$AAA" ]; then >cat <>outfile >Some words >EOF > fi > > > it fails with error message

Re: Bash, cat and EOF problem

2006-03-01 Thread Andrew Cady
On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > if [ -z "$AAA" ]; then >cat <>outfile >EOF > fi Remove indentation before EOF or use <<" EOF". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Alvin Oga
On Wed, 1 Mar 2006, Paul Johnson wrote: > > Dell is not paying $135 for a copy of Windows. > > Are you sure? Look how they cut corners on hardware right up through the > midrange. dell cuts corners by: a) making a custom motherboard b) making a custom power supply c) making custom cables and

Bash, cat and EOF problem

2006-03-01 Thread LUK ShunTim
Hello, I ran into this problem which I cannot figure out. I must have missed something. I'm using sid with bash version 3.1.5(1). cat <>outfile Some words EOF works but when it is embedded inside an if-then-fi construct like, AAA="" if [ -z "$AAA" ]; then cat <>outfile Some words EO

Re: MacBook Pro and Debian

2006-03-01 Thread Kevin Mark
On Thu, Mar 02, 2006 at 05:47:00AM +, Jerome BENOIT wrote: > Hello List, > > I have a very naive question: > can we install Debian on a MacBook Pro (IntelMac) laptop ? I think I read about someone installing windows someway. And its an intel duo core which is in the x86 family. So odds are tha

MacBook Pro and Debian

2006-03-01 Thread Jerome BENOIT
Hello List, I have a very naive question: can we install Debian on a MacBook Pro (IntelMac) laptop ? Thanks, Jerome -- Jerome BENOIT jgmbenoit_at_mailsnare_dot_net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Soyo SY-K7VME network problem

2006-03-01 Thread Luis Avino Muniz
Debian I believe that the Soyo SY-K7VME is the easiest motherboard available compared to many others on the market . I have three of them and they are working perfectly. Once you learn how to handle them you don't want to change this precious piece of art. I'm satisfied so far. I hope you can

Re: update-rc.d questions: best practice?

2006-03-01 Thread Willie Wonka
From: "iforone" <[EMAIL PROTECTED]> Newsgroups: linux.debian.user Subject: Re: update-rc.d questions: best practice? Date: Wed, 01 Mar 2006 20:49:42 -0800 Ivan Teliatnikov wrote: > Hi everyone. > [...] > 2. Is there a command/tool to display status of all services in all > runlevels. I recall that

firefox very slow since start of Feb

2006-03-01 Thread Ethan Aubin
Sometime in early February I apt got a new version of Firefox (I'm guessing it was the upgrade to 1.5.dfsg+1.5.0.1-1), and since then the browser is /dog slow/, sporadically taking tens of seconds to respond to input. Has anyone figured out this problem? Cheers - Ethan -- To UNSUBSCRIBE, email

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Hal Vaughan
On Wednesday 01 March 2006 22:37, Andrew Cady wrote: > On Wed, Mar 01, 2006 at 07:29:15PM -0800, Paul Johnson wrote: > > On Wednesday 01 March 2006 19:24, Andrew Cady wrote: > > > On Wed, Mar 01, 2006 at 05:56:05PM -0800, Paul Johnson wrote: > > > > On Wednesday 01 March 2006 13:25, Star King of th

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread kamaraju kusumanchi
Britton Kerin wrote: I would like to buy my non-linux girlfriend a ready to use laptop with: wireless scan, falling back to CAT5 DHCP open office CD ROM that automounts SD card reader that automounts working sound card reasonable memory and disk working video acceleration (at le

static route in /etc/network/interfaces won't take

2006-03-01 Thread Henry Hollenberg
Hey gang, I added some routes in /etc/network/interfaces: auto eth0 iface eth0 inet static address 10.x.y.z netmask 255.255.255.0 broadcast 10.x.y.255 gateway 10.x.y.1 up /sbin/route add -net 10.a.b.0/16 gw 10.x.y.250 down /sbin/route del -net 10.a.b.0/16 gw 10.x.y.250 which fails to add any

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread John Hasler
Paul Johnson writes: > Microsoft's OEM list price for Windows XP Pro is US$135.00 right now... However, there is no way to know what any given OEM actually pays. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

PCI to PCMCIA card

2006-03-01 Thread David Berg
Does anyone have any experiences with a PCI to PCMCIA card? I've used Ricoh based ISA cards but if I remember right had trouble with PCI versions. This was 4 years ago though. Some minor configuration isn't a problem though being able to plug it in and add drivers for the wireless card would be

Re: xrdb questions

2006-03-01 Thread John
On (01/03/06 12:08), Robert D. Crawford wrote: > To: debian-user@lists.debian.org > From: "Robert D. Crawford" <[EMAIL PROTECTED]> > Subject: xrdb questions > Date: Wed, 01 Mar 2006 12:08:24 -0600 > X-Spam-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00 autolearn=no > version=3.1.0 >

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Andrew Cady
On Wed, Mar 01, 2006 at 07:29:15PM -0800, Paul Johnson wrote: > On Wednesday 01 March 2006 19:24, Andrew Cady wrote: > > On Wed, Mar 01, 2006 at 05:56:05PM -0800, Paul Johnson wrote: > > > On Wednesday 01 March 2006 13:25, Star King of the Grape Trees wrote: > > > > Windows is very expensive *UNLES

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Paul Johnson
On Wednesday 01 March 2006 19:24, Andrew Cady wrote: > On Wed, Mar 01, 2006 at 05:56:05PM -0800, Paul Johnson wrote: > > On Wednesday 01 March 2006 13:25, Star King of the Grape Trees wrote: > > > Windows is very expensive *UNLESS* you get some sort of volume > > > discount or you purchase it with

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Andrew Cady
On Wed, Mar 01, 2006 at 05:56:05PM -0800, Paul Johnson wrote: > On Wednesday 01 March 2006 13:25, Star King of the Grape Trees wrote: > > > Windows is very expensive *UNLESS* you get some sort of volume > > discount or you purchase it with your computer. I have heard of > > places where windows co

Re: update-rc.d questions: best practice?

2006-03-01 Thread John Hasler
L.V.Gandhi wrote: > which package has update-rc.d It's in sysv-rc. It's a required package, so you have it. I suggest that you look at the sysvconfig package, though. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: 2.6 compilation woes...

2006-03-01 Thread Colin
Doofus wrote: > Now I'm bamboozled. If I compile a kernel using the identical .config > file that was used to compile the working and running kernel and it > won't boot properly, then my powers of fault finding dry up. I'd be > mightily grateful if anyone can give me any ideas as to where the > pro

Re: 2.6 compilation woes...

2006-03-01 Thread Doofus
anoop aryal wrote: On Wednesday 01 March 2006 05:32 pm, Doofus wrote: Hi, I hope someone can help me out here. I'm finding 2.6 quite complex compared with the 2.4 kernels which I understood and was comfortable with. I've recently installed sarge over the net and chose kernel 2.6 to initial

Printing from specific application fails

2006-03-01 Thread Travis Crook
Hi all, I have a Samsung ML-1450 printer installed and working (using the Samsung provided linux-config program). I can print from any application except MyBooks Professional 6.2. Is there a way for me to find out what is happening between the program and the printer? Can I print to a fi

Re: question about sb16 module

2006-03-01 Thread Paul Johnson
On Wednesday 01 March 2006 14:36, Kevin Mark wrote: > On Wed, Mar 01, 2006 at 12:23:06PM -0800, Paul Johnson wrote: > > On Wednesday 01 March 2006 05:16, [EMAIL PROTECTED] wrote: > > > I have woody and ISA non-PnP SB16 card, but the bf24 > > > kernel of woody can't use it. It seems to me that bf24

Re: xrdb questions

2006-03-01 Thread Andrew Cady
On Wed, Mar 01, 2006 at 04:37:39PM -0600, Robert D. Crawford wrote: > I did forget to mention that if I run > > xrdb --query > > I do see the emacs and rxvt stuff , and if I exit emacs and rxvt and > start them up again, things are fine. > > I can't think of anything else, though. The problem

Re: Resize raid? RAID Reconfig Tool?

2006-03-01 Thread Andrew Cady
On Tue, Feb 28, 2006 at 09:14:57AM +0100, Jan Johansson wrote: > >because you forgot the missing drive > > Lets change that theory. Lets say I want to growthe array as I move data > over. And I need to grow it in several stages. Then I can not use > missing, since I then I effect have >1 missing d

Re: xrdb questions

2006-03-01 Thread Robert D. Crawford
I did forget to mention that if I run xrdb --query I do see the emacs and rxvt stuff , and if I exit emacs and rxvt and start them up again, things are fine. I can't think of anything else, though. rdc -- -- Robert D. C

Re: update-rc.d questions: best practice?

2006-03-01 Thread Andrew Sackville-West
On Wed, 1 Mar 2006 16:14:46 -0800 L.V.Gandhi <[EMAIL PROTECTED]> wrote: > On 3/1/06, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > > update-rc.d defaults > > which package has update-rc.d I honestly don't know, its in the minimal system. A > > -- > L.V.Gandhi > http://lvgandhi.tripod

Re: aptitude --target target sarge xxx doesn't limit to sarge

2006-03-01 Thread Daniel B.
I wrote: When I run "aptitude --target sarge install ...", aptitude doesn't listen to the instruction to install a version from Sarge; it installs a version from Testing. (I have both Sarge and Testing mirrors in my APT sources list file.) What needs to be done to get "--target ..." (or APT::D

aptitude --target target sarge xxx doesn't limit to sarge

2006-03-01 Thread Daniel B.
When I run "aptitude --target sarge install ...", aptitude doesn't listen to the instruction to install a version from Sarge; it installs a version from Testing. (I have both Sarge and Testing mirrors in my APT sources list file.) What needs to be done to get "--target ..." (or APT::Default-Rel

Re: packages as per sources

2006-03-01 Thread L . V . Gandhi
On 3/1/06, Florian Ernst <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 03:59:56PM -0800, L.V.Gandhi wrote: > > But for Debian Unofficial, it didn't work. > > [...] > > All sun packages are installed from debian-unofficial. > > Works for me: > | $ aptitude search '~O"Debian Unofficial"' | wc

Re: packages as per sources

2006-03-01 Thread Florian Ernst
On Wed, Mar 01, 2006 at 03:59:56PM -0800, L.V.Gandhi wrote: > But for Debian Unofficial, it didn't work. > [...] > All sun packages are installed from debian-unofficial. Works for me: | $ aptitude search '~O"Debian Unofficial"' | wc -l | 86 Cheers, Flo signature.asc Description: Digital signat

Re: question about sb16 module

2006-03-01 Thread Kevin Mark
On Wed, Mar 01, 2006 at 12:23:06PM -0800, Paul Johnson wrote: > On Wednesday 01 March 2006 05:16, [EMAIL PROTECTED] wrote: > > I have woody and ISA non-PnP SB16 card, but the bf24 > > kernel of woody can't use it. It seems to me that bf24 > > try to use ISA PnP module before loading sb16 module. >

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Kevin Mark
On Wed, Mar 01, 2006 at 11:35:18AM -0900, Britton Kerin wrote: > > I would like to buy my non-linux girlfriend a ready to > use laptop with: > >wireless scan, falling back to CAT5 DHCP Hi Britton many new lappys have this so: this is a driver support and configuration issue >open offic

Re: update-rc.d questions: best practice?

2006-03-01 Thread L . V . Gandhi
On 3/1/06, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > update-rc.d defaults which package has update-rc.d -- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042

Re: copying a 12GB file

2006-03-01 Thread Jan Schledermann
. wrote: > > Hi, > > how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet > connection from one computer (mailserver) to another (SAMBA file server > or my workstation) without going to lengths like installing an FTP > server or the like on the mailserver? > > File size limit

Re: packages as per sources

2006-03-01 Thread L . V . Gandhi
On 3/1/06, Florian Ernst <[EMAIL PROTECTED]> wrote: > Hello *, > > On Mon, Feb 27, 2006 at 07:10:02AM -0800, L.V.Gandhi wrote: > > May be I was not clear. I wanted to packages installed say from nerim > > source. How to get it? > > If there is an appropriate entry in /etc/apt/sources.list and the l

Re: 2.6 compilation woes...

2006-03-01 Thread anoop aryal
On Wednesday 01 March 2006 05:32 pm, Doofus wrote: > Hi, > > I hope someone can help me out here. > I'm finding 2.6 quite complex compared with the 2.4 kernels which I > understood and was comfortable with. > > I've recently installed sarge over the net and chose kernel 2.6 to > initially run with.

Re: about ip adress

2006-03-01 Thread Neil Dugan
Nevruz Mesut Sahin wrote: Dear friend on servera apache and mysql works then I setup up a mysql server on diferent machine (serverb) and test it, everything is ok with serverb. there are two ethernet cards on server a but one(eth0) was active this gat real ip. and I want to give eth1

2.6 compilation woes...

2006-03-01 Thread Doofus
Hi, I hope someone can help me out here. I'm finding 2.6 quite complex compared with the 2.4 kernels which I understood and was comfortable with. I've recently installed sarge over the net and chose kernel 2.6 to initially run with. Everything worked well. I then got the 2.6 source from my de

Re: copying a 12GB file

2006-03-01 Thread Neil Dugan
. wrote: . wrote: how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet Thanks for your input! :) I've installed wu-ftpd on the workstation rather than on the mailserver (I should have thought earlier of that!), and it was easy and worked flawless except that the ftp cli

Re: [Fwd: Dépendances de postfix-mysql pos tfix-tls]

2006-03-01 Thread Maxime GARCIA
Kelly Clowers a écrit : On 2/28/06, Maxime GARCIA <[EMAIL PROTECTED]> wrote: Hello, (sorry for the french msg) I'm trying to install a mail server with postfix, but some packages have a probleme of dependences : #apt-get install postfix-mysql postfix-tls [...] The following packages have

CUPS/foomatic/gs printing problem - plain text - first line too high, gets cut off

2006-03-01 Thread Daniel B.
I'm having trouble with printing after switching to using CUPS, foomatic, and gs (gs-esp) in Sarge: When I try to print plain text, the system cuts off the top two-thirds of the first line, and the first several characters on the left. From the position of the partially printed characters, it s

Re: dvd-writer external usb 2.0

2006-03-01 Thread jlmb
[EMAIL PROTECTED] wrote: > hello > > I'm going to buy dvd-writer LG GSA-2164D > Has somebody already used it? Is this dvd compatible with debian? > > regard > > I think, 95% sure, that a friend once lent me that dvd-writer. It worked flawlessly. Great piece of hardware. jorge -- To UNSUB

xrdb questions

2006-03-01 Thread Robert D. Crawford
I am using fvwm with no dm. I have been working on this problem for a while and cannot seem to get it sorted. I have the line: xrdb ~/.Xdefaults in my .xinitrc file. The settings in there, however, are not being read as I think they should. I have, in my .fvwm2rc file lines that start initial

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread M-L
On Thu, 2 Mar 2006 08:25 am, Star King of the Grape Trees wrote: >> Britton Kerin wrote: >> >> >I would like to buy my non-linux girlfriend a ready to >> >use laptop with: >> > >> > wireless scan, falling back to CAT5 DHCP >> > open office >> > CD ROM that auto

Re: Trasnfering an intalled system to another hd

2006-03-01 Thread Fernando Cacciola
Chris Lale wrote: > Fernando Cacciola wrote: > >> Hi, >> >> I have Debian Sarge, full of stuff, installed on a HD, but it's >> running out of space. >> What's the simplest way to transfer the entire system to a bigger HD? >> >> > http://newbiedoc.berlios.de/wiki/Cloning_a_hard_disc may help. > I do

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread Kent West
Kent West wrote: kenn wrote: Okay, you're right ... I DO need to think of this as a learning experience. In this case, I have no line with a "not found" message Okay. So on the line that says "not found", what file is on the left? Oops; I see that I misread "I have no line..." as "I hav

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Star King of the Grape Trees
Britton Kerin wrote: I would like to buy my non-linux girlfriend a ready to use laptop with: wireless scan, falling back to CAT5 DHCP open office CD ROM that automounts SD card reader that automounts working sound card reasonable memory and disk working video acceleration (at le

X won't start solved

2006-03-01 Thread Anakreon Mendis
The problem occured because of a program named keytouch It placed a file which generated an error with message: /etc/X11/Xsession.d/39keytouch-acpid: line 1: syntax error near unexpected token `;' The message was taken from the .xsession-errors file. I uninstalled the program and removed 2 configu

Re: ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread noc ops
So far my search has led me to www.system76.com for ubuntu laptops. Ask for Carl. Down to earth dude! I'd be interested in other leads as well. regards, /virendra Britton Kerin wrote: > I would like to buy my non-linux girlfriend a ready to > use laptop with: > >wireless scan, fall

Re: current testing (etch) netinst iso

2006-03-01 Thread noc ops
Paul Johnson wrote: > On Wednesday 01 March 2006 11:07, noc ops wrote: > >>http://www.debian.org/devel/debian-installer/ >> >>is the above link correct or should i be looking elsewhere? > > > This is something you could have answered with Google. > http://cdimage.debian.org/ --

ready to use debian or ubuntu laptop reccomendations?

2006-03-01 Thread Britton Kerin
I would like to buy my non-linux girlfriend a ready to use laptop with: wireless scan, falling back to CAT5 DHCP open office CD ROM that automounts SD card reader that automounts working sound card reasonable memory and disk working video acceleration (at least a bit) The

Re: update-rc.d questions: best practice?

2006-03-01 Thread Gilberto Villani Brito
On Wed, 01 Mar 2006 23:35:03 +1100 Ivan Teliatnikov <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I am pursing a task of establishing a procedure among my colleagues - > system administrator which will help us enable/disable services on > Debian servers. > > I am considering "update-rc.d" script

[solved] Re: sound is gone, where should I look to get my sound back working?

2006-03-01 Thread Søren Christensen
Sound is back, I have switched to ALSA, and loaded the necesarry modules, and alsa-conf was able to find my onboard soundcard. /severino -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: cvs for media files?

2006-03-01 Thread Matt Price
On 2/28/06, Michael Schurter <[EMAIL PROTECTED]> wrote: > Matt Price wrote: > However, the most important tool that AFAIK is missing, is a audio/video > differencing tool - like diff for video. Without an AV diff tool you > cannot resolve conflicts if two people change the same revision of a > vi

Re: question about sb16 module

2006-03-01 Thread Paul Johnson
On Wednesday 01 March 2006 05:16, [EMAIL PROTECTED] wrote: > I have woody and ISA non-PnP SB16 card, but the bf24 > kernel of woody can't use it. It seems to me that bf24 > try to use ISA PnP module before loading sb16 module. > > This is ridiculous, SB16 has both PnP and non-PnP > versions! Remem

Re: current testing (etch) netinst iso

2006-03-01 Thread Paul Johnson
On Wednesday 01 March 2006 11:07, noc ops wrote: > http://www.debian.org/devel/debian-installer/ > > is the above link correct or should i be looking elsewhere? This is something you could have answered with Google. http://cdimage.debian.org/ -- Paul Johnson Email and IM (XMPP & Google Talk):

Re: compiling sid kernel source 2.6.15 in sarge

2006-03-01 Thread L . V . Gandhi
On 3/1/06, Glenn Meehan <[EMAIL PROTECTED]> wrote: > I have been using 2.6.15 for about a week now. It's fantastic. Seems to > be faster than 2.6.8. I have scanning, sound, USB, cd burning, rsync, > nfs. All works well. I used the kernel from kernel.org. I didn't bother > with the ramdisk. Seems to

Re: copying a 12GB file

2006-03-01 Thread Tom
On Wed, 01 Mar 2006 16:20:25 +0100, . wrote: > > Hi, > > how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet > connection from one computer (mailserver) to another (SAMBA file server > or my workstation) without going to lengths like installing an FTP > server or the like

Re: update-rc.d questions: best practice?

2006-03-01 Thread John Hasler
Ivan Teliatnikov writes: > Is there a command/tool to display status of all services in all > runlevels. I suggest that you install sysvconfig. It will do most or all of what you need. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: KDE 3.3.2 fails re-install [SOLVED]

2006-03-01 Thread Steve Garcia
Anthony Simonelli wrote: > what repositories do you have in your /etc/apt/sources.list ? > > also, make sure you have all the kde components uninstalled: > > dpkg --get-selections | grep kde > > and remove any that come up. Anyone else have a suggestion? This seems to have done the trick. "

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread Kent West
kenn wrote: Kent West wrote: If one of the files says something can't be found, like this: [EMAIL PROTECTED]:/home/westk:> ldd /bin/ls linux-gate.so.1 => (0xe000) librt.so.1 => /lib/tls/librt.so.1 (0xb7fd) libacl.so.1 => /lib/libacl.so.1 (0xb7fc8000) libselin

Re: Virtual servers

2006-03-01 Thread Sergio Cuéllar Valdés
2006/3/1, Jacob S <[EMAIL PROTECTED]>: > I am in the process of trying to setup a new server to do some > webhosting/e-mail (just for personal stuff). I am thinking of putting > all of the webhosting and e-mail software inside a virtual server, so > that I can create a second virtual server for tin

current testing (etch) netinst iso

2006-03-01 Thread noc ops
http://www.debian.org/devel/debian-installer/ is the above link correct or should i be looking elsewhere? regards, /virendra -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Virtual servers

2006-03-01 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I am in the process of trying to setup a new server to do some webhosting/e-mail (just for personal stuff). I am thinking of putting all of the webhosting and e-mail software inside a virtual server, so that I can create a second virtual s

Re: question about my .muttrc and mutt [solved]

2006-03-01 Thread Paul E Condon
On Wed, Mar 01, 2006 at 10:44:52AM -0700, Rob Sims wrote: > On Tue, Feb 28, 2006 at 05:35:53PM -0700, Paul E Condon wrote: > > Thanks for the help. I had not known of these, but ... On my computer > > the two installation Muttrc files are identical (no differences > > discovered by diff) and there

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread kenn
Kent West wrote: > kenn wrote: > >> Kent West wrote: >> >> >>> kenn wrote: >>> >>> Kent West wrote: > kenn wrote: > > > >> Greetings. >> >> I have a Debian server that does not complete its boot ... early >> on, it >>

Re: [Fwd: Dépendances de postfix-mysql postfix-tls]

2006-03-01 Thread Kelly Clowers
On 2/28/06, Maxime GARCIA <[EMAIL PROTECTED]> wrote: > Hello, > > (sorry for the french msg) > > I'm trying to install a mail server with postfix, but some packages have a > probleme of dependences : > > #apt-get install postfix-mysql postfix-tls > [...] > The following packages have unmet depende

Re: description of udev, sysfs, hotplug, hal, etc.

2006-03-01 Thread Kelly Clowers
On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sun, Feb 26, 2006 at 11:47:42PM -0500, Kevin Mark wrote: > > On Sun, Feb 26, 2006 at 10:05:12PM -0600, David Berg wrote: > > > On 2/26/06, Kevin Mark <[EMAIL PROTECTED]> wrote: > > > > On Sun, Feb 26, 2006 at 03:59:44PM -0800, L.V.Gandhi

Re: On rtorrent

2006-03-01 Thread Michael M.
Rogério Brito wrote: * I *do* use a powerpc here all the time with Debian. A quite old PowerMac 9500/180MP with a G3 replacement card and rtorrent is indeed available for etch here. Well it is here now, too. I don't know why it appeared to be broken before. Perhaps I hadn't updated/upgr

Re: packages as per sources

2006-03-01 Thread Florian Ernst
Hello *, On Mon, Feb 27, 2006 at 07:10:02AM -0800, L.V.Gandhi wrote: > May be I was not clear. I wanted to packages installed say from nerim > source. How to get it? If there is an appropriate entry in /etc/apt/sources.list and the list have been updated (i.e. via "aptitude update"): | $ aptitud

Re: Does chip architecture matter when installing...

2006-03-01 Thread Kelly Clowers
On 3/1/06, Kelly Clowers <[EMAIL PROTECTED]> wrote: > On 3/1/06, Kevin Dean <[EMAIL PROTECTED]> wrote: > > I new thought occured to me when thinking about my previous issue... > > > > The motherboard I have is compatible with the AMD Sempron (a 32 bit chip) > > and the AMD Athlon 64 bit chip. > > D

Re: bug with the mailing list archive

2006-03-01 Thread Kevin B. McCarty
Cedric BRINER wrote: > I'm facing some uncomprehension with aptitude vs apt-get. And I remembered > that there was a thread about this on the mailing list archive: > http://lists.debian.org/debian-user/2005/02/msg00372.html > > but when I click on: > Index(es): > * Date > * Thread <<<---

Re: Does chip architecture matter when installing...

2006-03-01 Thread Kelly Clowers
On 3/1/06, Kevin Dean <[EMAIL PROTECTED]> wrote: > I new thought occured to me when thinking about my previous issue... > > The motherboard I have is compatible with the AMD Sempron (a 32 bit chip) > and the AMD Athlon 64 bit chip. > Does this cross compatibility make a difference in which install

Re: update-rc.d questions: best practice?

2006-03-01 Thread Andrew Sackville-West
On Wed, 01 Mar 2006 17:57:55 +1100 Ivan Teliatnikov <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I am pursing a task of establishing a procedure among my colleagues - > system administrator which will help us enable/disable services on > Debian servers. > > I am considering "update-rc.d" script

Re: printing problem

2006-03-01 Thread Kevin B. McCarty
Olafur Jens Sigurdsson wrote: > Þann 2006-02-13, 13:07:46 (+) skrifaði Olafur Jens Sigurdsson: >> Hi >> >> I have a problem printing to a network printer here at school. >> >> The spool that the school provides is no good so I am trying to create >> my own on my computer and talk directly to

about ip adress

2006-03-01 Thread Nevruz Mesut Sahin
Dear friend on servera apache and mysql works then I setup up a mysql server on diferent machine (serverb) and test it, everything is ok with serverb. there are two ethernet cards on server a but one(eth0) was active this gat real ip. and I want to give eth1 virtial ip for example 10.0

Re: copying a 12GB file

2006-03-01 Thread Patrick Ouellette
On Wed, Mar 01, 2006 at 05:57:57PM +0100, . wrote: > Date: Wed, 01 Mar 2006 17:57:57 +0100 > From: "." <[EMAIL PROTECTED]> > Subject: Re: copying a 12GB file > To: debian-user@lists.debian.org > > . wrote: > > >how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet > > Thanks f

Re: question about my .muttrc and mutt

2006-03-01 Thread Rob Sims
On Tue, Feb 28, 2006 at 05:35:53PM -0700, Paul E Condon wrote: > Thanks for the help. I had not known of these, but ... On my computer > the two installation Muttrc files are identical (no differences > discovered by diff) and there is no Muttrc.d directory in either > installation. I can see in

dvd-writer external usb 2.0

2006-03-01 Thread soo2debian
hello I'm going to buy dvd-writer LG GSA-2164D Has somebody already used it? Is this dvd compatible with debian? regard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread Kent West
Kent West wrote: kenn wrote: Kent West wrote: kenn wrote: Kent West wrote: kenn wrote: I have a Debian server that does not complete its boot ... early on, it Maybe rename the rc[whatever]. directory so no services/daemons start up, and reboot normally, and go from there? Af

Re: cvs for media files?

2006-03-01 Thread Kelly Clowers
On 2/27/06, Matt Price <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm going to be working on a collaborative audio documentary, probablay > using audacity. I would love to do some kind of version control on > the project, sowe could all work on the documentary at home & then > merge (and accept/re

Re: copying a 12GB file

2006-03-01 Thread Mike McCarty
. wrote: Hi, how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet connection from one computer (mailserver) to another (SAMBA file server or my workstation) without going to lengths like installing an FTP server or the like on the mailserver? File size limit is 2GB with

Re: X has become unsuable...

2006-03-01 Thread Dirk
Gregory Seidman wrote: > On Wed, Mar 01, 2006 at 02:15:11PM +0100, Dirk wrote: > } - Since my last updates the key repeat is broken, repeating keys a > } random number no matter how fast or long i push the key... > } > } - The Screensaver starts after every 30 seconds no matter if the system > } i

Re: copying a 12GB file

2006-03-01 Thread .
. wrote: how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet Thanks for your input! :) I've installed wu-ftpd on the workstation rather than on the mailserver (I should have thought earlier of that!), and it was easy and worked flawless except that the ftp client doesn't

Re: X has become unsuable...

2006-03-01 Thread Dirk
Carl Fink wrote: > On Wed, Mar 01, 2006 at 02:15:11PM +0100, Dirk wrote: > > Why would you want to sue X? > > Sorry. > > >>- Since my last updates the key repeat is broken, repeating keys a >>random number no matter how fast or long i push the key... >> >>- The Screensaver starts after every 30

Re: copying a 12GB file

2006-03-01 Thread Michael Schurter
. wrote: how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet connection from one computer (mailserver) to another (SAMBA file server or my workstation) without going to lengths like installing an FTP server or the like on the mailserver? FTP would probably be the fastest,

question about sb16 module

2006-03-01 Thread sqrt3
I have woody and ISA non-PnP SB16 card, but the bf24 kernel of woody can't use it. It seems to me that bf24 try to use ISA PnP module before loading sb16 module. This is ridiculous, SB16 has both PnP and non-PnP versions! How can I remove such dependcy? I read depmod manual, edit /lib/module

Re: Recommended Firewalls

2006-03-01 Thread Clyde Wilson
Thanks for your time John.  I'm away from my Linux system right now, but I'll try to gen up some messages when I get back to it...John Hasler <[EMAIL PROTECTED]> wrote: Clyde Wilson writes:> When I run "shieldsup" at grc.com it says my firewall sucks.What does it actually say? Shieldsup is a conve

Re: copying a 12GB file

2006-03-01 Thread Peter McAlpine
Yes, blowfish would be a good choice if doing this. -Peter On Wed, Mar 01, 2006 at 04:43:45PM +0100, Lubos Vrbka wrote: > >FTP would probably be the fastest, but scp (file transfer over SSH) is > >probably already on both machines if they're both Linux. PuTTY is an > >excellent SSH/SCP client

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread Kent West
kenn wrote: Kent West wrote: kenn wrote: Kent West wrote: kenn wrote: Greetings. I have a Debian server that does not complete its boot ... early on, it Try mounting the partitions -- "mount -a". You may need to remount / in rw mode if you need

Re: Need help recovering Debian that won't boot.

2006-03-01 Thread Kent West
kenn wrote: maybe it's time to give up and move on, rather than further waste anyone's time ... Well, sure, you _could_ do that. But you're missing out on a learning experience. but before I do, let me ask one more thing: since the drive seems to be okay (I can see all the files when boot

Re: printing problem

2006-03-01 Thread Olafur Jens Sigurdsson
Hi again, after trying a few stuff out I think that when I try to print using lp -dojs (or lpr -Pojs, where ojs is the name of the printer queue I set up for the printer) then that program tries to contact the server of the school, and not my local cups server where of couse there is no ojs spool.

[EMAIL PROTECTED]: bug with the mailing list archive]

2006-03-01 Thread Florian Ernst
Hello *, this seems to be another instance of bug#208979, so forwarding this message there. Cheers, Flo - Forwarded message from Cedric BRINER <[EMAIL PROTECTED]> - From: Cedric BRINER <[EMAIL PROTECTED]> Subject: bug with the mailing list archive To: debian-user@lists.debian.org Date:

Re: Trasnfering an intalled system to another hd

2006-03-01 Thread Chris Lale
Fernando Cacciola wrote: Hi, I have Debian Sarge, full of stuff, installed on a HD, but it's running out of space. What's the simplest way to transfer the entire system to a bigger HD? http://newbiedoc.berlios.de/wiki/Cloning_a_hard_disc may help. Chris. -- To UNSUBSCRIBE, email to [EM

  1   2   >