Re: debian-user-digest Digest V2016 #228

2016-03-09 Thread Timo Kramer
Am 09.03.2016 um 01:07 schrieb debian-user-digest-requ...@lists.debian.org: -- eLeDia- E-Learning im Dialog GmbH Am Treptower Park 75, 12435 Berlin Tel : +49 30 5056 1070 Fax : +49 30 5059 0860 Mobil: +49 160 148 0998 Mail: supp...@eledia.de www.eledia.de, www.moodle.de Geschäftsführer: André

What's up with mmogp.com?

2016-02-06 Thread Timo Kramer
r ppa? Thanks and regards, Timo

Re: HTTP proxy over ssh recommendation?

2011-11-10 Thread Timo Boettcher
sure that would work but then I couldn't > easily switch it on and off as needed. Therefore having an actual > external http proxy works better as far as I can tell. What about running privoxy over an ssh -D socks-proxy? Timo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: how to rotate ogg/theora video 90 degrees? (PARTIAL SOLUTION)

2011-02-10 Thread Timo Juhani Lindfors
Timo Juhani Lindfors writes: > 3) Finally on the #theora IRC channel I was adviced to use both > mencoder and mplayer with an intermediate file. > > wget > http://ftp.acc.umu.se/pub/debian-meetings/2009/debconf9/low/1050_Lightning_talk_Redirecting_require

ALSA: turn external amplifier on and off automatically?

2011-02-04 Thread Timo Juhani Lindfors
Hi list, I have an external amplifier that can be controlled using the commands "remote_power amp on" and "remote_power amp off". I'd like to have ALSA automatically turn on the amplifier whenever something tries to play sound and to turn it off after some period of idleness. Is this possible?

Re: see what files are touched by a program

2010-10-18 Thread Timo Juhani Lindfors
Steven writes: >> So you manually start program-A and program-A starts program-B right? > > Yes, exactly, I was not clear on that in my first message, but that is > the case. Program-B will then read and write from/to a file, and I would > like to know which file. I am assuming you are on i386 or

Re: Configuration for firefox-bin

2010-10-14 Thread Timo Juhani Lindfors
#ZHAO LINA# writes: > I met one problem during start the iceweasel, but I do not know how to check > it by a simple way, Please run ps -eo user,cmd | grep dbus ps -eo user,cmd | grep gconf and tell us the output. My guess is that your are not running dbus-daemon or gconfd. -- To UNSUBSCRIBE

Re: Installing avahi-daemon crashes kernel, corrupts filesystem

2010-10-13 Thread Timo Juhani Lindfors
Jason Heeris writes: > To save me more trouble, can anyone tell me what the key is to > building a kernel exactly the same as what's in > linux-image-2.6.32-5-486? I'm on a PC with amd64 arch, so I created a > i386 chroot: I have personally used http://wiki.debian.org/HowToRebuildAnOfficialDebia

Re: Installing avahi-daemon crashes kernel, corrupts filesystem

2010-10-12 Thread Timo Juhani Lindfors
Jason Heeris writes: > Yay. I'll build one on my PC. Ah. >> Qemu defaults to X. Copying the system image to some machine that runs >> X is probably the safest solution, you can then run qemu without any >> extra privileges.. > > Done, but avahi-daemon installs without a hitch (presumably because

Re: Installing avahi-daemon crashes kernel, corrupts filesystem

