Re: Udev failed to create /dev/sda?

2007-09-18 Thread Chris Lale
Romain JACQUET wrote: > Kevin Mark a écrit : >> On Mon, Sep 17, 2007 at 09:32:14AM +0200, Romain JACQUET wrote: >> >>> After upgrading my distro (unstable), my digital camera stop working. >>> The device /dev/sda1 is never created. The gnome-system monitor show >>> that a process makes 100% I/O l

Re: Please comment on a debian-offtopic list

2007-09-18 Thread Chris Lale
Steve Lamb wrote: > Andrei Popescu wrote: >> If you are interested or totally against a debian-offtopic mailing list >> please send a mail to [EMAIL PROTECTED] > >> If you just want to read other comments see bugs.debian.org/427218 > > ( Also posted to the bug database for posterity. ) > >

Re: Asus motherboard and Sound

2007-09-18 Thread steef
Alon Kantor wrote: Hi, I'm having many difficulties to produce sound with my ASUS M2NPV-VM motherboard, neither with the on board sound nor with an independent card. Can anyone help. Thanks. Alon a somewhat late answer: download install the latest alsa-driver hda-intel into your kernel. ins

Re: how to config wireless card

2007-09-18 Thread Chris Lale
KS wrote: > Serena Cantor wrote: >> I've just got a USB card. It use rt2500 chip, said to be supported by etch >> >> how to config it? which package should I install? >> > > The rt2500 package and drivers from rt2500-source. I have a rt2500 based > card running on testing but it is a PCI card. Mor

Re: how to config wireless card

2007-09-18 Thread KS
Serena Cantor wrote: > I've just got a USB card. It use rt2500 chip, said to be supported by etch > > how to config it? which package should I install? > The rt2500 package and drivers from rt2500-source. I have a rt2500 based card running on testing but it is a PCI card. More details at: http:/

how to config wireless card

2007-09-18 Thread Serena Cantor
I've just got a USB card. It use rt2500 chip, said to be supported by etch how to config it? which package should I install? Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search

Re: Sex spam again on the list

2007-09-18 Thread s. keeling
Peter Teunissen <[EMAIL PROTECTED]>: > > On Tue, September 18, 2007 04:39, Kamaraju S Kusumanchi wrote: > > > > Such a system is implemented by spamcop (www.spamcop.net). Their block > > list, > > For directly blocking mail however, you'd be better of using the > zen.spamhaus.org combined bloc

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
okay, this is what i have done: # umount /dev/hdc8 # mdadm /dev/md4 --fail /dev/hdc8 # mdadm /dev/md4 --remove /dev/hdc8 # mdadm /dev/md4 --add /dev/hdc8 cat-ed /proc/mdstat and see that it is resynching ... good news. now, part two of your suggestion ... unmounting /dev/hdaX partitions, editing

Re: baffling ssh problem

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 10:38:50PM -0400, Wayne Topa wrote: > I've been messing with that for 2 weeks. I must not have used a good > enough search phrase on Google. > Just for completeness, you didn't need a google search. The info is somewhere around line 721 in the ssh(1) man page. :)) Do

Re: is my raid1 array really working??

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 07:08:53PM -0700, harland christofferson wrote: > Okay ... will look into my MBR on drive 1. > > something i thought i'd check /etc/fstab ... does it > matter that my mount points look like: > > # cat /etc/fstab > # /etc/fstab: static file system information. > # > #

Re: baffling ssh problem

2007-09-18 Thread Wayne Topa
Allan Wind([EMAIL PROTECTED]) is reported to have said: > On 2007-09-18T16:46:59-0700, David Brodbeck wrote: > > Nine times out of ten when pass-wordless login doesn't work for me, > > it's a permissions issue. > > David probably nailed it, but if you still have an issue it is sometimes > helpf

Re: Effect of Microsoft EU ruling on Linux...

2007-09-18 Thread Mumia W..
On 09/18/2007 02:53 PM, Michael Fothergill wrote: Dear Debianists, I don't know much about this EU ruling on Microsoft that came out today but I would be interested to know if it has any benefit for Linux users... Comments appreciated. Regards Michael Fothergill [EMAIL PROTECTED] is a mo

Re: Installing UGS NX5 on amd64

