ldd output

2004-07-03 Thread Arthur E. Conrad
in the following case is
does [libcrypt.so.1 => /lib/libcrypt.so.1 (0x40034000)] == [libcrypt.so.1 =>
/lib/libcrypt.so.1 (0x40154000)]

[EMAIL PROTECTED] saslauthd]# ldd saslauthd
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40034000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40061000)
libpam.so.0 => /lib/libpam.so.0 (0x40073000)
libc.so.6 => /lib/tls/libc.so.6 (0x4200)
libdl.so.2 => /lib/libdl.so.2 (0x4007b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
[EMAIL PROTECTED] saslauthd]# ldd /usr/sbin/postfix
libz.so.1 => /usr/lib/libz.so.1 (0x40034000)
libm.so.6 => /lib/tls/libm.so.6 (0x40042000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x40064000)
libpcre.so.0 => /lib/libpcre.so.0 (0x40077000)
libdb-4.0.so => /lib/libdb-4.0.so (0x40081000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40129000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4013f000)
libc.so.6 => /lib/tls/libc.so.6 (0x4200)
libdl.so.2 => /lib/libdl.so.2 (0x40151000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40154000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40181000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)




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



Re: Interesting netstat results

2004-07-03 Thread Jacob S.
On Sun, 4 Jul 2004 02:37:50 -0400
Chris Metzler <[EMAIL PROTECTED]> wrote:

> On Sun, 4 Jul 2004 01:15:22 -0500
> "Jacob S." <[EMAIL PROTECTED]> wrote:

> > But, looking at the output of netstat, I noticed the following
> > entry:
> > 
> > Active Internet connections (w/o servers)
> > Proto Recv-Q Send-Q Local Address  Foreign Address  State
> > tcp0  0 jacob.6texans.net:42799 xenon.hscs.Virgi:telnet
> > ESTABLISHED

> 
> Are you a ham radio operator?

Yep. I guess it proves that the old 20wpm morse test didn't make smarter
Extras... *ducks head* :-)

See the reply I just sent to David for the rest of the story.

Thanks,
Jacob

-- 
GnuPG Key: 1024D/16377135

Random .signature #28:
Linux. When you want to get there today!


pgpbbI5iprdOh.pgp
Description: PGP signature


Re: Interesting netstat results

2004-07-03 Thread Jacob S.
On Sun, 4 Jul 2004 08:29:07 +0200
David Fokkema <[EMAIL PROTECTED]> wrote:

> On Sun, Jul 04, 2004 at 01:15:22AM -0500, Jacob S. wrote:

> > But, looking at the output of netstat, I noticed the following
> > entry:
> > 
> > Active Internet connections (w/o servers)
> > Proto Recv-Q Send-Q Local Address  Foreign Address  State
> > tcp0  0 jacob.6texans.net:42799 xenon.hscs.Virgi:telnet
> > ESTABLISHED
> 
> Do you know that machine (xenon.hscs.Virgi)? I can't look it up, so I
> guess the name is truncated. Try to run

Never heard of it before.

> sudo netstat --inet -np

Excellent! This turns up the following:

tcp  888  0 192.168.35.10:42799 128.143.202.191:23 
ESTABLISHED1 3841/aprsd

Duh! Big red "ouch" starts fading in across forehead as the light comes
on. "host 128.143.202.191" returns "xenon.hscs.Virginia.EDU."
Sure enough, "/etc/init.d/aprsd stop" makes the traffic cease and the
connection drop. (Should've read some documentation, instead of simply
apt-getting the other day and thinking I'd play with it later.)

Many thanks, David! Now I'm off to learn about aprsd... after I get some
sleep. :-)

Thanks,
Jacob

-- 
GnuPG Key: 1024D/16377135

Random .signature #43:
Q: How many Microsoft Programmers does it take to screw in a lightbulb?
A: It cannot be done. You will need to upgrade your house.

Q: How many Linux users does it take to change a lightbulb?
A: Two. One to write the HOWTO-LIGHTBULB-CRONJOB, and another to read
it. 


pgp5ahX2rnLMI.pgp
Description: PGP signature


Re: Interesting netstat results

2004-07-03 Thread Chris Metzler
On Sun, 4 Jul 2004 01:15:22 -0500
"Jacob S." <[EMAIL PROTECTED]> wrote:
>
> I noticed tonight as I was about to get off the computer and head for
> bed that the network meter on my taskbar was still showing a bit of
> activity. And while I did notice the Sarge upgrade has changed the
> way the network meter shows traffic, making it look like more than it
> is, the network switch agreed with this constant stream as well. Looking
> at the meter on the taskbar, we're only talking a little under 0.5kbp/s.
> 
> But, looking at the output of netstat, I noticed the following entry:
> 
> Active Internet connections (w/o servers)
> Proto Recv-Q Send-Q Local Address  Foreign Address  State
> tcp0  0 jacob.6texans.net:42799 xenon.hscs.Virgi:telnet
> ESTABLISHED
> 
> All the other entries list an ip address or FQDN. Furthermore, I don't
> have a Telnet server installed on this computer and I'm not connected to
> any other computers via telnet. This computer is on an internal network
> protected by a Debian Woody firewall box.
> 
> A run of chkrootkit didn't turn up anything, but I can't think of any
> other reason to still be seeing traffic.
> 
> Any thought, hints, tips?


Are you a ham radio operator?

-c

-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


pgpwWkUmW31gj.pgp
Description: PGP signature


Re: Interesting netstat results

2004-07-03 Thread David Fokkema
On Sun, Jul 04, 2004 at 01:15:22AM -0500, Jacob S. wrote:
> I noticed tonight as I was about to get off the computer and head for
> bed that the network meter on my taskbar was still showing a bit of
> activity. And while I did notice the Sarge upgrade has changed the
> way the network meter shows traffic, making it look like more than it
> is, the network switch agreed with this constant stream as well. Looking
> at the meter on the taskbar, we're only talking a little under 0.5kbp/s.
> 
> But, looking at the output of netstat, I noticed the following entry:
> 
> Active Internet connections (w/o servers)
> Proto Recv-Q Send-Q Local Address  Foreign Address  State
> tcp0  0 jacob.6texans.net:42799 xenon.hscs.Virgi:telnet
> ESTABLISHED

Do you know that machine (xenon.hscs.Virgi)? I can't look it up, so I
guess the name is truncated. Try to run

sudo netstat --inet -np

You will see the IP address, instead of half the name, and you can look
that up with

host 192.168.0.1

where 192.168.0.1 should of course be replaced by the IP address. In the
last column of netstat, you will see the PID of the process running the
connection, as well as its name (possibly). Run

ps -ef

and look for you process. Which process is it? Which user is running
that process? Since when has it been running?

HTH,

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Interesting netstat results

2004-07-03 Thread Jacob S.
I noticed tonight as I was about to get off the computer and head for
bed that the network meter on my taskbar was still showing a bit of
activity. And while I did notice the Sarge upgrade has changed the
way the network meter shows traffic, making it look like more than it
is, the network switch agreed with this constant stream as well. Looking
at the meter on the taskbar, we're only talking a little under 0.5kbp/s.

But, looking at the output of netstat, I noticed the following entry:

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address  Foreign Address  State
tcp0  0 jacob.6texans.net:42799 xenon.hscs.Virgi:telnet
ESTABLISHED

All the other entries list an ip address or FQDN. Furthermore, I don't
have a Telnet server installed on this computer and I'm not connected to
any other computers via telnet. This computer is on an internal network
protected by a Debian Woody firewall box.

A run of chkrootkit didn't turn up anything, but I can't think of any
other reason to still be seeing traffic.

Any thought, hints, tips?

TIA,
Jacob

-- 
GnuPG Key: 1024D/16377135

Random .signature #15:
"What you end up with, after running an operating system concept through
these many marketing coffee filters, is something not unlike plain hot
water." --Matt Welsh 


pgpZVdgFcqeJK.pgp
Description: PGP signature


Did you know that you can obtain precrit8pion drugs right here ? dod threesome

2004-07-03 Thread Essie Huffman


Are you aware you can obtainyour medicat&ions right here .?
Use copy and paste to put the address on the line below into your browser to visit us.
www.okse.onbusbone.com/tp/default.asp?ID=JC2
  
capacitive erudite brushlike bouffant digit usa prophesy adams. apiece catalytic pumpkin gripe transcendent moran steelmake. align silo ieee bicycle cough possessor coplanar.



Re: ATI + LCD Monitor - refresh rate problem (Solved)

2004-07-03 Thread Moshe Bergman
found the answer in:
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#4_refreshrate
*_Question 4.5_*: /X is ignoring my modeline setting, or I can't get the 
refresh rate I want/
Try changing the "IgnoreEDID" setting in /etc/X11/XF86Config-4 to "on".

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



Re: xfree86 4.4.0 vs. XOrg?

2004-07-03 Thread Paul Johnson
Thomas Adam <[EMAIL PROTECTED]> writes:

> --- Paul Johnson <[EMAIL PROTECTED]> wrote: 
>
>> So is XOrg driver-compatible with xfree86?
>
> What do you mean by "driver compatible"? The changes made are to the
> modular tree (as you've read by that link). Can you be more specific, or
> elaborate.

Will XF86 modules, like nVidia's vendor-supplied ones, likely to work
with XOrg?  Are we looking at something that is a drop-in replacement
for XFree86 or an entirely different model?

-- 
Paul Johnson
<[EMAIL PROTECTED]>


pgpjG7265Yr4P.pgp
Description: PGP signature


Re: sarge release vote

2004-07-03 Thread s. keeling
Incoming from Chris Metzler:
> On Sat, 3 Jul 2004 14:34:16 +0100 (BST)
> Thomas Adam <[EMAIL PROTECTED]> wrote:
> > 
> > I'm sick to death of this "voting" business. Sarge will be released When
> 
> Uh, WTF?  This concerns a vote the developers were having on what

Marvelous.  Excellent.  Some of us are just damned tired of hearing
from the whiners.  "When's it going to be ready?  When's it going to
be ready?"

Take your time.  Do it right.  That's what Debian's known for.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


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



Re: sarge release vote

2004-07-03 Thread Thomas Adam
--- Chris Metzler <[EMAIL PROTECTED]> wrote: 

> were voting on this topic.  The developers decided they needed to
> address this issue (and I think they were right).  Why does that
> trouble you so?

It doesn't trouble me, per se. I just wish all the red-tape, squabbling,
arguing would stop, so that a clearer picture were possible. But these
things take time, so it'll be worth the wait. ;)

Cheers,

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: sarge release vote

2004-07-03 Thread Chris Metzler
On Sat, 3 Jul 2004 14:34:16 +0100 (BST)
Thomas Adam <[EMAIL PROTECTED]> wrote:
> 
> I'm sick to death of this "voting" business. Sarge will be released When
> It's Ready, and not a moment sooner. If that's too late for you, then
> tough. Either dist-upgrade to (the current) testing, or backport every
> package under the sun [1].

Uh, WTF?  This concerns a vote the developers were having on what
to do about recent approved changes in the Debian Social Contract
that would have made releasing sarge difficult.  The *Debian developers*
were voting on this topic.  The developers decided they needed to
address this issue (and I think they were right).  Why does that
trouble you so?

-c

-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


pgpvFq0nNttSk.pgp
Description: PGP signature


Re: automatically restarting dying daemons?

2004-07-03 Thread Johan Kullstam
Will Trillich <[EMAIL PROTECTED]> writes:

> problem: xinetd, after working just fine and dandy for weeks at
>   a time, gets dozens of "unexpected signal" (source unknown)
>   and gives up the ghost.
> 
> questions:
>   1) what's the best way (e.g. debian way) to monitor active
>  daemons and restart them when necessary? maybe some
>  utility already exists for this? or /proc/something?
>  or `ps ax`?
>   2) how can i track down the source of the signals specific
>  to this case and make it stop?
> 
> 
> xinetd chugs along nicely for the most part, and then -- poof!
> -- it dies a sudden death:

Give it to init.  This kind of stuff is what init is for.  man init.
man 5 inittab.  Use the respawn action.

-- 
Johan KULLSTAM


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



Re: xfree86 4.4.0 vs. XOrg?

2004-07-03 Thread Thomas Adam
--- Paul Johnson <[EMAIL PROTECTED]> wrote: 

> So is XOrg driver-compatible with xfree86?