2010-10-12 Thread Timo Juhani Lindfors
[please keep this on the list] Jason Heeris writes: > Kernel: Linux 2.6.32-5-486 Please install linux-image-2.6.32-5-486-dbg > Qemu won't start, it can't find a framebuffer: > > (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed > --> No such file or directory Qemu defaults

Re: Installing avahi-daemon crashes kernel, corrupts filesystem

2010-10-11 Thread Timo Juhani Lindfors
Jason Heeris writes: > Should I recompile it with any kind of debugging information enabled, > or does the Debian kernel already contain it? It depends on the architecture and debian version. Please post a proper bug report with reportbug that shows all the relevant version information. Can you m

Re: a data rate threshold tool?

2010-10-09 Thread Timo Juhani Lindfors
Zhang Weiwu writes: > $ threshold --rate 20KB/s < data_source | my_greedy_application pv --rate-limit 20k < data_source | my_greedy_application -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archiv

Re: Howto add autostartup applications

2010-10-09 Thread Timo Juhani Lindfors
Johan writes: > On the internet I was informed to use update-rc.d. That is not suitable for programs that run as normal user. It is meant only for programs that are specifically meant to be run in the background. Are you using GNOME? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

Re: Debian-506 sumsung ML-1510-700 printer driver not in list

2010-10-07 Thread Timo Juhani Lindfors
Johan Scheepers writes: > Debian-506 sumsung ML-1510-700 printer driver not in list. Does "apt-get install splix" help? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.

Re: 2 identical GSM-modems discern.

2010-10-06 Thread Timo Juhani Lindfors
Sthu Deus writes: > How do You convert the addresses into physical ports - if I have > understood You correctly? The -t option shows usb topology: $ lsusb -t Bus# 8 `-Dev# 1 Vendor 0x1d6b Product 0x0001 Bus# 7 `-Dev# 1 Vendor 0x1d6b Product 0x0001 Bus# 6 `-Dev# 1 Vendor 0x1d6b Product 0

Re: transcoding flv to mp4

2010-10-05 Thread Timo Juhani Lindfors
Celejar writes: > ffmpeg -i example.flv example.mp4 I just get Unsupported codec for output stream #0.1 on debian unstable with ffmpeg 4:0.5.2-4. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Ar

Re: Debian system modifications tmpfs

2010-09-24 Thread Timo Juhani Lindfors
Peter Smith writes: > tmpfs /tmp tmpfs noatime,nodev,noexec,nosuid,mode=1777 0 0 noexec /tmp will surely break applications, no? > Iceweasel is modified to use /tmp as cache, so when Iceweasel is > loaded after a reboot it creates a folder named Cache in /tmp. How does this work with multiple u

Re: renamed network interface eth0 to eth1

2010-09-22 Thread Timo Juhani Lindfors
Hugo Vanwoerkom writes: > Why would udev rename the interface? MAC address was changed. See /etc/udev/rules.d/70-persistent-net.rules -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://

Re: installing a kernel on other than the current partition

2010-09-22 Thread Timo Juhani Lindfors
Hugo Vanwoerkom writes: > So I want to install a Debian kernel on that unbootable partition. But > how to install a kernel on a partition that is not booted? With > chroot? Is that ever done? I've done it with chroot a few times. Should work generally just fine. If you are really desperate, boot

Re: ps - Illegal Instruction

2010-09-19 Thread Timo Juhani Lindfors
Jerry Stuckle writes: > And as to the suggestions from other users to try another VM - that's > not open for discussion unless you can tell my why the one that comes > with Windows 7 doesn't work. It's fairly difficult to answer such a guestion, especially without source code to Windows 7 :-)

Re: ps - Illegal Instruction

2010-09-19 Thread Timo Juhani Lindfors
Jerry Stuckle writes: > I still have several problems, which may be related. The easiest one > to find is an "Illegal Instruction" when I run a simple ps command. > This occurs whether I run as a user or root. So gnome starts but ps fails? Very odd. Please 1) apt-get install debsums 2) debsums

Re: What tool would convert map coordinates ?

2010-09-19 Thread Timo Juhani Lindfors
Bernard writes: > I need to convert map coordinates from Lambert II + to decimal > degrees. I found a tool which works online on a web site, but the I use the proj command for my coordinate conversions. I have no idea if it supports what you need. -- To UNSUBSCRIBE, email to debian-user-requ..

Re: umount without sync

2010-09-17 Thread Timo Juhani Lindfors
T o n g writes: > I saw that it is a common practice to issue sync several times before > umount. I know it's a good practice, but is it really necessary? There have been some bugs afaik and a sync has been a workaround. > If I copy a big chuck of file to my USB, then issue umount immediately,

Re: How to use -dbg packages (and specifically libncurses5-dbg) ?

2010-09-15 Thread Timo Juhani Lindfors
Sven Joachim writes: >> Or is there something I forgot ? > > Not really, the problem is that libncurses5-dbg ships a special debug > version of the library and no detached debugging symbols, unlike other > -dbg packages. This is fixed in Squeeze, though. Ah, that explains why it worked for me. I

