Re: Moving existing setup to a competely new server

2004-09-22 Thread Andreas Janssen
Hello

rds (<[EMAIL PROTECTED]>) wrote:

(please don't send copies of your replies to me)

> --- Andreas Janssen <[EMAIL PROTECTED]> wrote:
>> If you use a standard Debian kernel and the processor type is the
>> same, all you have to do is to configure and install the bootloader.
>> You can do that by booting from a Debian CD/DVD or boot floppy and
>> loading the copied system.
> 
> Then I could probably tranfer the whole OLD file system with exception
> of the bootloader and its config files, i.e. I can transfer everything
> except for /boot. If so, that would be a great news. Do I understand
> you correctly?

Yes, as long as you have some other boot medium ready to boot the new
system the first time. Also don't forget that maybe you have to change
your fstab before the first time you boot the new system. You can
however also do this later. You can boot into a shell (append
"init=/bin/sh" to the boot prompt) and also tell the kernel at boot
time which root partition to use. If you boot directly into a shell, no
other partitions will be mounted (or attempted to). Then you can edit
your fstab.

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



Re: Command to find out a running package

2004-09-22 Thread Kevin Mark
On Wed, Sep 22, 2004 at 02:55:19PM +0800, Stephen Liu wrote:
> Hi folks,
> 
> I want to find out whether a package has been
> installed on Debian.  Kindly advise what command shall
> I use equivalent to
> 
> rpm -q package
> OR
> rpm -qa | grep package
> 
> TIA
> 
> B.R.
> Stephen Liu
Hi S,
I think you can look at 'dpkg -L' and 'dpkg --get-selections'
or just 'man dpkg'
-Kev
-- 

(__)
(oo)
  /--\/
 / |||
*  /\---/\
   ~~   ~~
"Have you mooed today?"...


signature.asc
Description: Digital signature


Re: Command to find out a running package

2004-09-22 Thread Michael Dominok
On Wed, 2004-09-22 at 08:55, Stephen Liu wrote:
> I want to find out whether a package has been
> installed on Debian.  Kindly advise what command shall
> I use equivalent to
> 
> rpm -q package
dpkg -l package

> OR
> rpm -qa | grep package
dpkg -l | grep package

you might find 
dpkg -l \*package\*
usefull too.

cheers

michael

-- 
Michael Dominok Tel.: +49 231 61048 - 42
natural computing GmbH  Fax.: +49 231 61048 - 40
Martener Strasse 535Mail: [EMAIL PROTECTED]
44379 Dortmund  http://www.natural-computing.de/



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



where can I find the content of the iso CD (sarge)

2004-09-22 Thread belahcene
Hi, I want to known the content of the last version of sarge ( the 14 
cd), is there asite where can I find it.
thanks
best regards
bela

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



Running user nobody with noshell

2004-09-22 Thread Lukas Ruf
Dear all,

is there any potential problem if user nobody is run with shell
noshell?

The reason why I am asking: Today, sarge complained that /bin/noshell
for nobody would violate the Debian defaults, and it's highly
recommended to allow update-passwd to change this.

Any opinions and comments?

wbr,
Lukas
-- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |


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



Re: VIA sound problem

2004-09-22 Thread jochen

No.  AFAIK ALSA is ALSA.  I've got a box under my umbrella with one of those 
VIA things in it, and it works fine.  Are you running aRts or esD or some 
other sound server?  That would be my first suspect.  Some kind of sharing 
problem.
 

Nope, no arts and no esd. Those two were also my first suspect.
I also checked if acpi was the problem (as acpi is often a source of 
really weired problems) and removed it from the kernel, still no change.


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



Segfault aufter dist-upgrade on woody

2004-09-22 Thread Stefan Gößling-Reisemann
Dear List,

at the beginning of September I did an "apt-get update" and "apt-get
upgrade" on a Woody installation. The upgraded packages were (IIRC)
libpng2/3 and rsync. Exactly on that day tripwire stopped working, i.e. it
delivers a segmentation fault. The rest of the system seemed to work fine
at first, until I discovered recently that also dpkg creates a segfault.

The system was setup by two CS students at our university, so I don't know
all the details of the installation. I know that they have compiled their
own kernel (2.4.19). They claim to have added two extra drivers (as
modules) (via-rhine.c:v1.10-LK1.1.14 and sundance.c:v1.01b 17-Jan-2002).
But aren't these part of the 2.4.19 source??

The tripwire package is also compiled from sources (version 2.3.1.2), as
is the samba suite (version 2.2.9). All the rest is standard Woody, as far
as I know.

I have done an strace of a call to tripwire and dpkg, they end with the
following lines:

strace of tripwire
==

read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 465
read(3, "", 4096)   = 0
close(3)= 0
munmap(0x40076000, 4096)= 0
--- SIGSEGV (Segmentation fault) ---
write(2, "Software interrupt forced exit: "..., 51) = 51
munmap(0x40077000, 4096)= 0
_exit(8)= ?


strace of dpkg
==

mremap(0x4018f000, 1007616, 1011712, MREMAP_MAYMOVE) = 0x4018f000
mremap(0x4018f000, 1011712, 1015808, MREMAP_MAYMOVE) = 0x4018f000
mremap(0x4018f000, 1015808, 1019904, MREMAP_MAYMOVE) = 0x4018f000
mremap(0x4018f000, 1019904, 1024000, MREMAP_MAYMOVE) = 0x402b2000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++


I have run memcheck for around 3 hours (6 passes) with no errors. I have
also done an fsck on all partitions (except swap).

Any ideas where to look? How would I further analyse the problem?

Best regards and thanks to everyone willing to help,
Stefan (debian @ goessling . de)


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



Junk flags in firefox

2004-09-22 Thread Tom Allison
I'm noticing that the imap server FLAGS under thunderbird are coming in 
with the flag "Junk".  This is from the client side filtering code that 
Thunderbird has (I assume).

I thought IMAP Flags where more fixed than that, or can any client 
create any Flags within syntactical reason for the IMAP server to store?

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



Debian sarge - raid

2004-09-22 Thread victor
I have one hdd and I inserted another to make a raid1.
On short when I tri to start raid md_i, raid md_i-1 starts instead.
So I do "raidstart /dev/md3" and /dev/md2 starts.
In the log appears the following message when I do raidstart:
Sep 22 12:36:31 xchange kernel: md: can not import 
ide/host0/bus0/target0/lun0/part7, has active inodes!
Sep 22 12:36:31 xchange kernel: md: could not import 
ide/host0/bus0/target0/lun0/part7!
Sep 22 12:36:31 xchange kernel: md: autostart 
ide/host0/bus0/target0/lun0/part7 failed!
Sep 22 12:36:31 xchange kernel: md: could not import 
ide/host0/bus1/target0/lun0/part7!
Sep 22 12:36:31 xchange kernel: md: autostart 
ide/host0/bus1/target0/lun0/part7 failed!

Thank you.
This is the /etc/raidtab file:
raiddev /dev/md0
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
   device/dev/hda1
   raid-disk 0
   device/dev/hdc1
   raid-disk 1
raiddev /dev/md1
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
   device /dev/hda5
   raid-disk 0
   device /dev/hdc5
   raid-disk 1
raiddev /dev/md2
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
   device /dev/hda6
   raid-disk 0
   device /dev/hdc6
   raid-disk 1
raiddev /dev/md3
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
   device /dev/hda7
   raid-disk 0
   device /dev/hdc7
   raid-disk 1
raiddev /dev/md4
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
   device /dev/hda8
   raid-disk 0
   device /dev/hdc8
   raid-disk 1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: VIA sound problem

2004-09-22 Thread jochen
Got it.
I switched from alsa to oss and everything works perfectly now.
Cheers
Jochen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



available disk space displaying error? (df)

2004-09-22 Thread dogmad
I'm sure I do have a lot of free disk space, but my df output is:
Filesystem   1k-blocks  Used Available Use% Mounted on
/dev/hda7-1848747039517 1 0  19% /
/dev/hda6-1848747039517 1 0  31% /home
/dev/hda2-527905053080 1 0  68% /mnt/hda2
from different OS i get:
/dev/hda2  2016044   1282844630788  68% /
whitch seems to be correct.
I was able to repeat few times:
cat a >> b; cat b >> a,
so I really have space on my hda.
I've overriden df so that it printed (hartcoded) correct information,
but some installers (for ex. ZendStudio, and mysql-server 4.0)
still claimed that there is no enough room...
Anyone have any idea what's going on? (i know that '-' is from overflow, 
byt hda7 has 7GB and hda2 only 2GB...)

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



Re: Debian sarge - raid

2004-09-22 Thread Alvin Oga


On Wed, 22 Sep 2004, victor wrote:

> I have one hdd and I inserted another to make a raid1.
> On short when I tri to start raid md_i, raid md_i-1 starts instead.
> So I do "raidstart /dev/md3" and /dev/md2 starts.

ypur kernel doesn't support raid ??

cat /proc/mdstat 

your raidtab is okay

c ya
alvin
 
> Sep 22 12:36:31 xchange kernel: md: autostart 
> ide/host0/bus1/target0/lun0/part7 failed!
> 
> Thank you.
> 
> This is the /etc/raidtab file:
> raiddev /dev/md0
> raid-level 1
> chunk-size 64k
> persistent-superblock 1
> nr-raid-disks 2
> device/dev/hda1
> raid-disk 0
> device/dev/hdc1
> raid-disk 1

...


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



Stop PPP connection question

2004-09-22 Thread Stephen Liu
Hi folks,

I ran

# poff ds-provider

/usr/bin/poff: I could not find a pppd process for
provider 'ds-provider'. None  stopped.

It complained.  ifconfig showed broadband still
connected

If run
# poff
No printout.

ifconfig showed broadband disconnected.

Can any folk help me to understancd why?  TIA

B.R.
Stephen Liu


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



Re: Need help with VPN connection

2004-09-22 Thread John Summerfield
Roberto Sanchez wrote:
I have managed to set up a VPN connection to the MS VPN server at
school.  The problem is this.  When I add a route for the school's
net block, a huge flood of packets starts.  None of them actually
make it out of my machine, though.  The "TX Packets" count seen
in ifconfig goes up to 500 MiB in just a few seconds, and my CPU
is maxed at 100 % utilization.  I am totally clueless as to what
could be causing that behavior.  Ideas?
-Roberto
Sounds like Windows normal behaviour to me. It's pretty chatty.
What ports?
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian sarge - raid