What do you mean by "driver compatible"? The changes made are to the
modular tree (as you've read by that link). Can you be more specific, or
elaborate.

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: DULs considered harmful

2004-07-03 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Funk <[EMAIL PROTECTED]> writes:

> On Saturday 03 July 2004 08:10, Paul Johnson wrote:
>
>> An article on vnunet reminds me that I was going to post how to get
>> exim4 to go around those plain retarded DULs.  I finally got around to
>> it, and here it is.
>
> Here are some more domains for the sample picky-hosts file, if you're
> interested.

Thanks.  I'm probably not going to add it to the page for the sake of
brevity, since once you're that far, you should have a good idea what
kind of patterns we're dealing with.

However, I'm not sure wildcards work there.  Do they?

> Are you sure about verizon.net?  I send a lot of e-mails to a friend
> with that address domain, and I'm still successfully routing them
> directly.

Verizon's rejected my mail (to postmaster, even!) before, claiming DULs
as a reason.

- -- 
Paul Johnson
<[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA53BeUzgNqloQMwcRAudtAKDATmImnQuIt0qLmdXuvv0jIndGWACgh6RF
dXYFlEUyZ6BZAZvI2SIQcoo=
=MrGd
-END PGP SIGNATURE-


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



Re: Re: nVidia Control Panel?

2004-07-03 Thread jsass



where an i get of find the control panel. i 
have a ge force 5700 card.


xfree86 4.4.0 vs. XOrg?

2004-07-03 Thread Paul Johnson
Thomas Adam <[EMAIL PROTECTED]> writes:

> --- jack kinnon <[EMAIL PROTECTED]> wrote: 
>> Hi folks,
>>  Is Xfree86 4.4.0 available for Debian stable? If so,
>>   how do I download a copy?
>
> Read this:
>
> http://lists.debian.org/debian-x/2004/debian-x-200403/msg03376.html (and
> follow-ups)

So is XOrg driver-compatible with xfree86?

-- 
Paul Johnson
<[EMAIL PROTECTED]>


pgpHcf8cFzpuo.pgp
Description: PGP signature


Re: debootstrap umount bug - workarounds?

2004-07-03 Thread Thomas Adam
--- Andrew Malcolmson <[EMAIL PROTECTED]> wrote: 

> and so on.  

Then install them.

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: Tivoli Storage Manager on Debian?

2004-07-03 Thread A. Wrasman
On Wed, Jun 30, 2004 at 11:18:14AM +0200, Lars Schimmer wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi!
> 
> Has anyone installed and used the tivoli storage manager on debian unstable?
> I have to and don't know if the rpm's are working fine on debian, or has
> anyone .debs ?

Been using the rpms with alien since IBM has supported Linux.

No problems.


signature.asc
Description: Digital signature


Re: debootstrap umount bug - workarounds?

2004-07-03 Thread Andrew Malcolmson
On 2004-07-03, Joey Hess <[EMAIL PROTECTED]> wrote:
> The umount "errors" are harmless warning messages (bug #253468).
> Whatever bug dannf ran into, it's not prevented debootstrap from working
> fine in general in the month since he filed it, and it's probably not
> whatever problem you're running into.

The problem is that the system I'm chrooting into doesn't have the
packages needed for finalizing a debootstrap system as described in
Chapter 3 of the Debian Installation Manual.

* dpkg-reconfigure console-data (console-data not installed)
* editor /etc/network/interfaces (no editors - none of vi,vim, or pico
installed)
* /usr/sbin/base-config (base-config not installed)

and so on.  

Just to be sure we're talking about the same bug, here's the end of the
debootstrap output and the error messages:

...
I: Installing core packages...
ln: `/mnt/hda6/./usr/bin/awk': File exists
umount: /mnt/hda6/./dev/pts: not mounted
umount: /mnt/hda6/./dev/shm: not found
umount: /mnt/hda6/./proc/bus/usb: not mounted

I'm running this from Knoppix.



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



Re: postfix + amavisd-new + clamscan

2004-07-03 Thread Tom Allison
German Gutierrez wrote:
On Fri, 02 Jul 2004 22:13:43 -0400, Tom Allison <[EMAIL PROTECTED]> wrote:
Do I need to set the USERS in clamav and amavisd to be the same?

I had the same problem, as long as I can remember I solved it adding the 
user clamav to the amavis group.

I can try that easily enough, but there's only so much time in the 
day...  I'll have to come back to it later on this week.


--  POSTFIX
The other part I'm not certain about is the configuration of master.cf:
First, I'm not certain that the configuration is all the correct.
I didn't test it as well as I should have, so I'll have to keep kind of
quiet.
My real concern is the use of the options.  I would like to be able to
ensure that my UCE's are implimented at the beginning of the connection
(pre amavisd).  One problem I ran into with SuSE is that the UCE's that
were in main.cf were not implimented until after amavis tried to deliver
them.  This resulted in my mail server being exploited to bounce
email-spam at other people using my postmaster ("<>") as the sender.
Not cool!
I don't want a repeat of that one.
Take a closer look at /usr/share/doc/postfix/FILTER_README.gz 
(you have to install postfix-doc)

I did!  I think that was the problem.  The documentation under the 
amavisd-new installation has some mentions on configuration for postfix, 
but they don't appear at all similar to what I've seen in the past for 
postfix, postfix mailing lists, or the FILTER_README file.

I suspect that the best thing for me to do at this point is to discard 
the Debian postfix readme for amavisd-new and RTFM for postfix and work 
it out on that list.  Once understood, post a bugreport on clarification 
of the documentation.  As it is, this is a non-functional installation. 
 That's OK though, it's a non-trivial configuration.

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



Re: nfs-kernel-server and firewalls

2004-07-03 Thread Tom Allison
Ernest Johanson wrote:
Right. It can go in /etc/init.d or in /etc/network/interfaces. Probably
better in interfaces so the rules are applied as soon as the interfaces
are up.

I got the distinct impression that running firewall scripts using the 
/etc/network/if-up.d and /etc/network/if-down.d directories was 
definetely the way to go.

If you do this, then what you declare in the /etc/network/interfaces can 
be provided as environment variables to any scripts in 
/etc/networki/if-up.d.  For example I declare in my interfaces file the 
values for:
   address
   netmask
   gateway
   broadcast
   network
These are then provided as ENV Vars to the firewall script as:
   $IFACE (eth0)
   $IF_ADDRESS
   $IF_BROADCAST
   $IF_GATEWAY
   $IF_NETMASK
   $IF_NETWORK

(You will probably have noticed that most of these are not _required_ 
for a network to configure correctly, but having a single point of 
reference is nice)

Because of this arrangement, the presence of a file in 
/etc/network/if-up.d works much the same way as they might in 
/etc/rc4.d/ in that they are executed if set with the correct permissions.

I find this much easier to manage and understand since it's a mimic of 
an existing core process/method of Unix systems.

Ernest, your suggestion of running rpcinfo closed the loop on my 
configuration and I am now very happy with my firewall script!
Thank you.

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



Re: moby-thesaurus.dict

2004-07-03 Thread Brian Astill
On Sat, 3 Jul 2004 07:58 pm, Silvan wrote:

> # Older dictionary database packages did not automatically invoke
> # /usr/sbin/dictdconfig upon installation and removal, so you may
> # need to do so manually (after which, you should restart dictd).

Ah-Ha!

[EMAIL PROTECTED]:/home/bra# ll /usr/sbin/dict*
ls: /usr/sbin/dict*: No such file or directory

[EMAIL PROTECTED]:/home/bra# ll /usr/sbin/*config
lrwxrwxrwx1 root root   14 Jun 16 
19:31 /usr/sbin/apacheconfig -> apache-modconf
-rwxr-xr-x1 root root  835 Jan 22 
07:34 /usr/sbin/cupsconfig
-rwxr-xr-x1 root root 2121 Feb 25 
15:53 /usr/sbin/fdutilsconfig
-rwxr-xr-x1 root root 6161 Feb 11  and so on (in 
alphabetical order)

I also searched throughout /usr and /etc - still no dictdconfig.

> That's what did the trick for me last time, I think.  IIRC it picks
> up any new .dict.gz and .index files and adds them automagically to
> the /var/lib/dictd/db.list file, which shouldn't be hand-edited.

> If those words weren't magic enough, I'll post my complete config for
> this thing.

Looks like this could be REAL helpful!  :-)

-- 
Regards,
Brian


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



Re: Question about X Window Crashing

2004-07-03 Thread Haoyu Zhang
Dear Aaron,

I have checked the configuration file.  The screen section is like the one
you gave me.  However, its device and monitors are all set as "generic". I
am wondering that I may need to install the module for them.  I also checked
device and monitor section, they are all set to be generic.  I need to
figure out how to install the module and configure them.  Can you recommend
some readings?

Thanks a lot for your kind help.

Best,
Haoyu

Aaron Maxwell <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> Two thoughts:
> 
> 1) When you got stuck during X configuration, and had to reboot, did you 
> press the 'ctrl-alt-backspace'?  If so, did it respond? This key chord 
> is is supposed to kill the X server.  
> 
> 2) In the file /etc/X11/XF86Config-4, there should be a Screen section.
> (Search for a line that says 'Section Screen' or 'Section "Screen"'.)  
> I've included that section from my system below.  Is yours much 
> different?  If it's not present in your XF86Config-4, copy mine in, see 
> if that helps.
> 
> (BTW, I assume you are using X version 4.  You can discover your version 
> by doing 'dpkg -l xserver-common' on the command line; the version 
> column should say '4.'.  If it is 3., work with 
> /etc/X11/XF86Config, not /etc/X11/XF86Config-4.)
> 
> Section "Screen"
> Identifier  "Screen 1"
> # Haoyu - you should change the Device argument to match your video card
> # Read the "SCREEN SECTION" part of XF86Config-4 man page
> Device "Verto TNT2-M64"
> Monitor "MyMonitor"
> DefaultDepth 16
> 
> Subsection "Display"
> Depth   8
> Modes   "640x480" "800x600" "1024x768" "1280x1024"
> ViewPort0 0
> EndSubsection
> Subsection "Display"
> Depth   16
> #Modes   "640x480" "800x600" "1024x768" "1280x1024"
> Modes   "1024x768"
> ViewPort0 0
> EndSubsection
> Subsection "Display"
> Depth   24
> #Modes   "640x480" "800x600" "1024x768" "1280x1024"
> #Modes   "1280x1024" "1024x768" "800x600" "640x480"
> Modes   "1024x768"
> ViewPort0 0
> EndSubsection
> Subsection "Display"
> Depth   32
> Modes   "640x480" "800x600" "1024x768" "1280x1024"
> ViewPort0 0
> EndSubsection
> EndSection
> 
> 
> On Monday 14 June 2004 12:00 pm, Haoyu Zhang wrote:
> > Dear Friends,
> >
> > I am a new user of Debian and just installed it in an old Dell
> > machine, Dell Optiplex with PIII 500. The installation went
> > through well, but I met problems of X Window setting.
> >
> > The X Window can start correctly. However, after letting it
> > idle for a while, like one day, the system crashes and reports
> > error saying:
> >
> > "I cannot find the X Server (your graphical interface). It is
> > likely that it is not set up correctly. Would you like to view
> > the X server output to diagnose the problem?"
> >
> > I chose "Yes" and it gives me some information. It seems that
> > everything is set to be default or generic. And the fatal error
> > is "No screens found."
> >
> > Then it asked me whether I want to run X configuration. I did
> > and found that I can do nothing except for moving the small
> > arrow with keyboard. I even can't find way to exit it. And I
> > had to reset the computer to restart.
> >
> > I do feel strange. The X Server starts well, but why does it
> > crash after long time idling? I was wondering whether it is
> > the data switch that caused this. I connected two computers
> > with a switch. The other one is M$ Win2000. But this can't
> > explain why it won't crash after a short term idling.
> >
> > Thanks a lot in advance for your help.
> >
> > Best Wishes,
> > Haoyu
> 
> -- 
> Best,
> Aaron Maxwell - http://redsymbol.com
> Internet Joint Ventures - http://amusene.com


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



Re: Mono tutorial --> gtk-sharp?

2004-07-03 Thread Tom
* [Saturday 03 July 2004 18:27] Eduard Bloch:

> > www.gotmono.com/docs/gnome/bindings/gtk-sharp/getstart.html a shot,
> > but compiling the very first tiny example yields errors (about not
> > finding the assemblies 'gtk-sharp.dll' and 'glib-sharp.dll'.
>
> Don't follow deprecated guides. This method did work with alpha
> versions of Mono when all .dll and .so files have been thrown into
> /usr/lib but does not work anymore.
>
> Nowadays, run:
>
> mcs helloworld.cs /pkg:gtk-sharp

Hm.

* Thanks.

* How could/should I've known that the mentioned introduction is
  deprecated? Do you perhaps know some tutorial-like introductory
  material that is more up to date? While the libraries seem to
  be extensively documented, such a reference isn't what I'm looking
  for just yet.

Greets,
Tom


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



Re: moby-thesaurus.dict

2004-07-03 Thread Silvan
On Sunday 04 July 2004 08:36 am, Brian Astill wrote:

> refers to mthes.txt and roger13a.txt, neither of which are on my
> system.  The dict man page gives syntax, but not original setup.

Hrm.  I just

aptitude install dictd dict-wn dict-moby-thesaurus

pointed KDict at it, and away I went.

I installed dict, tried

dict -d moby-thesaurus quit

and that worked too.

I'm running Sid, and I last updated a couple days ago, FWIW.

Anyway, reading through this revealed what I think are the magic words you 
need.  Try running:

# Older dictionary database packages did not automatically invoke
# /usr/sbin/dictdconfig upon installation and removal, so you may
# need to do so manually (after which, you should restart dictd).

That's what did the trick for me last time, I think.  IIRC it picks up any 
new .dict.gz and .index files and adds them automagically to 
the /var/lib/dictd/db.list file, which shouldn't be hand-edited.

If those words weren't magic enough, I'll post my complete config for this 
thing.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/


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



Re: xfree86 4.4.0

2004-07-03 Thread Micha Feigin
On Sat, Jul 03, 2004 at 03:50:01PM -, Thomas Dickey wrote:
> Micha Feigin <[EMAIL PROTECTED]> wrote:
> 
> > If I am not mistaken the X version in debian, despite being 4.3 is more
> > in the direction of a pre version of 4.4 (just before the license
> > change).
> 
> no judging by the bug-reports.  It's 4.3

If I am not mistaken its 4.3.99.12, I know its not 4 but IIRC its an
experimental release on its way there.

Don't recall at what stage the new license was introduced though.

> 
> -- 
> Thomas E. Dickey
> http://invisible-island.net
> ftp://invisible-island.net
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>  
>  +++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 


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



Re: Linux reports incorrect CPU speed

2004-07-03 Thread Piers Kittel
Hmmm good point - even using the bf24 kernel, the speed feels the 
same...  I'm sure this should feel a little faster considering its a 
750MHz CPU...?  Or is it just KDE being bloaty?

Thanks very much for your help!
Cheers - Piers
David Fokkema wrote:
On Sat, Jul 03, 2004 at 11:46:55PM +0100, Piers Kittel wrote:
Hello all,
Have had lots of probs with this laptop and decided just to reformat the 
hard drive and reinstall Debian (for the first time ever - oh the shame) 
even tho all probs would be fixable - but I needed a working laptop. 
Anyway it's all working but KDE feels very slow, and looked up the CPU 
speed and Linux reports it to be 259MHz while it should be 750MHz as the 
BIOS reports.

Using the stock bf24 kernel, does kde feel faster?
David

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



Re: moby-thesaurus.dict

2004-07-03 Thread Brian Astill
On Sat, 3 Jul 2004 11:31 am, Silvan wrote:
>  I have some experience fooling with the
> thing, but none of it recent enough to feed you exactly the right
> magic words.

Yes, that's your/my problem.  My files came from (apt) debian.org so 
that should be OK.  Documantation seems not to cover magic words, but 
refers to mthes.txt and roger13a.txt, neither of which are on my 
system.  The dict man page gives syntax, but not original setup.

-- 
Regards,
Brian


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



Re: Linux reports incorrect CPU speed

2004-07-03 Thread David Fokkema
On Sat, Jul 03, 2004 at 11:46:55PM +0100, Piers Kittel wrote:
> Hello all,
> 
> Have had lots of probs with this laptop and decided just to reformat the 
> hard drive and reinstall Debian (for the first time ever - oh the shame) 
> even tho all probs would be fixable - but I needed a working laptop. 
> Anyway it's all working but KDE feels very slow, and looked up the CPU 
> speed and Linux reports it to be 259MHz while it should be 750MHz as the 
> BIOS reports.

Using the stock bf24 kernel, does kde feel faster?

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Linux reports incorrect CPU speed

2004-07-03 Thread Piers Kittel
Hello all,
Have had lots of probs with this laptop and decided just to reformat the 
hard drive and reinstall Debian (for the first time ever - oh the shame) 
even tho all probs would be fixable - but I needed a working laptop. 
Anyway it's all working but KDE feels very slow, and looked up the CPU 
speed and Linux reports it to be 259MHz while it should be 750MHz as the 
BIOS reports.

When using the 2.4.26 kernel with custom .config file.  Taking the info 
from dmesg:

Initializing CPU#0
Detected 258.884 MHz processor.
Calibrating delay loop... 534.11 BogoMIPS
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383f9ff   
CPU: Common caps: 0383f9ff   
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
From cat /proc/cpuinfo:
[EMAIL PROTECTED]:~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 10
cpu MHz : 258.884
cache size  : 256 KB
While using the stock bf24 kernel - dmesg reports:
Initializing CPU#0
Detected 746.766 MHz processor.
Calibrating delay loop... 1490.94 BogoMIPS
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383f9ff   
CPU: Common caps: 0383f9ff   
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
and doing cat /proc/cpuinfo gets:
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 10
cpu MHz : 746.766
cache size  : 256 KB
Any ideas how I can fix this?
Thanks very much for your help in advance!
Cheers - Piers
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: delete mbox mail from command line

2004-07-03 Thread Juha Siltala
On 2004-07-03, Tom Furie <[EMAIL PROTECTED]> wrote:
> On Sat, Jul 03, 2004 at 06:42:31AM -0600, Bob Proulx wrote:
>
>> You can look at just read messages leaving unread messages untouched
>> by finding only in the new directory.
>> 
>>   find ~/Mail/Maildir/new -type f -mtime +7 -print
>
> Don't you mean the cur directory?

Note that you're using mbox probably, so that won't work.

-- 
Juha Siltala
http://www.edu.helsinki.fi/activity/people/jsiltala/


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



Re: nfs-kernel-server and firewalls

2004-07-03 Thread Ernest Johanson
Right. It can go in /etc/init.d or in /etc/network/interfaces. Probably
better in interfaces so the rules are applied as soon as the interfaces
are up.


On Sat, 3 Jul 2004, Tom Allison wrote:

> Ernest Johanson wrote:
> > Good refinement to tighten things up.
> >
> >
>
> Thanks.
>
> I thought it would be necessary to re-run rpcinfo each time I booted
> because I can't find anything that says these ports are a certainty.
> That, and I only have NFS 3 support that I have to worry about.
>
>
>
> >>
> >>
> >># NFS
> >># First you open up the RPC port
> >>iptables -A INPUT -i $IFACE -p udp -s $LAN --sport $LO_PORTS \
> >> -d $IF_ADDRESS --dport sunrpc -m state --state NEW \
> >> -j ACCEPT
> >>iptables -A INPUT -i $IFACE -p tcp -s $LAN --sport $LO_PORTS \
> >> -d $IF_ADDRESS --dport sunrpc -m state --state NEW \
> >> -j ACCEPT
> >>
> >># Since rpc is so varied and large in it's ports I thought
> >># It easiest to just capture them all there and scroll throue
> >># the list.  One for TCP, one for UDP
> >>TCP=`rpcinfo -p | grep "3   tcp" | awk '{print $4}' | sort | uniq`
> >>for P in $TCP; do
> >> iptables -A INPUT -i $IFACE -p tcp -s $LAN --sport $LO_PORTS \
> >> -d $IF_ADDRESS --dport $P -m state --state NEW \
> >> -j ACCEPT
> >>done
> >>
> >>UDP=`rpcinfo -p | grep "3   udp" | awk '{print $4}' | sort | uniq`
> >>for P in $UDP; do
> >> iptables -A INPUT -i $IFACE -p udp -s $LAN --sport $LO_PORTS \
> >> -d $IF_ADDRESS --dport $P -m state --state NEW \
> >> -j ACCEPT
> >>done
> >>
> >
> >
> >
> >
> > Ernest Johanson
> > Systems Administrator
> > Fuller Theological Seminary
> >
>
>



Ernest Johanson
Systems Administrator
Fuller Theological Seminary


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



Re: exim4: Avoiding dynamic IP blacklists

2004-07-03 Thread Adam Funk
On Saturday 03 July 2004 08:10, Paul Johnson wrote:

> An article on vnunet reminds me that I was going to post how to get
> exim4 to go around those plain retarded DULs.  I finally got around to
> it, and here it is.

Here are some more domains for the sample picky-hosts file, if you're
interested.

bham.ac.uk
*.bham.ac.uk
uta.fi
*.uta.fi
bigfoot.com
cnrs-dir.fr

Are you sure about verizon.net?  I send a lot of e-mails to a friend
with that address domain, and I'm still successfully routing them
directly.


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



Re: exim4: Avoiding dynamic IP blacklists

2004-07-03 Thread Adam Funk
On Saturday 03 July 2004 08:10, Paul Johnson wrote:

> An article on vnunet reminds me that I was going to post how to get
> exim4 to go around those plain retarded DULs.  I finally got around to
> it, and here it is.

I do something similar but upside-down in the routers section (of my
monolithic /etc/exim4.conf, because when I switched to Debian I already
had a config file I'd heavily customized).

problematic:
driver = manualroute
transport = remote_smtp
route_list = * smtp.blueyonder.co.uk
domains = bham.ac.uk:*.bham.ac.uk:uta.fi:*.uta.fi:[...]

dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more

(followed by the local mail routers)


The problem is that I discover a new domain is using one of these
ignorant blacklists when the message bounces.  I'd like to add a stanza
after dnslookup and configure dnslookup so that when mail is rejected
for such a reason, Exim automatically falls through to the next stanza,
routes the mail through my ISP's server, and notifies the local
postmaster that this has happened.

Do you have any idea how to do this?


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



Re: Modem connection speed

2004-07-03 Thread Pigeon
On Sat, Jul 03, 2004 at 01:04:35AM +0300, Lior Kaplan wrote:
> Hi,
> 
> How can I know my modem's connection speed?
> I checked the /var/log/syslog and found some hex number from the 
> /usr/bin/chat output. I'm guessing that's related (since it should be 
> the handshake between the modems). But I'm not sure if that's true or 
> how can I figure that out.
> 
> I also found two dirs in /proc regarding ppp0 but both are related to 
> the ipv4 side of the connection.
> 
> Please CC me to answers since I'm not subscribed to this list.

You could try pppstatus.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


signature.asc
Description: Digital signature


Re: dma timeout retry: status=0x58

2004-07-03 Thread David Fokkema
On Sat, Jul 03, 2004 at 02:02:57PM -0400, Owen Mehegan wrote:
> Hello -
> 
> The reason I'm submitting this to the Debian list is because this
> issue seems to be related to whatever kernel options Debian gives me,
> or perhaps the specific 2.4 version that Debian installs. In short,
> when I boot Red Hat 9 on this system, also using a 2.4 kernel, I don't
> seem to have this problem.

You don't get the error messages, but are you sure dma is enabled on Red
Hat 9? If so, which kernel is it running?

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Re: Is this a bug in mutt or a malformed email?

2004-07-03 Thread Pigeon
On Wed, Jun 30, 2004 at 04:27:07PM -0400, Derrick 'dman' Hudson wrote:
> On Tue, Jun 29, 2004 at 10:43:06PM +0100, Pigeon wrote:
> | A poster to a pigeon rescue group I'm on posts in
> | multipart/alternative format, HTML and plain text.
> | 
> | Normally, when reading his emails, mutt (woody, 1.3.28-2) happily
> | displays the plain text part and ignores the HTML. 
> | 
> | However, when he quotes one of my PGP-inline-signed posts, and doesn't
> | delete the "-BEGIN PGP SIGNED MESSAGE-" line, mutt acts as if
> | the plain text part doesn't exist and gives me the "text/html is
> | unsupported (use 'v'..)" message.
> | 
> | If I edit the received email and add a space at the beginning of
> | "-BEGIN PGP", or change one character of that line, mutt is
> | then happy and displays the plain text part without problems.
> [...]
> 
> Interesting.  What version of mutt are you using?  Not too long ago
> noticed the following in changelog.Debian.gz
> 
> mutt (1.5.6-20040523+1) unstable; urgency=low
> 
>   * Updated to CVS snapshot 20040523:
> + now mutt includes better support for inline/traditional signing and
>   encrypting. See http://www.woolridge.ca/mutt/pgp-menu-traditional.html
>   for details. (Closes: #190204)
> 
> I am using version 1.5.6-20040523+2.  Maybe that "better support" is
> what you need?

Was using 1.3.28-2, now using 1.5.6-20040523+1.backports.org.1.
Somewhere along the line the bug has been fixed, though earlier than
that changelog entry, as Chris Harris, on whose suggestion I upgraded
to the backports.org version, says it was gone by 1.5.3. From the web
page in the changelog entry, it seems that the "better support" is
concerned with making the PGP options for outgoing mail more
comprehensive, more useful and less likely to produce PGP-signed mails
that cause outhouse excess to throw a screaming fit :-)

Thanks, anyway!

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


signature.asc
Description: Digital signature


Re: dma timeout retry: status=0x58

2004-07-03 Thread Thomas Adam
--- Owen Mehegan <[EMAIL PROTECTED]> wrote: 

> When the system is warm booting, I get these errors when it tries to
> enable dma (pulled from dmesg so you can see context):

>  using_dma=  1 (on)

At your bootprompt, try booting with:

linux nodma

to see if that helps. If not, and the errors still persist, then replace
the drive.

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



dma timeout retry: status=0x58

2004-07-03 Thread Owen Mehegan
Hello -

The reason I'm submitting this to the Debian list is because this issue seems to be 
related to whatever kernel options Debian gives me, or perhaps the specific 2.4 
version that Debian installs. In short, when I boot Red Hat 9 on this system, also 
using a 2.4 kernel, I don't seem to have this problem.

The problem I'm referring to is basically this: on my Dell Latitude LS laptop, when I 
reboot the system, it is unable to enable dma on its hard drive. However after any 
power down/power up cycle, it has no problem doing so. The drive is an IBM, and I've 
used their drive fitness test tool, which tells me the drive is fine. I also installed 
smartmontools and had it check the S.M.A.R.T. status of the drive, and it checked out 
as well.

When the system is warm booting, I get these errors when it tries to enable dma 
(pulled from dmesg so you can see context):

--
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller at PCI slot 00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfcd0-0xfcd7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfcd8-0xfcdf, BIOS settings: hdc:pio, hdd:pio
hda: C/H/S=0/0/0 from BIOS ignored
hda: IBM-DJSA-210, ATA DISK drive
blk: queue c0398c60, I/O limit 4095Mb (mask 0x)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
apm: get_event: Interface not connected
hda: 19640880 sectors (10056 MB) w/384KiB Cache, CHS=19485/16/63, UDMA(33)
Partition check:
 hda:<4>hda: dma_timer_expiry: dma status == 0x21
hda: error waiting for DMA
hda: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }

 [PTBL] [1222/255/63] hda1 hda2 <<4>hda: dma_timer_expiry: dma status == 0x21
hda: error waiting for DMA
hda: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }

 hda5 >
hda: dma_timer_expiry: dma status == 0x21
hda: error waiting for DMA
hda: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }

hda: dma_timer_expiry: dma status == 0x21
hda: error waiting for DMA
hda: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }
--

I get the same errors if I try to manually enable dma with hdparm. If I just check 
drive status with hdparm, it indicates dma is off:

--
/dev/hda:
 multcount= 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq=  0 (off)
 using_dma=  0 (off)
 keepsettings =  0 (off)
 readonly =  0 (off)
 readahead=  8 (on)
 geometry = 1222/255/63, sectors = 19640880, start = 0
--


On a cold boot, or a simple power down/power up, I don't see these issues:

--
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller at PCI slot 00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfcd0-0xfcd7, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xfcd8-0xfcdf, BIOS settings: hdc:pio, hdd:pio
hda: C/H/S=0/0/0 from BIOS ignored
hda: IBM-DJSA-210, ATA DISK drive
blk: queue c0398c60, I/O limit 4095Mb (mask 0x)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
apm: get_event: Interface not connected
hda: 19640880 sectors (10056 MB) w/384KiB Cache, CHS=19485/16/63, UDMA(33)
Partition check:
 hda: [PTBL] [1222/255/63] hda1 hda2 < hda5 >
--

--
/dev/hda:
 multcount= 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq=  0 (off)
 using_dma=  1 (on)
 keepsettings =  0 (off)
 readonly =  0 (off)
 readahead=  8 (on)
 geometry = 1222/255/63, sectors = 19640880, start = 0
--


My BIOS doesn't let me choose anything with regard to DMA settings on this drive, so I 
don't think there's any issue there. And as I said, Red Hat 9 can enable DMA 
consistently no problem. This seems to indicate some kind of driver or kernel issue, 
but Google hasn't shown me to an answer yet.

I am running Debian Unstable with the 2.4.26 kernel. Any suggestions about possible 
solutions to this problem would be greatly appreciated. Thanks in advance,


/Owen


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



udev question

2004-07-03 Thread Sam Halliday
hi there,

i was wondering if somebody could help me set up udev to make symlinks in a
specific way...

i have 2 mouse input devices... one is always connected (/dev/input/mouse1) and
another is a usbmouse and appears as (/dev/input/mouseX), with X increasing
every time i remove and reconnect it.

i would very much like to have a symlink set up by udev (/dev/input/mousemain or
similar) which points to the /dev/input/mouseX unless it has been removed, in
which case it should be pointed to /dev/input/mouse1.

unfortunately the /dev/input/mouseX devices all remain when the usb mouse is
unplugged and reconnected.


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



Re: Re: ATI + LCD Monitor - refresh rate problem

2004-07-03 Thread Moshe Bergman
Well, I am editing the config file by hand...
Also, seems ATI (fglrx) does not support xrandr, the program does not 
execute.
xvidtune hungs when it attempts to load the ATI drivers, and if I 
request it not to load any modules, any change yeilds that the frequency 
is not supported...

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



Re: ATI + LCD Monitor - refresh rate problem

2004-07-03 Thread Moshe Bergman
That's incorrect... my monitor supports 75hz:
http://www.hyundaiq.com/pro_spec_q17.asp
And I am not sure... but my eyes hurt sooner in 60hz
Moshe Bergman
Pim Bliek | PingWings.nl wrote:
Ehm... If I remember correctly
The optimal refreshrate for any LCD is 60 Hz. No need to go higher. It
might damage your screen if you go to far, and it will give you **worse**
image than on 60. 60 is the optimized refresh rate.
Forget the whole refresh-rate discussion on CRT screens. LCD is a
different world. Sorry, don't remember what the exact reason was, maybe
someone can backup me up on this one ;).
Pim
 

Isn't that just edits the XF86Config-4? i tried fglrxconfig they all
just change that file.
And like I said, I tried changing it manually to every value possible...
I forgot to add, I am trying 75hz with 1280x1024
Moshe Bergman
jr jrockys2 wrote:
   

Have you tried with dpkg-reconfigure xserver-xfree86 and set the new
parameters?
On Fri, 02 Jul 2004 17:40:25 +0200, Moshe Bergman
<[EMAIL PROTECTED]> wrote:
 

Hello,
I've been trying to get linux to run properly for a week or two, so far
i've managed to install ATI drivers, however I still have one problem -
refresh rate.
On windows my monitor runs fine on 75hz, Hsync: 79.9 and Vsync: 75.
However, on Linux, it does not seem to matter what i enter on
XF86Config-4, the monitor is still set to 60hz.
I have ATI Radeon 9800, and Hyundai ImageQuest Q17.
Thanks,
Moshe Bergman.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]

   


 

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


 


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



Re: a problem about rcconf and other things

2004-07-03 Thread Thomas Adam
--- gxy98 <[EMAIL PROTECTED]> wrote: 
> Hello,
> I don't know when it happened. but now when i user rcconf and others
> such as
> dpkg-reconfigure locales, it looks like the picture below.

Looks like you've chosen the wrong locale you should put it back to
something more sensible, or try:

LANG=C rcconf

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: postfix + amavisd-new + clamscan

2004-07-03 Thread German Gutierrez
On Fri, 02 Jul 2004 22:13:43 -0400, Tom Allison <[EMAIL PROTECTED]> wrote:
> Ran into some questions/problems with configuration amavisd-new and
> postfix and clamscan.
> 
> ---  AMAVIS + CLAMAV
> 
> Jul  2 20:55:16 cling amavis[13330]: Using internal av scanner code for
> (primary) Clam Antivirus-clamd
> Jul  2 20:55:16 cling amavis[13330]: Found secondary av scanner Clam
> Antivirus - clamscan at /usr/bin/clamscan
> 
> [... followed by ...]
> 
> Jul  2 20:57:20 cling amavis[13331]: (13331-01) Clam Antivirus-clamd
> FAILED - unknown status:
> /var/lib/amavis/amavis-20040702T205719-13331/parts: Can't access the
>   file ERROR\n
> 
> --   CLAMAV
> 
> Not sure what doesn't work here.  One guess is that my clamd socket
> (LocalSocket /var/run/clamav/clamd.ctl) needs to be configured in the
> amavisd config file?  No, that's not it, they are the same...
> 
> Do I need to set the USERS in clamav and amavisd to be the same?
> 

I had the same problem, as long as I can remember I solved it adding the 
user clamav to the amavis group.


> --  POSTFIX
> 
> The other part I'm not certain about is the configuration of master.cf:
> 
> First, I'm not certain that the configuration is all the correct.
> I didn't test it as well as I should have, so I'll have to keep kind of
> quiet.
> 
> My real concern is the use of the options.  I would like to be able to
> ensure that my UCE's are implimented at the beginning of the connection
> (pre amavisd).  One problem I ran into with SuSE is that the UCE's that
> were in main.cf were not implimented until after amavis tried to deliver
> them.  This resulted in my mail server being exploited to bounce
> email-spam at other people using my postmaster ("<>") as the sender.
> Not cool!
> 
> I don't want a repeat of that one.
> 
Take a closer look at /usr/share/doc/postfix/FILTER_README.gz 
(you have to install postfix-doc)

--
Regards,
German Gutierrez


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



a problem about rcconf and other things

2004-07-03 Thread gxy98
Hello,
I don't know when it happened. but now when i user rcconf and others such as
dpkg-reconfigure locales, it looks like the picture below.
It can work, but looks so urgly. I don't know wether it is a bug, or just my own
problem. If anyone who has the same problem, please tell me the method to solve
it.

http://www.linuxsir.org/bbs/attachment.php?s=&postid=724939

thanks a lot.



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



Re: Mono tutorial --> gtk-sharp?

2004-07-03 Thread Eduard Bloch
#include 
* Tom [Sat, Jul 03 2004, 02:16:11AM]:

> Today, I thought I'd give the Mono/Gtk# tutorial at 
> www.gotmono.com/docs/gnome/bindings/gtk-sharp/getstart.html a shot, but 
> compiling the very first tiny example yields errors (about not finding 
> the assemblies 'gtk-sharp.dll' and 'glib-sharp.dll'. 

Don't follow deprecated guides. This method did work with alpha versions
of Mono when all .dll and .so files have been thrown into /usr/lib but
does not work anymore.

Nowadays, run:

mcs helloworld.cs /pkg:gtk-sharp

> By now, I must have installed anything available in sid. The gtk-sharp 
> package itself refers to both libgtk-cil and libglib-cil. Those are 
> installed just fine.

Yup, better use Sid (and wait till tommorow when Mono 1.0 appears on
mirrors).

Regards,
Eduard.
-- 
Wenn Schlachthöfe Glasfenster hätten, wäre jeder Mensch Vegetarier.
-- Paul McCartney


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



Re: Anyone using GNUstep?

2004-07-03 Thread Ed Sutherland
I've tried Afterstep. Good interface (the 'wharf' takes some getting 
used to) but was a bit flakey when I tried to run GNUmail -- the mail 
app's windows kept flickering.

Ed
Jon Dowland wrote:
I gave the gnustep livecd a go the other day out of curiosity. Not bad
but a bit skimpy. A while ago I attempted to try out the gnustep
development tools under unstable; but they were very broken.
Have you tried the afterstep window manager?
 


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



Re: sarge release vote

2004-07-03 Thread S.D.A.
On Sat, Jul 03, 2004 at 09:32:04AM -0600 or thereabouts, s. keeling wrote:

> I couldn't care less when sarge goes stable.  Take your time guys.  No
> rush!  You did such a great job on woody, it would be a shame to give
> up on it now.   :-)

Hear, Hear. I for one like the 'when it's ready" approach. I appreciate
stablity.

-- 
Steve
+
  Saturday Jul 03 2004 12:21:01 PM EDT
+
I always turn to the sports pages first, which record people's accomplishments.
The front page has nothing but man's failures.
-- Chief Justice Earl Warren


pgpp5tEUuF9ZX.pgp
Description: PGP signature


Re: SB Live! 5.1 - Can not make the rear channels working

2004-07-03 Thread Silvan
On Saturday 03 July 2004 05:35 am, LeVA wrote:

> I'm asking for help, to make the rear speakers working with
> this sb live card.

I have no idea how to control them independently from the front speakers, but 
I have all five working.

I run ALSA rather than OSS.

I have an RCA cable plugged into a mini headphone jack adapter and then into 
the orange jack on the card.  The other end goes into the digital coax input 
on my el-cheapo home theater.

I have digital out enabled via the mixer.  (Mixers under ALSA are ghastly to 
control.  The only thing I've found that works for me is KAMix, which I had 
to hack to get to compile on Debian.)

I don't know if it's real surround or not, but it sounds good, and all six 
speakers work.

Anyway, probably no use to you other than letting you know it's possible to 
get somewhere.  I guess I'd try ALSA, and if you have an orange jack on your 
home theater or your set of surround speakers or whatever, then use that.  If 
not, I have no clue what remedy you might have.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/


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



Re: xfree86 4.4.0

2004-07-03 Thread Thomas Dickey
Micha Feigin <[EMAIL PROTECTED]> wrote:

> If I am not mistaken the X version in debian, despite being 4.3 is more
> in the direction of a pre version of 4.4 (just before the license
> change).

no judging by the bug-reports.  It's 4.3

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Re: Fonts in Open Office not anti aliased

2004-07-03 Thread Silvan

> the solution. I found a document though with which you can see if open
> office is using anti aliased fonts:
> http://mumford1.dyndns.org/~bs7452/linuxhelp/aa_test.sxw

That test isn't reliable.  Arial and Helvetica are obviously identical here, 
but the fonts are most assuredly antialiased, as magnifying them reveals.

I might have set up an alias within OO.o itself, come to think of it.  I have 
a consistent problem with Helvetica.  It wants to be a bitmapped screen font, 
and it can't be antialiased.  The best remedy is to steer well away from 
Helvetica and use something else.

I wish I could tell you exactly how I got here.  The truth is I got here by 
wildly flailing around trying stupid things.

If you run KDE, the new font installer stuff is helpful.  Beyond that, I don't 
really have a clue.  Whenever I try to understand how fonts work in X, I just 
wind up very angry and frustrated.  It's horrible.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/


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



Re: debootstrap umount bug - workarounds?

2004-07-03 Thread Joey Hess
Andrew Malcolmson wrote:
> Is debootstrap completely unusuable pending a fix for bug #253387
> (multiple umount errors after packages retreived) or does anyone know of
> a workaround for this?

The umount "errors" are harmless warning messages (bug #253468).
Whatever bug dannf ran into, it's not prevented debootstrap from working
fine in general in the month since he filed it, and it's probably not
whatever problem you're running into.

-- 
see shy jo, really tired of this FAQ


signature.asc
Description: Digital signature


Re: modules_image

2004-07-03 Thread Jon Dowland
On Sat, 03 Jul 2004 01:01:05 -0400, Paul Tsai <[EMAIL PROTECTED]> wrote:
> hello,
> I'm trying to recompile a kernel with make-kpkg kernel_image
> modules_image .  However, the process terminates without any errors and
> there is not modules.deb package.  I just installed sid though a nework
> install.

In my experience the .deb is not put in the cwd but elsewhere... e.g.
I call make-kpkg from /usr/src/linux and it puts the .deb in /usr/src.
Have you tried there? Also check /usr/src/modules.

-- 
Jon Dowland


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



Re: sarge release vote

2004-07-03 Thread s. keeling
Incoming from Thomas Adam:
> 
> I'm sick to death of this "voting" business. Sarge will be released When

That's a very good point.  For those who _just can't wait_ for sarge
to go stable, I say nuts to you!  There are many options for you,
including sarge and sid, and Libranet, Xandros, Morphix, ...  If the
current stable doesn't do something that your hardware needs, well
either it's your responsibility to change that (by installing sources)
or it's your own damn fault for buying bleeding edge hardware.  Boo
hoo  ...  Not!   :-P

I couldn't care less when sarge goes stable.  Take your time guys.  No
rush!  You did such a great job on woody, it would be a shame to give
up on it now.   :-)


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


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



Re: Anyone using GNUstep?

2004-07-03 Thread Jon Dowland
On Fri, 2 Jul 2004 23:08:22 -0400, Ed Sutherland <[EMAIL PROTECTED]> wrote:
> I like the GNUstep approach to applications, but am not crazy about the
> windowmanagers -- windowmaker and nextstep. Are there any better
> windowmangers for GNUstep? I think AddressManager is far better (at
> least for me) than that offered by Gnome or KDE.

I gave the gnustep livecd a go the other day out of curiosity. Not bad
but a bit skimpy. A while ago I attempted to try out the gnustep
development tools under unstable; but they were very broken.

Have you tried the afterstep window manager?

-- 
Jon Dowland


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



Re: moby-thesaurus.dict

2004-07-03 Thread Silvan
On Sunday 04 July 2004 12:12 am, Brian Astill wrote:

> moby-thesaurus.dict.dz doesn't seem to contain them (or at least I
> haven't found a way to unpack it.  Arc (in KDE) shows only the one file
> within moby-thesaurus.dict.dz

You should be able to get it to go with the .dict.dz and the .index file.  
There's some script you can run to add databases automatically, and it should 
pick them up.  If you installed that from a package, the package should have 
run that script already, I should think.

I can't be more specific than this because I haven't run my own dictd server 
in quite a long time.  If you're reallly stuck, I'll set it up here and 
tell you how I got it to work.  I had mine working with all kinds of 
non-packaged databases for foreign translation dictionaries and such, and I 
even made my own dictionary once.  I have some experience fooling with the 
thing, but none of it recent enough to feed you exactly the right magic 
words.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/


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



Re: moby-thesaurus.dict

2004-07-03 Thread Zenaan Harkness
On Sun, 2004-07-04 at 14:12, Brian Astill wrote:
> On Sat, 3 Jul 2004 09:54 am, Sridhar M.A. wrote:
> > Is that what you wanted?
> 
> Well - it's certainly on topic!  :-)
> 
> this is what I find:
> # dict -d moby-thesaurus quit
> moby-thesaurus is not a valid database, use -D for a list
> No definitions found for "quit"

My installation has "moby" as an alias for moby-thesaurus, and I find
that moby works and moby-thesaurus does not.

I don't know why.

Also, try dict --dbs to see a list of installed dictionaries...

cheers
zen


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



Re: Custom Debian distro

2004-07-03 Thread David Fokkema
On Tue, Jun 29, 2004 at 11:51:54PM +0530, Soumyadip Modak wrote:
> Hi, 
> Searched about this in gmane, but couldn't find much useful stuff. If I
> remember correctly, there was a post by someone, who had written a
> comprehensive document on building custom Debian distros. Specifically,
> some members of the Ankur Bangla Group (www.bengalinux.org) and G.
> Karunakaran of Indlinux (www.indlinux.org) had a discussion today about
> having a distro providing an Indic-localised desktop. 
> 
> Apart from componentized linux, are there any more paths that can be
> followed ? Can someone please point me out to any documentation re:
> building custom debian distro for this ? Thanks a lot

You could subscribe to [EMAIL PROTECTED]

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Re: Unknown root partition type?

2004-07-03 Thread David Fokkema
On Mon, Jun 28, 2004 at 04:06:00PM -0400, Norman Walsh wrote:
> There was a short thread about this a couple of weeks ago, but I don't
> recall seeing any resolution. I do remember that I wasn't the only
> one experiencing the problem.
> 
> Did I miss something, or is it still unresolved?

It is still unresolved on my system. I don't know of any bug report
either, or against which package to file it.

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Re: Unknown root partition type?

2004-07-03 Thread David Fokkema
On Wed, Jun 30, 2004 at 05:04:49PM +1000, Rob Weir wrote:
> On Mon, Jun 28, 2004 at 04:06:00PM -0400, Norman Walsh said
> > There was a short thread about this a couple of weeks ago, but I don't
> > recall seeing any resolution. I do remember that I wasn't the only
> > one experiencing the problem.
> > 
> > Did I miss something, or is it still unresolved?
> 
> I missed the thread, but is it related to this:
> http://www.davidpashley.com/cgi/pyblosxom.cgi/debian/linux26_xp.html ?

No, nothing so drastic, luckily. Just that `mount' now shows something
like:

/dev/hdc1 on / type unknown (rw,errors=remount-ro,acl)

and it used to have something like

/dev/hdc1 on / type ext3 (rw,errors=remount-ro,acl)

but I haven't encountered any real problems.

David

-- 
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


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



Re: moby-thesaurus.dict

2004-07-03 Thread Brian Astill
On Sat, 3 Jul 2004 09:54 am, Sridhar M.A. wrote:
> Is that what you wanted?

Well - it's certainly on topic!  :-)

this is what I find:
# dict -d moby-thesaurus quit
moby-thesaurus is not a valid database, use -D for a list
No definitions found for "quit"

and:
# dict -D moby-thesaurus
Databases available:
 elements   Elements database 20001107
 web1913Webster's Revised Unabridged Dictionary (1913)
 wn WordNet (r) 2.0
 gazetteer  U.S. Gazetteer (1990)
 jargon Jargon File (4.3.0, 30 APR 2001)
 foldoc The Free On-line Dictionary of Computing (27 SEP 03)
 easton Easton's 1897 Bible Dictionary
 hitchcock  Hitchcock's Bible Names Dictionary (late 1800's)
 devils THE DEVIL'S DICTIONARY ((C)1911 Released April 15 1993)
 world02CIA World Factbook 2002
 vera   Virtual Entity of Relevant Acronyms (Version 1.9, June 2002)
No definitions found for "moby-thesaurus"


I obviously have a slight problem.  Maybe something to do with 
etc/dictd/dict.conf?
I would guess I have somehow to extract those databases, but 
moby-thesaurus.dict.dz doesn't seem to contain them (or at least I 
haven't found a way to unpack it.  Arc (in KDE) shows only the one file 
within moby-thesaurus.dict.dz

-- 
Regards,
Brian


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



Re: Anyone using GNUstep?

2004-07-03 Thread Ed Sutherland
Running GNUstep applications under fluxbox works fine. After all the 
clutter of the major environments and wrestling with the quirks of so 
many other windowmanagers, fluxbox seems a joy of simplicity and 
compactness. About the only extra detail I need in a windowmanager - a 
simple digital clock - too often consumes precious desktop space (I have 
a 15-inch monitor, not a 21-inch workstation display.) Having the clock 
on the task bar is a sign fluxbox is on the right track.

With Window-Maker, which is the preferred desktop for GNUstep, the 
layout seemed uncomfortable and crowded. Fluxbox includes my GNUstep 
apps right along with Gnome and KDE. Plus, for whatever reason, fluxbox 
doesn't give me that 'crowded' feeling.

With Afterstep, the desktop background and menus were gorgeous, but upon 
opening two GNUstep windows (GNUmail's main and mailbox windows, for 
instance), the display would flicker.

With Gnome, the GNUstep AddressManager opens, but within minutes would 
'bomb' (with a lit bomb and a message the app required rebooting.)

So, all in all, fluxbox seems the best windowmanager I've tried yet.
Ed
Tony Godshall wrote:
According to Ed Sutherland,
 

I like the GNUstep approach to applications, but am not crazy about the 
windowmanagers -- windowmaker and nextstep. Are there any better 
windowmangers for GNUstep? I think AddressManager is far better (at 
least for me) than that offered by Gnome or KDE.
   

I just installed addressmanager and ran it fine under fluxbox.
I suspect addressmanager and other gnustep apps will work just 
fine under any WM that doesn't geomtries too strongly (e.g. ion2).
 


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



Re: sarge release vote

2004-07-03 Thread Carl Fink
On Sat, Jul 03, 2004 at 02:34:16PM +0100, Thomas Adam wrote:

> I'm sick to death of this "voting" business. Sarge will be released When
> It's Ready, and not a moment sooner ...

The vote isn't about whether it's ready, it's about whether to
discard the current Sarge and start from scratch.

> ... If that's too late for you, then tough. Either dist-upgrade to
> (the current) testing, or backport every package under the sun [1].

In a bad mood, or do you just hate people who rely on Debian and
don't like using obsolete programs?
-- 
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


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



Re: delete mbox mail from command line

2004-07-03 Thread Tom Furie
On Sat, Jul 03, 2004 at 06:42:31AM -0600, Bob Proulx wrote:

> You can look at just read messages leaving unread messages untouched
> by finding only in the new directory.
> 
>   find ~/Mail/Maildir/new -type f -mtime +7 -print

Don't you mean the cur directory?

Cheers,
Tom

-- 
"They ought to make butt-flavored cat food."   --Gallagher


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



Re: Fonts in Open Office not anti aliased

2004-07-03 Thread Jaap Haitsma
Thomas Adam wrote:
--- Jaap Haitsma <[EMAIL PROTECTED]> wrote: 

Hi,
All my applications have nice anti aliased fonts except for openoffice.

I suggest you check the BTS again. I see a number of possible complaints
to yours [1]. 
I'm probably a moron but I don't see a bug similar to mine
If that doesn't work, I'd next look at whether you're using
defoma (DEbian FOnt MAngler).
I'm using defoma. What about it???
-- Thomas Adam
[1] http://bugs.debian.org/openoffice.org
Jaap
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xfree86 4.4.0

2004-07-03 Thread Micha Feigin
On Sat, Jul 03, 2004 at 10:55:27AM +0200, Kjetil Kjernsmo wrote:
> On fredag 2. juli 2004, 15:24, jack kinnon wrote:
> >  Is Xfree86 4.4.0 available for Debian stable?
> 
> Apart from that 4.4.0 has license problems and will probably not go into 
> Debian in any form, the answer to such question is usually a search on 
> apt-get.org. If you can't find it there, the answer is most likely 
> "no" :-) 
> 

