(OT) low-power home server

2003-03-15 Thread Jan Willem Stumpel
For a long time now I've been using an old Pentium 75 as the "headless mail server/firewall/gateway" (running Woody) in my home, and it works very well. The only problem is that it is old and I wonder what to replace it with if it dies. Ideally I would like to have a new box to replace it, which

Re: (OT) low-power home server

2003-03-17 Thread Jan Willem Stumpel
Tom Allison wrote: > Jan Willem Stumpel wrote: >> [..] a new box to replace it, which should be small and >> silent, and consume as little electricity as possible > > Start with VIA's cyrix chips. [..] I'm not sure, but I think > the NIC's come with one

Re: strange PIDs on kernel threads

2003-10-28 Thread Jan Willem Stumpel
See bug #217525. I don´t think you have a Trojan. Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Too Slow - what'd I break?

2003-10-30 Thread Jan Willem Stumpel
Interesting.. the boot log you posted contains a record of the ASCII art twirly-whirrly thing, made of / , -, | , \, and backspace characters, which is displayed at boot time during time-consuming operations. On my Sid system this causes an instant *crash* of all varieties of mozilla which I have

Re: Fonts gone in icewm

2003-11-05 Thread Jan Willem Stumpel
[EMAIL PROTECTED] wrote: > I was going to use "Subject: fsck'ing fonts" due to my ongoing > frustration with fonts. > > I did a dist-upgrade on my sid laptop today and lost fonts in my window > manager icewm (also lost xmd loging for some reason!!) > > I'm using the Infadel2 theme and it uses fo

Re: installation date

2003-01-19 Thread Jan Willem Stumpel
Carlos Sousa wrote: > I don't know of any simple way to get that info from the package > management system, but, using an idea that came up on this list > a few months ago, I have made a little script run by cron every > day that generates a list of all installed packages, compares > with the list

Mozilla fonts

2003-09-13 Thread Jan Willem Stumpel
The newer mozillas, e.g. Sid's mozilla-snapshot, have 'default' fonts which I rather like (of course, 'there is no accounting for tastes'). In the Preferences menu, the serif font is just called 'serif', the monospace font is called 'monospace'. I found that (at least on my system) these are in re

Re: Re: Mozilla fonts