2007-09-18 Thread Kevin Mark
On Tue, Sep 18, 2007 at 08:45:53AM -0400, Paul Strefling wrote: > The install directory contains approximately 48 tar.Z files for a > total of ~1.4GB. The install script itself is a 156k ksh script. I > will attempt to debug the install script with the equivalent bash -x > switch tonight after work

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
Okay ... will look into my MBR on drive 1. something i thought i'd check /etc/fstab ... does it matter that my mount points look like: # cat /etc/fstab # /etc/fstab: static file system information. # # proc/proc procdefaults 0 0 /dev/hda1

Re: is my raid1 array really working??

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 05:10:53PM -0700, harland christofferson wrote: > It looks like they are working ... mdadm -D device > returns similar for all: > > /dev/md5: > Raid Level : raid1 >Raid Devices : 2 > Total Devices : 2 > State : active > Active Devices : 2 > Working Dev

Franz Gustav has connected with you on WAYN

2007-09-18 Thread WAYN.com
Hi debian-user Franz Gustav has connected with you on WAYN To find out why, click on the following link: http://www.wayn.com/waynfx.html?wci=link&id=1918&mks=8909504&mx=8909504&cx=275178028&cx_token=971d8588c087f173715fa9a6143a1213 If you do not wish to receive notifications of your friend

Re: Strange networking problems

2007-09-18 Thread Celejar
On Tue, 18 Sep 2007 18:41:40 -0400 Andrey Falko <[EMAIL PROTECTED]> wrote: > Celejar wrote: > > On Fri, 14 Sep 2007 21:59:02 -0400 > > Andrey Falko <[EMAIL PROTECTED]> wrote: [snip] > I've tried tomahawk bandwidth test. It performed sub-par. Unfortunately, > I can't try too many dedicated bandwi

Re: baffling ssh problem

2007-09-18 Thread Allan Wind
On 2007-09-18T16:46:59-0700, David Brodbeck wrote: > Nine times out of ten when passwordless login doesn't work for me, > it's a permissions issue. David probably nailed it, but if you still have an issue it is sometimes helpful to run ssh with - then compare output between working and non

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
It looks like they are working ... mdadm -D device returns similar for all: # mdadm -D /dev/md5 /dev/md5: Version : 00.90.00 Creation Time : Thu Dec 8 18:36:27 2005 Raid Level : raid1 Array Size : 29824576 (28.44 GiB 30.54 GB) Device Size : 29824576 (28.44 GiB 30.54 GB)

Re: baffling ssh problem

2007-09-18 Thread David Brodbeck
On Sep 18, 2007, at 4:25 PM, Wayne Topa wrote: If anyone has an idea as to what is going on, I would appreciate a kick in the right direction. Check auth.log on the box you're having problems logging into. Often there are clues there. See if sshd logs something it's unhappy about when yo

baffling ssh problem

2007-09-18 Thread Wayne Topa
I have a little ssh problem that I hope ya'll can help me with. We have a 8 box LAN, 6 of which are Linux. The latest addition is an AMD64 box that has an ssh problem. I have setup password-less ssh logins on all of the Linux boxen for 3 users. All ssh logins work from 5 of the boxes. On the

AltGr on Japanese keyboard