If I am not mistaken the X version in debian, despite being 4.3 is more
in the direction of a pre version of 4.4 (just before the license
change).

My guess is that at the moment most distributions are checking where
the wind blows and will probably switch to the X.org server instead of
xfree86 in some time (hopefully before too long).

> Cheers,
> 
> Kjetil
> -- 
> Kjetil Kjernsmo
> Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
> [EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
> Homepage: http://www.kjetil.kjernsmo.net/OpenPGP KeyID: 6A6A0BBC
> 
> 
>  +++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 



Re: failure delivery

2004-07-03 Thread Thomas Adam
> --- Andrew Malcolmson <[EMAIL PROTECTED]> wrote:
 
> Is debootstrap completely unusuable pending a fix for bug #253387
> (multiple umount errors after packages retreived) or does anyone know of

> a workaround for this?

No, I've encountered those errors, and it has worked fine.
 
-- Thomas Adam


=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: moby-thesaurus.dict

2004-07-03 Thread Sridhar M.A.
On Sat, Jul 03, 2004 at 04:13:46PM -0400, Brian Astill wrote:
   > Anyone downlaoded this and made it work?
   > I'd be pleased for some advice.
   > 
   > I appeared to download about 12MB data - I guess these are they:
   > #  ll /usr/share/dictd/
   > total 11060
   > -rw-r--r--1 root root 10757105 Oct  7  2003 
   > moby-thesaurus.dict.dz
   > -rw-r--r--1 root root   540892 Oct  7  2003 
   > moby-thesaurus.index
   > 
Mine is here:

brahman:~$ v /usr/share/dictd
total 43M
-rw-r--r--1 root root 162K 2004-01-09 05:11 devil.dict.dz
-rw-r--r--1 root root  16K 2004-01-09 05:11 devil.index
-rw-r--r--1 root root  15K 2003-05-05 20:34 elements.dict.dz
-rw-r--r--1 root root 2.1K 2003-05-05 20:34 elements.index
-rw-r--r--1 root root 2.1M 2003-11-02 22:26 foldoc.dict.dz
-rw-r--r--1 root root 269K 2003-11-02 22:26 foldoc.index
-rw-r--r--1 root root  13M 2003-11-03 04:11 gcide.dict.dz
-rw-r--r--1 root root 3.8M 2003-11-03 04:11 gcide.index
-rw-r--r--1 root root 559K 2004-03-23 01:09 jargon.dict.dz
-rw-r--r--1 root root  41K 2004-03-23 01:09 jargon.index
-rw-r--r--1 root root  11M 2003-10-08 00:17 moby-thesaurus.dict.dz
-rw-r--r--1 root root 529K 2003-10-08 00:17 moby-thesaurus.index
-rw-r--r--1 root root 174K 2004-01-12 01:28 vera.dict.dz
-rw-r--r--1 root root 112K 2004-01-12 01:28 vera.index
-rw-r--r--1 root root 8.7M 2004-04-15 12:48 wn.dict.dz
-rw-r--r--1 root root 2.9M 2004-04-15 12:48 wn.index

   > Clues, anyone?
   > 
brahman:~$ dict -d moby-thesaurus quit
1 definition found

From Moby Thesaurus II by Grady Ward, 1.0 [moby-thesaurus]:

  151 Moby Thesaurus words for "quit":
 abandon, abdicate, abjure, abort, abscond, acquit, act, atone,
 back out, be pensioned, be superannuated, bear, beat a retreat,
 beat it, beg off, belay, blow, bow out, cancel, carry, cease,
 chuck, clear, clear of, clear off, come off, compensate, comport,
 conduct, cry off, cut it out, cut out, decamp, demean, demit,
 depart, depart from, deport, desert, desist, desist from,
 disappear, discard, discharge, discharged, discontinue, disuse,
 drop, drop it, drop out, end, evacuate, exempt from, exit, flee,
 forsake, free, free of, get away, get away from, get off,
 get satisfaction, give notice, give over, give up, go, go back on,
 go on, halt, have done with, hold, indemnify, jettison, jilt,
 kick back, knock it off, knock off, lay off, leave, leave behind,
 leave flat, leave off, let go, liquidate, make amends, make good,
 make reparation, make requital, make restitution, make retribution,
 make up for, make up to, maroon, nol-pros, not pursue with, pay,
 pay back, pay in kind, pay off, pay up, pension off, pull out,
 put behind one, quit cold, quit of, recompense, recoup, redress,
 refrain, refund, reimburse, relinquish, remove, renege, renounce,
 renounce the throne, repay, requite, resign, retire,
 retire from office, retreat, reward, rid, rid of, satisfy,
 say goodbye to, scrub, secede, settle, shed of, shut of, skip,
 square, stand aside, stand down, stay, step aside, stop,
 superannuate, surcease, surrender, take leave of, take off,
 terminate, throw over, vacate, vanish, waive, withdraw,
 withdraw from

Is that what you wanted? 

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

How long does it take a DEC field service engineer to change a lightbulb?

It depends on how many bad ones he brought with him.


signature.asc
Description: Digital signature


debootstrap umount bug - workarounds?

2004-07-03 Thread Andrew Malcolmson
Is debootstrap completely unusuable pending a fix for bug #253387
(multiple umount errors after packages retreived) or does anyone know of
a workaround for this?
---
Andrew Malcolmson


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



Re: exim-tls removed, but exim4 replaces it, but exim4 conflicts with mutt?

2004-07-03 Thread Carl Fink
On Sat, Jul 03, 2004 at 12:33:20AM -0400, Derrick 'dman' Hudson wrote:

> crypto is now in "main"  (has been for a while)

Then the message from apt-get that exim-tls is replaced by exim4 is damned
confusing.  (I almost typed "dmaned confusing".)
 
> The exim4-base package doesn't provide an MTA.  It is merely a
> collection of stuff common to all the various builds of exim4 that are
> provided (this is noted in the package's description).  apt wants to
> remove mutt not due to a conflict, but rather due to a missing
> dependency.  Install one of the 
>   exim4-daemon-light
>   exim4-daemon-heavy
>   exim4-daemon-custom
> packages to satisfy mutt (and cron, and ...) dependency on
> mail-transport-agent.

Ahh ... thanks.

As it turns out I now have Exim 3 doing what I want, so I have no special
reason to upgrade, but thanks for the explanations.
--  
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


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



Re: sarge release vote

2004-07-03 Thread Thomas Adam
--- Kent Andersen <[EMAIL PROTECTED]> wrote: 

> my vote if it doesnt blow up woody.  (ducking) ;)

> - Original Message - 
> From: "Travis Crump" <[EMAIL PROTECTED]>
> To: "Debian User List" <[EMAIL PROTECTED]>
> Sent: Saturday, July 03, 2004 12:24 AM
> Subject: sarge release vote

I'm sick to death of this "voting" business. Sarge will be released When
It's Ready, and not a moment sooner. If that's too late for you, then
tough. Either dist-upgrade to (the current) testing, or backport every
package under the sun [1].

-- Thomas Adam

[1] Working in such conditions can lead to dehydration, and hallucinations

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: Fonts in Open Office not anti aliased

2004-07-03 Thread Thomas Adam
--- Jaap Haitsma <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> All my applications have nice anti aliased fonts except for openoffice.

I suggest you check the BTS again. I see a number of possible complaints
to yours [1]. If that doesn't work, I'd next look at whether you're using
defoma (DEbian FOnt MAngler).

-- Thomas Adam

[1] http://bugs.debian.org/openoffice.org

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: Failed X11, failed dexconf, on new install, Debian 3r1

2004-07-03 Thread Thomas Adam
--- Jon Branch <[EMAIL PROTECTED]> wrote: > Dear people at Debian
> 
> Attached please find XFree86.0.log as per the request on my newly 
> installed Debian 3.0r1 system.

Sending volumes of logs such as that, is best left on a webserver.
 
> I tried sending this to [EMAIL PROTECTED] but it was knocked back; 

That e-mail address is for bugs in packages for Unstable, *not* stable.
The error you're suffering from "no screens found", is an error in the way
you have configured X11.

What you need to do is the following (as root user):

dpkg-reconfigure -plow xserver-xfree86

and when the question about FrameBuffers arrives answer "NO" to it. Then
just keep going until you have answered the remaining questions, and
startx.

-- Thomas Adam 

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: Mono tutorial --> gtk-sharp?

2004-07-03 Thread Thomas Adam
--- Kevin Mark <[EMAIL PROTECTED]> wrote: 

> It would appear that $libdir should be '/usr/share/dotnet' but I'm not
> sure of the whole thing?!

It would appear so -- I suggest you look at filing a bug report.

-- Thomas Adam

=
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

" We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)"

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com


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



Re: apt-get upgrade conflicts

2004-07-03 Thread Adam Funk
Thanks to everyone for the advice.  The `apt-get install blah ... blah`
worked.  I'll use dist-upgrade next time.


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



Re: delete mbox mail from command line

2004-07-03 Thread Bob Proulx
Mark Gillingham wrote:
> In Mutt, I just learned;), that one might delete messages more than 1 
> week old like this:
>
> D ~ >1w
>
> followed by q (quit) and y (yes, I want to purge the messages).
>
> How might I do this from the command line in Mutt or another application?

