Re: sarge gdm language entry, howto add language?

2004-11-18 Thread boo
On Thu, 18 Nov 2004 13:18:57 +, Joao Clemente wrote:

> Hi.
> Can someone please tell me how to add a language entry to gdm Language 
> option? I have googled and saw a dscussion where it seemed that this was 
> hardcoded in gdm, what does not makes sense to me..
[..]

Try dpkg-reconfigure locales.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Gdk-WARNING **: locale not supported by Xlib

2004-08-11 Thread boo
Hi,

en_GB.UTF-8 is perfectly working for me, without Gdk warnings. Up-to-
date unstable system.

[EMAIL PROTECTED]:~$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

en_GB.UTF-8 didn't work straight away; I think I fixed it by installing
libglib2.0-data. I don't know why it isn't installed by default. I get
the same Gdk error when running -15.

I've put up my dpkg -list on my webspace if you want to run a diff:
http://www.jejune.me.uk/dpkg-list

Regards
Gee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Where are CUPS Brother drivers?

2004-07-13 Thread boo
On Tue, 2004-07-13 at 00:47 -0400, Hendrik Boom wrote:
> I installed the CUPS drivers for a Brother network printer on a Debian
> machine the other week, and it worked *perfectly* using the driver for
> the HL-1670N, even though the printer is an HL-1870N.

I expect you're missing the foomatic-filters-ppds package:

[EMAIL PROTECTED]:~$ sudo apt-file search ppd | grep 1870
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
Postscript.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
hl1250.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
hpijs.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
lj5gray.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
ljet4.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
ljet4d.ppd.gz
foomatic-filters-ppds: usr/share/ppd/Brother/Brother-HL-1870N-
pxlmono.ppd.gz

Alternatively, http://www.linuxprinting.org/show_printer.cgi?
recnum=Brother-HL-1870N claims that there is a PPD on the driver CD (or
downloadable from Brother). Stuff this into /usr/share/cups/model and
restart cups. WFM.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using 1280x1024 resolution with Matrox 2164W

2004-07-12 Thread boo
Clement  ans.com.au> writes:

> I can only bring up 800x600 screen on this card.  Using W2k on the same 
> machine, I can display 1280x1024   85Hz.  Do you know why XFree86 does 
> not allow this to happen?  Below is the setting in XF86Config-4.  The 
> machine itself is P4-2.4GHz w 1GB RAM.  Debain Sarge installed with the 
> stock Kernel 2.6.6, apt-update/upgraded.

man mga:
   The  driver will auto-detect the amount of video memory present for all
   chips except the Millennium II.  In the Millennium II case it  defaults
   to 4096 kBytes.  When using a Millennium II, the actual amount of video
   memory should be specified with a VideoRam entry  in  the  config  file
   "Device" section.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



port 443 problem?

2001-09-25 Thread Eric Boo
Hi all, 

I'm using SID. I installed apache-ssl and even though it loaded
without any error messages, i realized that netstat -an|grep 443 gives
nothing. ps aux shows that gcache is running.

So i purged it and install apache + mod-ssl. Port 80 works but netstat
-an|grep 443 still gives nothing. No error messages.

In both cases, https://127.0.0.1 gives "Connection refused".

Any idea what's wrong?

Eric



extending yppasswd max password length?

2001-09-21 Thread Eric Boo
Hi all,

I'm using sid's nis package. I noticed that when changing a password
using yppasswd, it seems to truncate the password, even if one keys in a
password that consists of say 12 characters.

So after the password is changed (password = 1234567890ab), i can log
in using 1234567890cd or so.

Any idea how I can make yppasswd accept more characters as password?

Eric



Re: [OT] sql database webmail?