2007-09-18 Thread Kelly Clowers
I recently got a Japanese keyboard. With a little googling I got it working (and set up scim, but that's another matter). However, I am unable to get AltGr aka ISO_Level3_Shift working. LWin as compose works, and xev shows that ralt produces "ISO_Level3_Shift", but when I type ralt+ [other key], I

Re: X ignores keyboard and mouse input, but shows cursor movement (etch)

2007-09-18 Thread Andrei Popescu
On Tue, Sep 18, 2007 at 11:16:04AM -0700, Andrew Sackville-West wrote: > > Of course, for the "normal" case there is sync. BTW, that console is > > still unusable, but the rest of the system is ok (uptime 10 days+) > > huh. can you HUP the getty for that console (are we talking about a VT > her

Re: Strange networking problems

2007-09-18 Thread Andrey Falko
Celejar wrote: > On Fri, 14 Sep 2007 21:59:02 -0400 > Andrey Falko <[EMAIL PROTECTED]> wrote: > > >> Hi everyone, >> >> I am having some very strange, likely Debian-related networking >> problems. I was trying to set up some bandwidth tests between a few >> nearly identical machines. I label the

Re: Magic SysRq [was Re: X ignores keyboard and mouse input, but shows cursor movement (etch)]

2007-09-18 Thread Ralph Katz
On 09/18/2007 05:17 PM, David Brodbeck wrote: > > On Sep 18, 2007, at 11:19 AM, Ralph Katz wrote: >> This is a local vulnerability, yes. No worse than pulling the plug. Of >> course that IS the problem. Only keyboard access is needed for this. >> >> To test, I booted a second etch computer whic

Re: etch installation fails on two machines

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 05:33:32PM +0200, das.t wrote: >> Doug Tutty: >> > Read the installation manual and submit an instalation report. It goes >> > in as a bug maintained by the debian-boot team. Once you get the >> > automated response to your report giving you the bug number assigned, >> > s

Re: mail messages with only html

2007-09-18 Thread Jude DaShiell
Right, those braces now logically link those two recipes together into one unit. On Tue, 18 Sep 2007, Michelle Konzack wrote: Am 2007-09-14 16:54:27, schrieb Jude DaShiell: # create backup for de-html'd email :0 c * ^Content-Type: text/html de-html-backup # de-html :0 fbw * ^Content-Type:[

Re: Magic SysRq [was Re: X ignores keyboard and mouse input, but shows cursor movement (etch)]

2007-09-18 Thread David Brodbeck
On Sep 18, 2007, at 11:19 AM, Ralph Katz wrote: This is a local vulnerability, yes. No worse than pulling the plug. Of course that IS the problem. Only keyboard access is needed for this. To test, I booted a second etch computer which comes up to a gnome desktop, and hit alt-sysrq-i. The

Re: Effect of Microsoft EU ruling on Linux...

2007-09-18 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/18/07 14:53, Michael Fothergill wrote: > Dear Debianists, > > I don't know much about this EU ruling on Microsoft that came out today > but I would be interested to know if it has any benefit for Linux users... Every other situation/circumstanc

Effect of Microsoft EU ruling on Linux...

2007-09-18 Thread Michael Fothergill
Dear Debianists, I don't know much about this EU ruling on Microsoft that came out today but I would be interested to know if it has any benefit for Linux users... Comments appreciated. Regards Michael Fothergill _ Get Pimped!

Re: etch installation fails on two machines

2007-09-18 Thread Andrew Sackville-West
On Tue, Sep 18, 2007 at 06:43:36PM +0200, across.the.universe wrote: ... > - i installed some more rum ... well there's your problem! Not enough rum!! ;-) A -- current song: Weezer - Jamie/Live and Acoustic signature.asc Description: Digital signature

xbindkeys broken?

2007-09-18 Thread Celejar
Hi, There's been a recent xbindkeys update (Sid), and I'm having sudden xbindkeys trouble; I am not absolutely sure that these two data points are related. xbindkeys used to work fine, but for the last day or two, key combos that formerly worked fine are often ignored; the specified action does n

Re: Magic SysRq [was Re: X ignores keyboard and mouse input, but shows cursor movement (etch)]

2007-09-18 Thread Andrew Sackville-West
On Tue, Sep 18, 2007 at 02:19:30PM -0400, Ralph Katz wrote: > On 09/18/2007 01:12 PM, Andrew Sackville-West wrote: > > On Sun, Sep 16, 2007 at 09:06:49AM -0400, Ralph Katz wrote: > >> On 09/14/2007 07:24 PM, Andrew Sackville-West wrote: > >> > >>> just a word to the wise when dealing with these iss

Re: Installing Tomcat into Debian 4.0

2007-09-18 Thread Juan Asensio Sánchez
$ apt-get -y install sun-java5-bin sun-java5-jdk sun-java5-jre sun-java5-fonts $ apt-get -y install ant $ ln -s /usr/lib/jvm/java-1.5.0-sun /opt/java $ ln -s /usr/share/ant/ /opt/ant $ nano /etc/environment ... ANT_HOME="/usr/share/ant" JAVA_HOME="/usr/lib/jvm/java-1.5.0-sun" $ ap

Re: exim4 start delay when no network connection

2007-09-18 Thread Celejar
On Tue, 18 Sep 2007 15:36:26 +0100 Jaime Ventura <[EMAIL PROTECTED]> wrote: > Hello, > Im using exim just to send system emails. > When the system has no network connection, exim takes too long to start. > Is there any way to reduce this time? > Thanks This was just on the list; search the archi

xml-fo to odf converter

2007-09-18 Thread John L Fjellstad
Anyone know a working xml-fo to odf converter? Google only shows me ms-doc to odf or xml-fo to pdf. -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

SAS/HP Smart array E200i

2007-09-18 Thread Márcio Luciano Donada
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, we buy a server HP ML350 with the controller raid SAS/HP Smart Array E200i, that in the installation of the system the same he does not only recognize the record, has some idea of as to proceed? thx -BEGIN PGP SIGNATURE- Version: GnuP

Re: My internet connection falls and only returns when I restart the computer.

2007-09-18 Thread Ralph Katz
On 09/18/2007 02:53 PM, Ralph Katz wrote: > Searching for 'kernel: NETDEV WATCHDOG: eth0:' gives plenty of leads for > research if you don't get more help here. Especially look here: NETDEV WATCHDOG: eth0: transmit timed out http://www.linuxquestions.org/questions/showthread.php?t=492159 Search

Re: etch installation fails on two machines

2007-09-18 Thread across.the.universe
hi, thank you both for your answers. and yes, i actually did mean 96 m instad of 96 k ram. ;-) well, i finally succeeded. but still this remains quite strange. (faulty cds / dvd can be absolutely ruled out, i thrice-checked.) - i installed some more rum (up to 128 m). installation went past

Re: My internet connection falls and only returns when I restart the computer.

2007-09-18 Thread Ralph Katz
On 09/18/2007 01:36 PM, Michael wrote: > Hello everyone! > > I Installed Debian 4.0 (Etch) on my notebook Toshiba Satellite A105 > S2091 a couple of weeks ago and I've been facing this extremely annoying > problem since then: my internet connection falls, for absolutely any > apparent reason, and

Re: Installing Tomcat into Debian 4.0

2007-09-18 Thread Sergio Cuéllar Valdés
2007/9/18, Chan Lee <[EMAIL PROTECTED]>: > Hi, > > Can someone help on getting Tomcat in Debian 4.0 ? > The Tomcat-5 I installed from Debian package repository > doen't work as it ran into Java OutOfMemoryError when > I tried to open the port 8180 - there's apparent JVM issue. > > Rather than tryin

Re: Magic SysRq [was Re: X ignores keyboard and mouse input, but shows cursor movement (etch)]

2007-09-18 Thread Ralph Katz
On 09/18/2007 01:12 PM, Andrew Sackville-West wrote: > On Sun, Sep 16, 2007 at 09:06:49AM -0400, Ralph Katz wrote: >> On 09/14/2007 07:24 PM, Andrew Sackville-West wrote: >> >>> just a word to the wise when dealing with these issues... magic sysrq >>> key, be sure to google it. The two that are mos

Installing Tomcat into Debian 4.0

2007-09-18 Thread Chan Lee
Hi, Can someone help on getting Tomcat in Debian 4.0 ? The Tomcat-5 I installed from Debian package repository doen't work as it ran into Java OutOfMemoryError when I tried to open the port 8180 - there's apparent JVM issue. Rather than trying to solve this issue, I decided to ins

Re: X ignores keyboard and mouse input, but shows cursor movement (etch)

2007-09-18 Thread Andrew Sackville-West
On Tue, Sep 18, 2007 at 08:44:16PM +0300, Andrei Popescu wrote: > On Tue, Sep 18, 2007 at 10:14:36AM -0700, Andrew Sackville-West wrote: > > On Sun, Sep 16, 2007 at 07:42:04AM +0300, Andrei Popescu wrote: > > > On Fri, Sep 14, 2007 at 04:24:50PM -0700, Andrew Sackville-West wrote: > > > > > > > A

My internet connection falls and only returns when I restart the computer.

2007-09-18 Thread Michael
Hello everyone! I Installed Debian 4.0 (Etch) on my notebook Toshiba Satellite A105 S2091 a couple of weeks ago and I've been facing this extremely annoying problem since then: my internet connection falls, for absolutely any apparent reason, and only returns after completely restarting the system

Re: X ignores keyboard and mouse input, but shows cursor movement (etch)

2007-09-18 Thread Andrei Popescu
On Tue, Sep 18, 2007 at 10:14:36AM -0700, Andrew Sackville-West wrote: > On Sun, Sep 16, 2007 at 07:42:04AM +0300, Andrei Popescu wrote: > > On Fri, Sep 14, 2007 at 04:24:50PM -0700, Andrew Sackville-West wrote: > > > > > Alt-sysrq-s to sync the filesystems (you'll see your drive light come > > >

Re: X ignores keyboard and mouse input, but shows cursor movement (etch)

2007-09-18 Thread Andrew Sackville-West
On Sun, Sep 16, 2007 at 07:42:04AM +0300, Andrei Popescu wrote: > On Fri, Sep 14, 2007 at 04:24:50PM -0700, Andrew Sackville-West wrote: > > > Alt-sysrq-s to sync the filesystems (you'll see your drive light come > > on briefly and you;ll get a console message if you happen to be in > > one.) >

Re: Magic SysRq [was Re: X ignores keyboard and mouse input, but shows cursor movement (etch)]

2007-09-18 Thread Andrew Sackville-West
On Sun, Sep 16, 2007 at 09:06:49AM -0400, Ralph Katz wrote: > On 09/14/2007 07:24 PM, Andrew Sackville-West wrote: > > > just a word to the wise when dealing with these issues... magic sysrq > > key, be sure to google it. The two that are most useful, to me anyway, > > are > > > > Alt-sysrq-s to

Re: .bashrc messes up 'set'

2007-09-18 Thread Mumia W..
On 09/18/2007 10:08 AM, Kent West wrote: I've just discovered that a stable install (4.0, (with rdiff-backup pulled from testing)) has a wonky (that's a technical term, you understand ... ;-) ) /etc/skel/bashrc apparently. [...] I don't see anything particularly odd in /etc/skel/bashrc (but th

Think Outside The Panel

2007-09-18 Thread Lighting Control & Design
iNews is a weekly online publication from Lighting Control & Design, Inc. (LC&D), the leader in user-friendly, scalable digital lighting control products for building owners and the engineering community. Each week iNews will bring you: * Daylight Harvesting technologies that save building

Re: .bashrc messes up 'set'

2007-09-18 Thread Florian Kulzer
On Tue, Sep 18, 2007 at 10:08:35 -0500, Kent West wrote: > I've just discovered that a stable install (4.0, (with rdiff-backup pulled > from testing)) has a wonky (that's a technical term, you understand ... ;-) > ) /etc/skel/bashrc apparently. > > If I ssh in as a freshly-created user and then r