I don't know how to do that from mutt and the command line.  Although
I would be surprised if there was not a way.

If you use maildir style mailboxes then each message is saved in its
own file.  That means you can use normal commands to manipulate those
files.  Given a maildir format mailbox in ~/Mail/Maildir the following
commands work on them.  This looks at files older than 7 days of
modification time ago.

  find ~/Mail/Maildir -type f -mtime +7 -print0 | xargs -r0 ls -ld

Then to delete them the following.  WARNING: This deletes files!
Remove the echo to activate but only after you are sure.

  find ~/Mail/Maildir -type f -mtime +7 -print0 | xargs -r0 echo rm -f

You can look at just read messages leaving unread messages untouched
by finding only in the new directory.

  find ~/Mail/Maildir/new -type f -mtime +7 -print

Bob


pgpeg5Y4TFTkx.pgp
Description: PGP signature


Internet radio in rhytmbox not working

2004-07-03 Thread Jaap Haitsma
Hi,
If I try to connect to internet radio in rhythmbox 0.8.5 I get two error 
message which look like this: "Could not open vfs file 
"http://213.73.255.244:8000"; for reading" and "Could not pause playback"

Anybody knows how to get it working??
Thanks
Jaap
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Fonts in Open Office not anti aliased

2004-07-03 Thread Jaap Haitsma
Hi,
All my applications have nice anti aliased fonts except for openoffice.
I've been already searching the web for quite a while but haven't found 
the solution. I found a document though with which you can see if open 
office is using anti aliased fonts: 
http://mumford1.dyndns.org/~bs7452/linuxhelp/aa_test.sxw