2003-09-15 Thread Jan Willem Stumpel
Ashish Ariga wrote: > Turns out that Mozilla and a bunch of other GNOME/GTK2 apps use > fonts that are configured via some fontconfig. (I don't know > much about it.) > fc-list reports fonts that are available through fontconfig. > Ensure that the path where you installed the fonts are listed in >

xprint doesn´t start

2003-09-19 Thread Jan Willem Stumpel
Attempts to start xprint (i.e. Xprt), either at boot-up or by means of /etc/init.d/xprint start, produce a message in my /var/log/syslog: Sep 19 14:05:36 spica Xprt_64: Sep 19 14:05:36 spica Xprt_64: Fatal server error: Sep 19 14:05:36 spica Xprt_64: could not open default font 'fixed' But of cou

xprint probs

2003-09-21 Thread Jan Willem Stumpel
I finally got xprint (xprt-xprintorg + xprt-common) to work, but I had to hack /etc/init.d/xprint to make it start at all. It works now, but it prints everything in the Courier font. In August there was a thread on this list about this very problem, but the solution suggested (which involved insta

Re: Re: xprint probs

2003-09-21 Thread Jan Willem Stumpel
Don Spoon wrote: > I am using: > 1. Mozilla 1.4-4 > 2. xprt-xprintgorg 0.0.8.cvs2003050 > 3. CUPS version 1.1.19 final > > All worked well "out of the box" without any edits to the > initscripts. Dunno what your problem might be, as I haven't had > any problems getting xprint to work correctly wi

Re: script for zapping Swen at the pop server

2003-09-28 Thread Jan Willem Stumpel
Another possibility is this: #!/usr/bin/perl use Mail::POP3Client; $pop3user="your-user-name"; $pop3pass="your-mail-password"; $pop3host="your-ISP's-POP3-server"; $pop = new Mail::POP3Client( USER => $pop3user, PASSWORD => $pop3pass, HOST => $pop3hos

Re: openoffice not displayed properly

2002-10-19 Thread Jan Willem Stumpel
Ben Thompson wrote: > I have just installed openoffice on a sarge system but I cannot > get it to display properly in X. It is as if the widgets are > broken, some buttons and toolbars don't display properly, and > the setup program just gives me a white screen. Is it possible > that I am missin

Re: openoffice not displayed properly

2002-10-19 Thread Jan Willem Stumpel
Ben Thompson wrote: > I have just installed openoffice on a sarge system but I cannot > get it to display properly in X. It is as if the widgets are > broken, some buttons and toolbars don't display properly, and > the setup program just gives me a white screen. Is it possible > that I am missin

dosemu

2002-11-12 Thread Jan Willem Stumpel
I'd like to invite comments, criticism, additions, suggestions, and tips, to the following 'Dosemu for Dummies': http://www.jw-stumpel.nl/dosemu.html regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dosemu

2002-11-14 Thread Jan Willem Stumpel
Jeff Coppock wrote: > I also was able to get the cdrom active. I would suggest > adding that to your doc. I used this link to figure out > how: > http://dosemu.sourceforge.net/docs/README/0.98/README-8.html > However, I have a problem with it. Installing from the > cdrom hangs after a few min

Re: Mozilla and Print

2003-09-04 Thread Jan Willem Stumpel
The problem seems to be on the mozilla side. Getting another version usually helps. The present mozilla-browser-snapshot (from Sid) prints OK with lprng. Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Why not the simple things?

2003-06-01 Thread Jan Willem Stumpel
[..] The problem was first in the keyboard itself. I cured it by taking it apart and washing the parts in water & soap. Just bad luck it happened right at the time of the upgrade.. But (now using 'testing') I still do not have a perfect keyboard setup. E.g. in "joe" in xterm, the KP_Home and KP_En

Lost user access to dos partition

2003-06-01 Thread Jan Willem Stumpel
The following used to work before changing to testing: [as user] cd /dosd In which /dosd is an ms-dos partition (containing my mp3's). /etc/fstab says: /dev/hda5 /dosd vfat defaults,user,rw0 1 But after the upgrade I get [EMAIL PROTECTED]:~$ cd /dosd -bash: cd: /dosd: Permissio

kernel compile trouble after upgrade

2003-06-02 Thread Jan Willem Stumpel
a) After upgrading from woody to testing, I could not compile any kernels at all. All sorts of error messages appeared. /usr/bin had: lrwxrwxrwx 1 root root 7 Jun 1 14:50 gcc -> gcc-3.3 -rwxr-xr-x 1 root root 74088 Mar 18 00:16 gcc-2.95 -rwxr-xr-x 1 root root 74056 Apr 8 200

Re: Lost user access to dos partition

2003-06-02 Thread Jan Willem Stumpel
On Sunday 01 June, Nicos Gollan wrote: > Standard permissions have changed. You'll have to set the umask > parameter. Thanks, it worked. Is there a "system-wide" place where the standard permissions are set? Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: TCPd and Xinetd....

2003-06-12 Thread Jan Willem Stumpel
RB said on Tue, Jun 10, 2003 at 02:15:21PM -0400: > I'm planning on switching a server of mine from inetd and > tcpd over to xinetd. I'm wondering if there is any benefit to > using tcpd with xinetd? > It looks to me that xinetd combines the features of inetd and > tcpd into one process. This s

Re: Fonts: the Neverending Struggle

2003-06-14 Thread Jan Willem Stumpel
M. Kirchhoff wrote: > If it's true that font servers aren't really necessary, then > what is the easiest way to get good looking fonts simply using > the XFree86 config files? Because of a reinstall I went through it recently again. Some of the main points are (I think): - true, you don't need a

Weird Numlock problem

2002-12-14 Thread Jan Willem Stumpel
After some tinkering with my system involving the installation of Nvidia OpenGL drivers, I have a weird problem with the Numlock key. I have KDE installed. When I boot up I get some nice blue background and a login screen with a Debian logo; I suppose this is kdm. I like this kdm thing but I never

Re: Getting rid of gnome and kde

2002-12-15 Thread Jan Willem Stumpel
An interesting (I thought) way of getting rid *temporarily* of KDE for experiments (don't know if it works if you have Gnome installed) is to do a "console login" and then type xinit Then you get a completely bare-bones X without any form of decoration, with just an xterm in the top-left corne

Re: Weird Numlock problem

2002-12-15 Thread Jan Willem Stumpel
Sorry to have bothered you all with this question.. I solved it. Apparently I specified us-intl as the X keyboard layout. Should have been us_intl. us-intl is what it is on the console... Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

installation date

2003-01-17 Thread Jan Willem Stumpel
Is there a way to find out which packages were installed / re-installed recently, to find out which packages were updated after a certain date, or to get a list of installed packages sorted by installation date/time? Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Gdk-WARNING **: Missing charsets in FontSet creation

2003-01-17 Thread Jan Willem Stumpel
This problem is caused in Debian by a mismatch between the defoma setup and the Xfree86 setup. In XF86Config-4 there is a line Load "freetype". defoma must now also know that we are working with freetype (not xtt). This is set by running dpkg-reconfigure x-ttcidfonts-conf (as root) and setting the

Re: wheel-scrolling in acrobat reader 5.0.5

2002-09-05 Thread Jan Willem Stumpel
Jamin W.Collins <[EMAIL PROTECTED]> wrote: (on Fri, 16 Aug 2002 17:43:57 -0500) > Have you tried xpdf? Is there something particular to AR > that you need that isn't provided by xpdf? I just found one reason: if a site provides gzip compressed pdf's (which some do, e.g. www.first.org) xpdf

Searching xv package

2002-09-09 Thread Jan Willem Stumpel
I made a .deb package available on my box www.jw-stumpel.nl/~jws/xv.html This version has an enhancement: you can use the mouse wheel to scroll in the "visual schnauzer". I found a patch for this at a Japanese site (http://coara.or.jp/~sudakyo/XV_jp.html). regards, Jan -- To UNSUBSCRIBE, e

Local address lookup

2002-09-10 Thread Jan Willem Stumpel
This is a follow-up to the thread "Local Net - delays in telnet login" of last month. I have a local (home) network containing machines jupiter and saturn. Saturn has a connection to the Internet (ADSL) which may or may not be functioning. Both machines are running Woody. Symptom: if saturn's

RE: Local address lookup

2002-09-11 Thread Jan Willem Stumpel
I seem to have a DNS problem indeed. When I run tcpdump in an X window on jupiter and call telnet saturn in another window, I get a lot of packets beginning with 19:35:30.080780 jupiter.my.home.1024 > ns1.myisp.nl.domain: 19522+ ? saturn. (23) 19:35:30.081839 jupiter.

RE: Local address lookup

2002-09-12 Thread Jan Willem Stumpel
Carlos Henriques dos Santos wrote: > host.conf is obsolete, i think it was used by old libc5. > You must edit /etc/nsswitch.conf: > > hosts: files dns 1. When was this change made? Is it documented anywhere? (I could find no references on the Web). 2. There must be some truth i

Woody IPv6 problem finally, really, solved

2002-09-26 Thread Jan Willem Stumpel
Searching the archives of this list for "IPv6" I found I was not the only one with problems like "local domains always resolved through dialup interface", "unable to disable IPv6 for some reason", "DNS madness on Woody", and other problems with "local address lookup". With the help of the IPv

Re: Woody IPv6 problem finally, really, solved

2002-09-27 Thread Jan Willem Stumpel
Frans Pop wrote: > Congratulations and thanks! > This solves my thread "EXIM - DNS problem" as well. I hadn't seen that thread (am not on the list, only read the archive on debian.org), but it is interesting, because you have a nameserver and IPv6 enabled, both of which I don't have. And still

Re: Woody IPv6 problem finally, really, solved

2002-09-27 Thread Jan Willem Stumpel
On Fri, 27 Sep 2002, Noah L. Meyerhans wrote: > No, this is a bug. Or at least, the fact that you can't > turn IPv6 lookups *off*, even if you're running an IPv4-only > host, is a bug. There is absolutely no point in performing > an extra DNS lookup when you can't even use the result. > Sinc

Re: Beginner Again

2002-09-29 Thread Jan Willem Stumpel
j y wrote: > I have been trying to do scsi-ide emulation w/o success. I am > actually running SusSE 7.3 I have wanted to load Debian but I > can even get my cdrom or cdrw recognized anymore I've written it up: http://www.jw-stumpel.nl/scsi.html regards, Jan -- To UNSUBSCRIBE, email to [EMAI

installing fonts

2003-12-06 Thread Jan Willem Stumpel
What is the Right Way to install fonts 'by hand' so that defoma and fontconfig are happy? Which utilities do I need? I want to install the Unicode fonts 'bitstream cyberbit' and 'arialuni' (obviously non-Debian). Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Xprint observations

2003-12-07 Thread Jan Willem Stumpel
Using sid, I installed mozilla-browser-snapshot and xprint. 1. Printing web pages is not 'wysiwig'; the default text (without font tags in the HTML) which is printed is not the same as it is on the screen. Mostly it is some kind of sans-serif font. R. Chandrasekhar mentioned the same prob

Re: Xprint observations

2003-12-07 Thread Jan Willem Stumpel
R (Chandra) Chandrasekhar wrote: > Dear Jan, > > I have an interesting footnote to add to your observations. > > If you install mozilla-browser_1.5-3 and include > mozilla-xft_1.5-3 from unstable, and in Mozilla, under > Edit/Preferences/Appearance/Fonts, select the fonts serif, > sans-serif and

kwiki

2004-07-05 Thread Jan Willem Stumpel
I am trying to build a wiki using the kwiki (0.18-2) package. I have some problems with permissions, httpd.conf settings, and speed (where libapache-mod-perl might help, although so far it didn't in my case). Would anybody familiar with the kwiki package be willing to help me sort this out (off

fonts policy

2004-01-19 Thread Jan Willem Stumpel
I am just trying to understand the mysteries of "fonts on Debian". On Thu, 8 May 2003 G. Branden Robinson wrote: > On Wed, May 07, 2003 at 07:47:02PM +0300, Pasi KÃrkkÃinen wrote: >> Where can I find document about how fonts are handled in >> debian? > 1) apt-get install debian-policy > 2) point

Menus (and icewm)

2003-06-29 Thread Jan Willem Stumpel
I'm using icewm with Debian testing. In the past, whenever I apt-got a new package, it automatically appeared in the X menus. That doesn't happen anymore. Now I have to do something like cd $HOME/.icewm cp /etc/X11/icewm/programs . to see new programs in the menus. Why aren't the menus updated au

Where to set moz GUI font?

2003-07-03 Thread Jan Willem Stumpel
This was my experience with the Mozilla GUI font: 1) Moz 1.0 running on Woody: no particular problem. But of course this is 1.0, and Woody, and one likes to upgrade. 2) After upgrade to Sarge, Moz is still 1.0, but Moz´s GUI font is very ugly. This is caused by a bad Helvetica font and/or a bad T

Re: Where to set moz GUI font?

2003-07-04 Thread Jan Willem Stumpel
Thanks to Benedict Verheyen and Andrew Schulman for their answers. I wonder what I am doing wrong, because both methods work only partially in my case (Sarge system + mozilla from Sid!). The results were as follows: a) the .gtkrc approach: this changes the fonts in, e.g., gtk-gnutella, but has