2001-08-23 Thread Eric Boo
Sorry, but I do not quite understand. If I use imapd with SQL database
support (what's a good one that does this?), don't I still need to
create user accounts on the system so the smtp server can deliver to
the user directory (or some other location).

I'm actually looking for a web mail that does its own user account
management. Does such a thing exist?

IMP doesn't.


* Phil Brutsche ([EMAIL PROTECTED]) wrote:
> On Wed, 2001-08-22 at 21:21, Eric Boo wrote:
> > Hi all,
> > 
> > I would like to ask, which GPL/BSD licensed web mail program out there
> > stores info in an SQL database?
> 
> Most do.  IMP is fairly nice: http://www.horde.org/imp
> 
> > Most importantly, it must store the user and password in the database
> > and not touch the /etc/passwd
> 
> Most webmail systems just use the IMAP/POP3 daemon to do authentication.
> If you have your IMAP/POP3 daemons set to use a SQL database IMP (for
> example) will naturally follow.
> 
> -- 
> 
> Phil
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



[OT] sql database webmail?

2001-08-22 Thread Eric Boo
Hi all,

I would like to ask, which GPL/BSD licensed web mail program out there
stores info in an SQL database?

Most importantly, it must store the user and password in the database
and not touch the /etc/passwd

Thanks, and regards.

Eric



[OT]-Mutt thread question

2001-08-06 Thread Eric Boo
Hi,

What's this "*" next to the arrow in some emails of a thread mean?

I've finally understood why people like to use threads in their email
clients. :)

Eric



SID postfix

2001-08-02 Thread Eric Boo
Hi, 

While dist-upgrading today, I get these error messages:

Preconfiguring packages ...
Can't locate Debian/Debconf/Client/ConfModule.pm in @INC (@INC
contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1
/usr/share/perl/5.6.1 /usr/local/lib/site_perl /usr/lib/perl5/5.6
/usr/lib/perl5/5.005 .) at /tmp/config.80351 line 7.
BEGIN failed--compilation aborted at /tmp/config.80351 line 7.
postfix failed to preconfigure, with exit status 2
(Reading database ... 29848 files and directories currently
installed.)
Preparing to replace postfix 0.0.20010502.SNAPSHOT-5 (using
.../postfix_0.0.20010714.SNAPSHOT-1_i386.deb) ...
Stopping mail transport agent: Postfix.


As a result, postfix isn't upgraded. Any help?

-- 
Eric Boo
Friday, August 03, 2001, 08:52 AM
1 hour and 19 minutes

http://magicman.freeshell.org


In the plot, people came to the land; the land loved them; they worked and
struggled and had lots of children.  There was a Frenchman who talked funny
and a greenhorn from England who was a fancy-pants but when it came to the
crunch he was all courage.  Those novels would make you retch.
-- Canadian novelist Robertson Davies, on the generic Canadian
   novel.



Re: dhcp & ip addresses

2001-07-28 Thread Eric Boo
Hi,

Thanks for your reply. However, my firewall has been showing many ips
running the same exploits (port 53) against as well as pinging my
machine. 

I'm thinking of grabbing a different ip from my dhcp-providing cable
ISP. So far, dhclient and pump keeps giving me the same ip, even when
I apt-get remove --purge and install the other. Only dhcpcd from
stable gives me another ip. I'm using SID, so is there a way to use
pump or dhclient to drop the current ip that they insist on giving me
and force them to look for a different one?

-- 
Eric Boo
Sunday, July 29, 2001, 10:46 AM
26 minutes

http://magicman.freeshell.org


Its name is Public Opinion.  It is held in reverence.  It settles everything.
Some think it is the voice of God.
-- Mark Twain



dhcp & ip addresses

2001-07-27 Thread Eric Boo
Hi all,

I'm using pump on SID. My ISP is a cable provider who do not issue
static ips. Usually, when I use pump, I have the same ip address for
months, unless I switch off the modem and someone else grabs it. 

When I reboot into windows on the same machine, I get another ip
address, then when I go back to linux again, it's back to the same old
ip address again (assuming no one grabbed it). If I use dhcpcd, it's
another ip.

Question: How are these ip address stored, if they are (under pump
espcially), and how do I force pump to get another different ip if
needed?