Re: How to use -dbg packages (and specifically libncurses5-dbg) ?

2010-09-15 Thread Timo Juhani Lindfors
Frédéric Boiteux writes: > It's what I would like to have, but in my gdb session, the symbols / > data aren't available. When you start your gdb, do you have some info > about gdb loading libncurses5 debugging symbols ? (gdb) shell pidof nano 23506 (gdb) attach 23506 Attaching to process 23506 R

Re: How to use -dbg packages (and specifically libncurses5-dbg) ?

2010-09-15 Thread Timo Juhani Lindfors
Frédéric Boiteux writes: > Does I have to redo the compilation before to test my program with > libncurses5-dbg debug library ? No. libncurses5-dbg is not a library, it does not even contain code. It only contains the debugging symbols that were removed from libncurses5. At least the following w

Re: xset command setting not sticking

2010-09-08 Thread Timo Juhani Lindfors
Tech Geek writes: > The only other "active' program running is the totem player playing a .avi > file. No network/ethernet cable is attached to the system. How is totem playing when .xinitrc is run? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscrib

Re: xset command setting not sticking

2010-09-08 Thread Timo Juhani Lindfors
Tech Geek writes: > I have tried adding this to my /home/user/.xinitrc file: > #!/bin/bash > xset s off -dpms > > and made it executable: > chmod +x .xinitrc > > but it is not able to retain the setting. Is xset the only X client when it is run? Xorg resets its state when the last client connects

Re: Straw poll: What browser do you use?

2010-09-07 Thread Timo Juhani Lindfors
"B. Alexander" writes: > I'm just wondering, since firefox/iceweasel seems to be getting unusable. I > have a 2.2GHz C2D box with an nvidia card at home, and a 3.0GHz C2D with a > (lame) ATI card at work. I find that firefox (or xulrunner-stub) have memory > leaks, and after a couple of days, it e

Re: /home/user folder accidentally removed

2010-09-04 Thread Timo Juhani Lindfors
Fatih Tiryakioglu writes: > I wanted to remove trash folder, but home folder/home/user is > gone. There was only one user. I couldn't start any program. When I > restarted computer, I couldn't login. How can I recover > system. Please help.. 1) ctrl-alt-f1 2) login as root 3) mkdir /home/user 4)

Re: What creates /etc/exim4

2010-09-02 Thread Timo Juhani Lindfors
Kent West writes: > What process creates these directories? Where does exim4-config store its $ dpkg -S /etc/exim4 exim4-config: /etc/exim4 should explain what creates it at least. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Re: how to rotate ogg/theora video 90 degrees? (having to reencode is ok)

2010-08-25 Thread Timo Juhani Lindfors
Camaleón writes: > Okay. Change "avidemux" by "any video editor using its own implementation > of mencoder/ffmpeg as backend wich is available in Debian oss repo" :-) http://svn.debian.org/wsvn/secure-testing/data/embedded-code-copies?op=file says that the following packages contain their own c

Re: how to rotate ogg/theora video 90 degrees? (having to reencode is ok)

2010-08-24 Thread Timo Juhani Lindfors
Camaleón writes: > Sure, so if you are facing problems with one video codec, you''ll have to > use another one to bypass the bug or try another application that uses its > own version of mencoder (i.e., Avidemux) ;-) avidemux is not in Debian, only in debian-multimedia.org. Afaik Debian can encod

Re: how to rotate ogg/theora video 90 degrees? (having to reencode is ok)

2010-08-24 Thread Timo Juhani Lindfors
Camaleón writes: > Uh? Weird... :-? Definitely. > Anyway, I guess mencoder can rotate the video just in one step (without > needing "ffmpeging"), have you tried to...? Yes, that was point 2 in my original email: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594110 > mencoder 1050_Lightning

Re: how to rotate ogg/theora video 90 degrees? (having to reencode is ok)

2010-08-24 Thread Timo Juhani Lindfors
Camaleón writes: > Have you tried by passing "-sameq" to ffmpeg? :-? Thanks for the idea but if I use -sameq then mplayer -ss 02:00 output.ogv starts from the beginning of the video and not at 2 minutes in the video. If I don't use -sameq then this works. The difference in the output of mplayer