Re: etch installation fails on two machines

2007-09-18 Thread Brad Rogers
On Tue, 18 Sep 2007 11:09:40 +0200 meik thomas <[EMAIL PROTECTED]> wrote: Hello meik, > one celeron 1100 with 96k ram, the other is a 500 cpu with also 96k > ram. Do you /really/ mean 96k of RAM? These days, even a minimal installation (no desktop), needs 64Meg or more[0]. With 96k, there's no

Re: etch installation fails on two machines

2007-09-18 Thread das.t
hi, thank you both for your answers. and yes, i actually did mean 96 m instad of 96 k ram. ;-) well, i finally succeeded. but still this remains quite strange. (faulty cds / dvd can be absolutely ruled out, i thrice-checked.) - i installed some more rum (up to 128 m). installation went past

python-uno error on last upgrade at Etch.

2007-09-18 Thread Odair Augusto Trujillo
Hello, I have a problem with the last upgrade, I upgraded my system at 17/09/07. The packages upgraded be OpenOffice.org packages, included python-uno. On configuration of python-uno show this error: http://pastebin.ca/701901 And it cant modify my packages. I have installed python2.5 and the sy

.bashrc messes up 'set'

2007-09-18 Thread Kent West
I've just discovered that a stable install (4.0, (with rdiff-backup pulled from testing)) has a wonky (that's a technical term, you understand ... ;-) ) /etc/skel/bashrc apparently. If I ssh in as a freshly-created user and then run the "set" command, I get pages and pages of script-looking te