Also, I can't seem to use pump on the command line after releasing it
with pump -r. pump -R -i eth0 and simply "pump" both gave operation
failed. Maybe I should go back to dhcpcd. Or is there an alternative?
How's dh-client?

Eric



Re: resent, manpage pg-up & pg-dn not working

2001-06-26 Thread Eric Boo
Okay, I got it, sorry for the double post. Something screwed up.

-- 
Eric Boo
Wednesday, June 27, 2001, 10:08 AM
5 hours and 39 minutes

http://magicman.freeshell.org




resent, manpage pg-up & pg-dn not working

2001-06-26 Thread Eric Boo
Hi,

This message was resent because it didn;t seem to appear on the list.

How do I at least get page up to work when I'm viewing man pages? Right now all
I get are beeps when I try the page-up and page-down keys.

Page-down isn't so important as I can use the spacebar instead.

Neither do the up and down arrows work.

Using SID.

-- 
Eric Boo
Wednesday, June 27, 2001, 09:49 AM
5 hours and 20 minutes

http://magicman.freeshell.org




manpages page-up and down not working

2001-06-26 Thread Eric Boo
Hi,

How do I at least get page up to work when I'm viewing man pages? Right now all 
I get are beeps when I try the page-up and page-down keys.

Page-down isn't so important as I can use the spacebar instead.

Neither do the up and down arrows work.

Using SID.

-- 
Eric Boo
Wednesday, June 27, 2001, 04:32 AM
3 minutes

http://magicman.freeshell.org




Re: licq segmentation fault

2001-06-07 Thread Eric Boo
I have an issue too with LICQ only with Debian unstable

Whether I use apt-get to install, or I compile my own from either the stable 
tarball or from the cvs, whenever I start a message, then change the message to 
another kind, like for example, to a file transfer request instead, LICQ will 
quit and the following is observer:


Licq Segmentation Violation Detected.
Backtrace:
licq(licq_handle_sigsegv+0x73) [0x80924db]
/lib/libpthread.so.0(pthread_kill+0x170) [0x40121dd4]
/lib/libc.so.6(__libc_sigaction+0x1f8) [0x401c2a28]
/usr/lib/libqt.so.2(notify__12QApplicationP7QObjectP6QEvent+0x1d2) [0x404e27ae]
/usr/lib/libqt.so.2(eventFilter__9QComboBoxP7QObjectP6QEvent+0xbc4) [0x405a0e8c]
/usr/lib/libqt.so.2(activate_filters__7QObjectP6QEvent+0x74) [0x405345b0]
/usr/lib/libqt.so.2(event__7QWidgetP6QEvent+0x2b) [0x4057d4af]
/usr/lib/libqt.so.2(notify__12QApplicationP7QObjectP6QEvent+0x1d2) [0x404e27ae]
/usr/lib/libqt.so.2(translateMouseEvent__9QETWidgetPC7_XEvent+0x8d6) 
[0x404b0ff6]
/usr/lib/libqt.so.2(x11ProcessEvent__12QApplicationP7_XEvent+0x7c3) [0x404aec7f]
/usr/lib/libqt.so.2(processNextEvent__12QApplicationb+0x70) [0x404adc4c]
/usr/lib/libqt.so.2(enter_loop__12QApplication+0x43) [0x404e4bef]
/usr/lib/libqt.so.2(exec__12QApplication+0x2b) [0x404b5193]
/usr/local/lib/licq/licq_qt-gui.so(Run__8CLicqGuiP10CICQDaemon+0xf9) 
[0x402f8341]
/usr/local/lib/licq/licq_qt-gui.so(LP_Main+0x28) [0x402f6778]
/usr/local/lib/licq/licq_qt-gui.so(LP_Main_tep+0x21) [0x402f64a1]
/lib/libpthread.so.0(pthread_detach+0x519) [0x4011efc5]
/lib/libc.so.6(__clone+0x3a) [0x40261c2a]
Attempting to generate core file.

-- 
Eric Boo
Wednesday, June 06, 2001, 12:08 PM
40 hours and 47 minutes