how to rotate ogg/theora video 90 degrees? (having to reencode is ok)

2010-08-24 Thread Timo Juhani Lindfors
Hi, since openmoko does not support hardware rotation I thought I'd reencode videos for it and rotate them to fit to the 240x320 display mode. This turned out to to be somewhat tricky. In the following I use the shortest debconf9 video I could find as an example: 1) /usr/share/doc/ffmpeg/html/lib

Re: Verbatim 1TB external HDD

2010-08-23 Thread Timo Juhani Lindfors
Lisi writes: > What would people recommend in this situation? Reformat or use FAT32? And > if > reformat, to what? I think that his slightly aged computer would probably > blow a gasket if asked to use ext4, so am wondering about ext3. I bought a 1TB disk yesterday for the same purpose. Sin

Re: playing ARF files

2010-08-23 Thread Timo Juhani Lindfors
mess-mate writes: > I need playing back a lesson downloaded as an *.arf file. > VLC can't (squeeze/amd64). > Any other appl i don't knox ? file *.arf? mplayer *.arf? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Re: ssh error

2010-08-22 Thread Timo Juhani Lindfors
Vit writes: > krb5int_utf8_lentab, version krb5support_0_MIT not defined in file Google search for this finds http://ibot.rikers.org/%23debian/20091126.html.gz where the issue was solved by reinstalling a few libraries. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: How does Squeeze initialize PS1 ?

2010-08-20 Thread Timo Juhani Lindfors
Paul E Condon writes: > I'm debugging some bash scripts and reading the scripts that come as > part of Squeeze installation. I find several places where there are > statements the set a value from variable PS1, BUT all of them seem > to be in scripts that only get executed if PS1 is already non-em

Re: Lenny XDM won't start X: /tmp/.X11-unix has suspicious mode (not 1777) or is not a directory, aborting.

2010-08-11 Thread Timo Juhani Lindfors
Siju George writes: > X: /tmp/.X11-unix has suspicious mode (not 1777) or is not a > directory, aborting. I googled for this and found "Problem gefunden, das Gruppen-SUID-Bit war für /tmp gesetzt. :-/" from http://groups.google.com/group/linux.debian.user.german/browse_thread/thread/a03476dee2

Re: setting password via script

2010-08-10 Thread Timo Juhani Lindfors
emmanuel segura writes: > usermod -p $1$q.C/Xn5Q$AkvYZAwzTkpGF.Q9O/NC90 your_username The problem with this is of course that anybody in the system just saw your password in the process list :-) Watching /lib with dnotify is an easy way to trigger process listing every time a new process is start

Re: Missing many packages and libraries

2010-08-07 Thread Timo Juhani Lindfors
Brett Mahar writes: > deb http://ftp.au.debian.org/debian/dists/lenny/ main contrib non-free > deb http://ftp.de.debian.org/debian/dists/lenny/ main contrib non-free These are wrong. Try with a sources.list that only has deb http://ftp.de.debian.org/debian/ lenny main deb http://security.debian.

Re: insserv: /home on NFS and local bind (DNS lookups fail on boot)