Re: nvidia-glx and xorg

2007-09-18 Thread Jose Luis Rivas Contreras
onlynewro wrote: > hi > > when i install nvidia-glx > xorg is removed > > so when i re-install x-window-system-core > nvidia-glx is removed > > what can I do?? > > Is this bug??? > > help me.. Well, what are you using?! I cannot reproduce this using debian sid/amd64. -- ghostbar on debian l

exim4 start delay when no network connection

2007-09-18 Thread Jaime Ventura
Hello, Im using exim just to send system emails. When the system has no network connection, exim takes too long to start. Is there any way to reduce this time? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to install nvidia-glx_100.14.09 at sid ?

2007-09-18 Thread Florian Kulzer
On Tue, Sep 18, 2007 at 08:11:11 +0900, onlynewro wrote: > thanks Florian Kulzer > > my problem is > OpenGL won't start - "dual-TMU support error" *Note:* This is likely a > version-specific bug for the nVidia drivers. > > If you have a very recent nVidia card or similar, you may get an error tha

Re: GSM Modem which support (byside HSCSD/GPRS) EDGE and UMTS too

2007-09-18 Thread Michael Dominok
Hi Am Dienstag, den 18.09.2007, 15:26 +0200 schrieb Michelle Konzack: > Hello, > > I have gotten some links to Sellers of GSM-Modems but they do not support > HSCSD, GPRS, EDGE and UMTS at the same time. > Does anyone know GSM-Modems which support all 4 modies? This morning i stumbled over it