http://magicman.freeshell.org




Re: licq segmentation fault

2001-06-07 Thread Eric Boo
Verily, on 06 Jun 2001 11:52AM (-0300), Sergio E. Schvezov thusly proclaimed:
-> i solved that buy changing my kde2 plugin (wich i never ment 2 install)
-> back to the qt2 plugin and that's all!!
-> 
-> hope it helps!

Hi, I didn't install any KDE2 plugins. In fact, when configuring the qt plugin, 
it says that KDE2 is disabled.

Thanks for your help anyway.



Re: crontab -e issue

2001-05-27 Thread Eric Boo
Okay, I know what's wrong. I set the thing to go off the next minute from the 
time I edited the crontab, but crond only loads the entry during the first 
second of the next minute, so the program won't play. There must be a minimum 
of 2 seconds from the time i crontab -e.

Just for curiousity's sake, is there a way to reduce this 2 minutes to 1 minute?

Thanks

-- 
Eric Boo
Monday, May 28, 2001, 01:19 AM
1 hour and 54 minutes

http://magicman.freeshell.org


There is always one thing to remember: writers are always selling somebody out.
-- Joan Didion, "Slouching Towards Bethlehem"



Re: crontab -e issue

2001-05-27 Thread Eric Boo
Verily, on 28 May 2001 01:06AM (+0800), Eric Boo thusly proclaimed:
-> Hi,
-> 
-> I tried running a program at 12.30 AM using cron. Here is my crontab file:
-> 
-> SHELL=/bin/sh
-> MAILTO=eric
-> 00 1 * * * /usr/bin/mpg123 /home/eric/Personal/alarm/123.mp3

Obvious typo above wrt time. sorry



crontab -e issue

2001-05-27 Thread Eric Boo
Hi,

I tried running a program at 12.30 AM using cron. Here is my crontab file:

SHELL=/bin/sh
MAILTO=eric
00 1 * * * /usr/bin/mpg123 /home/eric/Personal/alarm/123.mp3

Now, the time is correct, and when I set it, it was before 1am. I can play mp3s 
manually.

It doesn't play at 1am (not at all) and I get no emails from cron.

What gives?

-- 
Eric Boo
Monday, May 28, 2001, 01:03 AM
1 hour and 38 minutes

http://magicman.freeshell.org


You tread upon my patience.
-- William Shakespeare, "Henry IV"



Re: list of installed packages messed up

2001-05-26 Thread Eric Boo
Verily, on 27 May 2001 12:36AM (-0400), Carl Fink thusly proclaimed:
-> Assuming you did install 'em via dpkg/apt, you might try reinstalling
-> them (which would replace your existing binaries and conf files with
-> the ones from the package), then uninstalling.

Yep, I did install them via dpkg/apt-get. As for your suggestion, it;s not very 
feasible because I have no idea what else isn't reflected properly. I would 
have to test each and every package.

Regards,
-- 
Eric Boo
Sunday, May 27, 2001, 12:42 PM
13 hours and 17 minutes

http://magicman.freeshell.org


It is easy to find fault, if one has that disposition.  There was once a man
who, not being able to find any other fault with his coal, complained that
there were too many prehistoric toads in it.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"



list of installed packages messed up

2001-05-26 Thread Eric Boo
Hi all,

I just realized that many packages which I've installed cannot be removed 
because according to dpkg -s and apt-get, they aren't installed (eg gpm), when 
they really are installed.

What do I do?

Thanks.

-- 
Eric Boo
Sunday, May 27, 2001, 12:27 PM
13 hours and 3 minutes

http://magicman.freeshell.org


Always the dullness of the fool is the whetstone of the wits.
-- William Shakespeare, "As You Like It"



Re: make xfs serve windows true type fonts?

2001-04-25 Thread Eric Boo
Hi,

What's the difference between adding the path to xfs-xtt's config and adding it 
to /etc/X11/XF86Config-4?

Does running xfs-xtt give a better look?