2004-09-22 Thread victor
The problem is like this:
One hdd has ext3 "partitions," the other hdd has "linux raid autodetect".
Could this be the rason for what is hapening?
But how can I sincronize these 2 hdd's(I don't want to format the hdd 
with ext3)?

Alvin Oga wrote:
On Wed, 22 Sep 2004, victor wrote:
 

The kernel is version 2.4.26.
The module md is loaded.
cat /proc/mdstat returns:
md2 : active raid1 ide/host0/bus1/target0/lun0/part7[1]
 44335744 blocks [2/1] [_U]
  

sounds like oyu're missing the 1st disk
  

md1 : active raid1 ide/host0/bus1/target0/lun0/part6[1]
 4882624 blocks [2/1] [_U]
  

sounds like oyu're missing the 1st disk
  

md0 : active raid1 ide/host0/bus1/target0/lun0/part5[1] 
ide/host0/bus1/target0/lun0/part1[0]
 4882624 blocks [2/2] [UU]
  

sounds like the 1st disk worked... ( whacky )
- if the disk is bad ... all /dev/mdxx should look
the same ...
did you do raidhotremove, raidhotadd of the /dev/hda from each 
partition ( /dev/md0 ... /dev/md2 )

c ya
alvin

 


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



apr changes and mod_perl/twiki

2004-09-22 Thread Danie Roux
Since the first attempt to get the apr stuff into apache, my Twiki started
to act up. I'm running unstable.

I can navigate the site without a problem. I can click on edit and get the
page. Saving the changes then results in the following error in error.log
and a web browser that just spins forever:

[Wed Sep 22 12:59:08 2004] [error] [client xxx.xxx.xxx.xxx] (104)Connection reset by 
peer: ap_content_length_filter: apr_bucket_read() failed, referer: 
http://www.xxx.xxx/cgi-bin/twiki/preview/CRUD/WebHome 

Can somebody please shed some light on this? This happens about 90% of the
time.

-- 
Danie Roux *shuffle* Adore Unix



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



Parallel port at install

2004-09-22 Thread g00se



At install, if support for a parallel port is 
required, is it better if the device that is going to be attached to it is 
plugged into that port at install time, or does it make no 
difference?
 
Is it necessary to configure module support 
explicitly for this?


Bluefish upgrade ... '404 Not Found'.

2004-09-22 Thread Adam Bogacki
Hi, I have been getting the message below for some time whenever I have 
tried to upgrade  Bluefish.

Err http://mentors.debian.net unstable/main bluefish 0.14-cvs20040810+1
  404 Not Found
What is the fix ?
Adam Bogacki.
Tux:~# apt-get dist-upgrade --fix-missing
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages have been kept back:
  gksu xfonts-artwiz
The following packages will be upgraded:
  bluefish
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 1482kB of archives.
After unpacking 311kB of additional disk space will be used.
Do you want to continue? [Y/n]
Err http://mentors.debian.net unstable/main bluefish 0.14-cvs20040810+1
  404 Not Found
Failed to fetch 
http://mentors.debian.net/debian/./pool/main/b/bluefish/bluefish_0.14-cvs20040810+1_i386.deb  
404 Not Found

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



Re: All these open ports

2004-09-22 Thread Tim Kelley
On Tuesday 21 September 2004 04:57, Tom Allison wrote:

> > At the risk of provoking the usual "WELL GO RUN WINDOWS THEN!!!"
> > knee-jerk reaction, I will mention that the Gatesware-based firewall
> > packages (like "Zone Alarm") will detect *outgoing* connection attempts
> > and query whether they are legitimate.
> >
> > There has been some dicsuscion on the net w/r/t the fact that apparently
> > the later (per)versions of Gatesware have some "trojans" embedded in the
> > OS, which will connect to Billsoft to report your social security
> > number, sexual preference, etc. etc. - the point being that (allegedly)

Well, there isn't any easy way i know of to do this on linux, however, it 
really is a case of a solution in search of a problem.  This sort of thing 
really isn't an issue with free software, or really with any properly 
designed system.

-- 
  _   _   _   _   _   _   _   _   _   _   _   _   _  
 / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ 
( t | i | m | @ | i | t | . | k | p | t | . | c | c )
 \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ 
GPG key fingerprint = 1DEE CD9B 4808 F608 FBBF  DC21 2807 D7D3 09CA 85BF


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



Cleaning Epson inkjets | Deb unstable & cups-gimprint

2004-09-22 Thread Adam Bogacki
Hi, the Win XP printing program can clean and inkjets and do a test print.
Does anyone know how this can  be done under Debian unstable with 
cups-gimprint ?

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



Re: Cleaning Epson inkjets | Deb unstable & cups-gimprint

2004-09-22 Thread Andrea Vettorello
On Wed, 22 Sep 2004 23:30:46 +1200, Adam Bogacki <[EMAIL PROTECTED]> wrote:
> Hi, the Win XP printing program can clean and inkjets and do a test print.
> 
> Does anyone know how this can  be done under Debian unstable with
> cups-gimprint ?
> 

I think you need the "escputil" package.


Andrea


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



Why won't XMMS play .au files?

2004-09-22 Thread Adam Funk
I'm running the xmms 1.2.10-1 package.

$ apt-cache show xmms
...
 It's able to read and play:
  * Audio MPEG layer 1, 2, and 3 (with mpg123 plug-in),
  * WAV, RAW, AU (with internal wav plug-in and MikMod plug-in),
...

When I run XMMS the audio input plugin includes the following:
  MikMod Player 1.2.10 [libmikmod.so]
  Wave Player 1.2.10 [libwav.so]

But it will *not* play any of these files:

$ file *.au
foo1.au:   Sun/NeXT audio data: 16-bit linear PCM, stereo, 44100 Hz
foo.au:Sun/NeXT audio data: 16-bit linear PCM, mono, 22050 Hz
vsound4090.au: Sun/NeXT audio data: 16-bit linear PCM, mono, 22050 Hz

Any idea why not?

-- 
Thanks,
Adam


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



Re: Why won't XMMS play .au files?

2004-09-22 Thread Johann Koenig
On Wednesday September 22 at 07:36am
Adam Funk <[EMAIL PROTECTED]> wrote:

> But it will *not* play any of these files:

Well, what happens when you try? Your description leaves a lot to the
imagination. My imagination says 'user error.'
-- 
-johann koenig
Now Playing: Ripple - Blown Away : Trying To Break Even: The Northwest
Compilation
Today is Setting Orange, the 46th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpmoJk7uMpec.pgp
Description: PGP signature


Re: Cleaning Epson inkjets | Deb unstable & cups-gimprint

2004-09-22 Thread robin




Andrea Vettorello wrote:

  On Wed, 22 Sep 2004 23:30:46 +1200, Adam Bogacki <[EMAIL PROTECTED]> wrote:
  
  
Hi, the Win XP printing program can clean and inkjets and do a test print.

Does anyone know how this can  be done under Debian unstable with
cups-gimprint ?


  
  
I think you need the "escputil" package.


Andrea


  

Or Mtink

Robin




Re: KDE and alt/tab window switching icon size

2004-09-22 Thread Ulisses Reina Montenegro de Albuquerque
Phil Bardanes wrote:
Hi,
I've decided to give KDE a try after using Gnome for some time now. I'm
running Sarge with KDE 3.2.3.
I'd like to make the window icons that appear in the alt-tab key
sequence windows switching app larger. I've tried to do this through the
Control Panel/Appearance & Themes/Icons/Advanced with several options,
but none of the changes make the icons larger.
Any ideas on how I might accomplish this?
 

Well, no idea about how to change the icon size on KDE, but you could 
try Komposé (there is a Debian/unstable package for it) -- it works like 
the MacOS X Composé task switcher. Check it out on 
http://kompose.berlios.de/.

Thanks,
Phil
 

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



Re: Chronyc Stratum 2 ntp servers access denied.

2004-09-22 Thread Hugo Vanwoerkom
Rthoreau wrote:
After setting up Chrony, and reading the docs, I am still unable to 
get Chrony to update my time.


Now, being an avid chrony fan ;-) , I note that this question might 
better be asked on the chrony mailing list. Did you?
Be sure to include you chrony.conf when you do.

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



Re: How to start NTPD?

2004-09-22 Thread JoeHill
On Tue, 21 Sep 2004 22:30:08 -0400
Eric d'Alibut disseminated the following:

> ...will prove invaluable.

Dang, sorry, forgot to 'reply-list' and sent directly to Eric and Mark. Just for
posterity (the archives), both answers *were* invaluable and got me on the right
track :-)

-- 
JoeHill RLU #282046 /  www.freeyourmachine.org
09:06:07 up 49 days, 8:52, 5 users, load average: 0.05, 0.04, 0.00
+++
"I believe what I said yesterday ... I don't know what I said, er, but I know
what I think, and ... well, I assume it's what I said." -- Donald Rumsfeld


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



Re: Chronyc Stratum 2 ntp servers access denied.

2004-09-22 Thread Hugo Vanwoerkom
Rthoreau wrote:
After setting up Chrony, and reading the docs, I am still unable to 
get Chrony to update my time.

So I decided to use Chronyc with the accheck  command, and I am 
getting 209 Access denied commands on all the Stratum 2 servers I am 
trying to contact.  Yes I have inputed my Chronyc passwd like the 
docs says, with Chronyc password.

According to http://www.eecis.udel.edu/~mills/ntp/clock2b.html, these 
are supposed to be Stratum 2 servers with public access. There is a 
note on some of the listings that suggest to drop them a notification 
if you use their servers.

I would like to use accheck to verify the server is talking to 
Chronyd, I would also like to find the closest ntp server that is 
working.  But so far no luck, I have the default .conf file using the 
pool.ntp.org addresses, like this.  The only thing I changed was the 
online from offline, because I use DSL, and my computer is always on.

server pool.ntp.org online 
server pool.ntp.org online 
server pool.ntp.org online  
I don't understand this. You have these 3 lines in your chrony.conf and 
not one of the servers that are in the link you cite?

Also chrony is very complete for you to check that it is "talking". Viz. 
you can use the commands, like "activity" to see what is online, 
"sourcestats" to see what the sources do. Also you can check the logs in 
/var/log/chrony that tell you exactly what it is doing.

If "activity" shows nothing online and "online" doesn't change that then 
you don't have the right servers in your conf file.


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



Re: where can I find the content of the iso CD (sarge)

2004-09-22 Thread Hugo Vanwoerkom
belahcene wrote:
Hi, I want to known the content of the last version of sarge ( the 14 
cd), is there asite where can I find it.
thanks
best regards
bela