apple lossless

2007-09-18 Thread Takehiko Abe
I have songs in the apple lossless format. Rhythmbox can play them back, but it often generates unpleasant scratching noise at the end of a song. I'd like to know if this is a known problem. Thanks T. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: Phone spam payback

2007-09-18 Thread Michelle Konzack
Am 2007-09-15 03:44:40, schrieb Ron Johnson: > What does this have to do with Linux or Debian? Did you neglect to > inform us of some pertinent information? - END OF REPLIED MESSAGE - Maybe he is runing "vbox" so, if someone call him, he can trigger

GSM Modem which support (byside HSCSD/GPRS) EDGE and UMTS too

2007-09-18 Thread Michelle Konzack
Hello, I have gotten some links to Sellers of GSM-Modems but they do not support HSCSD, GPRS, EDGE and UMTS at the same time. Most of them do only HSCSD/GPRS and some support additionaly UMTS. My problem is, that I need EDGE (for France and Turkey) too while I need UMTS in germany since there i

Re: mail messages with only html

2007-09-18 Thread Michelle Konzack
Am 2007-09-14 16:54:27, schrieb Jude DaShiell: > # create backup for de-html'd email > :0 c > * ^Content-Type: text/html > de-html-backup > > # de-html > :0 fbw > * ^Content-Type:[ ]*text/html > | lynx -dump -stdin -nolist \ > && echo "" \ > && echo "===

Re: mail messages with only html

2007-09-18 Thread Michelle Konzack
Am 2007-09-14 18:15:39, schrieb Richard Lyons: > My mutt doesn't do that. Just gives me a blank page (i.e. the contents > of the empty email without the html attachment). Anyway I want to have > the html stripped of tags to reply to. - END OF REPLIED MESSAGE --

Re: etch installation fails on two machines

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 11:09:40AM +0200, meik thomas wrote: > > i am trying to install debian gnu/linux "etch" 4.0r1 on two older > machines and get the same reaction on both machines (and interestingly > also with debian-netinst 4.0r0-cd). > > the problem: installation freezes when installing

Re: Installation problem using iso dump on harddisk

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 05:16:26PM +0530, Rajesh wrote: > -- > With Regards > From > Rajesh > Delhi 110 059 > > > Sir, > > I cann't able to install debian 4.0 iso image with the help of Grub. Read the installation manual in your language of choice then complete and submit an installation repor

Re: Installing UGS NX5 on amd64

2007-09-18 Thread Paul Strefling
The install directory contains approximately 48 tar.Z files for a total of ~1.4GB. The install script itself is a 156k ksh script. I will attempt to debug the install script with the equivalent bash -x switch tonight after work. The install script seems to only execute with ksh. Thanks, On 9/18/