"debian" print failure

2003-07-09 Thread Jan Willem Stumpel
To test a printer I tried printing Debian's home page (www.debian.org) from Mozilla 1.3. Only the top of the page got printed on the first sheet (to see what I mean, see www.jw-stumpel.nl/debian.png, screen capture of moz 'print preview'), the rest on later sheets. Something the matter with the De

Printing in Mozilla unstable

2003-07-27 Thread Jan Willem Stumpel
Are any "unstable" users on this list able to print (or even to "print preview") from Mozilla? Any special tricks to make this work? Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Mozilla 1.3.1

2003-07-28 Thread Jan Willem Stumpel
I want to go back to mozilla 1.3.1 -- but stupidly I cleaned the cache. Can this version (which used to be in unstable) still be found somewhere? Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Mozilla 1.3.1

2003-07-28 Thread Jan Willem Stumpel
Joerg Johannes wrote: I can send you a download link, just contact me privately. Colin Watson wrote: snapshot.debian.net will have it. Thanks to both. Did not know about the snapshot site. It worked.. and Mozilla 1.3 does not have the printing problem that 1.4 has (i.e. hanging indefinitely while

Re: Printing in Mozilla unstable

2003-07-29 Thread Jan Willem Stumpel
Marc Wilson wrote: > Or did you really want the one word "yes" as the answer to your > question? Yes. Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting locale failed

2004-05-07 Thread Jan Willem Stumpel
Thomas Adam wrote: > --- Christian Christmann <[EMAIL PROTECTED]> wrote: >> my resent apt-get upgrade of my German sarge system failed while >> installing some locales packages. When I now execute an upgrade the >> process always fails with the message: [..] > Check the BTS... http://bugs.debian

Re: Setting locale failed

2004-05-14 Thread Jan Willem Stumpel
Colin Watson wrote: Please tell us, because this is a very serious botch-up which makes Debian almost unusable for non-C-locale users. This is obviously not true, since the locale warnings you got were merely non-failure-causing warnings, and not the source of the error ... I am sorry, but I d

Re: Setting locale failed

2004-05-15 Thread Jan Willem Stumpel
Colin Watson wrote: Generating locales... en_US.UTF-8.../usr/sbin/locale-gen: line 41: 23102 Killed localedef -i $input -c -f $charset -A /etc/locale.alias $locale dpkg: error processing locales (--configure): subprocess post-installation script returned error exit status 137 That has nothin

A trick to make xprint work much better in Mozilla on Debian

2004-08-15 Thread Jan Willem Stumpel
The problem with xprint (on Debian) seems to be that it cannot always find its fonts. If a web page says explicitly which fonts it wants to use, xprint works OK; but if it doesn't, you get the weirdest results, especially after doing anything with (or even just looking at) the Preferences, Appearan

Extra commands when starting X

2004-09-12 Thread Jan Willem Stumpel
Some sites tell me to do things like Please add the following line to the ~/.xsession or ~/.xinitrc. export [EMAIL PROTECTED] exec uim-xim& But in Debian, neither ~/.xsession nor ~/.xinitrc exist by default. And if you create them, you cannot use them for *adding* things to the X start-

Re: mozilla-tbird + xprint + fonts

2004-09-22 Thread Jan Willem Stumpel
David Purton wrote: > Running unstable mozilla-thunderbird, recently printing has > started to use the wrong font for plain text emails. > > The print preview on screen looks ok, but then when it prints > using Xprint a proportional font is used. In general the font > spacing is a bit messed up a

Re: problem with defoma and non-GTK/KDE apps

2004-02-25 Thread Jan Willem Stumpel
Arne GÃtje (éçè) wrote: > I have a very strange problem: [..] defoma [..] I'm running > unstable and my locale is set to en_US.UTF-8. IÂm doing the same. > So, I suspect defoma to be the culprit. Can someone confirm > this problem? Not exactly *this* problem, but I think there is something wron

keyboard (console-data?) problem

2004-03-03 Thread Jan Willem Stumpel
I'm trying to upgrade to testing on an old (1996) laptop (Fujitsu FMV-5120 NA2/W). Hand-rolled 2.4.22 kernel. On this machine, I want a "standard Japanese" keyboard layout ("jp106") because otherwise lots of keys are in the wrong place. This worked in Woody. Tried dpkg-reconfigure console-da

Re: Could you test printing this page ?

2004-03-17 Thread Jan Willem Stumpel
On 16 Mar 2004, Christophe Combelles wrote: When I print this page (in greek): http://dim.gr/gr/index.htm I can get no greek character. Could someone (using Sid or Sarge) try to print it into a file, watch the generated ps file, and tell me if it is good or not? It works (Sid, lprng, Moz 1.6, no c

Re: coding system woes / OpenOffice

2004-02-06 Thread Jan Willem Stumpel
Christian Schnobrich wrote: > part of my work is to write some plain text files [..], I have > to set the coding system of my editor to utf-8. If they're > anything else, both gedit and emacs will garble german umlauts > in the text. I use bluefish as my editor now. Very nice. UTF-8 and gtk-immo

What happened to the Compose Key?

2004-04-13 Thread Jan Willem Stumpel
I noticed that I don't have a Compose Key under X (= Multi_key) anymore. I don't know which of my rather frequent Sid upgrades made it disappear. Does anyone know where Debian used to set this? I know I can get it back by calling xmodmap -e xmodmap -e "keycode 116 = Multi_key" (this makes the r

Re: Mozilla 1.6 not printing anything

2004-04-17 Thread Jan Willem Stumpel
J.S.Sahambi wrote: > I am using Mozilla Debian Package 1.6-4 on Debian/unstable. When ever > I print anything through mozilla. nothing goes to printer. In case I > print to a file, the file is created but if I send the file to > printer with the command "lpr mozilla.ps", still nothing prints out.

Re: What happened to the Compose Key?

2004-04-19 Thread Jan Willem Stumpel
Steven Yap wrote: > See /usr/X11R6/lib/X11/xkb/rules/xfree86 for the complete list of > available options. Thanks very much! I have a working Compose Key now. Ã Â Â, etc. The list of Options, as you yourself pointed out, should be /usr/X11R6/lib/X11/xkb/rules/xfree86.lst. I am not quite sure wh

Re: export an image of unicode keyboard layout

2007-03-15 Thread Jan Willem Stumpel
HS wrote: > Is there is some way I can export the current layout of the > keyboard to an image (eps would be ideal)? [..] xkbprint -eps :0 kb.eps (see also man xkbprint) Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: how to print unicode encoded file to ps

2007-03-15 Thread Jan Willem Stumpel
H.S. wrote: > I am trying to print a text file containing different languages > characters, in utf8 encoding, to a ps file. a2ps gives weird > characters in the non-english character's place. Then I > discovered u2ps, but it gives boxes instead with some messages > given by the u2ps command: T

Re: export an image of unicode keyboard layout

2007-03-16 Thread Jan Willem Stumpel
HS wrote: >> xkbprint -eps :0 kb.eps >> >> (see also man xkbprint) > Thanks for the pointer. I tried it, but I keep getting an eps > with keys labeled with, I guess, key codes beginning with U0. I > am not getting the key character symbols. xkbprint is quite an old program, and it uses PostScrip

Re: how to print unicode encoded file to ps

2007-03-16 Thread Jan Willem Stumpel
Douglas Allan Tutty wrote: > Have you tried LaTex? Sure a .tex file starts with a preamble > but you could have two files head.tex (preamble) and tail.tex > (\end{document}). Then cat head.tex file.txt tail.tex > > file.tex, then latex file.tex then dvips file.dvi. Then you > have your file.ps

Re: CUPS - bottom margin to big

2007-03-24 Thread Jan Willem Stumpel
Marko Randjelovic wrote: > [..] Firefox doesn't print whole footer, [..] Firefox & Co. have TWO independent margin setting systems: 1) "Margins & Header/Footer" in the File, Page Setup menu. Setting is in millimeters. This controls the location of the text on the page. 2) "Properties" in

Re: How to fix Language error

2007-08-15 Thread Jan Willem Stumpel
It seems that nowadays in Debian, you must set the locale by running as root update-locale LANG=fr_FR.UTF-8 This stores the locale value in /etc/defaults/locale (instead of /etc/environment). Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: xmms-singit, japanese lyrics

2006-11-17 Thread Jan Willem Stumpel
Victor Munoz schreef: > Hello. Does anyone know if it is possible to display japanese > lyrics with xmms-singit? I try the following: > > kinput2 -canna -xim -kinput & export LANG=ja_JP; export > LC_ALL=ja_JP;export XMODIFIES="@im=kinput2" xmms& > > [..] I tried to install xmms-singit, but how do

Re: icewm & nautilus

2006-12-19 Thread Jan Willem Stumpel
Paul Csányi wrote: > The windowmanager is icewm and I want to use the nautilus with > it. > I try to edit the ~/.xinitrc : > exec /usr/X11R6/bin/icewm > exec /usr/X11R6/bin/nautilus > I make .xinitrc executable. You can just use a standard Debian installation (i.e. you do not have to use a ~

gtk-gnutella problems

2007-01-03 Thread Jan Willem Stumpel
Sid upgraded my gtk-gnutella to gtk-gnutella 0.96.1svn12109-1. And now it does not work. I appear to be firewalled. AFAIK, I have the right ports in my firewall forwarded (shorewall); this has worked for years. gtk-gnutella told me that the version is "too old" (although it is the newest one), and

Re: gtk-gnutella problems

2007-01-04 Thread Jan Willem Stumpel
Gerard Robin wrote: > I am afraid I can't help you but I use gtk-gnutella > 0.96.1svn12109-1 too (with unstable) and it works fine for me. Hmm.. maybe it has something to do with the fact that I have a firewall on a separate machine? Anyway I filed a bug about this, and quickly received an answe

Re: AltGr on Japanese keyboard

2007-09-20 Thread Jan Willem Stumpel
The "jp" keyboard layout (/usr/share/X11/xkb/symbols/jp) does not seem to specify any 3rd (or 4th) level symbols. I do not know what you want to do with your AltGr key, but if it is to get things like AltGr-5 = Euro symbol, or AltGr-minus = dead macron key, you could try setxkbmap="us(alt-intl)+jp

Re: AltGr on Japanese keyboard

2007-09-20 Thread Jan Willem Stumpel
Oops, sorry, this should be without "=", e.g. setxkbmap "us(alt-intl)+jp" or perhaps in your case setxkbmap "us(alt-intl)+jp(OADG109A)" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Simultaneous sounds, again

2007-10-08 Thread Jan Willem Stumpel
Trying to get multiple simultaneous sound streams working on my Sid system, I got as far as the following: mp/s mp/a xmmsyoutube skype mp/s OK N/A XXXX mp/a N/A X XXXX xmms X X

Re: Simultaneous sounds, again (solved, probably)

2007-10-09 Thread Jan Willem Stumpel
I am pleased to say that I now managed to get simultaneous sound working in Debian, almost perfectly. My "sound compatibility matrix" is now: mp/s xmmsyoutube skype mp/s OKOK OKOK xmms OKXOKOK youtubeOKO

Re: cannot get mathml fonts to work in Iceape or Iceweasel

2007-10-13 Thread Jan Willem Stumpel
H.S. wrote: > I think I have succeeded in installing the fonts (see the > output of some commands below). But I am not able to get proper > rendering on this page: > http://www.mozilla.org/projects/mathml/demo/texvsmml.xhtml MATHML in Mozilla products is still buggy in Debian (old bug, see #401

mysql error problem

2007-01-15 Thread Jan Willem Stumpel
I have mysql running (installed by the music management program, prokyon3) but I do not know anything about mysql really. Recently, mysql, on startup, started mailing error messages to my root account with the subject "WARNING: mysqlcheck has found corrupt tables". The mail itself contains lot of

Re: Debian, Iceweasle, Firefox!

2007-01-28 Thread Jan Willem Stumpel
The choice of words by the OP was unfortunate, to say the least. But among all his blathering there was the germ of a valid point. Debian IMHO should carefully weigh the advantages and disadvantages of adhering --uncompromisingly-- to the letter of its doctrine. The renaming of the programs certa

Re: Dosemu

2007-02-19 Thread Jan Willem Stumpel
Ken Heard wrote: Is there anyone on this list who uses dosemu? I had it working on Sarge ever since Sarge came out, but I am having trouble getting it to work on Etch. Regards, Ken Heard test to see if the address works.. -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: Dosemu

2007-02-20 Thread Jan Willem Stumpel
I hope this message reaches you; your own email address ([EMAIL PROTECTED]) is bogus, and I myself do not subscribe to the list. Ken Heard wrote: > I was using version dosemu-1.3.3.tgz. After configuration I ran > it, first as my user. The following was returned: > "You do not have the DO

fsck.ext3

2008-02-02 Thread Jan Willem Stumpel
After converting my file system to ext3, I thought there would be no more lengthy fsck's every 20 or so boot-ups. But they still happen. Some Googling revealed different opinions; some people say "ext3 does not need periodic fsck's", others say "even with ext3, it is best to fsck every N boots, be

Icedove news

2008-02-09 Thread Jan Willem Stumpel
I recently started using Icedove for mail & news (until now, I only used Iceape or a hacked Fedora Seamonkey version). I have some problems with "news". I have subscribed to a few newsgroups offered by the news server at my ISP (news.planet.nl). Each time I click on a newsgroup (say, alt.html)

Re: Icedove news

2008-02-09 Thread Jan Willem Stumpel
On Sat, 09 Feb 2008 09:30:41 Ralph Katz wrote: Hi Jan -- No. On up-to-date Etch, using icedove version 1.5.0.14pre (20071018), there is no problem here. You could close icedove, move your ~/.mozilla-thunderbird/default.lgh/News/ out of the way, and let icedove rebuild it upon restart. Then r

[OT] webcam colours

2008-02-26 Thread Jan Willem Stumpel
I have an extremely cheap (8 euro) webcam (Sunplus Technology Co., Ltd Flexcam 100, according to lsusb). It works on my Sid box with 2.6.24-1-686 kernel, using the gspca kernel module. When I test it with camorama, the picture looks "blue" (i.e. blue is the dominant colour). On the other hand, i

sensors

2008-03-05 Thread Jan Willem Stumpel
When I run the "sensors" command, I get: [EMAIL PROTECTED]:~$ sensors w83627thf-isa-0290 Adapter: ISA adapter VCore: +1.44 V (min = +0.00 V, max = +3.84 V) +12V: +12.40 V (min = +5.84 V, max = +0.00 V) +3.3V: +3.39 V (min = +0.10 V, max = +3.23 V) +5V: +5.04 V

Re: another font problem in xorg

2006-05-12 Thread Jan Willem Stumpel
Hi, Arne. You wrote: > When I use X applications which don't use fontconfig, but the > plain old X method to find fonts (e.g. fontforge), I get > complaints like this: [..] The X font locations have changed. Instead of /usr/lib/X11/fonts they are now in /usr/share/fonts/X11. /etc/X11/xorg.conf sh

Google Earth display problem

2006-06-17 Thread Jan Willem Stumpel
Google Earth is now available for Linux at http://earth.google.com. I tried it on my Sid system and found (so far) two problems: -- when the programs starts, it complains it cannot find the Bitstream Vera Sans font, although I have it installed. -- the display behaves weirdly. This is difficu

man -t problem

2006-06-25 Thread Jan Willem Stumpel
When I want to print a man page, I usually do man -t command | lpr The -t option with man formats the page neatly as Postscript. But recently I found that instead of the expected man page, gibberish is printed (which looks vaguely like Postscript _source_ text). When I do "man -t command > test.

Re: What does it mean 'LANG=C'

2006-06-26 Thread Jan Willem Stumpel
Mumia W. wrote: > Ron Johnson wrote: > >>Thibaut Paumard wrote: >> >>> = e gives € >>> + - gives ± >>>... >> >>And the Multi_key is? >> > > > You define the Multi_key using xmodmap. xmodmap is a bit outdated, and in fact "deprecated" now; see the "Debian X Window System Frequently Asked Que

Re: HP Printer and Pre-Rendering

2006-06-28 Thread Jan Willem Stumpel
Mike McCarty wrote: > Henrique de Moraes Holschuh wrote: > >> On Mon, 26 Jun 2006, Chris Bannister wrote: >> >> >>> On Fri, Jun 23, 2006 at 10:23:13AM -0500, Mike McCarty >>> wrote: >>> >>> My girlfriend uses Debian (on my recommendation, though I use Fedora Core), and we've hit a li

Re: Google Earth display problem

2006-07-10 Thread Jan Willem Stumpel
On Mon, 2006-07-10 at 00:31 +0200, Bernd Schubert wrote: > Solution: Install libgl1-mesa-dri from experimental (e.g. > libgl1-mesa-glx 6.5.0.cvs.20060524-1). Thanks very much! This worked. Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

killall firefox-bin

2008-06-20 Thread Jan Willem Stumpel
At least once a day I have to give the command "killall firefox-bin", because the systems just about freezes (at least the browser does), and weird things happen to the X display. Do others have the same experience? "Iceweasel" as is it now unwisely called by Debian (although according to ps aux t

Re: killall firefox-bin

2008-06-20 Thread Jan Willem Stumpel
Ron Johnson wrote: > You don't tell us which Debian branch and version of IW you are > using. I am using Sid, but I still use the "testing" version of IW (2.0.0.14). The Sid version is at the moment a little bit *too* "unstable" (for systems with an ATI video card: see bug 485917). So my experienc

Mailbox conversion

2008-06-25 Thread Jan Willem Stumpel
Finally the motherboard of my wife's computer broke down, so I had to replace it. I could not just get a new motherboard, because they do not sell boards with "462" sockets anymore. The cheapest solution was an MSI motherboard with AMD-64 dual core and one gig of memory. You cannot get anything sim

Re: Mailbox conversion

2008-06-26 Thread Jan Willem Stumpel
Mark Grieveson wrote: [..] > If the idea of running a dos program on Linux nauseates you, > then I also read that Kmail, with the kmailcvt (kmail > converter) package installed also works. Actuallly I am quite a fan of dosemu (and even of DOS), but DOS can't handle filenames longer than 8+3, let

Re: Mailbox conversion

2008-06-27 Thread Jan Willem Stumpel
Just to mention the follow-up: I used kmail and its convert program on the old dbx files, and it worked fine. But the results were in maildir format (each message in a separate file), not in mbox format (a whole lot of messages in one file, which apparently Thunderbird/Icedove are used to). But som

Re: killall firefox-bin

2008-06-29 Thread Jan Willem Stumpel
I wrote: > Just writing this down gives me an idea: maybe it is a memory > leak thing. Next time it happens I'll check "free". Hadn't > thought of doing that so far.. OK. It happened again. Iceweasel totally frozen. free says: [EMAIL PROTECTED]:~$ free total usedfree shared

Re: CUPS vs lpd (was Re: Giving up on Iceweasel 3.0)

2008-07-06 Thread Jan Willem Stumpel
On 06 Jul 2008, Anthony Campbell wrote: > On 05 Jul 2008, Ron Johnson wrote: >> What is the reason that you don't install CUPS? > 1. because lpr/lpd and magicfilter work perfectly for me. > 2. because CUPS offers no advantage for me. > 3. because when I did use it in the past my output was slightl

  1   2   3   >