This gets asked occasionally and AFAIK you can only find the contents of 
any CD by actually getting it.
I take it you meant "14 cd's" and not "14th cd".

I would like also to know the contents of a CD BEFORE getting it, no 
such luck yet...

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



Re: All these open ports

2004-09-22 Thread Dave Howorth
Tom Allison wrote:
More importantly today is to understand how 99.9% of the virus and 
malware is transmitted today.  It's not through unfiltered ports and 
such as described in your original email, but through the email 
mechanism (or http) itself.  And while I don't have any hard numbers at 
my desk to support the 99.9% claim, I don't believe it to be too far off 
the mark.
My machine at home receives some kind of port scan on average about 
every three seconds. That's a lot higher rate than it receives spam. Am 
I the 0.1%?

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



Re: Why won't XMMS play .au files?

2004-09-22 Thread Adam Funk
On Wednesday 22 September 2004 14:00, Johann Koenig wrote:

> On Wednesday September 22 at 07:36am
> Adam Funk <[EMAIL PROTECTED]> wrote:
> 
>> But it will *not* play any of these files:
> 
> Well, what happens when you try? Your description leaves a lot to the
> imagination. My imagination says 'user error.'

Good point, sorry.  When I try to run it from the command line
   $ xmms *.au &
XMMS launches but shows an empty playlist and opens the dialogue box
for adding files to the playlist.  When I try to add these files using
that dialogue it won't add them.

This is the same behaviour that occurs with file types that XMMS can't
play (e.g. trying to play non-audio files by mistake or audio files of
an unsuitable WAVE type).


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



Intel 82845 Video?

2004-09-22 Thread Robert Harris
I'm trying to configure X on a Debian-3.0 "Stable" system.  I just got
a new IBM workstation which has an "Intel 82845" video card.  Anyone
have any ideas what the driver name and Vendor name for this booger
would be?
-- 

:wq!
---
Robert L. Harris

DISCLAIMER:
  These are MY OPINIONS With Dreams To Be A King,
   ALONE.  I speak for  First One Should Be A Man
   no-one else.   - Manowar


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



Re: Stop PPP connection question

2004-09-22 Thread Hugo Vanwoerkom
Stephen Liu wrote:
Hi folks,
I ran
# poff ds-provider
ps -f -C pppd
on my "not broadband" :-( system, shows:
UIDPID  PPID  C STIME TTY  TIME CMD
root  9744 1  0 06:00 ttyS100:00:00 /usr/sbin/pppd call provider
"poff", which is a script, deftly picks off the "provider" piece and 
cancels pppd if it was running provider.

In your case "ds-provider".

/usr/bin/poff: I could not find a pppd process for
provider 'ds-provider'. None  stopped.
That means pppd was not running ds-provider.
What does ps -f -C pppd show?

It complained.  ifconfig showed broadband still
connected
If run
# poff
No printout.
ifconfig showed broadband disconnected.
Can any folk help me to understancd why?  TIA
B.R.
Stephen Liu


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



Re: Why won't XMMS play .au files?

2004-09-22 Thread Ulisses Reina Montenegro de Albuquerque
Adam Funk wrote:
On Wednesday 22 September 2004 14:00, Johann Koenig wrote:
 

On Wednesday September 22 at 07:36am
Adam Funk <[EMAIL PROTECTED]> wrote:
   

But it will *not* play any of these files:
 

Well, what happens when you try? Your description leaves a lot to the
imagination. My imagination says 'user error.'
   

Good point, sorry.  When I try to run it from the command line
  $ xmms *.au &
XMMS launches but shows an empty playlist and opens the dialogue box
for adding files to the playlist.  When I try to add these files using
that dialogue it won't add them.
This is the same behaviour that occurs with file types that XMMS can't
play (e.g. trying to play non-audio files by mistake or audio files of
an unsuitable WAVE type).
 

You probably need http://www.mega-nerd.com/xmms_sndfile/. Don't know if 
there is a Debian package for it, or if Debian XMMS comes with it (I 
don't use XMMS). You will also need (obviously) libsndfile.

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



Re: Parallel port at install

2004-09-22 Thread Hugo Vanwoerkom
g00se wrote:
At install, if support for a parallel port is required, is it better if 
the device that is going to be attached to it is plugged into that port 
at install time, or does it make no difference?
 
Is it necessary to configure module support explicitly for this?
Are you installing Debian or a Debian kernel or are you rolling your 
own? What are you doing?

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



Re: Debian sarge - raid

2004-09-22 Thread Laurent CARON
victor wrote:
The problem is like this:
One hdd has ext3 "partitions," the other hdd has "linux raid autodetect".
Could this be the rason for what is hapening?
But how can I sincronize these 2 hdd's(I don't want to format the hdd 
with ext3)?

Alvin Oga wrote:
On Wed, 22 Sep 2004, victor wrote:
 

The kernel is version 2.4.26.
The module md is loaded.
cat /proc/mdstat returns:
md2 : active raid1 ide/host0/bus1/target0/lun0/part7[1]
 44335744 blocks [2/1] [_U]
  

sounds like oyu're missing the 1st disk
 

md1 : active raid1 ide/host0/bus1/target0/lun0/part6[1]
 4882624 blocks [2/1] [_U]
  

sounds like oyu're missing the 1st disk
 

md0 : active raid1 ide/host0/bus1/target0/lun0/part5[1] 
ide/host0/bus1/target0/lun0/part1[0]
 4882624 blocks [2/2] [UU]
  

sounds like the 1st disk worked... ( whacky )
- if the disk is bad ... all /dev/mdxx should look
the same ...
did you do raidhotremove, raidhotadd of the /dev/hda from each 
partition ( /dev/md0 ... /dev/md2 )

c ya
alvin

 



make raid in degraded mode
transfer your stuffs to the raid array, and then synchronize(rebuild) 
the array

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



Re: Intel 82845 Video?

2004-09-22 Thread Andreas Janssen
Hello

Robert Harris (<[EMAIL PROTECTED]>) wrote:

> I'm trying to configure X on a Debian-3.0 "Stable" system.  I just got
> a new IBM workstation which has an "Intel 82845" video card.  Anyone
> have any ideas what the driver name and Vendor name for this booger
> would be?

Check the documentation for XFree 4.1 on . If
there is no special driver for your card, use the VESA driver.

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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




Cannot paste into remote shell

2004-09-22 Thread JoeHill

Following some of the advice given to me below, I attempted to paste the
commands into an ssh prompt (you know, highlight text with mouse, middle click
to paste). Strangely enough, *any* mouse buttons pressed whilst in the terminal
window showing the ssh connection to the Debian box produce gibberish.

Is there a way to 'correct' this behaviour, or is this normal? Is it an
'incompatibility' between the Eterm on my Mandrake box and the Debian machine?

Thanks all, I'll try to limit my silly questions to a couple a day ;-)

-- 
JoeHill RLU #282046 /  www.freeyourmachine.org
09:57:30 up 49 days, 9:44, 6 users, load average: 0.27, 0.12, 0.03
+++
"Superstition, idolatry, and hypocrisy have ample wages, but truth goes
a-begging." -- Martin Luther


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



Re: Cannot paste into remote shell

2004-09-22 Thread martin f krafft
also sprach JoeHill <[EMAIL PROTECTED]> [2004.09.22.1607 +0200]:
> Is there a way to 'correct' this behaviour, or is this normal? Is
> it an 'incompatibility' between the Eterm on my Mandrake box and
> the Debian machine?

Can you execute `reset` and see if it fixes this? Is it only
happening on one console, or in all?

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


c question

2004-09-22 Thread Paul Akkermans



Hi group,
 
I have constructed the following code:
-
#include "TreeElement.h"
 
struct node { TreeElementType 
elt;   struct node *left, *right; };typedef struct 
node Node;
 
typedef Node *Tree;
 
/* Tree Type. */

typedef char TreeElementType[11];
 
#define TreeElementLess(e1, e2) (strcmp(e1,e2) < 
0)    /* i.e.  e1 < e2 
*/
 
#define TreeElementMove(e1, e2) (strncpy(*e2, e1, 
10))    /* i.e.  e2=e1 
*/
 
/* Define Tree of Short Alphanumeric Strings 
*/
---
 
#include #include 
"tree.h"
 
void WriteTreeSlave( Tree T, int indent 
) 
/*L.Allison*//* Write a tree, with root at the LHS, by a right-to-left, 
infix traversal */ { int i;  char 
str[]="--|";
 
   if( T != NULL )    
{ WriteTreeSlave(T->right, indent+1);
 
  for(i=0; i < 
indent; i++) printf("  
|");  sprintf(str, "%s", 
T->elt);  /* NB. assumed to be a Tree of String 
*/  i = 0;  
while( str[i] != NULL ) i++;  while( i < 10 
) { str[i]='-'; i++; }  str[i] = '|'; str[i+1] 
= NULL;  printf("%s\n", str);
 
  
WriteTreeSlave(T->left, indent+1);    
} }/*WriteTreeSlave*/
 
void WriteTree( Tree T ) { WriteTreeSlave(T, 0); 
}
 
/* Write a Tree down the page. */
 