Re: is my raid1 array really working??

2007-09-18 Thread Douglas A. Tutty
On Tue, Sep 18, 2007 at 09:07:08AM +0100, martin f krafft wrote: > also sprach harland christofferson <[EMAIL PROTECTED]> [2007.09.18.0333 > +0100]: > > My partition table (so says webmin) is: > > I would stop using webmin, which is a nightmare. > > Anyway, if /proc/mdstat doesn't say anything a

Installation problem using iso dump on harddisk

2007-09-18 Thread Rajesh
-- With Regards From Rajesh Delhi 110 059 Sir, I cann't able to install debian 4.0 iso image with the help of Grub.

Caro cliente Poste IT

2007-09-18 Thread Poste IT
              Caro cliente Poste.it,   Una nuova gamma completa di servizi online è adesso disponibile ! Per poter usufruire dei nuovi servizi online di Poste.it occorre prima diventare UTE

Re: cdrecord problem

2007-09-18 Thread Joerg Schilling
>I have both cdrecord (Cdrecord-Clone 2.01.01a01) and wodim (1.1.6) on my >Sarge system. I'm using kernel 2.6.22 right now. This is a very very old version of cdrecord! It is definitely unable to work around the bugs in a Linus-2.6 kernel. Use a recent version of cdrecord http://cdrecord.berli

Re: cdrecord problem

2007-09-18 Thread Joerg Schilling
>"I have an Etch box with a linux-image-2.6.18-5-k7. All works well but > wodim -devices > Beginning native device scan. This may take a while ... > wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT >Apt-get install wodim confirms I have the latest release. I have also >run apt-get

SNMP and Debian

2007-09-18 Thread David Anullo
Hi, i have installed on 2 PC debian/testing the snmpd daemon and snmp package with the applications utility I have this pc in a LAN with address 10.0.0.25 and 10.0.0.101 (agent). Using snpwalk to verify them (localhost) i find a good data: */snmpwalk -v 1 -c public localhost system /*/>SNMPv2

nvidia-glx and xorg

2007-09-18 Thread onlynewro
hi when i install nvidia-glx xorg is removed so when i re-install x-window-system-core nvidia-glx is removed what can I do?? Is this bug??? help me..

Re: is my raid1 array really working??

2007-09-18 Thread martin f krafft
also sprach harland christofferson <[EMAIL PROTECTED]> [2007.09.18.0333 +0100]: > My partition table (so says webmin) is: I would stop using webmin, which is a nightmare. Anyway, if /proc/mdstat doesn't say anything about failure *and* /sbin/mount outputs that /dev/mdX are actually being used, an

Re: is my raid1 array really working??

2007-09-18 Thread Martin Marcher
Hi, 2007/9/18, harland christofferson <[EMAIL PROTECTED]>: > To me, it looks like HDA and HDC are in good health > and configured properly ... but what do I really know. > > Can someone tell me how I can really know if my > configuration is working? Is it REALLY this simple? Disclaimer - read the

Re: I hate Alsa [Solved]

2007-09-18 Thread Chris Lale
Elimar Riesebieter wrote: > On Sat, 15 Sep 2007 the mental interface of > Kamaraju S Kusumanchi told: > > [...] >> I recently came to know that alsaconf is outdated in 2.6 kernels. You have >> to use udevtrigger instead of alsaconf. See #430624, #432678 for more info. > > alsaconf will be fixed f

Re: etch installation fails on two machines

2007-09-18 Thread Amit Uttamchandani
Hi there, sorry to hear you are having troubles with your install. My first guess would be a corrupted cd. Try burning a new cd from a different cd burner if possible. Good luck. On Tue, 18 Sep 2007 11:09:40 +0200 meik thomas <[EMAIL PROTECTED]> wrote: > hi, > > i am trying to install debian

etch installation fails on two machines

2007-09-18 Thread meik thomas
hi, i am trying to install debian gnu/linux "etch" 4.0r1 on two older machines and get the same reaction on both machines (and interestingly also with debian-netinst 4.0r0-cd). the problem: installation freezes when installing the base-system while installing the kernel. i tried the expert i