Does somebody know how I get anti aliased fonts in OpenOffice?
Thanks,
Jaap
BTW I'm running completely uptodate Debian SID
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: EnableHiMem for Memory == exactly 1GB?

2004-07-03 Thread Rob Weir
On Fri, Jul 02, 2004 at 12:26:55AM -0700, William Ballard said
> On Wed, Jun 30, 2004 at 05:31:11PM +0300, Micha Feigin wrote:
> > For 1-2 GB machines there is also a patch that gives you a 2GB-2GB
> > memory split which allows you to use up to two GB without highmem (not
> > sure where the exact limit is). The upside is no memory remapping on
> 
> But without this patch and without himem enabled your machine will not 
> be able to use 1GB of memory, correct?

Correct.

-- 
Words of the day: basement Bletchley Park Forte tempest Bosnia War Crimes Maple


signature.asc
Description: Digital signature


SB Live! 5.1 - Can not make the rear channels working

2004-07-03 Thread LeVA
Hi!

I have an SB Live! 5.1 PCI soundcard. It's pci id is 
1102:0002 
I can access three dsp devices under my /dev. These 
are /dev/dsp , dsp0 and dsp1. 
I can test the dsp devices with: 
`cat /usr/bin/mc > /dev/dsp' -> Front Speakers 
`cat /usr/bin/mc > /dev/dsp0' -> Front Speakers(again) 
`cat /usr/bin/mc > /dev/dsp1' -> I can not hear anything... 
`cat /usr/bin/mc > /dev/dsp2' -> No such device 
`cat /usr/bin/mc > /dev/dsp3' -> No such device 

I have four speakers. One stereo set plugged in to the 
green jack (Front), and one stereo set plugged in to the 
black jack (Rear). But I can't hear anything from the 
rear speakers, although they are working, cause I can 
change the speakers. 
I'm using the OSS drivers from linux kernel 2.6.7. 

lsmod: 
 emu10k1 68740 2 
 ac97_codec 16780 1 emu10k1 

From the emu-tools package (emu10k1.sf.net):
emu-dspmgr -r : 

 Routes: 
 Pcm L:Front L 
 Pcm L:Rear L 
 Pcm R:Front R 
 Pcm R:Rear R 
 Pcm1 L:Rear L 
 Pcm1 R:Rear R 
 fx8:Front L 
 fx9:Front R 
 fx10:Rear L 
 fx11:Rear R 
 fx12:Analog Center 
 fx13:Analog LFE 
 fx15:Digital L 
 fx15:Digital R 
 Analog L:Rear L 
 Analog L:ADC Rec L 
 Analog R:Rear R 
 Analog R:ADC Rec R 
 CD-Spdif L:Front L 
 CD-Spdif L:Rear L 
 CD-Spdif R:Front R 
 CD-Spdif R:Rear R 

In the kmix mixer program I can see two PCM outputs, 
PCM and PCM2. The PCM is only adjusting the Front 
speaker's volume. The PCM2 doesn't do anything... 
Unfortunately I can not compile the emu10k1 driver from 
emu10k1.sf.net, because it doesn't compile under kernel 
2.6. 

I'm asking for help, to make the rear speakers working with 
this sb live card. 

Thanks! 

Daniel 


-- 
LeVA


pgp8a7pVEHegX.pgp
Description: signature


Re: xfree86 4.4.0

2004-07-03 Thread Kjetil Kjernsmo
On fredag 2. juli 2004, 15:24, jack kinnon wrote:
>  Is Xfree86 4.4.0 available for Debian stable?

Apart from that 4.4.0 has license problems and will probably not go into 
Debian in any form, the answer to such question is usually a search on 
apt-get.org. If you can't find it there, the answer is most likely 
"no" :-) 

Cheers,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/OpenPGP KeyID: 6A6A0BBC



X11 Mouse Cursor in gnome 2.6

2004-07-03 Thread David Purton
Hi all,

Here's an odd problem I haven't found a work around for:

HP Laptop
S3 Savage/IX-MV video card
Sid
X SAVAGE video driver using the MobileSavage engine
Gnome 2.6
Login using GDM

When I login, a black cross X11 mouse cursor appears in the middle of
the screen in addition to the white gnome pointer.

This cursor is not present at the GDM screen.

I can't move it and the gnome mouse pointer goes behind it.

After about 10 mins it disappears and all is good, but it's quite
annoying for the first 10 mins of a session.

I'm figuring this is either something to do with the X setup on this
laptop or the driver for the video card, since I don't see this on my
desktop machine.


Does anyone have any ideas on how to make this Cursor vanish more
quickly?


cheers

dc


-- 
David Purton
[EMAIL PROTECTED]
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Re: foo0c102

2004-07-03 Thread Florian Ernst
Hello!

On Fri, Jul 02, 2004 at 10:32:16PM -0700, William Ballard wrote:
> What does the 0c102 in the handful of packages that have it in the name?
> 
> The following packages all are of the form lib[foo]0c102:
> 
> aiksaurus aiksaurusgtk ccrtp1-1.0- coin2 commoncpp2-1.0- ecasoundc fam 
> inti-gconf1.0 inventor macrosystem ofx oggflac++ qwt rudiments sablot 
> sigc++ soqt2 vdkxdb xbase2.0- zipios++
> 
> I think it means they are compiled against some old version of gcc?



HTH,
Flo


signature.asc
Description: Digital signature


exim4: Avoiding dynamic IP blacklists

2004-07-03 Thread Paul Johnson
http://ursine.ca/article.pl?sid=04/07/03/074212

An article on vnunet reminds me that I was going to post how to get
exim4 to go around those plain retarded DULs.  I finally got around to
it, and here it is.

-- 
Paul Johnson
<[EMAIL PROTECTED]>


pgpGQePVDPMtu.pgp
Description: PGP signature