int main 
(){ WriteTreeSlave("paul",0); }-
It is my goal to call the function 
"WriteTreeSlave(?,?)"  but I don't know what variables I have to give along 
with this function (that's why I placed the ?-mark there) . Ik have tried 
("paul",0); but that doesn´t work. Can anybody help me?
 
Thanks in advance,
 
Paul Akkermans


Re: Junk flags in firefox

2004-09-22 Thread Dave Carrigan
On Wed, Sep 22, 2004 at 05:30:10AM -0400, Tom Allison wrote:
> I'm noticing that the imap server FLAGS under thunderbird are coming in 
> with the flag "Junk".  This is from the client side filtering code that 
> Thunderbird has (I assume).
> 
> I thought IMAP Flags where more fixed than that, or can any client 
> create any Flags within syntactical reason for the IMAP server to store?

Imap supports system flags and keyword flags. System flags (\Seen,
\Deleted, etc.) are defined by the IMAP specification and always begin
with a \. 

Keyword flags are server-specific. Some servers allow the client to
define new keyword flags, but it is not a requirement for a server.
See section 2.3.2 of RFC 3501.

-- 
Dave Carrigan
Seattle, WA, USA
[EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL


signature.asc
Description: Digital signature


Re: Cannot paste into remote shell

2004-09-22 Thread JoeHill
On Wed, 22 Sep 2004 16:19:46 +0200
martin f krafft disseminated the following:

> also sprach JoeHill

LOL! I like that...I feel like changing my nick to 'Zarathustra'.

> > Is there a way to 'correct' this behaviour, or is this normal? Is
> > it an 'incompatibility' between the Eterm on my Mandrake box and
> > the Debian machine?
> 
> Can you execute `reset` and see if it fixes this? Is it only
> happening on one console, or in all?

Executing 'reset' did not resolve it, but your second question prompted me (no
pun intended) to open a new shell, and sure enough the pasting worked as
desired.

What might cause this, just out of curiosity?

-- 
JoeHill RLU #282046 /  www.freeyourmachine.org
10:27:25 up 49 days, 10:14, 7 users, load average: 1.30, 1.12, 0.71
+++
"The rich control all the businesses, the newspapers and everything else. But
they can no longer control the people." -- Margarita Mendoza, street vendor,
Venezuela


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



Re: Cannot paste into remote shell

2004-09-22 Thread martin f krafft
also sprach JoeHill <[EMAIL PROTECTED]> [2004.09.22.1632 +0200]:
> Executing 'reset' did not resolve it, but your second question
> prompted me (no pun intended) to open a new shell, and sure enough
> the pasting worked as desired.
> 
> What might cause this, just out of curiosity?

Most likely an ncurses application (vim, mutt, aptitude, ...) that
didn't exit cleanly and did not restore the terminal properly.

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Re: c question

2004-09-22 Thread Andrew Schulman
> I have constructed the following code:

> Can anybody help me?

You're on the wrong list.  Try comp.lang.c.


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



How to match kernel_headers and kernel versions?

2004-09-22 Thread Eric Dickner
I have the 2.4.27 kernel running and needed a
kernel_headers_ to compile a native kernel
module (modem driver).  The latest headers package
offered for 2.4.x was 2.4.18 which is what I
installed.

I was able to compile the object but when I go to
"insmod" it into the kernel I am told that the version
doesn't match my kernel version and it bails.  Since
there is no kernel_version_2.4.27 (as far as I know)
available will I have to DOWNgrade my kernel to 2.4.18
in order to compile modules?

ejd



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


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



Re: Why won't XMMS play .au files?

2004-09-22 Thread Michael Marsh
On Wed, 22 Sep 2004 10:46:39 -0300, Ulisses Reina Montenegro de
Albuquerque <[EMAIL PROTECTED]> wrote:
> Adam Funk wrote:
> >This is the same behaviour that occurs with file types that XMMS can't
> >play (e.g. trying to play non-audio files by mistake or audio files of
> >an unsuitable WAVE type).
> You probably need http://www.mega-nerd.com/xmms_sndfile/. Don't know if
> there is a Debian package for it, or if Debian XMMS comes with it (I
> don't use XMMS). You will also need (obviously) libsndfile.

The xmms package description mentions MikMod in connection with .au
files and recommends the package libmikmod2.  This might be all that's
needed here.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh


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



Re: How to match kernel_headers and kernel versions? Use unstable..

2004-09-22 Thread Eric Dickner

--- Eric Dickner <[EMAIL PROTECTED]> wrote:
A foolish question.  



Proper version package is in "unstable", something
that I will have to get used to, apparently.



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


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



Re: Stop PPP connection question

2004-09-22 Thread Stephen Liu
Hi Hugo,

Tks for your advice.

- snip -

> > /usr/bin/poff: I could not find a pppd process for
> > provider 'ds-provider'. None  stopped.
> > 
> 
> That means pppd was not running ds-provider.
> What does ps -f -C pppd show?

In my case

$ ps -f -C pppd
UIDPID  PPID  C STIME TTY  TIME CMD
root   602 1  0 15:02 ?00:00:00 pppd
call dsl-provider

B.S.
Stephen


 
> > It complained.  ifconfig showed broadband still
> > connected
> > 
> > If run
> > # poff
> > No printout.
> > 
> > ifconfig showed broadband disconnected.
> > 
> > Can any folk help me to understancd why?  TIA
> > 
> > B.R.
> > Stephen Liu


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



ssh problems

2004-09-22 Thread rich lott
I have a Woody box running ssh. I can remotely access it no problems using 
linux, but try from WinSCP and I can only log in as root! For other users it 
won't authenticate the password.

Any ideas?

sshd_config file is below.

# Package generated configuration file
# See the sshd(8) manpage for defails

# What ports, IPs and protocols we listen for
Port 22
Port 22922
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# ...but breaks Pam auth via kbdint, so we have to turn it off
# Use PAM authentication via keyboard-interactive so PAM modules can
# properly interface with the user (off due to PrivSep)
PAMAuthenticationViaKbdInt no
# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 600
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# rhosts authentication should not be used
RhostsAuthentication no
# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Uncomment to disable s/key passwords 
#ChallengeResponseAuthentication no

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes


# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

X11Forwarding no
X11DisplayOffset 10
PrintMotd no
#PrintLastLog no
KeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net
#ReverseMappingCheck yes

Subsystem   sftp/usr/lib/sftp-server


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



Re: How to match kernel_headers and kernel versions?

2004-09-22 Thread Andreas Janssen
Hello

Eric Dickner (<[EMAIL PROTECTED]>) wrote:

> I have the 2.4.27 kernel running and needed a
> kernel_headers_ to compile a native kernel
> module (modem driver).  The latest headers package
> offered for 2.4.x was 2.4.18 which is what I
> installed.
> 
> I was able to compile the object but when I go to
> "insmod" it into the kernel I am told that the version
> doesn't match my kernel version and it bails.  Since
> there is no kernel_version_2.4.27 (as far as I know)
> available will I have to DOWNgrade my kernel to 2.4.18
> in order to compile modules?

Did you compile the kernel yourself? In that case the headers you need
should be in the kernel source tree.

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



k3b: Could not start process Unable to create io-slave:

2004-09-22 Thread Johann Spies
On sid, I can not run kde programs like k3b or quanta.  Apart from the
error message in the subject line, I also get:

klauncher said: Unknown protocol 'file' 

And:

"Could not find mime type application/octet-stream" 

And:

No mime types installed.


The following also appears:

kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kbuildsycoca: ERROR creating database '/var/tmp/kdecache-js/ksycoca'!
kbuildsycoca: Wrong permissions on directory? Disk full?
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype
KDEDModule not found
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): WARNING: Found version 72, expecting version 75 or
higher.
kio (KSycoca): WARNING: Outdated database found

What is the remedy to this?

Regards
Johann
-- 
Johann Spies  Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

 "Therefore when thou doest thine alms, do not sound a 
  trumpet before thee, as the hypocrites do in the 
  synagogues and in the streets, that they may have 
  glory of men. Verily I say unto you, They have their 
  reward. But when thou doest alms, let not thy left 
  hand know what thy right hand doeth; That thine alms 
  may be in secret; and thy Father which seeth in secret
  himself shall reward thee openly."   Matthew 6:2-4


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



Re: Woody Sendmail: blacklist_recipients feature not working

2004-09-22 Thread roy hills
From: Oliver Fuchs <[EMAIL PROTECTED]>
To: roy hills <[EMAIL PROTECTED]>
Subject: Re: Woody Sendmail: blacklist_recipients feature not working
Date: Wed, 22 Sep 2004 06:16:56 +0200
Did you rebuilt the sendmail.cf file?
Did you restart sendmail?
Yes, I re-ran sendmailconfig after making the change to the sendmail.mc 
file, and
I ran "makemap" to update the access.db after changing the access file.

> And my access file contains:
>
> 127.0.0.1   RELAY
> 192.168.124 RELAY
> 192.168.120 RELAY
> somestrangeuser@REJECT
> [EMAIL PROTECTED]   REJECT
> To:root@REJECT
Why did you use "To:root@"? Should it not be "root@"?
You can use the tags "To:", "From:" or "Connect:" on the LHS of the access 
map to limit the matching to envelope rcpt, envelope from or connection 
info.  See:
http://www.sendmail.org/~ca/email/chk-89-1.html
This is also covered in the latest bat book I think.

Anyway, I get the same problem even if I don't use the "To:" tag.  For 
example, if access contains:

127.0.0.1   RELAY
192.168.124 RELAY
192.168.120 RELAY
root@   REJECT
Then, after running makemap, I get:
# Connect to SMTP port
[EMAIL PROTECTED]:~$ telnet 192.168.124.1 25
Trying 192.168.124.1...
Connected to 192.168.124.1.
Escape character is '^]'.
220 mercury ESMTP Ready
HELO sailor
250 mercury.nta-monitor.com Hello vmware-host.demo.nta-monitor.com 
[172.16.3.254], pleased to meet you

# root sender is correctly blocked
MAIL FROM: <[EMAIL PROTECTED]>
550 5.7.1 <[EMAIL PROTECTED]>... Access denied
RSET
250 2.0.0 Reset state
# ... but root recipient is not blocked
MAIL FROM: <[EMAIL PROTECTED]>
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
QUIT
221 2.0.0 mercury.nta-monitor.com closing connection
Connection closed by foreign host.
Oliver
Roy
_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger

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



Re: How to match kernel_headers and kernel versions?

2004-09-22 Thread Eric Dickner

--- Andreas Janssen <[EMAIL PROTECTED]>
wrote:

> 
> Did you compile the kernel yourself? In that case
> the headers you need
> should be in the kernel source tree.
> 
> best regards
> Andreas Janssen
> 

Yeah, I did.  The instructions from kernel.org told me
not to keep the source there as the code from the
"kernel du jour" would conflict with the headers, so I
installed a debian package there, instead.

I am guessing from looking at the names of the
versions there is no way to match up a
kernel_versions_.deb with source from
kernel.org, is there?  The debian packages always have
versions like 2.4.x- while the kernel.org
versions always end after the third number.

So I guess I have to decide on using a packaged kernel
or making the headers by hand, correct?



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


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



Re: How to match kernel_headers and kernel versions?

2004-09-22 Thread J. E. Peters
Eric Dickner wrote:
Since there is no kernel_version_2.4.27 (as far as I know)
available will I have to DOWNgrade my kernel to 2.4.18
in order to compile modules?
ejd
Hello,
there is no need to downgrade.  Recompile your kernel and set
CONFIG_MODVERSIONS=y
Regards,
John Peters
		
__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 



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



mousewheels in 2.4.26 vs 2.6.7

2004-09-22 Thread Hugo Vanwoerkom
Hi Debian!
I use the same X Debian package + XF86Config-4 in the 2 kernel versions 
and the same Sarge release.

But...
in 2.6.7 my 2 mousewheel A4Tech optical mouse has only the upper wheel 
active and in 2.4.26 both.

So since the only difference is the kernel version, that has to be the 
difference.

But where?
Hugo

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



Re: ssh problems

2004-09-22 Thread Andrew Schulman
> I have a Woody box running ssh. I can remotely access it no problems 
using 
> linux, but try from WinSCP and I can only log in as root! For other users it 
> won't authenticate the password.

You need to look at some ssh logs, to see where the exchange breaks 
down.  See if WinSCP will give them to you.  If not, try a different 
client, e.g. command-line ssh, crank up the debug level, and look for 
the problem in the logs.


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



Re: k3b: Could not start process Unable to create io-slave:

2004-09-22 Thread Brian Pack
On Wed, 2004-09-22 at 11:14, Johann Spies wrote:
> On sid, I can not run kde programs like k3b or quanta.  Apart from the
> error message in the subject line, I also get:
> 
> klauncher said: Unknown protocol 'file' 
> 
> And:
> 
> "Could not find mime type application/octet-stream" 
> 
> And:
> 
> No mime types installed.
> 
> 
> The following also appears:
> 
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kbuildsycoca: ERROR creating database '/var/tmp/kdecache-js/ksycoca'!
> kbuildsycoca: Wrong permissions on directory? Disk full?
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Outdated database found
> kio (KMimeType): WARNING: KServiceType::offers : servicetype
> KDEDModule not found
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Outdated database found
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Outdated database found
> kio (KSycoca): ERROR: No database available!
> kio (KSycoca): ERROR: No database available!
> kio (KSycoca): WARNING: Found version 72, expecting version 75 or
> higher.
> kio (KSycoca): WARNING: Outdated database found
> 
> What is the remedy to this?

I'm guessing you're trying to run these from outside KDE, correct?

I had this happen when I upgraded to KDE 3.3, but tried to run the newly
installed apps such as Konqueror from fluxbox, where I was running from
at the time.

When I switched sessions to KDE, everything was fine from that point on,
even from fluxbox.



signature.asc
Description: This is a digitally signed message part


sarge release

2004-09-22 Thread Jianbo Wang
Hi,

Does anyone know the frozen, release data of sarge? Thanks!

Regards!

Jianbo


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



Re: Why won't XMMS play .au files?

2004-09-22 Thread Johann Koenig
On Wednesday September 22 at 11:07am
Michael Marsh <[EMAIL PROTECTED]> wrote:

> The xmms package description mentions MikMod in connection with .au
> files and recommends the package libmikmod2.  This might be all that's
> needed here.

Failing that, there is a package available:
[EMAIL PROTECTED]:~$ apt-cache show xmms-audiofile
Package: xmms-audiofile

Description: xmms plugin for various audio formats using audiofile lib
 This plug-in for XMMS allows users to play any file which the Audio
 File Library can read.  Common formats such as AIFF, AIFF-C, WAVE, and
 NeXT/Sun .snd/.au are supported

But it's not available in the standard Debian repository.

[EMAIL PROTECTED]:~$ apt-cache policy xmms-audiofile
xmms-audiofile:
  Installed: (none)
  Candidate: 0.1-1
  Version Table:
 0.1-1 0
500 http://www.rarewares.org ./ Packages

So you will need to add this to your sources.list:

[EMAIL PROTECTED]:~$ grep rarewares /etc/apt/sources.list 
#deb http://rarewares.hydrogenaudio.org/xmixahlx/debian/ ./
 I don't know what that is commented out. It might be that
rarewares moved servers and I just commented it out and added the
following line rather that removing it 
deb http://www.rarewares.org/debian/packages/unstable ./
- 
-johann koenig
Now Playing: Project 86 - Rebuttal : Safety First
Today is Setting Orange, the 46th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpoqk6H7ea9s.pgp
Description: PGP signature


Re: All these open ports

2004-09-22 Thread Johann Koenig
On Wednesday September 22 at 02:36pm
Dave Howorth <[EMAIL PROTECTED]> wrote:

> Tom Allison wrote:
> > More importantly today is to understand how 99.9% of the virus and 
> > malware is transmitted today.  It's not through unfiltered ports and
> > such as described in your original email, but through the email 
> > mechanism (or http) itself.  And while I don't have any hard numbers
> > at my desk to support the 99.9% claim, I don't believe it to be too
> > far off the mark.
> 
> My machine at home receives some kind of port scan on average about 
> every three seconds. That's a lot higher rate than it receives spam.
> Am I the 0.1%?

Port scan != virus/malware
-- 
-johann koenig
Now Playing: Project 86 - Rebuttal : Safety First
Today is Setting Orange, the 46th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpt5gaMN2bX2.pgp
Description: PGP signature


Re: How to match kernel_headers and kernel versions?

2004-09-22 Thread Andreas Janssen
Hello

Eric Dickner (<[EMAIL PROTECTED]>) wrote:
> --- Andreas Janssen <[EMAIL PROTECTED]>
> wrote:
>> 
>> Did you compile the kernel yourself? In that case
>> the headers you need
>> should be in the kernel source tree.
>> 
> Yeah, I did.  The instructions from kernel.org told me
> not to keep the source there as the code from the
> "kernel du jour" would conflict with the headers, so I
> installed a debian package there, instead.

The instructions were talking about /usr/src/linux, and

- Debian is not affected, because on Debian, /usr/include/linux is not 
  linked to /usr/src/linux
- You can extract the kernel to /usr/src/linux-$version 
  or /usr/src/kernel-source-$version

> I am guessing from looking at the names of the
> versions there is no way to match up a
> kernel_versions_.deb with source from
> kernel.org, is there?

It is not only a question of versions. The Debian kernels are also
patched. It is quite simple: the headers used for compiling a module
should match the running kernel. If you use a prepackaged Debian
kernel, install the matching headers package, or the source package,
and configure it. It you compiled the kernel yourself, keep the source.
It you removed it, download it again, extract it,
copy /boot/config-$(uname -r) to /usr/src/linux-$version/.config and
run

make oldconfig
make dep

This will recreate the headers (for kernel 2.4).

The next time you compile a kernel, use make-kpkg from the
kernel-package package. It can create debs for the kernel image, kernel
headers, kernel source and kernel documentation.

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



Re: mozilla-tbird + xprint + fonts

2004-09-22 Thread Jan Willem Stumpel
David Purton wrote:

> Running unstable mozilla-thunderbird, recently printing has
> started to use the wrong font for plain text emails.
> 
> The print preview on screen looks ok, but then when it prints
> using Xprint a proportional font is used. In general the font
> spacing is a bit messed up and the font used is too small.
> 
> Is there anyway to configure what font is used for printing of
> emails from thunderbird? [..]

So this is a recent problem.. hadn't realised that. I had the same
problem (print preview in monospace, but actual print in
proportional).

In Mozilla & derivatives xprint's behaviour can be configured by
means of a userContent.css file. This can also be used to obtain
monospaced prints of mail messages.

For details, see: http://www.jw-stumpel.nl/stestu#xprint

Regards, Jan


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



how to start making doodle work

2004-09-22 Thread H. S.
Today I noticed that a package named 'doodle' was avaialble for Testing. 
It was a pleasant surprise to see a disk search tool like this.

I installed it and gave the command to start it(as a message during 
installation advised) and got this error:
~# /etc/cron.daily/doodle

(process:5747): libgsf:msole-CRITICAL **: file gsf-infile-msole.c: line 
112 (ole_get_block): assertion `block < ole->info->max_block' failed
chown: cannot access `/var/lib/doodle/doodle.db': No such file or directory

I am running 2.6.7-1-686 and doodle version is 0.4.0-1
Any suggestion what could be amiss?
regards,
->HS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: VIA sound problem

2004-09-22 Thread Max
On Wednesday 01 January 2003 01:05, jochen wrote:
> I have the following problem:
> I'm running kernel 2.6.8.
> After installing, configuring and compiling the kernel everything works
> fine except sound.
> I got a vie-onboard card and it worked perfectly in
> Here's the lspci output:
> :00:11.5 Multimedia audio controller: VIA Technologies, Inc.
> VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
>
> Alsa recognizes the soundcard, after doing a "modprobe via82cxxx_audio"
> I can play sound as root.

I had some problems when the system mixed up some alsa and oss modules (like 
the "snd" _and_ the "sound" module). Make sure only the alsa modules are 
loaded. Sound works fine here with the following modules being loaded:

snd_via82xx
snd_ac97_codec
snd_pcm_oss
snd_mixer_oss
snd_pcm
snd_timer
snd_page_alloc
snd_mpu401_uart
snd_rawmidi
snd_seq_device
snd
soundcore
... make sure the "sound" (and via82cxxx_audio) modules are _not_ loaded as 
they are oss.

See if that helps..

Max


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



Improving Performance for SATA Drives

2004-09-22 Thread Jacob S
At boot time, running kernel 2.6.7-1-k7, I notice it sets all 4 of my
SATA ports to UDMA/100. However, they're all supposed to be able to do
SATA 150.

Normally I would use hdparm to try and tweak things to make it work
faster, but the 2.6 kernel recognizes SATA as SCSI drives (first SATA
port is /dev/sda). So, how would I get this system to recognize the
faster capabilities of my SATA ports and drive?

TIA,
Jacob


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



Re: c question

2004-09-22 Thread David Baron
On Wednesday 22 September 2004 17:24, 
[EMAIL PROTECTED] wrote:
> int main (){
>  WriteTreeSlave("paul",0);
>  }
> ---
>
>-- It is my goal to call the function "WriteTreeSlave(?,?)"  but
> I don't know what variables I have to give along with this function (that's
> why I placed the ?-mark there) . Ik have tried ("paul",0); but that doesn´t
> work. Can anybody help me?

Would this even compile? For a very limited (one element) tree, you might have 
something like:

Node PaulTree = { "paul", NULL, NULL };

WriteTreeSlave( &PaulTree, 0 );



Re: how to start making doodle work

2004-09-22 Thread Urs Schroffeneger
Hi
H. S. wrote:
chown: cannot access `/var/lib/doodle/doodle.db': No such file or 
directory

I am running 2.6.7-1-686 and doodle version is 0.4.0-1
Any suggestion what could be amiss?
I remember seeing something like this when i installed it some weeks 
ago, I'm not exactly sure, perhaps you have to build the database first, 
using "doodle -b PATH_TO_INDEX".

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



Re: Improving Performance for SATA Drives

2004-09-22 Thread Stephen Tait
At 19:46 22/09/2004, you wrote:
At boot time, running kernel 2.6.7-1-k7, I notice it sets all 4 of my
SATA ports to UDMA/100. However, they're all supposed to be able to do
SATA 150.
Normally I would use hdparm to try and tweak things to make it work
faster, but the 2.6 kernel recognizes SATA as SCSI drives (first SATA
port is /dev/sda). So, how would I get this system to recognize the
faster capabilities of my SATA ports and drive?
TIA,
Jacob
TBH, I don't think you'll notice any difference in speed between ATA100 and 
SATA150. There's no way in hell a hard drive can deliver much more than 
about 50MB/s, let along approach 100MB/s. I might result in slower cache 
transfers, but again I think you'd be hard pressed to notice it.

I'm assuming that the drives are running in DMA rather than PIO, right? 
Just try an hdparm benchmark (hdparm -tT /dev/sda whatever), as long as it 
reports decent performance then you shouldn't need to do much tweaking. A 
newer kernel/SATA drivers may help you in the long run, since the SATA 
drivers seem to improve in performance dramatically with each new release.

Disclaimer: I've only used SATA on 3ware cards so far 

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



Re: exim port

2004-09-22 Thread Vadim Kutsyy, Ph.D.
[EMAIL PROTECTED] wrote:
Hi.
I have a question regarding exim. Looks like my ISP blocked port 25. How to
I tell exim to listen on another port?
Thanks in advance.
Mike
 

You want exim to listen to another port (say 21) AND port 25 (so you can 
receive email).  in exim4:

# port lissening
daemon_smtp_ports = 25 : 21
I have splited setup file, so it is located in  
/etc/exim4/conf.d/main/02_exim4-config_options (don't forget 
update-exim4.conf and restart exim4)

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



APT Questions

2004-09-22 Thread debian
Hi.

1. Does there exist an APT mailing list?
2. I was installing the exim backports version, when I got a debconf
error message:

Preconfiguring packages ...
Installed debconf version is broken. Aborting preconfigure.

Can anyone suggest what I need to do to fix debconf?

TIA,
Joseph


-
Mail sent from: 24.126.78.239


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



Re: sarge release

2004-09-22 Thread Sylvain Vedrenne
On Wednesday 22 September 2004 18:36, Jianbo Wang wrote:
> Hi,
>
> Does anyone know the frozen, release data of sarge? Thanks!
>
> Regards!
>
> Jianbo

Hello Jianbo,

We can only make forecasts based on the following figures:

   http://bugs.debian.org/release-critical/

because the final Sarge "will be ready when it will be ready", and it will be 
_good_ and _stable_ 
That's what's really important, no?

If you cannot wait, you can already install Testing ("pre-Sarge") using 
debian-installer RC1. You'll have a system that is usable and good enough if 
stability is not critical for you, and you'll be able to upgrade some 
packages using 'apt-get install '.

  http://www.debian.org/devel/debian-installer/News/2004/20040807

Personaly, I installed it on a laptop a while ago for someone I know who's 
very happy with it!

You can also try "unstable".

If you want Sarge for a server, then Woody is still good! or wait for the 
final Sarge one more 10 weeks, or more, maybe less? (it will be ready when it 
will be ready...)

Have fun!

Cheers,
Sylvain.

-- 
wxWidgets config: WX 2.4.2 / GTK 2 / gcc 3.3.3

La lingvo internacia: http://uea.org/index.html


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



Re: how to start making doodle work

2004-09-22 Thread Michael D. Crawford
Hi HS,
Any suggestion what could be amiss?
I get a lot of email that says \/14-gra helps with that.
Hope that helps.
Yours,
Michael D. Crawford
GoingWare Inc. - Expert Software Development and Consulting
http://www.goingware.com/
[EMAIL PROTECTED]
   Tilting at Windmills for a Better Tomorrow.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



No 'sarge' Updates

2004-09-22 Thread Kenneth Jacker
Is it just me, or have others "updated" their package indices (with
apt-get, aptitude, ...) and found no new and/or "fixed" packages?

Maybe things are "frozen" as the official release nears, but it still
seems like there should be *something* out there!  One to two weeks
back I saw many, many packages being updated.

Thanks for any info,

-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA


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



Re: where can I find the content of the iso CD (sarge)

2004-09-22 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

belahcene <[EMAIL PROTECTED]> writes:

> Hi, I want to known the content of the last version of sarge ( the 14
> cd), is there asite where can I find it.

If you're on a cheap network connection you don't need (or want) to
get the 14 CD set.  Trust us on this.  Unless you're on a $12/MB
carrier pigeon connection in remote Russia (or some other absurdly
expensive and/or slow connection), you're going to want the 110MB
NetInst CD to install from.  The rest can be fetched from the network
in far less time and wasted bandwidth than getting 14 CDs, when you'll
probably only need one anyway.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBUdh1UzgNqloQMwcRAgL+AKCTFZgQybfe0mdeK4HpGcDkLlnyKACbBKNE
MbbaXv7sm6jbMCAdmc8chdI=
=WlHo
-END PGP SIGNATURE-


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



Re: Command to find out a running package

2004-09-22 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen Liu <[EMAIL PROTECTED]> writes:

> Hi folks,
>
> I want to find out whether a package has been
> installed on Debian.  Kindly advise what command shall
> I use equivalent to
>
> rpm -q package
> OR
> rpm -qa | grep package

You falsely assume that we know how to use RPM, though I'm going to
make a wild stab in the dark and guess you want dpkg -s package.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBUdgEUzgNqloQMwcRAl33AKDg303elooaVuVv0BvHT+8M+q3eJACgn74l
yRRlhxG7PksDVFDl76hevFk=
=RepZ
-END PGP SIGNATURE-


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



Re: sarge release

2004-09-22 Thread Paul Johnson
<#secure method=pgp mode=sign>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jianbo Wang <[EMAIL PROTECTED]> writes:

> Does anyone know the frozen, release data of sarge? Thanks!

If we did, it would be on Debian.org.  That being said, this is open
source, it doesn't matter if it's released or not, you can still get
it and it still works.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBUdjJUzgNqloQMwcRAgVPAKDdp0oJ+f9ufiGYZLm7+baJVovWXACdGegF
xvn8gt5JDdjVIa/Mnv/ZnOQ=
=wgtg
-END PGP SIGNATURE-


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



cd jigdotemplates updated again

2004-09-22 Thread Hugo Vanwoerkom
Hi Debian!
I just noted that
http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/i386/jigdotemplates/
got updated again, after more than a month.
Thanks!
Hugo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: No 'sarge' Updates

2004-09-22 Thread Jacob S
On Wed, 22 Sep 2004 16:08:53 -0400
Kenneth Jacker <[EMAIL PROTECTED]> wrote:

> Is it just me, or have others "updated" their package indices (with
> apt-get, aptitude, ...) and found no new and/or "fixed" packages?
> 
> Maybe things are "frozen" as the official release nears, but it still
> seems like there should be *something* out there!  One to two weeks
> back I saw many, many packages being updated.

I just updated/upgraded this morning and got about 8 - 10 packages. This
is on a system that was updated just a few days ago.

HTH,
Jacob


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



Re: No 'sarge' Updates

2004-09-22 Thread Florian Ernst
Hello Kenneth, hello list!

On Wed, Sep 22, 2004 at 04:08:53PM -0400, Kenneth Jacker wrote:
> Is it just me, or have others "updated" their package indices (with
> apt-get, aptitude, ...) and found no new and/or "fixed" packages?
> 
> Maybe things are "frozen" as the official release nears, but it still
> seems like there should be *something* out there!  One to two weeks
> back I saw many, many packages being updated.

Unstable / Sid:
many updates, see 

Testing / Sarge:
many updates, see ,
but base and standard are already frozen

Stable / Woody:
several security updates recently, see 

Looks like it's just you... ;)

Cheers,
Flo


signature.asc
Description: Digital signature


Re: sarge release

2004-09-22 Thread John Fleming
> because the final Sarge "will be ready when it will be ready", and it will
be
> _good_ and _stable_
> That's what's really important, no?

Really naive question - Could recently-released SpamAssassin 3.0 still make
it into Sarge, or is that way too new and not enough time to make it into
Sarge? I wasn't sure if certain popular packages had a faster track through
the process.  - John


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



cdrecord and k3b

2004-09-22 Thread John Fleming
My mondoarchive couldn't write to my cdrom, and I started looking around for
why.  K3B works perfectly from the KDE desktop, but cdrecord doesn't seem to
be able to find the cdrom.  Here is some pertinent output from cdrecord and
FSTAB.  Can someone explain what's going on and how to get my cdrecord
working again?  Thanks - John

Luke:~# cdrecord --scanbus
Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to
<[EMAIL PROTECTED]>.
  The original author should not be bothered with problems of this
version.

cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
Luke:~# cat /etc/fstab


# /etc/fstab: static file system information.
#
#
proc/proc   procdefaults0   0
/dev/hda1   /   ext3defaults,errors=remount-ro 0   1
/dev/hda5   noneswapsw  0   0
/dev/hde/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
Luke:~# mount /cdrom0
mount: can't find /cdrom0 in /etc/fstab or /etc/mtab




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



DMA issue

2004-09-22 Thread Josh Lauricha
I have the following:
ABIT KD7A
Athlon XP 2800+
Western Digital 180GB (WD1800BB)
Generic 16x DVD-ROM
And am getting:
 hda: dma_timer_expiry: dma status == 0x21
 hda: DMA interrupt recovery
 hda: DMA timeout error
 hda: DMA timeout error: status=0xd0 { Busy }
 hda: DMA disabled
 ide0: reset: success
 hda: lost interrupt
 hda: task_out_intr: status=0x59 { DriveReady SeekComplete DataRequest 
Error }
 hda: task_out_intr: error=0x00 { }

hda: DMA disabled
hda: drive not ready for command
ide0 reset: success
Regularly. The drive will reset (with an audible click), then do a 
little more and timeout again. I'm trying to install Sarge running 
2.6.8, but the same problem happens with 2.4.26. I've tried booting 
with noacpi, nodma, ide=nodma and noapic with no success. I've tried 
different combos of connecting the drives, both on primary, dvd on 
secondary, etc. I've disabled DMA in the BIOS, but it still seems to 
try to use it. I've reset the BIOS. Is there anything else I can try? 
Anyone else running one of these boards? Based on the dmesg output, it 
doesn't seem like the noapic arg does anything on this board.

Please CC, I'm not subscribed.
Josh Lauricha
[EMAIL PROTECTED]
OpenPGP: 5A0D 92D3 D093 79DE F724 1137 6DF1 B5EB D9CE AAA8


PGP.sig
Description: This is a digitally signed message part


Parallel port at install

2004-09-22 Thread g00se
>>
Are you installing Debian or a Debian kernel or are you rolling your 
own? What are you doing?
>>

I'm installing


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



Re: Need help with VPN connection

2004-09-22 Thread Roberto Sanchez
John Summerfield wrote:
Roberto Sanchez wrote:
I have managed to set up a VPN connection to the MS VPN server at
school.  The problem is this.  When I add a route for the school's
net block, a huge flood of packets starts.  None of them actually
make it out of my machine, though.  The "TX Packets" count seen
in ifconfig goes up to 500 MiB in just a few seconds, and my CPU
is maxed at 100 % utilization.  I am totally clueless as to what
could be causing that behavior.  Ideas?
-Roberto

Sounds like Windows normal behaviour to me. It's pretty chatty.
What ports?

I think you misunderstand.  My Debian box is the one that starts
the flood.  The packets try to leave my machine, but they cannot.
Not sure what ports.
-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


Re: sarge release

2004-09-22 Thread Sylvain Vedrenne
On Wednesday 22 September 2004 22:21, John Fleming wrote:
> > _good_ and _stable_
> > That's what's really important, no?
>
> Really naive question 
It depends what "_good_" means, don't you think?

> - Could recently-released SpamAssassin 3.0 still make 
> it into Sarge, or is that way too new and not enough time to make it into
> Sarge? I wasn't sure if certain popular packages had a faster track through
> the process.  - John

Security is important, I agree.

Cheers,
Sylvain.

-- 
wxWidgets config: WX 2.4.2 / GTK 2 / gcc 3.3.3

La lingvo internacia: http://uea.org/index.html


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



Re: I have no /usr/src/linux/ sources

2004-09-22 Thread Wolfgang Pfeiffer
Hi Eric

Sorry for the late answer. But I don't have the time to check the
messages on debian-user more often.

On Sat, 2004-09-18 at 15:03, Eric Dickner wrote:
> I am trying to compile some .src.rpm files.  When
> I try to do this they look for headers under the
> /usr/src/linux link. I installed linux from CD's
> originally and they didn't put anything there...I
> don't even have that link.
> 
> I downloaded a source kernel from kernel.org and many
> of the instructions I found told me to put the source
> there...BUT the readme from kernel.org specifically
> told me NOT to put it there.  

Great to hear that! It's NOT necessary to have /usr/src/linux, as far as
I can see: You can compile your .deb packages (probably all .deb
packages) somewhere in your user directory, with any need to cd to
/usr/src/

I don't have any idea how to get rpm packages compiled on a Debian
system. But others might be able to help here ...
(maybe you can forget the rpm's by simply finding the deb. package
pendant, and then try to compile/install this?)

Even Linus Torvalds suggested some time ago that people should NOT use
/usr/src for compiling kernels:



Excerpt:

I would suggest that people who compile new kernels should:

  * NOT do so in /usr/src. Leave whatever kernel (probably only the
header files) that the distribution came with there, but don't
touch it.

  * compile the kernel in their own home directory, as their very
own selves. No need to be root to compile the kernel. You need
to be root to install the kernel, but that's different.

  * not have a single symbolic link in sight (except the one that
the kernel build itself sets up, namely the "linux/include/asm"
symlink that is only used for the internal kernel compile
itself)


I tried to describe in (more or less) detail a kernel compile in a
NON-/usr/src/ environment. You find it here:


It should also work for any other .deb package you'd like to compile.

If you want to compile a package simply do a 
apt-get build-dep 

The command above will pull dependency related packages, necessary for
the build, into your system. More on that here:



> They said something
> about how the source from the "kernel du jour" was not
> what was supposed to be there.  Of course, I threw out
> all those instructions on recompiling kernels and
> followed the readme from those folks.
> 
> As a result I still have nothing there except the RPM
> directories.  Any effort to"make" the .rps results in
> them looking for these headers.

   [ ... ]

Did you ever install a kernel from a deb package? If not: Perhaps this
is the reason you don't have these "headers" on your system ... ??
Any one out there knows more on that?

And Eric: Please let me know if this does not help ..

Good luck
Wolfgang
-- 
Profile: http://profiles.yahoo.com/wolfgangpfeiffer

3 more reasons for Linux:





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



EXIM4 with debian woody: internal_route

2004-09-22 Thread Simon Buchanan
Hi There,
Wondering if someone can help me? I need to implement the following 
configuration into exim4 running as a backport on a debain woody box... 
I currently have my configuration set to one file insted of splitting 
into individual files? How do i do this?

internal_routes:
  driver = manualroute
  transport = remote_smtp
  route_list = domain-c.com 192.168.1.250
THanks,
Simon
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: EXIM4 with debian woody: internal_route

2004-09-22 Thread Jeff Hahn
-Original Message-
From: Simon Buchanan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 22, 2004 4:57 PM
To: [EMAIL PROTECTED]
Subject: EXIM4 with debian woody: internal_route


internal_routes:
   driver = manualroute
   transport = remote_smtp
   route_list = domain-c.com 192.168.1.250

--

Simon - 

I use:

localroute_special:
   driver = manualroute
   transport = remote_smtp
   route_data = ${lookup{$domain}lsearch{/etc/exim4/routes}}

where /etc/exim4/routes looks like:

targetdomain.com:   desired.host.com



-Jeff




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



Re: Locked out! How to circumvent password urgently?

2004-09-22 Thread Wolfgang Pfeiffer
Hi Anthony

I'm really late, I know. But this email may help for a future passwd
blues ... :)

On Fri, 2004-09-17 at 20:39, Anthony Campbell wrote:
> I can't access my laptop because neither the user nor the root passwords
> work. I can only think I was hacked last night.
> 
> I can't access via single user either.
> 
> I can get into the system via knoppix. Are there any files in /etc I can
> delete in order to make the system accessible without a password? 
> 
> This is REALLY urgent because I must use the machine tomorrow, so if all
> else fails I shall have to reinstall the system.

[ ... ]

Basically all (more or less) you have to do is to type "passwd" in what
I call rescue-mode.

Details here:


Best Regards
Wolfgang
-- 
Wolfgang Pfeiffer   gpg ID: 0AA7E825 
Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer


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



How to remove escape sequences from a existing file

2004-09-22 Thread diego
I have a log file with escape sequences like "ESC]00m" and the like. I
know they are the codes to change the color and so in the original
printing, but in automatic post processing its a real headache...

How can I automatically remove ANY escape sequence to convert it into a
real plain text?

Thanx very much in advance!!


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



Re: Stop PPP connection question

2004-09-22 Thread Stefan O'Rear
On Wed, Sep 22, 2004 at 11:15:16PM +0800, Stephen Liu wrote:
> Hi Hugo,
> 
> Tks for your advice.
> 
> - snip -
> 
> > > /usr/bin/poff: I could not find a pppd process for
> > > provider 'ds-provider'. None  stopped.
> > > 
> > 
> > That means pppd was not running ds-provider.
> > What does ps -f -C pppd show?
> 
> In my case
> 
> $ ps -f -C pppd
> UIDPID  PPID  C STIME TTY  TIME CMD
> root   602 1  0 15:02 ?00:00:00 pppd
> call dsl-provider
> 
> B.S.
> Stephen

Sounds like a typo - if you have dsl-provider in your /proc, it should
be:

poff dsl-provider

NOT:

poff ds-provider

DISCLAIMER:

   I do not have DSL.
   I do not have dialup.
   I do not use PPP.
   I connect to Cox via a paternally-run LAN.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: Intel 82845 Video?

2004-09-22 Thread Roel Schroeven
Robert Harris wrote:
I'm trying to configure X on a Debian-3.0 "Stable" system.  I just got
a new IBM workstation which has an "Intel 82845" video card.  Anyone
have any ideas what the driver name and Vendor name for this booger
would be?
I have a system (running debian unstable now, but I think I got it 
working with debian stable too) with such a built-in card:

$ lspci -v
...
:00:02.0 VGA compatible controller: Intel Corp. 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) 
(prog-if 00 [VGA])
...

I got it running using the "i180" driver (I cheated by booting the 
system with Knoppix and copying some parts of the Knoppix-generated 
XF86Config-4 to my system). In my XF86Config-4:

...
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver  "i810"
VendorName  "All"
BoardName   "All"
EndSection
...
--
"Codito ergo sum"
Roel Schroeven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to remove escape sequences from a existing file

2004-09-22 Thread diego
I have a log file with escape sequences like "ESC]00m" and the like. I
know they are the codes to change the color and so in the original
printing, but in automatic post processing its a real headache...

How can I automatically remove ANY escape sequence to convert it into a
real plain text?

Thanx very much in advance!!


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



Re: available disk space displaying error? (df)

2004-09-22 Thread Stefan O'Rear
On Wed, Sep 22, 2004 at 01:28:57PM +0200, dogmad wrote:
> I'm sure I do have a lot of free disk space, but my df output is:
> Filesystem   1k-blocks  Used Available Use% Mounted on
> /dev/hda7-1848747039517 1 0  19% /
> /dev/hda6-1848747039517 1 0  31% /home
> /dev/hda2-527905053080 1 0  68% /mnt/hda2
> 
> from different OS i get:
> /dev/hda2  2016044   1282844630788  68% /
> whitch seems to be correct.
> 
> I was able to repeat few times:
> cat a >> b; cat b >> a,
> so I really have space on my hda.
> 
> I've overriden df so that it printed (hartcoded) correct information,
> but some installers (for ex. ZendStudio, and mysql-server 4.0)
> still claimed that there is no enough room...
> 
> Anyone have any idea what's going on? (i know that '-' is from overflow, 
> byt hda7 has 7GB and hda2 only 2GB...)

This is a known problem.  I'm gonna guess that you are using Woody and
you manually upgraded your libc6 package.

Apt-get install the 'stat' package, and write a Perl script named df
that works :)

Or just go Sarge/Etch/Sid. Etch does not exist, but it will Real Soon
Now.

-- 
The world's most effective spam filter:
ln -sf /dev/full /var/mail/$USER


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



Re: Suggestions Invited

2004-09-22 Thread Greg Folkert
On Wed, 2004-09-22 at 00:20 +0200, Sylvain Vedrenne wrote:
> On Tuesday 21 September 2004 22:48, Robert Brinson wrote:
> > Currently, I am a Gentoo Linux user. It is a great distribution for
> > people who want fine control over their system. I enjoy being able to
> > just emerge whatever_program. However, I am getting a little tired of
> > having to compile every little obscure library for a point update. So,
> > I guess you could say I'm in the market for a new distro.
> >
> > I have used Red Hat (not Fedora), Mandrake, and Gentoo. Of all of
> > them, I enjoy the control I have with Gentoo. I guess I'm looking for
> > a distro that will allow me to obtain the latest xorg or gnome or
> > firefox without having to go through a three hour compile session. RPM
> > is not suitable for this, as I know from experience. Red Hat and
> > Mandrake are very picky about dependencies making an upgrade of gnome or
> > kde nearly impossible. One ends up in the RPM equivalent of dll hell.
> > apt-get seems well suited for my needs. That is why I am posting to this
> > debian list. However, when I browsed the package repositories on
> > debian.org, I was disappointed. The stable repository is woefully out of
> > date. The latest unstable gnome is version 2.6, and xorg is not even
> > listed. Is it possible to easily have a debian install with the latest
> > gnome 2.8 and xorg 6.8.1? I did see a debian-based distro called ubuntu
> > that has gnome 2.8 out of the box. However, their faq says that one
> > should not mix mainstream debian debs with ubuntu debs. So, that distro
> > would preclude me from taking advantage of all of the packages in the
> > debian repository. So, does anyone have advice for this situation? Am I
> > asking the impossible of the current state of debian?
> >
> > "The solution to any problem -- work, love, money, whatever -- is to go
> > fishing, and the worse the problem, the longer the trip should be." –
> > John Gierach
> 
> Hi,
> 
> Do you really need gnome 2.8 right now? Is it really stable and good? (I don't 
> know. I'm using XFCE). 
> 
> Is it worth using Debian with Gnome 2.6 or rather another distro with Gnome 
> 2.8? I would say it really depends on your priorities and your actual needs. 
> If you don't really need Gnome 2.8 right now, then wait until 2.8 is ready, 
> but enjoy Debian from now on!
> 
> ...And if you _really_ need Gnome 2.8, then: install Debian, go fishing ;-) 
> and come back when Gnome 2.8 is available as a .deb package!
> 
> Have fun whatever you choose.

take a look here:
[EMAIL PROTECTED]:~]$ dpkg -l | grep gnome | grep 2.8.0
ii  gnome-about   2.8.0-1 The GNOME about box
ii  gnome-applets 2.8.0-1 Various applets for GNOME 2 panel - binaries 
files
ii  gnome-applets-data2.8.0-1 Various applets for GNOME 2 panel - data files
ii  gnome-control-center  2.8.0-1 The GNOME Control Center for GNOME 2
ii  gnome-desktop-data2.8.0-1 Common files for GNOME 2 desktop apps
ii  gnome-games   2.8.0-1 games for the GNOME desktop
ii  gnome-games-data  2.8.0-1 data files for the GNOME games
ii  gnome-panel   2.8.0-1 Launcher and docking facility for GNOME 2
ii  gnome-panel-data  2.8.0-1 Common files for GNOME 2 panel
ii  libgnome-desktop-22.8.0-1 Utility library for loading .desktop files - 
runtime files
ii  libgnome2-0   2.8.0-1 The GNOME 2 library - runtime files
ii  libgnome2-common  2.8.0-1 The GNOME 2 library - common files
ii  libgnomeprint2.2-02.8.0-1 The GNOME 2.2 print architecture - runtime files
ii  libgnomeprint2.2-data 2.8.0-1 The GNOME 2.2 print architecture - data files
ii  libgnomeprint2.2-dev  2.8.0-1 The GNOME 2.2 print architecture - development 
files
ii  libgnomeprintui2.2-0  2.8.0-1 The GNOME 2.2 print architecture User Interface 
- runtime files
ii  libgnomeprintui2.2-common 2.8.0-1 The GNOME 2.2 print architecture User Interface 
- common files
ii  libgnomeprintui2.2-dev2.8.0-1 The GNOME 2.2 print architecture User Interface 
- devel files
ii  libgnomeui-0  2.8.0-1 The GNOME 2 libraries (User Interface) - runtime 
files
ii  libgnomeui-common 2.8.0-1 The GNOME 2 libraries (User Interface) - common 
files
[EMAIL PROTECTED]:~]$ apt-cache policy libgnome2-common
libgnome2-common:
  Installed: 2.8.0-1
  Candidate: 2.8.0-1
  Version Table:
 *** 2.8.0-1 0
990 ftp://ftp.us.debian.org ../project/experimental/main Packages
100 /var/lib/dpkg/status
 2.6.1.2-2 0
500 ftp://ftp.us.debian.org unstable/main Packages

So there now... GNOME 2.8.0-1, it is in experimental to not interfere
with Sarges release.

As far as X.Org... it is coming. Unfortunately Debian has a bit bigger
fish to fry, namely Sarge Releasing somewhere in the next decade.

X.Org is probably going to be Sarge+1 (or Etch as it is known)

-- 
greg, [EMAIL PROTECTED]

The technology that is
Stronger, better, faster:  Linux


signat

Re: mozilla-tbird + xprint + fonts

2004-09-22 Thread David Purton
On Wed, Sep 22, 2004 at 07:36:18PM +0200, Jan Willem Stumpel wrote:
> David Purton wrote:
> 
> > Running unstable mozilla-thunderbird, recently printing has
> > started to use the wrong font for plain text emails.
> > 
> > The print preview on screen looks ok, but then when it prints
> > using Xprint a proportional font is used. In general the font
> > spacing is a bit messed up and the font used is too small.
> > 
> > Is there anyway to configure what font is used for printing of
> > emails from thunderbird? [..]
> 
> So this is a recent problem.. hadn't realised that. I had the same
> problem (print preview in monospace, but actual print in
> proportional).
> 
> In Mozilla & derivatives xprint's behaviour can be configured by
> means of a userContent.css file. This can also be used to obtain
> monospaced prints of mail messages.
> 
> For details, see: http://www.jw-stumpel.nl/stestu#xprint
> 

Thanks, this describes the problem exactly. I figured out that it was
looking at the font preferences that broke things (by trial and error -
since I noticed that the default settings printed ok)

The solution on this page seems to be more robust, thanks.

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: mousewheels in 2.4.26 vs 2.6.7

2004-09-22 Thread John Summerfield
Hugo Vanwoerkom wrote:
Hi Debian!
I use the same X Debian package + XF86Config-4 in the 2 kernel 
versions and the same Sarge release.

But...
in 2.6.7 my 2 mousewheel A4Tech optical mouse has only the upper wheel 
active and in 2.4.26 both.

So since the only difference is the kernel version, that has to be the 
difference.

[EMAIL PROTECTED]:~$ uname -r
2.6.7-1-686
[EMAIL PROTECTED]:~$
Bus 001 Device 004: ID 09da:0006 A4 Tech Co., Ltd
This optical mouse has two wheels. Both work.
--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: GTK 1.2 font problems

2004-09-22 Thread Yuhanes Tjandra
On Tue, Sep 21, 2004 at 10:09:17AM -0700, Ross Boylan wrote:
> The help in gnucash shows in a small, crummy font.  It's basically
> unreadable.  Nothing I do seems to change it.  It looks OK in yelp.
> I ordinarily run KDE on a testing system (though I tried Gnome too).
> 
> Judging by the dependencies, gnucash is a gtk 1.2 application.  I
> assume yelp is good because it is a Gnome 2 (gtk 2?) app.
> 
> After reading the newsgroups, here's what I've tried:
> 1. In KDE, disable the setting (under color!) for controls appearance
> of non-KDE apps.
> 2. Tried Gnome 2.
> 3. Created .gtkrc.mine in my home directory with
> # Create by RB for gtk 1.2 in effort to make gnucash help look decent
> style "user-font"
> {
>   font="-*-times-medium-r-*-*-17-*-*-*-*-*-*-*"
> }
> This file is included by .gtkrc-1.2-gnome2
> 4. Created .gtkrc-1.2, same as above.  (Nothing suggested this, but I
> thought .gtkrc-1.2-gnome2 might only apply under gnome 2).
> 5. Added to .gtkrc-2.0
> gtk-font-name = "Sans 12"
> 6. Tried
> $ gnome-settings-daemon
> You can only run one xsettings manager at a time; exiting
> 
> I did not log out before each attempt, though after doing these I did
> start a Gnome session in a second virtual terminal.
> 
> Any other ideas?
Do you have "*.UTF-8" as the default locale?
[* means ar, de, en, etc]
If it is so, try not to set it as your default locale.

--
Yuhanes Tjandra


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



MLterm reflesh eat too cpu resouce!!

2004-09-22 Thread Chenfeng Xu
Hi, the list.

When I enter a command 'ls -al' in a dir with many files,
it will eat too much cpu resource (%1 jumps to above %40).
I want to know how to deal with it. Oh, i use AA fonts and
rxvt-unicode-ml seems no this problem, so I think it is a
bug. Can anyone help me?

-- 
题目:《石苍舒醉墨堂》
作者:苏轼(1036-1101)
人生识字忧患始,姓名粗记可以休。
何用草书夸神速,开卷[忄党]恍令人愁。
我尝好之每自笑,君有此病何能瘳!
自言其中有至乐,适意无异逍遥游。
-
*
  Chenfeng Xu (徐陈锋)<[EMAIL PROTECTED]>
-


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



Re: APT Questions

2004-09-22 Thread Paul E Condon
On Wed, Sep 22, 2004 at 02:47:55PM -0500, [EMAIL PROTECTED] wrote:
> Hi.
> 
> 1. Does there exist an APT mailing list?
> 2. I was installing the exim backports version, when I got a debconf
> error message:
> 
> Preconfiguring packages ...
> Installed debconf version is broken. Aborting preconfigure.
> 
> Can anyone suggest what I need to do to fix debconf?
> 
> TIA,
> Joseph
> 
> 
> -
> Mail sent from: 24.126.78.239
> 
> 

"Broken" is the apt term for a package that is partially installed or
partially removed, and for which fixing the problem seems to involve
some action that cannot be done automatically. Without debconf properly
installed, progress on installing exim will be problematic at best.
Debconf is the Debian system for asking configuration questions of the
user. You really need it to deal with exim install. 

First fix whatever is wrong about debconf. Don't worry about exim 
until you have done so. Luckily, you don't need a fully functional 
debconf in order to install debconf. Look at what aptitude tells
you. 


-- 
Paul E Condon   
[EMAIL PROTECTED]


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



  1   2   >