2010-08-06 Thread Timo Juhani Lindfors
Timo Juhani Lindfors writes: > Should I try starting bind9 before network is brought up? That sounds > very counter-intuitive. Replying to myself here: this fails since bind9 says "no networks configured". A hack that works for now seems to be to add if [ "$(pidof named)&q

Re: insserv: /home on NFS and local bind (DNS lookups fail on boot)

2010-08-06 Thread Timo Juhani Lindfors
Camaleón writes: > So we are doing something wrong here. It seems that /etc/init.d/mountnfs.sh does not actually call mount, it is done by /etc/network/if-up.d/mountnfs when a network interface is brought up. Should I try starting bind9 before network is brought up? That sounds very counter-in

Re: insserv: /home on NFS and local bind (DNS lookups fail on boot)

2010-08-06 Thread Timo Juhani Lindfors
Camaleón writes: > Did you read the manual or the docs for insserv? Maybe we are missing some > step to fully populate the new boot sequence :-? I did try but the man page does not really mention when symlinks are created. For example $ echo /etc/rc*/*bind9 /etc/rc0.d/K02bind9 /etc/rc1.d/K02bin

Re: insserv: /home on NFS and local bind (DNS lookups fail on boot)

2010-08-06 Thread Timo Juhani Lindfors
Camaleón writes: > $namedbind9 Thanks for the effort but this does not seem to be enough: $ grep -Ev "(^#|^$)" /etc/insserv.conf $local_fs +mountall +mountoverflowtmp +umountfs $network+networking +ifupdown $named +named +dnsmasq +lwresd bind9 $network $remote_fs

insserv: /home on NFS and local bind (DNS lookups fail on boot)

2010-08-06 Thread Timo Juhani Lindfors
With nfs:/home /home nfs defaults0 0 in /etc/fstab I get mount.nfs: Failed to resolve server nfs: Temporary failure in name resolution on boot. This is because I use local bind9 and /etc/resolv.conf has nameserver 127.0.0.1 I tried adding " bind9" to the $rem

Re: Put date on log file names?

2010-05-17 Thread Timo Boettcher
ot; template("$ISODATE $HOST $MSG\n") owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes)); }; This is a snipped that configures a file in a directory-structure matching the hostname and the date (you should be able to guess the details...) http://www.syslog.org/

Installing Debian into an existing encrypted volume with lvm

2010-03-29 Thread Timo Boettcher
igure encrypted volumes: "Create encrypted volumes" and "Finish". Both don't let me add an existing encrypted volume to add a logical volume to install into. Is it possible to install at all in this situation, or do I have to backup - install - restore? Timo -- To UNSUBSCR

Re: Any Linux CAD tools?

2010-01-19 Thread Timo Boettcher
Hi! * Ogya Chief wrote: > I am looking for a CAD tool to draw among other things contours. [...] > What other options are available on the Linux platform? There is a list on http://wiki.debian.org/DebianScience/Engineering Timo -- To UNSUBSCRIBE, email to debian-use

Re: OT: Audiophile grade music server using several flavors of Debian

2008-07-22 Thread Timo Boettcher
eal soundcard, with a via C3 533MHz, 512MB ram, and a CF-to-IDE [5] adapter. > FLAC output is via USB, which is plugged into a Trends Audio > USB-to-S/PDIF converter. The trends is plugged into a Adcom GDA-700 DAC. Timo [1] http://www.pcengines.ch/alix1c.htm [2] http://www.beis.de/Elekt

GRUB loader hangs in to message "savedefault" in Debian etch and load error in Ubuntu.

2008-05-25 Thread Timo Vii
FER ACCESS - "ENABLED" if that setting is in "DISABLED" position, I get allways "savedefault" message and debian etch (Ubuntu)  never load and work at all.. Motherboard is Commell LV-672 and with Celeron D processor. Regards, Timo Viitanen Espoo, Finland

Re: Read-only root (/) except /etc

2008-04-13 Thread Timo Boettcher
Grml is a debian-based live-cd aimed for advanced users with a focus on text-tools (no kde, no ooo), and grml-live is its automated build-tool. HTH Timo [1] http://www.grml.org/grml-live/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: OPEN SOURCE MASTERPLANS

2005-05-03 Thread Timo Schoeler
LAW (Lawyers Are Wimps) >>please stop posting this! > > > Get your weak wood out of my wheels! > I fight poverty to avoid ending up like you. > > >>>I work for poor people through UNDP. >> >>one more proof that there i) are wrong people in the wrong places and >>ii) much money is being wasted.

Re: OPEN SOURCE MASTERPLANS

2005-05-03 Thread Timo Schoeler
ame presentation of even lamer masterplans that makes hundreds of thousands of people in the 3rd world die of hunger and deseases every month, no, it's that fucking capitalism! you are in one of many key positions to change this. do something! and please stop driveling! > > -- > >

Re: Current State of Linux Input Devices

2004-10-14 Thread Timo Hoenig
On Thu, 2004-10-14 at 13:56 +0200, Frank Gevaerts wrote: > On Thu, Oct 14, 2004 at 01:36:55PM +0200, Timo Hoenig wrote: [...] > Why didn't you include ion in the list of window managers ? I missed ion. Sorry for that, such was not my intention. Next time ;) >

Current State of Linux Input Devices

2004-10-14 Thread Timo Hoenig
a desktop, a laptop or both -- is more than welcome to participate. I appreciate every single contribution to the survey. Best Regards, Timo [1] Input Abstraction Layer Web: http://developer.berlios.de/projects/ial/ SVN: http://svn.berlios.de/viewcvs/ial

ipssend on xseries 335

2004-09-21 Thread Timo Veith
ipt which parses the output of some console program but first I have to find it. TIA Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: X.org Questions

2004-09-13 Thread Timo Reimerdes
shadow-thingy is of advantage in x.org? is anything done noticably better? is it recomendable? greetz, Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gDesklets -- Which Work?

2004-06-21 Thread Timo Reimerdes
with debian > and Gnome 2.6? Thanks. > > Ed > > I just apt-get install --reinstalled libsensors3 and that error vanished... they kept on crashing on me, though so I quit using them. -- Timo Reimerdes <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: sysinfo

2004-02-26 Thread Timo Eckert
On Thu, 26 Feb 2004 16:40:34 +0200 Gustavo Halperin <[EMAIL PROTECTED]> wrote: > Hello list > There is anythink like a command 'sysinfo' for debian ??? > (I want see all the hardware of my 'PC') lshw is also nice. Regards, Timo. -- To UNSUBSCRIBE,

Re: Software RAID1 install notes - Debian Sarge

2004-02-24 Thread Timo Railo
ni/Boot+Root+Raid+LILO.html I couldn't get Lilo to work for me. Now I've gor Grub working partially (it only boots with both disks at the moment...). Cheers, Timo Railo # mke2fs -O sparse_super,filetype /dev/md1 # mount /dev/md1 /mnt <- STUCK ON

Re: better mail organisation

2004-02-20 Thread Timo Railo
Which one? Using Exchange (agreed) or throwing stuff in to database (would be interesting to hear why). Timo [read from here] I'd like to have an independent software which would do the following: - Read any IMAP box (also sent messages) and download the contents - Throw the message da

Re: better mail organisation

2004-02-20 Thread Timo Railo
27;s not all that hard to do with php for example)? my2c, Timo Railo I just had a simple and efficient idea: Since I have a sent folder with everything in there, and also a read folder, to which messages get filed when I have replied to them or am otherwise done therewith, and since these two f

Re: Software RAID problems (bad filesystem type)

2004-02-18 Thread Timo Railo
Thanks Benedict, this is what happened (also tried just -d1). hdparm -d 1 -c 1 /dev/hda /dev/hda: setting 32-bit IO_support flag to 1 setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted IO_support = 1 (32-bit) using_dma= 0 (off) Man this is tough... Timo

Re: Software RAID problems (bad filesystem type)

2004-02-18 Thread Timo Railo
buffered disk reads: 10 MB in 3.63 seconds = 2.75 MB/sec Cheers, Timo Railo [ Either me or my mail program is going nutty... I could have sworn that I replied to the list, not you Justin. Sorry. ] After much much headache (and almost buying new serial ata raid hw setup etc.), I got it to

Re: Software RAID problems (bad filesystem type)

2004-02-18 Thread Timo Railo
ght be causing this greatly appreciated again. Thanks for great help so far! Timo On Monday 16 February 2004 13:34, you wrote: Hi, (Justin, sorry to harass you off-the list) I'm really loosing my hair with this. So far: I got it all to work (sw RAID), it was mostly fstab that was not setup ri

Re: Gallery 1.4 claims newer PHP version

2004-02-10 Thread Timo Railo
try php from unstable tree (edit /etc/apt/sources.list, adding unstable there) then do apt-get install php. Just remember to change back your sources.list. Cheers, Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Software RAID problems (bad filesystem type)

2004-02-09 Thread Timo Railo
corrupt, and you might try running e2fsck with an alternate superblock:      e2fsck -b 8193 Many thanks for any input!! Timo I see from your fstab that you're not trying to boot off the raid device. My previous advice was for that situation. Sorry if it caused confusion. Your fstab file f

Re: Software RAID problems (bad filesystem type)

2004-02-09 Thread Timo Railo
not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 Many thanks for any input!! Timo On Feb 9, 2004, at 4:21 PM, David Clymer wrote: On Sun, 2004-02-08 at 16:38, Timo Railo wrote: Hi! I'm

Software RAID problems (bad filesystem type)

2004-02-08 Thread Timo Railo
o that sr0 or sda or so is needed?)" I've tried zeroing the superblock, with no help. Also tried recreating the partitions (times x) and tried recreating filesystem. Please help, I'm really running out of ideas. Thank you very much, Timo Railo -- To UNSUBSCRIBE, email to [EMAIL PROTEC

sudden death of mozilla firebird + gnome-sound-recorder hang

2003-10-27 Thread Timo --Blazko-- Boewing
her apps do fine further, including galeon and epiphany. -- greetings, | /"\ | \ / ASCII-Ribbon-Campaign Timo | X Against HTML Mail | / \ -

Re: resolv.conf

2003-07-29 Thread Timo Kamph
I did an apt-get update/upgrade using the server's IP addresses. After that DNS works fine. Unfortunately I've no idea what happend. Timo -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -- 1. GMX TopMail - Platz 1 und Testsieg

Re: resolv.conf

2003-07-29 Thread Timo Kamph
> On Tue, Jul 29, 2003 at 03:58:31PM +0200, Timo Kamph wrote: > > I had a little trouble installing my ethernet cards drivers. Now the > > interface is up and works fine. > > But there is a problem with DNS. /etc/resolv.conf was missing, so i > created > >

resolv.conf

2003-07-29 Thread Timo Kamph
won't work. Even not after a reboot. Any ideas? TIA Timo -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Onlin

Connecting to a WinCE based PDA

2003-06-06 Thread Timo -Blazko- Boewing
Thank you for any hints!!! -- greetings, | /"\ | \ / ASCII-Ribbon-Campaign Timo | X Against HTML Mail | / \ --

/usr/share/zoninfo question

2003-02-26 Thread Timo Benk
is it a safe way to free some space? -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

GTK apps: overriding global theme

2003-01-30 Thread Timo --Blazko-- Boewing
their options list, but many other GTK-specific options. Mh, another question: how can i tell GNOME2 to use a special session w/o using GDM2? Where do i have to embed this line: gnome-session --choose-session=[Name] ? Thank you for any hints!!! -- greetings, Timo

Re: gnome2 hang (solved)

2003-01-26 Thread Timo --Blazko-- Boewing
Ron Jones wrote: > Hi Timo, Hello Ron, Sorry for the late reply. > > Saw your post on debian-user about hanging at splash screen. I have the > same problem, did you get anywhere with fixing this? > Yes, the problem on my side was caused by the name scheme change in Debians

GNOME2 startup hang

2003-01-18 Thread Timo --Blazko-- Boewing
use my laptop for ,my job... thanks -- greetings, Timo -- PUBLIC KEY: D8279D57 Timo Boewing <[EMAIL PROTECTED]> 2002/09/25 Fingerprint = DB88 686D 44D8 6F1B 5B1A D24F 037E F898 D827 9D57 -- To UNSUBSCRIBE, em

GNOME2 startup hang

2003-01-18 Thread Timo --Blazko-- Boewing
use my laptop for ,my job... thanks -- greetings, Timo -- PUBLIC KEY: D8279D57 Timo Boewing <[EMAIL PROTECTED]> 2002/09/25 Fingerprint = DB88 686D 44D8 6F1B 5B1A D24F 037E F898 D827 9D57 -- To UNSUBSCRIBE, em

Re: OT: what BIOS options are accessible (r/w) from the OS?

2002-12-23 Thread Timo --Blazko-- Boewing
time (no lives depend on my data). But maybe i am going to install a simple power switch in the HDDs power cable... this shall render any attacker harmless. Physical detachment is the best way (just like with Computer M5 in Star Trek Classic :-) ) of protection. > > -rob

OT: what BIOS options are accessible (r/w) from the OS?

2002-12-22 Thread Timo --Blazko-- Boewing
doing the backup it is vulnerable if i am online. Btw.: what BIOS options can an OS read/set in general? Thanx for any hints! -- greetings, Timo -- PUBLIC KEY: [soon] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: automatic installation

2002-11-26 Thread Timo Benk
On Tue, Nov 26, 2002 at 01:38:38PM -0500, sean finney wrote: > heya, > > On Tue, Nov 26, 2002 at 05:48:24PM +0100, Timo Benk wrote: > > I want to install a debian system without > > any user interaction. > > > > All parameters like partition table or filesyste

automatic installation

2002-11-26 Thread Timo Benk
interaction, with specified configuration values? Thanks in advance, -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: T.120 client?

2002-04-05 Thread Timo --Blazko-- Boewing
pp, you are right, installing it solved the error, thought it should be libgconf-dev or that... :-) > good times, > Vineet too, greetings, Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: toshiba laptop support

2002-04-02 Thread Timo --Blazko-- Boewing
rsion HTH, Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: T.120 client?

2002-04-02 Thread Timo --Blazko-- Boewing
the actual version does support it. At least the images show the chat client. i tried to manually compile the actual version, but got the well-gnown "GnomeConf not found" error that i am really tired of. But please take a closer look. HTH, Timo > > Does anyone know of an H.120

Re: Fetching and printing web pages automaticly

2002-03-30 Thread Timo Benk
org | lpr or lynx -dump www.slashdot.org | lpr should also work -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC pgp4fAxpgL0lJ.pgp Description: PGP signature

Re: Advice on wysiwyg editor

2002-03-25 Thread Timo Benk
> admit it, I believe it's very powerful, but I find it UGLY :) > Some sort of "Print Preview" would be very valuable. Texmacs is also worth a look. Although it is more aimed to mathematical formulas it can be used to as a wordprocessor too. -timo -- gpg key f

Re: executables in /xyz

2002-03-24 Thread Timo --Blazko-- Boewing
Thanks! Yes, the mount options are the cause. RTFM: well, normally i read a lot but the mount idea came while finishing the mail, thus forgive me :-). Thanks again and see you. p.s. no one knows the bach shell??? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

executables in /xyz

2002-03-23 Thread Timo --Blazko-- Boewing
okay. Any ideas why these things won't run in my /data folder? For information: /data is another partition, maybe mount-options are the cause?: /dev/hda3 /data reiserfsdefaults,user 0 0 greetings, Timo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

OT: where to post kernel bug

2002-03-22 Thread Timo Benk
tracking system like in debian? -timo -- jabber-id: [EMAIL PROTECTED] gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC pgp4ieUH53T7F.pgp Description: PGP signature

Re: ssh-client & gui

2002-03-12 Thread Timo Benk
On Tue, Mar 12, 2002 at 01:16:45PM +0100, Ines Rieger wrote: > Hi all, > is there any graphical ssh-client for Unix? I like mindterm. You can even use it from any Windows machine, it is a java applett. -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109

Re: Boottime keymap

2002-03-08 Thread Timo Benk
every > time I boot. > Is this the right way to do it ? I think the "right" way is: # dpkg-reconfigure console-common -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC pgpcUzAHuaefq.pgp Description: PGP signature

TV over LAN?

2002-03-07 Thread Timo --Blazko-- Boewing
LAN is a normal 100mbit ethernet. Thanx all, Timo

Re: which command to configure x window?

2002-03-07 Thread Timo Benk
On Thu, Mar 07, 2002 at 06:05:14PM +0800, linuxman wrote: > [HTML stripped] > > hi, > > Who can tell me which command to configure X window system in debian/woody? I > can not find XF86Setup, and xf86config is too old:-) I use xf86cfg -textmode for X 4.1.0 -timo -- gpg key

Re: graphical file managers (gmc vs. nautilus)

2002-03-03 Thread Timo Benk
-- I also removed any application specific stuff out of /etc/mc.ext. works quite well for me. -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109E 98DC pgp4KxJDbGci1.pgp Description: PGP signature

Re: 3d with nvidia

2002-03-01 Thread Timo --Blazko-- Boewing
"vbe" > Load"xie" > EndSection > You should comment out GLcore, cos it loads before nVidia's glx. Thus the nVidia version cannot act. Dunno if this is all, but i have purged this option and in works on my system. Otherwise, please read the readme shiped with the binary drivers, there is a sample X config an important hints on 3D support, also regarding the right AGP driver. HTH, Timo

  1   2   3   >