Re: change hostname

2004-09-13 Thread Víctor A. Ramos
Thank u all guys! :)


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



Re: dead X install

2004-09-13 Thread Wolfgang Lonien
Blake Swadling wrote:

> I have sorted the problem. I disassembled the damn PC and there is a
> distinct odour of the magic smoke inside the case. Cant see what went
> pop but I'm guessing it was related to the GPU.

I have the same effects here with a nvidia chipset on a msi mobo. The screen
goes dark (not really black), using Sid's xserver-xfree86 (1-7). With the
one from Sarge (1-4), everything is fine.

So in my case it's no hardware problem...

Greetings,
wjl aka Wolfgang Lonien

-- 
Key ID 0x728d9bd0 - public key available at wwwkeys.de.pgp.net
Honda NTV '94 still running on fuel - everything else here runs Debian
GNU/Linux


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



mailing list manager with creation-on-subscribe?

2004-09-13 Thread martin f krafft
I am looking for a mailing list manager to manage an undefined
number of list. A list should be created whenever someone
subscribes. Mails to non-existant lists go to /dev/null. Reason:
I want to set up a system to allow subscriptions to individual
Debian bugs.

Does anyone know such a list server? Or know how to tweak one
easily?

I realise the functionality would be trivial to implement with
python and postgres, but I don't want to fall into all the
bounce-handling traps that mailing list managers are already
managing...

-- 
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


What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Adam Funk
What causes /var/log/auth.log to be rotated?

`grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry to
produce the auth.log file.  It *is* being rotated weekly on my system,
but I want to add to the rotation procedure a script to mail me a log
analysis.

-- 
Thanks,
Adam


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



Re: Apache un-able to understand.

2004-09-13 Thread Ivan Adams
Did you install PHP ?
How did you want to open .php files if you didnt have php

apt-get install php4
after that it will show you do you want to use DSO - press "y". That
script will put some raw in /etc/apache/httpd.conf which will fix your
problem. Your apache configuration is the problem, not your Mozilla!
So the raw in /etc/apache/httpd.conf are:
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
You have to add extra information in:
DirectoryIndex index.html index.htm  - add there index.php
RESTART YOUR APACHE!
/etc/init.d/apache restart
THEN See http://localhost/


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



Re: Partitioning a second hard disk

2004-09-13 Thread Carl Fink
On Sun, Sep 12, 2004 at 11:56:21PM -0500, Kent West wrote:

> No, you don't need a second swap partition on the second drive. It 
> doesn't hurt to have it (except wasted space, unless the extra swap 
> space is needed).

However, it can speed up swapping considerably, particularly if the drives
are on separate buses.

Or so someone on this list once told me.
--  
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


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



Re: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Lukas Ruf
> Adam Funk <[EMAIL PROTECTED]> [2004-09-13 11:06]:
>
> What causes /var/log/auth.log to be rotated?
>
> `grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry
> to produce the auth.log file.  It *is* being rotated weekly on my
> system, but I want to add to the rotation procedure a script to mail
> me a log analysis.
>

do you have the package 'logrotate'?  If so, see /etc/logrotate.conf
and /etc/logrotate.d/

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: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Andreas Janssen
Hello

Adam Funk (<[EMAIL PROTECTED]>) wrote:

> What causes /var/log/auth.log to be rotated?
> 
> `grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry to
> produce the auth.log file.  It *is* being rotated weekly on my system,
> but I want to add to the rotation procedure a script to mail me a log
> analysis.

logrotate is called by the cron daemon. Take a look
at /etc/cron.daily/logrotate.

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: IDE Bus rescan

2004-09-13 Thread pir aa
The Idea of a modul is interesting, but wouldn't that mean, that if I remove
the module I'll remove the whole IDE. I've hear that removing the /root could
cause problems. My disk is on a separate line anyway, so is there a way to
have a modul, that removes just the one line, leaving the other untouched?

I've been throug ide.c and found a method called ide_revalidate_disk,
check_media_change and check_disk_change, but as Linux is pretty new for me I
can't make anything good from it. Is it the right track? Could someone point
me in a direction, to learn more about IDE at startup and initialization on
the software side (HW is not the problem)?

How does IDE function on startup on the sw side? Where do I start?


--- 
Alles Kaufen und Verkaufen! eBay.at - der eigene Marktplatz für Österreich. 
http://www.austronaut.at/ebay.php


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



Re: Re: Partitioning a second hard disk

2004-09-13 Thread Robert Parker
On Monday 13 September 2004 15:08, Scott Barlow wrote:
> Thank you Andrew for your quick response. I have allowed enough for each
> partition. If anything I will be wasting space which is ok for the
> moment as i'm just experimenting. My computer consists of a 40gb drive
> which has the install on it and a blank 80gb drive. My /boot is around
> 100mb, my /, /var, /tmp is around 1Gb, my /usr is 10Gb, /swap is 1gb and
> /home is 25gb. This is all freshly configured. I don't know what to do
> with the second drive such as how to partition it to enable a lot of
> space for files, movies, music etc and which mount point to give it. I
> do want to do it properly however and am after any tips from the gurus.
> My /swap space is physically in the middle of the 7 partitions. Do i
> need /swap space on the 2nd hard disk or is that not possible?
> Thank you in advance.
>
> Scott.

FWIW I have a 40gig which I use to dual boot win98 and Debian Woody.
I also have a 80gig drive in 1 partition which I just mount as /data.
The last contains my collection of iso images of various Linux distros.
If I had multiple users on my system I would give it the same perms as /tmp.

HTH
Bob


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



Re: GRUB issues

2004-09-13 Thread Shaul Karl
On Mon, Sep 13, 2004 at 12:58:52AM -0400, c0ldfusi0n wrote:
> Hey all.
> 
> I recently made an update of apt followed by an upgrade and rebooted. 
> GRUB then gave me this error:
> 
> GRUB loading stage1.5...
> GRUB loading please wait...
> Error 15
> 
> Now as far as i know, the error code 15 stands for "File not found". I 
> tried booting with the grub bootdisk and do:
> root (hd0,0)
> kernel (hd0,0)/boot/2.4.25-eb-cfbox


  Are you sure you shouldn't use something like,

root(hd0,0)
initrd  /boot/initrd.img-2.4.25
kernel  /boot/vmlinuz-2.4.25 root=/dev/hda1 ro

In particular, note that:
1. I haven't mentioned (hd0,0) for the kernel command
2. The kernel gets arguments.
3. I have an initrd.


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



Re: Gnome XDMCP on server

2004-09-13 Thread Rado Rethmann
On Sat, 11 Sep 2004 07:30:10 +0200, Paolo Alexis Falcone  
<[EMAIL PROTECTED]> wrote:


Is there a way to configure GDM or Xfree86 in any way not to search for  
a
mouse (that's the hanger I guess) ?
In /etc/X11/XF86Config-4:
Section "ServerFlags"
AllowMouseOpenFail
EndSection
That was the trick I was looking for, thx pal...
Rado
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X.org Questions

2004-09-13 Thread Timo Reimerdes
On Mo, 2004-09-13 at 01:49 -0400, Chris Anderson wrote:
> On Mon, 2004-09-13 at 00:55 -0400, Ed Sutherland wrote:
> > After looking at screenshots of X.org, it seems to be more graphically  
> > up-to-date than XFree86. But, I have some questions:
> > 
> > 1) Can X.org be apt-gotten? (otherwise, where and how)
> 
> Not officially, there may be a repo somewhere that someone else
> maintains though.
> 
> > 2) How difficult is replacing xfree with x.org?
> 
> Extract source, apt-get build-dep xserver-xfree86, make World, make
> install. Going backwards could possibly be troublesome (perhaps build to
> another prefix).
> 
> > 3) Any issues specific to the ppc architecture I should be aware? Thanks.
> 
> I haven't encountered any thus far.
> 

Yet another question:
What, except the transparency and the shadow-thingy is of advantage in
x.org? is anything done noticably better? is it recomendable? 

greetz,

Timo


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



MP3 recording and editing

2004-09-13 Thread Roger Creasy
Can anyone recommend a program for recording and editing mp3's from the line in on my sound card? __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

Re: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Adam Funk
On Monday 13 September 2004 10:50, Andreas Janssen wrote:

> Hello
> 
> Adam Funk (<[EMAIL PROTECTED]>) wrote:
> 
>> What causes /var/log/auth.log to be rotated?
>> 
>> `grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry
>> to
>> produce the auth.log file.  It *is* being rotated weekly on my
>> system, but I want to add to the rotation procedure a script to mail
>> me a log analysis.
> 
> logrotate is called by the cron daemon. Take a look
> at /etc/cron.daily/logrotate.

Sorry, I didn't make it clear that I already know about logrotate.  But
I can't find any references to auth.log in /etc/logrotate.conf
or /etc/logrotate.d/*; the wildcards in the config files do not catch
auth.log; and the status file doesn't list it.  

So something else must be rotating it?!


/etc $ grep -R 'auth' /etc/logrotate.*

/etc $ grep -R '\*' /etc/logrotate.*
/etc/logrotate.d/apache-perl:/var/log/apache-perl/*.log {
/etc/logrotate.d/apache:/var/log/apache/*.log {
/etc/logrotate.d/cupsys:/var/log/cups/*log {

/etc $ cat /var/lib/logrotate/status 
logrotate state -- version 2
"/var/log/apache/access.log" 2004-9-12
"/var/log/apache/error.log" 2004-9-12
"/var/log/aptitude" 2004-1-24
"/var/log/base-config.log" 2004-1-25
"/var/log/base-config.timings" 2004-1-25
"/var/log/cups/access_log" 2004-9-13
"/var/log/cups/error_log" 2004-9-13
"/var/log/cups/page_log" 2004-9-11
"/var/log/exim4/mainlog" 2004-9-13
"/var/log/exim4/rejectlog" 2004-5-13
"/var/log/exim4/paniclog" 2004-6-10
"/var/log/ppp-connect-errors" 2004-1-24
"/var/log/samba/log.smbd" 2004-9-12
"/var/log/samba/log.nmbd" 2004-9-1
"/var/log/scrollkeeper.log" 2004-9-12
"/var/log/xdm.log" 2004-1-24
"/var/log/xtel.log" 2004-1-24
"/var/log/wtmp" 2004-9-12
"/var/log/btmp" 2004-9-1
"/var/spool/exim/log/mainlog" 2004-4-26
"/var/spool/exim/log/paniclog" 2004-1-26
"/var/spool/exim/log/rejectlog" 2004-2-25
"/var/log/xttpd" 2004-2-14
"/var/log/apache-perl/access.log" 2004-9-3
"/var/log/apache-perl/error.log" 2004-9-5

/etc $ ls -l /var/log/auth.log*
-rw-r-  1 root adm  81517 2004-09-13 11:50 /var/log/auth.log
-rw-r-  1 root adm 505489 2004-09-12 06:47 /var/log/auth.log.0
-rw-r-  1 root adm  48970 2004-09-05 06:47 /var/log/auth.log.1.gz
-rw-r-  1 root adm  22560 2004-08-22 06:47 /var/log/auth.log.2.gz
-rw-r-  1 root adm  32341 2004-08-08 06:47 /var/log/auth.log.3.gz


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



Re: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Adam Funk
On Monday 13 September 2004 10:40, Lukas Ruf wrote:

>> Adam Funk <[EMAIL PROTECTED]> [2004-09-13 11:06]:
>>
>> What causes /var/log/auth.log to be rotated?
>>
>> `grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry
>> to produce the auth.log file.  It *is* being rotated weekly on my
>> system, but I want to add to the rotation procedure a script to mail
>> me a log analysis.
>>
> 
> do you have the package 'logrotate'?  

Yes but...

> If so, see /etc/logrotate.conf 
> and /etc/logrotate.d/

I can't find any references to auth.log in those config files, or in the
logrotate status file.  (More details are in my response to Andreas
Janssen's post.)


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



Re: MP3 recording and editing

2004-09-13 Thread Stephen Tait
At 12:01 13/09/2004, you wrote:
Can anyone recommend a program for recording and editing mp3's from the 
line in on my sound card?
Combine Audacity with LAME and you've got yourself a fairly decent sound 
editor.

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



how to package to the sources.list

2004-09-13 Thread belahcene abdelkader
Hi, every body

I want to add to my list of packages, softwares I 've
downloaded, I saw the documentation, it is not clear.

I 've put my packages *.deb in the directory
/home/debs

deb file:/home/debs

I add the his line, but when I run kpackage it gives
an error while reading the sourecs.list
I 've certainly missed something. I have misc packages
and not  classed as stable or testing ? 

This is a line for the CDROM, created by apt-cdrom ,
is threre something like apt-cdrom add for local files
??


deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official
i386 Binary-1 (20031201)]/ unstable contrib main
non-US/contrib non-US/main


thanks for help
best regards 
bela





=




__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com


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



Re: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Florian Ernst
Hello Adam, hello list!

On Mon, Sep 13, 2004 at 08:43:18AM +, Adam Funk wrote:
> What causes /var/log/auth.log to be rotated?
> 
> `grep -R auth.log /etc/` lists only the /etc/syslog.conf file entry to
> produce the auth.log file.  It *is* being rotated weekly on my system,
> but I want to add to the rotation procedure a script to mail me a log
> analysis.

You mean it is rotated daily?

| $ tail -n 11 /etc/cron.daily/sysklogd
| for LOG in `syslogd-listfiles --auth`
| do
|if [ -f $LOG ]; then
|   chown root:adm $LOG
|   chmod o-rwx $LOG
|fi
| done
| 
| # Restart syslogd
| #
| /etc/init.d/sysklogd reload-or-restart > /dev/null
| $ /usr/sbin/syslogd-listfiles --auth
| /var/log/auth.log

HTH,
Flo


signature.asc
Description: Digital signature


Re: how to package to the sources.list

2004-09-13 Thread Florian Ernst
Hello Belahcene, hello list!

On Mon, Sep 13, 2004 at 04:30:16AM -0700, belahcene abdelkader wrote:
> I 've put my packages *.deb in the directory
> /home/debs
> 
> deb file:/home/debs
> 
> I add the his line, but when I run kpackage it gives
> an error while reading the sourecs.list
> I 've certainly missed something. I have misc packages
> and not  classed as stable or testing ? 
> 
> This is a line for the CDROM, created by apt-cdrom ,
> is threre something like apt-cdrom add for local files
> ??

You'll need at least a quick-and-dirty local deb repository as
outlined in the Debian Reference, section "6.4.11 Local package
archive", at
.

HTH,
Flo


signature.asc
Description: Digital signature


Re: how to package to the sources.list

2004-09-13 Thread Jerome BENOIT
Hello,
to do so with the apt-build Package.
hth,
Jerome
belahcene abdelkader wrote:
Hi, every body
I want to add to my list of packages, softwares I 've
downloaded, I saw the documentation, it is not clear.
I 've put my packages *.deb in the directory
/home/debs
deb file:/home/debs
I add the his line, but when I run kpackage it gives
an error while reading the sourecs.list
I 've certainly missed something. I have misc packages
and not  classed as stable or testing ? 

This is a line for the CDROM, created by apt-cdrom ,
is threre something like apt-cdrom add for local files
??
deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official
i386 Binary-1 (20031201)]/ unstable contrib main
non-US/contrib non-US/main
thanks for help
best regards 
bela



=

		
__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com



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



Re: Partitioning a second hard disk

2004-09-13 Thread Alexis Huxley
>>Can you have two /home directories on separate disks? Do I need another
>>partition on the second drive as swap? I'd appreciate any help regarding this
>>matter. 

How about, after partitioning, mounting the partition of the
new disk with a filesystem as /home-extended. Create directories
under there for each of your users; e.g. /home-extended/alexis and
then, make a symbolic link from /home/alexis/extended pointing to
/home-extended/alexis. Then you get access to the second disk in a
reasonably comfortable way.

Alexis


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



Re: bind in jail?

2004-09-13 Thread Olav
Op ma 13-09-2004, om 07:03 schreef Paolo Alexis Falcone:


> On Mon, 13 Sep 2004 05:42:55 +0200, Olav <[EMAIL PROTECTED]> wrote:
> > Do most people who run bind or bind9 on Debian, recompile the program to
> > run in a chroot environment ("jail")? Or perhaps, should this not be
> > necessary in Sarge because it has other defenses in place?
> 
> There's no need to recompile debian's bind package to execute bind
> inside a chroot'd jail. However, I'm not sure if the default Bind
> install in Sarge runs bind chroot'ed, although they've already built
> the necessary facilities to run it chrooted (seen it in my Woody
> servers).

How do I check? I'm rather new to both bind and the practical use of
chroot (but I know what it does in theory). I have set up bind according
to
,
except (like the article says) there is no utility by the name of
bindconfig and the config files are organized a little bit different.
Seems like no problem to me. The server works great now as a DNS server
for the clients in my LAN, resolving names on the internet. But it does
not do anything with my own zone files - have to figure that one out,
but it's another story.

I'm not sure that it runs in chroot mode, and I'm almost certain that it
does not, and I'm not clear about what I could have done (during or
after install) to make it run that way. I can see that named *does* run
with it's own user, bind. But that is not necessarily evidence of
running in chroot, is it?

> > Running bind this way is a recommendation that you can often read about.
> > I also wonder what the *real* dangers would be from exposing bind to the
> > outside world. What bad things can happen, and could bind in fact be a
> > starting point for someone to break into a system? I have not seen too
> > much real world information about this so far (I could have looked in
> > the wrong places of course...)
> 
> As we already know, binding applications to use the privileged ports
> (ports lower than 1024) would need root privileges (normally that is).
> Now, assuming that you've got bind running as root, a
> remotely-exploitable bug in bind can be used as a mechanism to gain
> entry to the system. And since bind would run as root - hello you're
> already 0wned! :D

So I'm reading contradictory statements about this. Some will say that a
vulnerability in bind will only allow an attacker to "hang up" your
system, but it will not let them in. How many real world exploits have
been reported and of what nature?

> Now should bind run in a chroot'd environment, an entry using a remote
> exploit in bind would be contained inside the confines of the chroot
> jail. In theory damage can be compartmentalized to the directory
> hosting the jail.

The theory I did already know a bit about, I just don't have any
experience in setting things up like that :)

> Of course if your machine does get compromised its wise to just reformat
> the entire system than waste time in ascertaining trustworthiness of some
> binaries you'd be using for 'unrooting' the machine

I think I would rather not get "compromised" at all.

But when it happens I think I will want to understand how and what
exactly went wrong. Could be instructive :)

Still have a lot to learn...


-- 
Olav <[EMAIL PROTECTED]>


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



Re: X.org Questions

2004-09-13 Thread Marco Adurno
Does it works with the ati proprietary drivers (fglrx) ?
thanks
Marco
Timo Reimerdes wrote:
On Mo, 2004-09-13 at 01:49 -0400, Chris Anderson wrote:
On Mon, 2004-09-13 at 00:55 -0400, Ed Sutherland wrote:
After looking at screenshots of X.org, it seems to be more graphically  
up-to-date than XFree86. But, I have some questions:

1) Can X.org be apt-gotten? (otherwise, where and how)
Not officially, there may be a repo somewhere that someone else
maintains though.

2) How difficult is replacing xfree with x.org?
Extract source, apt-get build-dep xserver-xfree86, make World, make
install. Going backwards could possibly be troublesome (perhaps build to
another prefix).

3) Any issues specific to the ppc architecture I should be aware? Thanks.
I haven't encountered any thus far.

Yet another question:
What, except the transparency and the shadow-thingy is of advantage in
x.org? is anything done noticably better? is it recomendable? 

greetz,
Timo


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



apt-get remove doesn't remove daemons

2004-09-13 Thread Peter O
Hi!

apt-get remove in Sarge (fully updated) does not remove (some?) files 
from /etc/init.d and links to them from /etc/rc2.d. For example, these two 
commands:

apt-get install cpufreqd
apt-get remove cpufreqd

left /etc/init.d/cpufreqd file there, as well as a link to it in rc2.d. 
Several other daemons were also left there after apt-get removing them.

Is this behavior 'by design'? If so, where can I read about it? The man page 
insists that apt-get remove is 'identicall to install except that packages 
are removed instead of installed'. The behavior I'm experiencing does not 
support this claim.

Any ideas?

Thanks,
Peter


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



Apache2 allocate shared memory!

2004-09-13 Thread nx13372
Hi,
I'm using:
ii  apache2-common 2.0.50-12  Next generation, scalable, extendable 
web se
ii  apache2-doc2.0.50-12  Documentation for apache2
ii  apache2-mpm-pr 2.0.50-12  Traditional model for Apache2

I'm getting:
[Mon Sep 13 12:11:34 2004] [info] Init: Initializing OpenSSL library
[Mon Sep 13 12:11:34 2004] [info] Init: Seeding PRNG with 512 bytes of 
entropy
[Mon Sep 13 12:11:34 2004] [info] Init: Generating temporary RSA private 
keys (5 12/1024 bits)
[Mon Sep 13 12:11:34 2004] [info] Init: Generating temporary DH 
parameters (512/ 1024 bits)
[Mon Sep 13 12:11:34 2004] [info] Init: Initializing (virtual) servers 
for SSL
[Mon Sep 13 12:11:34 2004] [info] Server: Apache/2.0.50, Interface: 
mod_ssl/2.0. 50, Library: OpenSSL/0.9.7d
[Mon Sep 13 12:11:34 2004] [notice] mod_python: Creating 20 session 
mutexes base d on 20 max processes and 0 max threads.
[Mon Sep 13 12:11:35 2004] [info] Init: Initializing OpenSSL library
[Mon Sep 13 12:11:35 2004] [info] Init: Seeding PRNG with 512 bytes of 
entropy
[Mon Sep 13 12:11:35 2004] [info] Init: Generating temporary RSA private 
keys (5 12/1024 bits)
[Mon Sep 13 12:11:36 2004] [info] Init: Generating temporary DH 
parameters (512/ 1024 bits)
[Mon Sep 13 12:11:36 2004] [error] Cannot allocate shared memory: 
(17)File exist

File exist, what file?
I can't start or restart apache2!
thanks in advance.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



JFFNMS...!

2004-09-13 Thread Nayyar Ahmed
Hello All,

Do any boddy  have experience of this tool
if do, plz  let me know i have one thousend question -;)



-- 
Nayyar Ahmad

Lecturer
Faculty Of Computer Science,
Institute Of Management Sciences,
Hayat Abad Peshawar , Pakistan.
Office : 92-091-9217404 , 9217452
Cell :  92-0333-9139461


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



Re: apt-get remove doesn't remove daemons

2004-09-13 Thread Nayyar Ahmed
On Mon, 13 Sep 2004 08:33:31 -0400, Peter O <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> apt-get remove in Sarge (fully updated) does not remove (some?) files
> from /etc/init.d and links to them from /etc/rc2.d. For example, these two
> commands:
> 
> apt-get install cpufreqd
> apt-get remove cpufreqd

try this :

apt-get --purge remove cpufreqd

it might help you -:)
> 
> left /etc/init.d/cpufreqd file there, as well as a link to it in rc2.d.
> Several other daemons were also left there after apt-get removing them.
> 
> Is this behavior 'by design'? If so, where can I read about it? The man page
> insists that apt-get remove is 'identicall to install except that packages
> are removed instead of installed'. The behavior I'm experiencing does not
> support this claim.
> 
> Any ideas?
> 
> Thanks,
> Peter
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



-- 
Nayyar Ahmad

Lecturer
Faculty Of Computer Science,
Institute Of Management Sciences,
Hayat Abad Peshawar , Pakistan.
Office : 92-091-9217404 , 9217452
Cell :  92-0333-9139461


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



Re: What controls the rotation of "/var/log/auth.log"?

2004-09-13 Thread Adam Funk
On Monday 13 September 2004 12:50, Florian Ernst wrote:

> You mean it is rotated daily?
> 
> | $ tail -n 11 /etc/cron.daily/sysklogd
> | for LOG in `syslogd-listfiles --auth`
> | do
> |if [ -f $LOG ]; then
> |   chown root:adm $LOG
> |   chmod o-rwx $LOG
> |fi
> | done
> | 
> | # Restart syslogd
> | #
> | /etc/init.d/sysklogd reload-or-restart > /dev/null
> | $ /usr/sbin/syslogd-listfiles --auth
> | /var/log/auth.log

Thanks.  I didn't that syslog had its own rotation scheme.


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



Gimp 1.2 and 2 together?

2004-09-13 Thread Piotr Kopszak
Hello, 

I  have  to install  gimp  1.2  in order  to  use  GIMP Color  Manager
Plugin. Unfortunately  it doesn't work  with any newer  version. (Very
strange, by the way, does it  mean nobody needs it anymore?). Is there
a way to install two gimp packages (both 1.2 and 2) in Sarge or Sid? 

Piotr

-- 
   Piotr Kopszak, Ph.D.  
   Polish Art Gallery, National Museum in Warsaw
   ->http://kopszak.mnw.art.pl/ 


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



Re: [Fwd: OpenOffice and rectangles instead of fonts]

2004-09-13 Thread Kent West
[EMAIL PROTECTED] wrote:
- Forwarded message from [EMAIL PROTECTED] -
 

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: OpenOffice and rectangles instead of fonts
Date: Fri, 10 Sep 2004 08:24:05 +0200
I have sarge daily updated. Some time ago I noticed that in OO there are
rectangles instead e.g. name of fonts. The same is in all dialogs,
rectangles instead of filenames.
How can I correct that ?
   

Dou you know any other e-mail list which is better suited for this
kind of problems ?
 

I don't have any suggestions for another list, but I do want to ask if 
the problem occurs for other users, or just your user? If just yours, 
you might want to blow away any OO.o-related directories in your home 
directory.

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



Re: change hostname

2004-09-13 Thread Kent West
Mark Par wrote:
On Mon, Sep 13 08:01:54 +0200 2004, Víctor A. Ramos wrote:
 

I have a Debian GNU/Linux installed on my compute, and 
I want to change the hostname of this machine. Can someone 
tell me how can this be done?
   

You can change it using hostname(1). If you want it to be 
persistent meaning, it sets the hostname everytime you restart, 
set it in /etc/hostname.
 

Be aware that there may be other config files in /etc that contain the 
hostname. I believe Woody (or maybe Potato) had it scattered in various 
places, like exim's config file and the issue file, etc. So you might 
want to do a grep through /etc for your current hostname.

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



Re: apt-get remove doesn't remove daemons

2004-09-13 Thread Andreas Janssen
Hello

Peter O (<[EMAIL PROTECTED]>) wrote:

> apt-get remove in Sarge (fully updated) does not remove (some?) files
> from /etc/init.d and links to them from /etc/rc2.d. For example, these
> two commands:
> 
> apt-get install cpufreqd
> apt-get remove cpufreqd
> 
> left /etc/init.d/cpufreqd file there, as well as a link to it in
> rc2.d. Several other daemons were also left there after apt-get
> removing them.
> 
> Is this behavior 'by design'?

Ich you use apt-get remove, the configuration files of the package won't
be deleted. And the init script links are treated as configuration
files. Use apt-get --purge remove. If the package is already removed,
use dpkg --purge do delete the configuration as well.

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: Re: Partitioning a second hard disk

2004-09-13 Thread Thomas Stivers
On Mon, Sep 13 2004 at 03:08:54PM +1000, Scott Barlow wrote:
> Thank you Andrew for your quick response. I have allowed enough for each
> partition. If anything I will be wasting space which is ok for the
> moment as i'm just experimenting. My computer consists of a 40gb drive
> which has the install on it and a blank 80gb drive. My /boot is around
> 100mb, my /, /var, /tmp is around 1Gb, my /usr is 10Gb, /swap is 1gb and
> /home is 25gb. This is all freshly configured. I don't know what to do
> with the second drive such as how to partition it to enable a lot of
> space for files, movies, music etc and which mount point to give it. I
> do want to do it properly however and am after any tips from the gurus.
> My /swap space is physically in the middle of the 7 partitions. Do i
> need /swap space on the 2nd hard disk or is that not possible? 

Several times you have referred to /swap which is incorrect. You do not
mount a swap partition, but it is instead just a partition of type linux
swap which the kernel takes care of. You may know this, but in case...
There will usually be a line for your swap partition(s) in /etc/fstab,
but it should not be mounted as /swap.

One gb is probably quite a bit more swap space than you need, but if you
have 512mb of ram then its probably okay.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

Thomas Stivers  e-mail: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: rekall doesn't work properly on debian

2004-09-13 Thread Douglas Ward
On Mon, 2004-09-13 at 00:18 -0700, Daniel M. wrote:
> Hello everybody,
> 
> I successfully compiled and instaled rekall 2.2.1 on Debian unstable (rekall is
> a database front-end, similar to Microsoft's Access, see 
> http://www.rekallrevealed.org/), but the program is virtually unusable, since
> it crashes with a segfault every couple of minutes when you try to do even
> a simple things. For example: if MDI style is used, connect to a database
> (I used postgresql) with some already defined tables, display data from one
> of those tables, maximize the child window containing data from that table
> and then press 'Ctrl+F4' to close child window. Result: rekall crashes with
> a segfault.
> 
> I think that there is some incompatibility between rekall and Debian's
> packages which causes those problems, because there are no reports
> of similar issues in rekall's mailing list, and as the program's packages
> exist for at least 2 distributions (Suse & Mandrake), it probably means
> that there are none (unless, of course, if nobody uses it, which I doubt).
> 
> Does somebody have an experience with using that program and knows
> how segfault problems can be solved?
> 
> Daniel.
> 

A month ago, I found a .deb for Rekall, version 2.2.0-beta4-2.
I can't seem to find the package again, but the maintainer listed
through apt-cache show is:
Maintainer: Edgar Jasper < develop at edgar dot org dot uk >

I can't say much about the program because I haven't used it
extensively.  Hopefully the email address will help.



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



Re: Gimp 1.2 and 2 together?

2004-09-13 Thread Andreas Janssen
Hello

Piotr Kopszak (<[EMAIL PROTECTED]>) wrote:

> I  have  to install  gimp  1.2  in order  to  use  GIMP Color  Manager
> Plugin. Unfortunately  it doesn't work  with any newer  version. (Very
> strange, by the way, does it  mean nobody needs it anymore?). Is there
> a way to install two gimp packages (both 1.2 and 2) in Sarge or Sid?

Seems to work on my Sarge system. Try

apt-get --dry-run install gimp1.2 gimp

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: apt-get remove doesn't remove daemons

2004-09-13 Thread robin
Peter O wrote:
Hi!
apt-get remove in Sarge (fully updated) does not remove (some?) files 
from /etc/init.d and links to them from /etc/rc2.d. For example, these two 
commands:

apt-get install cpufreqd
apt-get remove cpufreqd
left /etc/init.d/cpufreqd file there, as well as a link to it in rc2.d. 
Several other daemons were also left there after apt-get removing them.

Is this behavior 'by design'? If so, where can I read about it? The man page 
insists that apt-get remove is 'identicall to install except that packages 
are removed instead of installed'. The behavior I'm experiencing does not 
support this claim.

Any ideas?
Thanks,
Peter
 

apt-get --purge remove pkg-name
robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Auto reply message: Casino Support cannot except email attachments

2004-09-13 Thread support
This message is automatically generated by the Casino Support messaging system. 
As an increased security measure and a further protection against viruses, the Casino 
Support team no longer accepts emails containing attachments. You may still send us 
text only emails - without attachments - to [EMAIL PROTECTED] 
Should you wish to send an email containing an attachment, we kindly ask that you 
resend your email to [EMAIL PROTECTED] To ensure successful receipt of your email, 
please send your email from the email account which you have registered at the casino. 
We apologize for any inconvenience caused and would like to thank you for your 
co-operation.

Kind Regards,
Casino Rewards Support


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



Re: Apache2 allocate shared memory!

2004-09-13 Thread John M Flinchbaugh
On Mon, Sep 13, 2004 at 01:37:44PM +0100, nx13372 wrote:
> ii  apache2-common 2.0.50-12  Next generation, scalable, extendable 
> web se
> ii  apache2-doc2.0.50-12  Documentation for apache2
> ii  apache2-mpm-pr 2.0.50-12  Traditional model for Apache2
> 
> I'm getting:
> [Mon Sep 13 12:11:36 2004] [error] Cannot allocate shared memory: 
> (17)File exist
> File exist, what file?
> I can't start or restart apache2!

i ran into this problem last week, but i can't completely track down
the file involved now.

initially, i used ipcs(8) to find shared memory segments allocated by
www-data, used ipcrm(8) to remove them, but that didn't quite do it.
(it may have not been necessary at all in the end.)

otherwise, i ran apache2 under strace(1) to see what file it tried to
create which caused the problem. (# strace apache2 -X).  i just had to
remove the file then.  it was something like "ssl_cache".  as i said
though, i can't find it right now.
-- 
}John Flinchbaugh{__
| [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~


signature.asc
Description: Digital signature


Re: Gimp 1.2 and 2 together?

2004-09-13 Thread Johann Koenig
On Monday September 13 at 03:23pm
Andreas Janssen <[EMAIL PROTECTED]> wrote:

> Seems to work on my Sarge system. Try
> 
> apt-get --dry-run install gimp1.2 gimp

Too bad gimp1.2 is just a transitional package:
[EMAIL PROTECTED]:~$ apt-cache search -n ^gimp
gimp - The GNU Image Manipulation Program, stable version 2.0
...
gimp1.2 - Transitional dummy package for upgrading The GIMP
...
[EMAIL PROTECTED]:~$

The OP would be better off building from source and putting it in
/usr/local/ (perhaps with --program-suffix=1.2 or some such)
-- 
-johann koenig
Now Playing: Hot Water Music - Dreamworld : Plea For Peace - Take Action
(Vol. 1)
Today is Sweetmorn, the 37th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgp9cEfuSAFiO.pgp
Description: PGP signature


evolution and web-browser ??

2004-09-13 Thread Richard Palfalvi
Hi !

I would like to no from EVOLUTION-Users where I can change the
default-browser evolution starts when I am clicking on links listed in
emails? 

In my case (sarge/testing-distri) evolution always starts epiphany but
I'd like to use FIREFOX instead.

I already tried to change this behavior with update-alternatives but
nothing changed - and I believe now that it has nothing to do with the
alternatives-system but with some Config-File of evolution.

I just cannot find the place/file where to tell evolution this
changement 

Any hints on this topic??

yours, 

Richard


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



Re: Mplayer: New_Face failed. Maybe the font path is wrong.

2004-09-13 Thread Mike Chandler
On Sunday 12 September 2004 11:20 pm, Blake Swadling wrote:
> On Mon, 2004-09-13 at 15:11, Mike Chandler wrote:
> > New_Face failed. Maybe the font path is wrong.
> > Please supply the text font file (~/.mplayer/subfont.ttf).
> >
> > Sure enough, there is no file called subfont.ttf  in ~/.mplayer/
> > Your consideraton is appreciated.
>
> they checking out http://www.mplayerhq.hu. i believe you can get the
> file there, or at least there is a link there.
>
> > Thanks
>
> Blake Swadling
> Senior Software Engineer
> Newton Pty Ltd
>
> Telephone:
> +61 2 6247 3544
> Fax:
> +61 2 6247 3533
> Mobile:
> +61 407 026277
> Web:
> http://www.newton.com.au
Thanks, I can't seem to locate any information so far.
I seem to recall seeing a similar error in the past, and remember having to 
install or relocate a fonts package to fix it. 
I will investigate further.
Thanks for your time.


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



Re: Remove unrequired dependencies

2004-09-13 Thread S.D.A.
On Sun, Sep 12, 2004 at 08:40:05PM +0100 or thereabouts, Tom Wesley wrote:
> Hi,
> 
> Sorry for a probably normal query, but I couldn't find an answer with Google:  
> Is there a simple way to remove packages that were installed as dependencies 
> for packages that have since been removed?

I use aptitude from a terminal to manage my Debian installation. Try using it
and issuing 'aptitude autoclean' after each update.

-- 
Steve
+
  Monday Sep 13 2004 10:46:01 AM EDT
+
All men have the right to wait in line.


signature.asc
Description: Digital signature


ALSA working kernel 2.6.7 not sure how

2004-09-13 Thread lebbatdot
Well the good news is my ALSA is playing sound, the bad news is I have
no idea how I did it.
I have been pounding my head against the wall for some time, finally
started an strace on aplay where it seemed to stall on
open("/dev/snd/pcmC0D0p", O_RDWR)
RTFW I stumbled on a few others having the same issue, but no real fixes
(most otheres seemed to have a remnant of OSS running which I do not
think I did)
Well download ltrace and looked at aplay again, and low and behold the
sweet sounds of Orbinson drifted from the basement (I am building a
headless play system)
Well the output from strace before and after  looks almost identical except for 
set_tid_address(0x4023d0c8) = 7286|
set_tid_address(0x4023d0c8) = 6472
with the 7286 being the one that works, this call seems to have
something to do with threading.  Not sure if it has any relevance.
So the only thing I did is apt-get ltrace and running it on aplay.  Any
ideas  on what may have changed?

More system info

output from aadebug

http://alsa.opensrc.org/?aadebug

Kernel 
Linux sarge 2.6.7-1-386 #1 Thu Jul 8 05:08:04 EDT 2004 i586 GNU/Linux

Loaded Modules 
snd_pcm_oss48168  0
snd_mixer_oss  16640  1 snd_pcm_oss
snd_ens137018788  1
snd_rawmidi23232  1 snd_ens1370
snd_seq_device  7944  1 snd_rawmidi
snd_pcm85412  2 snd_pcm_oss,snd_ens1370
snd_timer  23172  1 snd_pcm
snd_page_alloc 11144  2 snd_ens1370,snd_pcm
snd_ak4531_codec7680  1 snd_ens1370
snd50148  10
snd_pcm_oss,snd_mixer_oss,snd_ens1370,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_ak4531
_codec

Modules Conf --
alias char-major-116 snd
alias char-major-14 soundcore
options snd major=116 cards_limit=4
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp* snd-pcm-oss
alias snd-card-0 snd-ens1370
alias snd-slot-0 snd-card-0
alias sound-slot-0 snd-slot-0
above snd-pcm snd-pcm-oss
above snd-mixer snd-mixer-oss
above snd-seq snd-seq-oss

Proc Asound ---
Advanced Linux Sound Architecture Driver Version 1.0.4 (Mon May 17
14:31:44 2004 UTC).
Compiled on Jul  8 2004 for kernel 2.6.7-1-386.
0 [AudioPCI   ]: ENS1370 - Ensoniq AudioPCI
Ensoniq AudioPCI ENS1370 at 0x5000, irq 10
0: [0- 0]: ctl
8: [0- 0]: raw midi
17: [0- 1]: digital audio playback
:cat: /proc/asound/hwdep: No such file or directory
16: 
24: [0- 0]: digital audio capture
33:   : timer
   00-00: ES1370/1 : ES1370 DAC2/ADC : playback 1 : capture 1
   00-01: ES1370/2 : ES1370 DAC1 : playback 1

   Dev Snd ---
   alasaworking_ps  hwC3D1midiC1D7  pcmC0D0c  pcmC1D1c  pcmC2D2c
   pcmC3D3c
   controlC0hwC3D2midiC2D0  pcmC0D0p  pcmC1D1p  pcmC2D2p
   pcmC3D3p
   controlC1hwC3D3midiC2D1  pcmC0D1c  pcmC1D2c  pcmC2D3c
   pcmC3D4c
   controlC2midiC0D0  midiC2D2  pcmC0D1p  pcmC1D2p  pcmC2D3p
   pcmC3D4p
   controlC3midiC0D1  midiC2D3  pcmC0D2c  pcmC1D3c  pcmC2D4c
   pcmC3D5c
   hwC0D0   midiC0D2  midiC2D4  pcmC0D2p  pcmC1D3p  pcmC2D4p
   pcmC3D5p
   hwC0D1   midiC0D3  midiC2D5  pcmC0D3c  pcmC1D4c  pcmC2D5c
   pcmC3D6c
   hwC0D2   midiC0D4  midiC2D6  pcmC0D3p  pcmC1D4p  pcmC2D5p
   pcmC3D6p
   hwC0D3   midiC0D5  midiC2D7  pcmC0D4c  pcmC1D5c  pcmC2D6c
   pcmC3D7c
   hwC1D0   midiC0D6  midiC3D0  pcmC0D4p  pcmC1D5p  pcmC2D6p
   pcmC3D7p
   hwC1D1   midiC0D7  midiC3D1  pcmC0D5c  pcmC1D6c  pcmC2D7c
   seq
   hwC1D2   midiC1D0  midiC3D2  pcmC0D5p  pcmC1D6p  pcmC2D7p
   timer
   hwC1D3   midiC1D1  midiC3D3  pcmC0D6c  pcmC1D7c  pcmC3D0c
   hwC2D0   midiC1D2  midiC3D4  pcmC0D6p  pcmC1D7p  pcmC3D0p
   hwC2D1   midiC1D3  midiC3D5  pcmC0D7c  pcmC2D0c  pcmC3D1c
   hwC2D2   midiC1D4  midiC3D6  pcmC0D7p  pcmC2D0p  pcmC3D1p
   hwC2D3   midiC1D5  midiC3D7  pcmC1D0c  pcmC2D1c  pcmC3D2c
   hwC3D0   midiC1D6  pcmC0D0   pcmC1D0p  pcmC2D1p  pcmC3D2p

   CPU ---
   model name  : Pentium MMX
   cpu MHz : 199.476

   RAM ---
   MemTotal:62392 kB
   SwapTotal:  243892 kB

   Hardware --
   :00:00.0 Host bridge: Intel Corp. 430HX - 82439HX TXC [Triton II]
   (rev 03)
   :00:0d.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI]
   (rev 01)

   


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



AVVISO: è stato rilevato un virus nel messaggio inviato. L'allegato infetto è stato eliminato.

2004-09-13 Thread NAVMSE-SPOSTA1
Destinatario dell'allegato infetto:  Torraca Alessandra\Inbox
Oggetto del messaggio:  Mail Delivery (failure
[EMAIL PROTECTED])
Uno o piu' allegati sono stati eliminati
  Attachment message.scr was Deleted for the following reasons:
Virus UNAUTHORIZED FILE was found.
<>

Re: evolution and web-browser ??

2004-09-13 Thread Eric Gaumer
On Mon, 2004-09-13 at 07:42, Richard Palfalvi wrote:
> Hi !
> 
> I would like to no from EVOLUTION-Users where I can change the
> default-browser evolution starts when I am clicking on links listed in
> emails? 
> 
> In my case (sarge/testing-distri) evolution always starts epiphany but
> I'd like to use FIREFOX instead.
> 
> I already tried to change this behavior with update-alternatives but
> nothing changed - and I believe now that it has nothing to do with the
> alternatives-system but with some Config-File of evolution.
> 
> I just cannot find the place/file where to tell evolution this
> changement 
> 
 
This setting is under "Preferred Applications" found in advanced desktop
settings under the GNOME control panel.








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


Re: playing DVD movies and .avi files

2004-09-13 Thread stebe
On Sat, 2004-09-11 at 20:10, Tom Kuiper wrote:

I've used mplayer: http://www.mplayerhg.hu
Xine: http://xinehq.de available in testing/unstable
Kaffiene:  http://kaffeine.sourceforge.net available in testing/unstable

I've found each has their good and bad points, so I switch depending on
my mood.

> Greetings everyone!
> 
> I have a camera which has the option of producing .avi movie files.  I also
> have some movie DVDs I'd like to play.  Some Web searching turned up
> cinelerria.  There is an .rpm package at
> aleron.dl.sourceforge.net/sourceforge/heroines/cinelerra-1.2.0-1.i386.rpm
> but that has become a quagmire.
> 
> The short question is: are there any other packages I can use?
> 
> For those of you wo might be interested why cinelerra didn't work, here
> are excerpts from my log.
> 
> Oh, and also, is is safe to purge the package that I forced?
> 
> Thanks and regards
> 
> Tom
> 

-- 
  <[EMAIL PROTECTED]>


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



problem installing a new kernel

2004-09-13 Thread Scott Mohnkern
Okay, I'm in the process of installing a new kernel (from 2.20 to 2.4.18)  
and I modified /etc/lilo.conf to have the initrd.img file, however, I  
can't find anywhere on the drive a copy of the initrd.img file for the  
2.20 kernel.

Is there a place to download, or a way to re-create the image file so it  
can be used?

If I try to use the 2.4.18 kernel, with the image file, It's a complete  
mess, with dozens of errors. Plus the ethernet card stops working.  (One  
error is that it cant' find it)

Scott Mohnkern
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Gimp 1.2 and 2 together?

2004-09-13 Thread Johann Koenig
Putting this back on the mailing list, where it belongs. Don't CC me and
definitely don't reply off-list.

On 9/13/2004, "(Piotr Kopszak)" <[EMAIL PROTECTED]> wrote:

>On Mon, Sep 13, 2004 at 10:07:18AM -0400, Johann Koenig wrote:
>> On Monday September 13 at 03:23pm
>> Andreas Janssen <[EMAIL PROTECTED]> wrote:
>>
>> > Seems to work on my Sarge system. Try
>> >
>> > apt-get --dry-run install gimp1.2 gimp
>>
>> Too bad gimp1.2 is just a transitional package:
>> [EMAIL PROTECTED]:~$ apt-cache search -n ^gimp
>> gimp - The GNU Image Manipulation Program, stable version 2.0
>> ...
>> gimp1.2 - Transitional dummy package for upgrading The GIMP
>> ...
>> [EMAIL PROTECTED]:~$
>>
>> The OP would be better off building from source and putting it in
>> /usr/local/ (perhaps with --program-suffix=1.2 or some such)
>> --
>> -johann koenig
>
>Exactly, that's the obvious solution. I hoped that there might be
>another more debianish way to do that.

There may be: obtain the last sources for 1.2 (snapshot.debian.net or
something, I haven't used it in a while) and figure out the
debian/rules stuff to build it yourself. It might conflict with the
installed gimp though, so you'll have to work that out yourself. Check
out backports.org (I think, haven't ever used it) for directions on
compiling, they might have something like a tutorial.
--
-Johann Koenig



A couple issues with Sarge; requesting assistance.

2004-09-13 Thread Mason Loring Bliss
Hi, all! I've decided to run Sarge on my laptop, and I've encountered a
couple issues. I'm hoping someone can shed some light on them for me.

1. I'm using xautolock and xlockmore. When xlockmore kicks in, either because
of a "hot corner" being inhabited or an idle time-out, the selected screen
saver (stars) will kick in, but cursor will remain visible. Bringing up the
password screen and then having it go away again results in the cursor being
hidden. I've used this combination of software under many (many!) NetBSD
systems, and I've never seen the cursor remain visible before. Clues would
be welcome.

2. XTerm is giving me trouble. First, it seems to ignore what I
set in .Xdefaults-(hostname). I know that my .Xdefaults is being read,
because some other software is obeying what I specify in there, but XTerm
is being recalcitrant. "XTerm*backarrowKey: true" is not being honored,
which is a bit of a pain.

3. TWM seems to ignore my TitleFont declaration in .twmrc.

4. I built a new kernel - my first home-built Linux kernel ever - and it
seems to work, except for one thing that I have yet to figure out. To wit,
my eth0 is not automatically configured, despite being told to use DHCP in
/etc/network/interfaces. It can be manually configured and used without
problems, but it should ideally be configuring itself automatically as it
does under the default kernel. Any idea what I've done wrong here?

5. With a default Debian 2.4.26-1-i386 kernel, I get an error message about
some module or other having a problem. It occurs just after the hot plug
stuff runs. I see nothing about it in dmesg, and I don't have a serial
console setup available for this box. Is there any way I can capture a
complete record of messages between kernel-load and gettys running?

Thanks kindly in advance for your assistance!

-- 
Mason Loring Bliss   [EMAIL PROTECTED]   Ewige Blumenkraft!
https://bliss.dyndns.org/  awake ? sleep : random() & 2 ? dream : sleep;


pgpGpqXxzv1QL.pgp
Description: PGP signature


Re: how to package to the sources.list

2004-09-13 Thread Kamaraju Kusumanchi
On Mon, 13 Sep 2004 04:30:16 -0700 (PDT), belahcene abdelkader
<[EMAIL PROTECTED]> wrote:
> Hi, every body
> 
> I want to add to my list of packages, softwares I 've
> downloaded, I saw the documentation, it is not clear.
> 
> I 've put my packages *.deb in the directory
> /home/debs
> 
> deb file:/home/debs
> 
> I add the his line, but when I run kpackage it gives
> an error while reading the sourecs.list
> I 've certainly missed something. I have misc packages
> and not  classed as stable or testing ?
> 
> This is a line for the CDROM, created by apt-cdrom ,
> is threre something like apt-cdrom add for local files
> ??
> 
> deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official
> i386 Binary-1 (20031201)]/ unstable contrib main
> non-US/contrib non-US/main
> 
> thanks for help
> best regards
> bela
> 


Did you go through

http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html#s-dpkg-scanpackages

It talks about a similar situation.

raju


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



Re: problem installing a new kernel

2004-09-13 Thread Andreas Janssen
Hello

Scott Mohnkern (<[EMAIL PROTECTED]>) wrote:

> Okay, I'm in the process of installing a new kernel (from 2.20 to
> 2.4.18) and I modified /etc/lilo.conf to have the initrd.img file,
> however, I can't find anywhere on the drive a copy of the initrd.img
> file for the 2.20 kernel.

It doesn't have one. Well, at least the Debian 2.2.20 installation
kernels from Woody didn't have initrds, because the necessary drivers
for installing were compiled into the kernel.

> If I try to use the 2.4.18 kernel, with the image file, It's a
> complete mess, with dozens of errors. Plus the ethernet card stops 
> working.  

The 2.4.18 kernel package should include a matching initrd image that is
called /boot/initrd-2.4-18-something.img, at least if you don't use the
2.4.18 installation kernel (2.4.18-bf2.4). That one doesn't use an
initrd image.

The package manegement should also automatically create a symlink

/initrd.img => /boot/initrd-2.4.18-something.img

so all you need to do is to add a line

initrd=/initrd.img

to the 2.4.18 section of your lilo.conf and rerun lilo. Obviously that
worked so far, because you can't boot without the initrd image - the
kernel doesn't have the drivers to access your hard disk.

If you get device errors, this is probably because when you booted using
your old kernel, the drivers (e.g. for your network card) were compiled
into it, but are now compiled as modules. Adding the module name
to /etc/modules should help. If you need more help, tell us what error
messages exactly you get.

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: Gnome

2004-09-13 Thread Kent West
Paul Akkermans wrote:
Hi everyone,
 
I have installed Gnome through apt-get install gdm. After doing this 
and after rebooting my debian system I get the following message:
 
I cannot start the x server (your graphical interface) It is likely 
that it is not set up correctly Would you like to view the x server 
output to diagnose the problem? (Choises Yes and No). When I press Yes 
the form which should contain the diagnose is completely empty. The 
next message (when I press Ok in the empty diagnose form) I get is: I 
will diable this X server for now. Restart GDM when it is configured 
correctly. Does anybody know what is wrong and how I can solve this 
problem?
 
Thanks in advance
gdm is not Gnome; it's only Gnome's GUIfied login manager. I don't think 
its dependencies pull in a full Gnome setup. You might try "apt-get 
install gnome". You might also need to "apt-get install x-window-system".

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



Re: rekall doesn't work properly on debian

2004-09-13 Thread Daniel M.

A month ago, I found a .deb for Rekall, version 2.2.0-beta4-2.
I can't seem to find the package again, but the maintainer listed
through apt-cache show is:
Maintainer: Edgar Jasper < develop at edgar dot org dot uk >
I can't say much about the program because I haven't used it
extensively.  Hopefully the email address will help.
Thanks for the reference - I found the packages. Unfortunately,
the package suffers from the same problem as a manually compiled
application, and segfaults in exactly the same way and with the
same frequency :(.
Daniel.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: "modconf" sees no modules at all in recompiled kernel

2004-09-13 Thread Justin Guerin
On Sunday 12 September 2004 20:00, Eric Dickner wrote:
> I have two kernels running, one 2.2.20 installed from
> purchased disks and one 2.4.27 that was created by
> recompiling the "old fashioned" way, ie not by a
> debian package but from the sources that came from
> kernel.org.
>
Be aware that precompiled Debian kernels have patches applied.  As a matter 
of fact, 2.4.18 is available for Woody (which it seems you have, since you 
mention 2.2.20).  Depending on your needs, 2.4.18 may be suitable.

> The problem is this: running the old linux there are a
> few modules installed that make the cdrom work
> properly and the floppy work.  There are many modules
> available from the "modconf" program that are not
> loaded.
>
> In the new kernel, none of that is there; no modules
> are loaded and the only one that "modconf" can see is
> a "dummy" one in the net directory.  Can I simply copy
> the contents of /lib/modules/'uname -r'/ over?  Can it
> be that simple?  I am afraid to do that thinking that
> things will become unstable if I "force" things upon
> the new kernel that way.
>
There's a very good reason that there are plenty of modules available for 
the precompiled kernel: hardware compatibility.  Anyway, if you didn't 
specify (when you configured the kernel) to build any drivers as a module, 
you won't see any when you use modconf.

No, you cannot simply copy the contents of /lib/modules/`uname -r` over.  
You need to recompile your kernel, and build the modules.

Incidentally, if you didn't build your kernel the Debian way, did you 
specifically make the modules?  If you didn't, you won't have modules to 
load, even if you specified them in the config.

Justin Guerin


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



Re: rekall doesn't work properly on debian

2004-09-13 Thread Tom Wesley
On Tuesday 14 September 2004 04:59, Daniel M. wrote:
> Thanks for the reference - I found the packages. Unfortunately,
> the package suffers from the same problem as a manually compiled
> application, and segfaults in exactly the same way and with the
> same frequency :(.
>
> Daniel.

At risk of being shot at at sunrise, I had rekall working without any problems 
in Gentoo a few days back.  Does the following help you at all?

DEPEND="virtual/python
 mysql? ( >=dev-db/mysql-3.23.57-r1 )
 postgres? ( >=dev-db/postgresql-7.3.4-r1 )
 xbase? ( =dev-db/xbsql-0.11 )"
RDEPEND="virtual/python
 mysql? ( >=dev-db/mysql-3.23.57-r1 )
 postgres? ( >=dev-db/postgresql-7.3.4-r1 )
 xbase? ( =dev-db/xbsql-0.11 )"

myconf="--with-gui=kde \
 `use_enable mysql` \
 `use_enable postgres pgsql` \
 `use_enable xbase` \
 `use_enable odbc` \
 `use_enable odbc iodbc`"

sed -i -e 's/$(LN_S) $(kde_libs_htmldir)\/$(KDE_LANG)\/common/$(LN_S) common/' 
${S}/doc/rekall/Makefile.in

For those that do not know, DEPEND is packages that are required to build, 
RDEPEND are runtime only deps, the myconf variable is appended to configure 
and the use_enable function emits the correct configure argument if the 
feature following it is enabled.  As for the sed, I'm not sure...

Full URL for ebuild:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-db/rekall/rekall-2.2.0.ebuild

Maybe gdb backtraces could be helpful.  Since I'm interested in getting this 
working in Debian (as well as working out how apt-get actually works ;) can 
you post the url you found the packages at and I'll have a play myself.

-- 
Tom Wesley <[EMAIL PROTECTED]>


pgp5IJfpG5agq.pgp
Description: PGP signature


Where to put module config with module-init-tools?

2004-09-13 Thread Mike Fedyk
Hi,
What file should I edit to set options for a module at boot time?
I looked at /etc/modules.conf, and it is generated by update-modules, 
but that is a "deperciated" command, so what is the new way of doing things?

I created /etc/modutils/options[1], and ran update-modules but the 
options I set don't seem to be used by the module.

[1]  echo 'aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1' > 
/etc/modutils/options

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



Re: Where to put module config with module-init-tools?

2004-09-13 Thread Andreas Janssen
Hello

Mike Fedyk (<[EMAIL PROTECTED]>) wrote:

> What file should I edit to set options for a module at boot time?
> 
> I looked at /etc/modules.conf, and it is generated by update-modules,
> but that is a "deperciated" command, so what is the new way of doing
> things?

It is deprecated for kernel 2.6. It used to generate /etc/modprobe.conf
from /etc/modprobe.d. However for 2.4, it still
generated /etc/modules.conf from /etc/modutils.

> I created /etc/modutils/options[1], and ran update-modules but the
> options I set don't seem to be used by the module.
>
> [1]  echo 'aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1' >
> /etc/modutils/options

Add

options aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1

to some file in /etc/modprobe.d (2.6) or /etc/modutils (2.4). If you use
2.4, run update-modules or update-modules.moditils. Also make sure
that /etc/modprobe.conf does not exist if you use a current version of
module-init-tools.

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]



Question about apt, apt-proxy, Sarge and testing

2004-09-13 Thread Paul E Condon
I have a setup in which one of my Debian computers maintains an apt-proxy,
and all the computers on my LAN, point their apt_sources.list to that proxy.
I am running Sarge on all the computers. It has worked very nicely, but I
notice something that I don't like, and I don't know how to fix, or even
if it is possible to fix:

In the past, I have used "sarge" and "testing" interchangeably. That is
sometimes I set up a source.list to get stuff from sarge, and sometimes
from testing. This happened because long ago, the computers were all on
woody, and the transition to sarge was gradual. 

Now I notice that my system does not recognize that sarge and testing are
really the same thing. On a single computer, apt, dpkg, etc. seem to believe
that some packages are from sarge and some from testing, and that these are
not the same. If I remove change one to the other in a sources.list, they
want to download a bunch of stuff that is really up to date. (I talk about
this as being a problem in apt, dpkg, but it might be a problem in apt-proxy.
I really don't understand where the misbehavior actually happens.)

While thinking about how to fix the problem, I realize that I can't see
why these programs should be aware of the fact that sarge and testing are
the same. So maybe this is a 'feature' of the package system that is not
subject to fixing. But is there some way to fix it?

Why fix it? I had been expecting to stick with sarge for a while after it
becomes the new 'stable'. I thought that would be easy: Just point my
sources.list to 'sarge' now, and don't worry. But... if a remove the
lines specifying 'testing', the system wants to download and install all
the same stuff again. I call this not a smooth transition. 

Any ideas? 


-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Where to put module config with module-init-tools?

2004-09-13 Thread Prashant Kumar
what to do for kernel 2.6 I have similar problem
everytime after reboot  I have to issue modeprobe -k psmouse
in kerne 2.6 and xfree86 how to get rid of it

Prashant kumar
home page http://home.iitk.ac.in/student/prashkr
+-+
|Nothing is fool-proof for a sufficiently talented fool!  |
+-+

On Mon, 13 Sep 2004, Andreas Janssen wrote:

> Date: Mon, 13 Sep 2004 20:29:21 +0200
> From: Andreas Janssen <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Where to put module config with module-init-tools?
> Resent-Date: Mon, 13 Sep 2004 13:45:06 -0500 (CDT)
> Resent-From: [EMAIL PROTECTED]
>
> Hello
>
> Mike Fedyk (<[EMAIL PROTECTED]>) wrote:
>
> > What file should I edit to set options for a module at boot time?
> >
> > I looked at /etc/modules.conf, and it is generated by update-modules,
> > but that is a "deperciated" command, so what is the new way of doing
> > things?
>
> It is deprecated for kernel 2.6. It used to generate /etc/modprobe.conf
> from /etc/modprobe.d. However for 2.4, it still
> generated /etc/modules.conf from /etc/modutils.
>
> > I created /etc/modutils/options[1], and ran update-modules but the
> > options I set don't seem to be used by the module.
> >
> > [1]  echo 'aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1' >
> > /etc/modutils/options
>
> Add
>
> options aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1
>
> to some file in /etc/modprobe.d (2.6) or /etc/modutils (2.4). If you use
> 2.4, run update-modules or update-modules.moditils. Also make sure
> that /etc/modprobe.conf does not exist if you use a current version of
> module-init-tools.
>
> 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]
>


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



Browser Based E-Mail

2004-09-13 Thread Roger Creasy
Hello,
 
In yahoo mail, I can get to my account main page, but when I try to go to my in box, Mozilla times-out. I do not have this problem with my inferior in all other ways, windows box and IE6. Any suggestions?__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

Multiple users and multiple languages

2004-09-13 Thread Jim Bailey
Hi people,

I realise this is a FAQ but I don't seem to be able to find it in the
FAQs or Debian docs.

My problem is simple I have to set up a desktop PC which will be used by
a number of non English speakers of several nationalities and languages.

RTFM most appreciated but where?

Peace Jim

-- 
keys:  http://freesolutions.net/jim/pubkey.asc

 The truth will set you free, but first it will piss you off.
 --David Icke


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



update

2004-09-13 Thread btom
Hi,
I havent updated since woody but I recently had a go at it. This is my sources.list:
-
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-1 (20021218)]
/ unstable contrib main non-US/contrib non-US/main
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free

#testing stuff
deb http://http.us.debian.org/debian testing main contrib non-free
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
--

and this is the error message I get when running 'apt-get update'
...
Get:15 http://http.us.debian.org testing/non-free Release [85B]

Fetched 3435kB in 10m54s (5249B/s)

Failed to fetch 
http://non-us.debian.org/debian-non-US/dists/stable/non-US/main/binary-i386/Packages
 Something wicked happened resolving 'non-us.debian.org:http' (-3)
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing pcregrep (NewPackage)
E: Problem with MergeList 
/var/lib/apt/lists/http.us.debian.org_debian_dists_testing_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

Any tips on how to update my system to the most recent stable distro would
be most appreciated.

cheers
Tom

___
Skicka gratis SMS!
http://www.passagen.se





Re: Where to put module config with module-init-tools?

2004-09-13 Thread Mike Fedyk
Prashant Kumar wrote:
what to do for kernel 2.6 I have similar problem
everytime after reboot  I have to issue modeprobe -k psmouse
in kerne 2.6 and xfree86 how to get rid of it
Why do you have to do that?
The problem should be fixed.  Have you filed a bug report?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Where to put module config with module-init-tools?

2004-09-13 Thread Andreas Janssen
Hello

Prashant Kumar (<[EMAIL PROTECTED]>) wrote:

(please don't top post, only quote what is needed to understand the
context of your message, and don't CC anyone when writing to the list,
except he or she requested it)

> what to do for kernel 2.6 I have similar problem
> everytime after reboot  I have to issue modeprobe -k psmouse
> in kerne 2.6 and xfree86 how to get rid of it

To load a module at boot time, add it to /etc/modules:

echo psmouse >> /etc/modules

By the way, this has already been asked countless times on this list.
Please check the archive (lists.debian.org, groups.google.com) first
the next time.

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]



Wordpress installation problems

2004-09-13 Thread Jerry L Bash

Hi,

I am having difficulty in getting wordpress installed and in a useable state.  The apt-get process completed successfully, but the post install configuration is giving me problems. 
I was able to complete the 3 step setup process as indicated via the web interface, but when I try to login as admin with the supplied password, I get a message on my browser that says:

Fatal error: Cannot redeclare __() (previously declared in /var/www/wordpress/wp-includes/wp-l10n.php:35) in /usr/share/wordpress/wp-includes/wp-l10n.php on line 35

Looks like there's an overlap in the declarations somewhere, but I know nothing about php, so if someone can help with this, it would be much appreciated.

Thanks,
-Jerry


Re: Where to put module config with module-init-tools?

2004-09-13 Thread Mike Fedyk
Andreas Janssen wrote:
Add
options aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1
to some file in /etc/modprobe.d (2.6) or /etc/modutils (2.4). If you use
2.4, run update-modules or update-modules.moditils. Also make sure
that /etc/modprobe.conf does not exist if you use a current version of
module-init-tools.
OK, thanks.
Now, wtf is wrong with this module?!
I can
modprobe aic7xxx aic7xxx=global_tag_depth:1
And get the specified tag depth
and I can:
modprobe aic7xxx aic7xxx=verbose
And it will be verbose.
But I can't:
modprobe aic7xxx aic7xxx=global_tag_depth:1,verbose
When I do I get
aic7xxx: can only take 1 arguments
aic7xxx: `global_tag_depth:1' invalid for parameter `aic7xxx'
or
modprobe aic7xxx aic7xxx=verbose,global_tag_depth:1
and when I do I get
aic7xxx: can only take 1 arguments
aic7xxx: `verbose' invalid for parameter `aic7xxx'
to get both at the same time.
WTF?

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



Re: evolution and web-browser ??

2004-09-13 Thread Rich Rudnick
On Mon, 2004-09-13 at 08:08 -0700, Eric Gaumer wrote:
> On Mon, 2004-09-13 at 07:42, Richard Palfalvi wrote:
> > Hi !
> > 
> > I would like to no from EVOLUTION-Users where I can change the
> > default-browser evolution starts when I am clicking on links listed in
> > emails? 
> > 
> > In my case (sarge/testing-distri) evolution always starts epiphany but
> > I'd like to use FIREFOX instead.
> > 
> > I already tried to change this behavior with update-alternatives but
> > nothing changed - and I believe now that it has nothing to do with the
> > alternatives-system but with some Config-File of evolution.
> > 
> > I just cannot find the place/file where to tell evolution this
> > changement 
> > 
>  
> This setting is under "Preferred Applications" found in advanced desktop
> settings under the GNOME control panel.

Also, if you set this to sensible-browser, it will respect x-www-
browser.




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



Re: Multiple users and multiple languages

2004-09-13 Thread Florian Ernst
Hello Jim, hello list!

On Mon, Sep 13, 2004 at 08:59:55PM +0100, Jim Bailey wrote:
> My problem is simple I have to set up a desktop PC which will be used by
> a number of non English speakers of several nationalities and languages.
> 
> RTFM most appreciated but where?

Chapter "9.7 Localization" from the Debian Reference at
 was
enough to get me started (using en_US, de_DE, fr_FR and ja_JP),
so maybe it will help you as well.
More detailed information can be found in the "Introduction to i18n"
manual at  or in the
numerous references within these docs.

Cheers,
Flo


signature.asc
Description: Digital signature


Re: xcdroast

2004-09-13 Thread Micha Feigin
On Fri, Sep 10, 2004 at 07:24:09PM -0400, Tom Allison wrote:
> I have the 2.6 kernel.
> using this I've assumed I can run ATAPI burners, but XCDroast has heart 
> burn itself...
> 

Used xcdroast with atapi cdrom under 2.6 kernel. Worked fine, except it
would take forever if there wasn't a disk in the drive when trying to
do something.

It still works better with emulated scsi (as does vmware and some other
things).

> help?
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 
> 
> +++
> This Mail Was Scanned By Mail-seCure System
> at the Tel-Aviv University CC.
> 


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



Re: Trouble with HDD > 137GB Using Sarge

2004-09-13 Thread Chrissie
On 2004-09-12, Kurt Dresner <[EMAIL PROTECTED]> wrote:
> figure out exactly what I need to do.  I just installed Sarge
> (netinst) on a new 200GB drive from Seagate (ATA/100).  During the
> installation process, the partitioner only saw the first 137 GB.  I

Alan Cox has started a -ac kernel series again. It has the newest IDE
patches. Look out for it, maybe it helps.

-- 
   Cheers,
 Chrissie
get my gpg public key at http://www.haschmir.de/chrissie-web.asc 


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



Re: Epiphany, Galeon, Mozilla printing Problem, Konqueror works fine

2004-09-13 Thread Chrissie
On Sat, 11 Sep 2004 00:20:10 +0200, Justin Guerin wrote:
>> > Does the preview in Mozilla look OK?
>>
>> The mozilla preview looks ok!
>>
> Wish I knew what was different between the preview and the output to the 
> print queue...
> 
>> > If the file looks OK, what happens when you print it?  If it's messed
>> > up, how did you print it?  Konqueror defaults to kprinter, which seems
>> > to work.  Is the file OK if you print with "kprinter file"?
>>
>> If i print from mozilla with the kprinter command, same effect.
> 
> Since this problem seems to be mozilla internal, have you tried 
> re-configuring / re-installing / upgrading moz et. al?  Also, check your 
> file system for errors.  Perhaps a library that provides printing is 
> corrupted.  A reinstall / upgrade should fix that, though.
> 
> Sorry I'm not much help.
> 

Well, today i realised this mail which was sent to me via debconf
(havent read it before because i normally use a imap server here and these
messages arent submitted there)

Debconf: Configuring mozilla-browser --
postscript support has been +droppe

This means that xprint is required for printing. Please install
xprt-xprintorg package.

This is not a bug, Don't submit bug reports for this. (wishlist to
reenable postscript has been submitted already, Bug#256072)

-- 
   bis denne,
 Chrissie
get my gpg public key at http://www.haschmir.de/chrissie-web.asc 
You prefer the company of the opposite sex, but are well liked by your own.


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



Re: xcdroast

2004-09-13 Thread Erik Steffl
Micha Feigin wrote:
On Fri, Sep 10, 2004 at 07:24:09PM -0400, Tom Allison wrote:
I have the 2.6 kernel.
using this I've assumed I can run ATAPI burners, but XCDroast has heart 
burn itself...
  I have 2.6.5 kernel, debian unstable
  xcdroast warns me tht I should be using scsi devices but other than 
that it seems to be working (only burned few CDs, didn't compare times).

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



Re: please recommand a media reader

2004-09-13 Thread Brad Sims
On Monday 13 September 2004 12:30 am, Tom Vier wrote:
>  Ihave a usb (floppy drive size) reader, made by in-win, but afaict, there's
> no linux driver for it.
> 
> i'm looking for a usb card reader that has good linux support, and reads cf
> and sd cards. also, black is a big plus. i'd like it to match my case.

I have a SanDisk ImageMate 6 in 1 SDDR-86 USB card reader...
Its silver and black; it's about the size of a deck of cards.

Shows up in linux just fine, it reads MediaStick SD/MMC, CFI/II and SM.
I have tried it with CF, and SM; works a treat, no drivers needed. 
My /etc/fstab entries for it are as follows:

# 6 in 1 Removable USB Card Reader
/dev/sda1   /comflash  vfat noauto,user 0   0
#/dev/sdb1   /fixme  vfat ro,noauto,user 0   0
#
# This one I know is for SmartMedia
/dev/sdc1   /flash  vfat noauto,user 0   0
#/dev/sdd1   /fixme  vfat ro,noauto,user 0   0

As always YMMV, Not Valid in all States, Do Not Taunt Mr. Happy Fun Ball.

-- 
Consistency is the last refuge of the unimaginative
 -- Oscar Wilde


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



Re: GRUB issues

2004-09-13 Thread John Summerfield
c0ldfusi0n wrote:
Hey all.
I recently made an update of apt followed by an upgrade and rebooted. 
GRUB then gave me this error:

GRUB loading stage1.5...
GRUB loading please wait...
Error 15
Now as far as i know, the error code 15 stands for "File not found". I 
tried booting with the grub bootdisk and do:
root (hd0,0)
kernel (hd0,0)/boot/2.4.25-eb-cfbox
But that gave me another file not found error, so i did
kernel (hd0,0)/[TAB] and the only thing that got displayed is the 
"lost+found" directory with a bunch of "#XXX" files in it, seems 
like it's the only thing left in the system.
I'm sure (hd0,0) is the good device since when i "root" it, it tells 
me that the FS is ext2fs.

Now, i would really like to be able to boot my box again without 
losing the precious data i have on it, most importantly a coding job i 
spent weeks making.
I've been told to use Knoppix to chroot to /dev/hda1 and then do 
"grub-install", "grub" and the root and kernel commands i showed 
above, but i burned "KNOPPIX_V3.6-2004-08-16-EN.iso" two times (one at 
24x the other at 8x) and it doesn't boot, even though the ISO is 
detected to be bootable (yes the bios is set correctly).

Has anyone got a clue on how i could fix/minimize the damages?
Thanks in advance, any help is appreciated.
Do not do anything that involves writing to that drive until you have 
successfully read it. IE on no account go reinstalling grub.

It sounds like your system is hosed, and the Knoppix CD is a sound way 
to boot something else so you can inspect the drive.

You can also try booting a Sarge install CD, but I don't think there's 
anything wrong with Knoppix  3.6 (I can boot my CD fine), but testing 
_that_ on another box is a good idea.

So is attaching your HDD to another machine, maybe in a USB enclosure, 
booting K on that...


--
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: change hostname

2004-09-13 Thread John Summerfield
Ionel Mugurel Ciobica wrote:
On 13-09-2004, at 08h 01'54", Víctor A. Ramos wrote about "change hostname"
 

Hi,
I have a Debian GNU/Linux installed on my compute, and I want to change
the hostname of this machine. Can someone tell me how can this be done?
Thanks a lot
   

With the hostname command as root (see man hostname).
You could also change the content of the /etc/hostname file, but it
will take action next time you reboot.
 

You need to do both of those: one for immediate effect, the other for later.
--
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: change hostname

2004-09-13 Thread John Summerfield
Afsin Taskiran wrote:
Hi;
# hostname 
or
# vi /etc/hosts
 

/etc/hosts does not control the host name.
--
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: [Fwd: OpenOffice and rectangles instead of fonts]

2004-09-13 Thread Wayne Topa
[EMAIL PROTECTED]([EMAIL PROTECTED]) is reported to have said:
> - Forwarded message from [EMAIL PROTECTED] -
> 
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: OpenOffice and rectangles instead of fonts
> > Date: Fri, 10 Sep 2004 08:24:05 +0200
> > 
> > I have sarge daily updated. Some time ago I noticed that in OO there are
> > rectangles instead e.g. name of fonts. The same is in all dialogs,
> > rectangles instead of filenames.
> > How can I correct that ?
> 
> Dou you know any other e-mail list which is better suited for this
> kind of problems ?

go to OpenOffice.org and look for the oo-user mailing list archives.

wt
-- 
Computers are not intelligent. They only think they are.
___


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



Sarge install hangs on ide-cd detection?

2004-09-13 Thread Olav
Has anyone experienced any problems with the installation of Sarge,
kernel 2.6? I have used a "businesscard" iso version of Sarge to try.

If I boot from the cdrom and install the default 2.4 everything goes
smooth and without any problems. System is up & running in no time.

When I try the same with the 2.6 kernel the installation program boots
quickly, I can make several selections, seems allright, but... when it's
going into hardware detection it just stalls at around 87% while trying
the "ide-cd" module.

Should I try another Sarge cd? Bootfloppies or Netinst? Newer version?
This one I downloaded only a week ago. Or do I in fact have a cdrom
drive that is not compatible with 2.6?

TIA


-- 
Olav <[EMAIL PROTECTED]>


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



Re: Multiple users and multiple languages

2004-09-13 Thread Kevin Cave
Jim Bailey wrote:
Hi people,
I realise this is a FAQ but I don't seem to be able to find it in the
FAQs or Debian docs.
My problem is simple I have to set up a desktop PC which will be used by
a number of non English speakers of several nationalities and languages.
RTFM most appreciated but where?
Peace Jim
 

I was most happy to find out that gdm keeps the language
settings for each individual user login, meaning my wife
who's from Japan has a nice Japanese environment (with
a little bit of extra setup of a suitable Japanese input method),
and I can have my English environment.
Hope that tidbit of knowledge helps.
regards,
Kevin Cave.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: update

2004-09-13 Thread Stefan O'Rear
On Mon, Sep 13, 2004 at 09:43:41PM +0200, [EMAIL PROTECTED] wrote:
> Hi,
> I havent updated since woody but I recently had a go at it. This is my sources.list:
> -
> #deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-1 (20021218)]
> / unstable contrib main non-US/contrib non-US/main
> deb http://http.us.debian.org/debian stable main contrib non-free
> deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
> deb http://security.debian.org stable/updates main contrib non-free
> 
> #testing stuff
> deb http://http.us.debian.org/debian testing main contrib non-free
> deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
> deb http://security.debian.org testing/updates main contrib non-free
> --
> 
> and this is the error message I get when running 'apt-get update'
> ...
> Get:15 http://http.us.debian.org testing/non-free Release [85B]
> 
> Fetched 3435kB in 10m54s (5249B/s)
> 
> Failed to fetch 
> http://non-us.debian.org/debian-non-US/dists/stable/non-US/main/binary-i386/Packages
>  Something wicked happened resolving 'non-us.debian.org:http' (-3)
> Reading Package Lists... Error!
> E: Dynamic MMap ran out of room
> E: Error occured while processing pcregrep (NewPackage)
> E: Problem with MergeList 
> /var/lib/apt/lists/http.us.debian.org_debian_dists_testing_main_binary-i386_Packages
> E: The package lists or status file could not be parsed or opened.
> 
> Any tips on how to update my system to the most recent stable distro would
> be most appreciated.

This has been asked many times.

To fix it, add:

APT::Cache-Limit 1024;

to your /etc/apt.conf (create it if you need to).

-- 
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]



Adding New Programs

2004-09-13 Thread David Snyder
I've been using Debian Linux for about 1 week and love it.  I'm still trying 
to learn the ropes and have been successful in getting many things 
accomplished.  Getting closer to kissing Windows GOODBYE.

I have 2 questions and have looked at numerous web sites for answers.
1.  I figured out how to add new packaged with apt-get install since I didn't 
install everything I needed initially.  What I haven't been able to figure 
our is how to add these to the desktop or desktop panel.  For example, I 
installed Mozilla and was able to lauch this via the command line but lost 
when attempting to add to the panel.  How is this done?  I'm sure it's easy 
but for some reason I haven't been able to figure it out.

2.  I'm using Kontact for my email, calendar, notes, etc.  I like to spell 
check emails before I send, however, I get an error saying ISpell/Aspell 
could not start, be sure to add it to your path.  Is this the path 
in /etc/profile?

Any help would be appreciated.
Thanks

-- 
David Snyder
[EMAIL PROTECTED]


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



System Monitor

2004-09-13 Thread John Fleming
What easy (newbie) way could I get a report of CPU and memory use averaged
over 24 hrs?  I've had some issues with SpamAssassin using a lot of
available memory recently (probably too many network tests and rulesets).  I
can watch it using top but would like a 24 hr average report.  An emailed
report would be super.  Thanks - John



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



Re: System Monitor

2004-09-13 Thread Brett Carrington
On Mon, 13 Sep 2004 18:31:40 -0500, John Fleming <[EMAIL PROTECTED]> wrote:
> What easy (newbie) way could I get a report of CPU and memory use averaged
> over 24 hrs?  I've had some issues with SpamAssassin using a lot of
> available memory recently (probably too many network tests and rulesets).  I
> can watch it using top but would like a 24 hr average report.  An emailed
> report would be super.  Thanks - John
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

Try cacti.
cacti - Frontend to rrdtool for monitoring systems and services

apt-get install cacti


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



ximian-connector under debian

2004-09-13 Thread Clifton Sluss
Hi all,

does anyone out there have systematic approach to making
ximian-connector work for evolution?  I have tried to install via
alien the rpm packages found on novell's site, but to no avail. 
Closest to working is the redhat 9 rpm but gives:

"Cannot activate component
OAFIID:GNOME_Evolution_ExchangeStorage_ShellComponent :
The error from the activation system is:
Child process did not give an error message, unknown failure occurred"

upon startup of evolution.
i am using 1.4.6, i would use 1.5 and evolution-exchange if anyone has
crossed that bridge.

 It looks like a .deb may have been available until sometime this
summer, but no more, maybe someone saved it?

i would give more detail, but the computer on which i am trying to
make this work is at work and my monitoring of this list is going to
be limited to home. any specific information that may be needed to
work through this could be obtained upon request with a day's lag in
response.

i am rather new to this type of thing, but can follow directions.

thanks for your help
clifton


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



Re: How to I?

2004-09-13 Thread Marcos Carneiro da Rocha
Try partition magic - it's not free.

Marcos

On Thu, 2004-09-09 at 21:09, [EMAIL PROTECTED] wrote:
> To All,
>   What software for windows can I use to partition a hard drive
> without losing windows so I can install Linux as a dual book
> computer.
> 
> 
> Jack
> 


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



Re: Adding New Programs

2004-09-13 Thread Clifton Sluss
David,
sounds like your in KDE, so the first problem is pretty simple.  if
you right click next to the K menu icon on the taskbar a set of
options comes up, including "menu editor" choose this.  it will show
you a list of the items found in the K menu, in the same arrangement
they are found normally, for your convenience.   under file here you
can choose to add a submenu or an item.   when you add or select an
existing item to modify the right side of the dialog becomes active,
you can map the path to the executable if need be and pick out an icon
that works for you. you can drag anything from the k menu to the panel
to leave a little shortcut.

i gave up on kmail a while back and have been using ximian evolution,
so i am not really sure about your second question

clifton

On Mon, 13 Sep 2004 19:18:10 -0400, David Snyder <[EMAIL PROTECTED]> wrote:
> I've been using Debian Linux for about 1 week and love it.  I'm still trying
> to learn the ropes and have been successful in getting many things
> accomplished.  Getting closer to kissing Windows GOODBYE.
> 
> I have 2 questions and have looked at numerous web sites for answers.
> 1.  I figured out how to add new packaged with apt-get install since I didn't
> install everything I needed initially.  What I haven't been able to figure
> our is how to add these to the desktop or desktop panel.  For example, I
> installed Mozilla and was able to lauch this via the command line but lost
> when attempting to add to the panel.  How is this done?  I'm sure it's easy
> but for some reason I haven't been able to figure it out.
> 
> 2.  I'm using Kontact for my email, calendar, notes, etc.  I like to spell
> check emails before I send, however, I get an error saying ISpell/Aspell
> could not start, be sure to add it to your path.  Is this the path
> in /etc/profile?
> 
> Any help would be appreciated.
> Thanks
> 
> --
> David Snyder
> [EMAIL PROTECTED]
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>


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



Confused about modules

2004-09-13 Thread Robert Parker
As root
On a Woody system 2.4 series kernel.

modprobe apm
the module installs and is in the lsmod list but does not persist through a 
boot.

insmod apm
same story.

So what command should I use to have apm installed on boot?
I guess a second question is why have 2 commands doing the same thing?

Thanks


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



Re: bind in jail?

2004-09-13 Thread Paolo Alexis Falcone
On Mon, 13 Sep 2004 14:29:39 +0200, Olav <[EMAIL PROTECTED]> wrote:
> Op ma 13-09-2004, om 07:03 schreef Paolo Alexis Falcone:
> 
> 
> > On Mon, 13 Sep 2004 05:42:55 +0200, Olav <[EMAIL PROTECTED]> wrote:
> > > Do most people who run bind or bind9 on Debian, recompile the program to
> > > run in a chroot environment ("jail")? Or perhaps, should this not be
> > > necessary in Sarge because it has other defenses in place?
> >
> > There's no need to recompile debian's bind package to execute bind
> > inside a chroot'd jail. However, I'm not sure if the default Bind
> > install in Sarge runs bind chroot'ed, although they've already built
> > the necessary facilities to run it chrooted (seen it in my Woody
> > servers).
> 
> How do I check? I'm rather new to both bind and the practical use of
> chroot (but I know what it does in theory). I have set up bind according
> to
> ,
> except (like the article says) there is no utility by the name of
> bindconfig and the config files are organized a little bit different.
> Seems like no problem to me. The server works great now as a DNS server
> for the clients in my LAN, resolving names on the internet. But it does
> not do anything with my own zone files - have to figure that one out,
> but it's another story.

There is no bindconfig or any utility like that.

Bind does two functions - as a caching nameserver (resolver) and a DNS
server (publishes entries as placed in your zone files). The Bind book
(deadtree edition) recommends running both components of bind under
different IP's.

> I'm not sure that it runs in chroot mode, and I'm almost certain that it
> does not, and I'm not clear about what I could have done (during or
> after install) to make it run that way. I can see that named *does* run
> with it's own user, bind. But that is not necessarily evidence of
> running in chroot, is it?


If you followed the chroot'ed bind howto (e.g. "replicate" the folders
needed from the root filesystem into say /var/lib/named, then place
bind's configs there in /var/lib/named/etc/bind, run as a
non-privileged user -> there's explicit instructions on how to do
this) then it runs chroot'ed.

> > > Running bind this way is a recommendation that you can often read about.
> > > I also wonder what the *real* dangers would be from exposing bind to the
> > > outside world. What bad things can happen, and could bind in fact be a
> > > starting point for someone to break into a system? I have not seen too
> > > much real world information about this so far (I could have looked in
> > > the wrong places of course...)
> >
> > As we already know, binding applications to use the privileged ports
> > (ports lower than 1024) would need root privileges (normally that is).
> > Now, assuming that you've got bind running as root, a
> > remotely-exploitable bug in bind can be used as a mechanism to gain
> > entry to the system. And since bind would run as root - hello you're
> > already 0wned! :D
> 
> So I'm reading contradictory statements about this. Some will say that a
> vulnerability in bind will only allow an attacker to "hang up" your
> system, but it will not let them in. How many real world exploits have
> been reported and of what nature?

The most dangerous of vulnerabilities would allow denial of service or
entry to the system. What I've stated is just the theory on the
purported advantages of running the bind daemon chrooted with regards
to compartmentalizing the damage that can be done.

For info on bind's real-world exploits record - check the archives at bugtraq.


-- 
Paolo Alexis Falcone
[EMAIL PROTECTED]


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



RE: Confused about modules

2004-09-13 Thread Steven Jones
try typing modconf and pic the module to install it.

regards

Steven

-Original Message-
From: Robert Parker [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 14 September 2004 12:17 p.m.
To: Debian User
Subject: Confused about modules


As root
On a Woody system 2.4 series kernel.

modprobe apm
the module installs and is in the lsmod list but does not persist through a 
boot.

insmod apm
same story.

So what command should I use to have apm installed on boot?
I guess a second question is why have 2 commands doing the same thing?

Thanks


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



Re: Adding New Programs

2004-09-13 Thread Micha Feigin
On Mon, 13 Sep 2004, David Snyder wrote:

> I've been using Debian Linux for about 1 week and love it.  I'm still trying 
> to learn the ropes and have been successful in getting many things 
> accomplished.  Getting closer to kissing Windows GOODBYE.
> 
> I have 2 questions and have looked at numerous web sites for answers.
> 1.  I figured out how to add new packaged with apt-get install since I didn't 

You could also try aptitude, either from the command line line apt-get or 
just run aptitude and it has a text interface. There is also a gui 
interface either synaptic or gnome-apt (no experience with either).

> install everything I needed initially.  What I haven't been able to figure 
> our is how to add these to the desktop or desktop panel.  For example, I 
> installed Mozilla and was able to lauch this via the command line but lost 
> when attempting to add to the panel.  How is this done?  I'm sure it's easy 
> but for some reason I haven't been able to figure it out.
> 

It should be added automatically to the menus (at least when you 
logout/login, probably depending on the window-manager).

Make sure that the menu package is installed.

>From the next question I am guessing that you are using kde, (if not, 
then which one?), in that case, once the program appears on the menu you 
can drag it to the panel IIRC. You probably also have an option when right 
clicking on the panel or through the kde control center (kontrol I think) 
to add a launcher manually (probably won't get the icon automatically 
though).

> 2.  I'm using Kontact for my email, calendar, notes, etc.  I like to spell 
> check emails before I send, however, I get an error saying ISpell/Aspell 
> could not start, be sure to add it to your path.  Is this the path 
> in /etc/profile?
> 

It should be on the path, but its probably not installed. Try installing 
either aspell (usually better but sometimes gives too many options) or 
ispell, and make sure you also install the matching dictionaries (it will 
should require at least the basic ones, do apt-cache show aspell and 
apt-cache show aspell under dependecies there are the dictionaries.

> Any help would be appreciated. > Thanks > > 


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



Re: ximian-connector under debian

2004-09-13 Thread Paul Smith
%% Clifton Sluss <[EMAIL PROTECTED]> writes:

  cs> does anyone out there have systematic approach to making
  cs> ximian-connector work for evolution?

Unfortunately Debian doesn't have a good story for this software (yet?)

I heard that Evo 2.0 was going to be release RSN; maybe they're waiting
to do connector with that.


Anyway, I built and installed connector from the vanilla source file
(actually I got mine from CVS but it's much simpler to get the source
.tar.gz from Novell).  It works fine for me although it's true it's not
tracked by dpkg.  Oh well.


Anyway, look at this thread on the connector mailing list for info:

  http://lists.ximian.com/archives/public/connector/2004-September/000393.html

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>   HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.


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



Re: System Monitor

2004-09-13 Thread Nate Duehr
Brett Carrington wrote:
On Mon, 13 Sep 2004 18:31:40 -0500, John Fleming <[EMAIL PROTECTED]> wrote:
 

What easy (newbie) way could I get a report of CPU and memory use averaged
over 24 hrs?  I've had some issues with SpamAssassin using a lot of
available memory recently (probably too many network tests and rulesets).  I
can watch it using top but would like a 24 hr average report.  An emailed
report would be super.  Thanks - John
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
   

Try cacti.
cacti - Frontend to rrdtool for monitoring systems and services
apt-get install cacti
 

sar | mail -s "sar output" [EMAIL PROTECTED]
;-)
--
Nate Duehr, [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Can apache display file size correctly which is bigger than 4G ?

2004-09-13 Thread cwinl
hi,all:

I put some DVD image files(more than 4GB) into an apache's directory.
but i found that file size is xxxMB when i open that dir in IE browser .

why?
is it apache's bug?

--

P4/2.4B
ELSA 528/128
512MB DDR333
240GB
MSI 845PE
BenQ FP557s
Pioneer DVD-117
Pioneer DVR-107D

--

http://www.cwinl.com/
http://forum.lnnu.edu.cn/

Re: Still trying to update to sarge.

2004-09-13 Thread Jerome R. Acks
On Sat, Sep 11, 2004 at 03:56:28AM -0400, Spencer wrote:
> On Friday 10 September 2004 10:47 pm, Jerome R. Acks wrote:
> > On Fri, Sep 10, 2004 at 05:51:55PM -0400, Spencer wrote:
> > > Hi again,
> > > I can't seem to get around, if that's the right way of putting it,
> > > the error I'm still getting while trying to update to sarge.
> > > After several hours I always end with this error --
> > >
> > > Preparing to replace nano1.0.6-3 (using ..
> > > /archives//nano_1.2.4-2_i386.deb) ..
> > > update alternative/editor.1: unable to make /usr/man/man1/editor.1.gz.
> > > dpkg-tmp a smylink to /etc/alternatives/editor.1.gz: No such file or
> > > directory
> >
> > "man update-alternatives" will explain the alternative symlinks in
> > /etc/alternatives.
> >
> > Since  /etc/alternatives/editor.1.gz doesn't seem to exist, you could
> > just try creating the missing symlink and then restart your
> > upgrade. On my system I have:
> >
> > ~$ file /etc/alternatives/editor*
> > /etc/alternatives/editor:  symbolic link to `/usr/bin/vim'
> > /etc/alternatives/editor.1.gz: symbolic link to
> > `/usr/share/man/man1/vim.1.gz' ~$ file /usr/share/man/man1/editor*
> > /usr/share/man/man1/editor.1.gz: symbolic link to
> > `/etc/alternatives/editor.1.gz
> 
> Thanks for replying. On the woody system I'm using I seem to have
> these symbolic links, so I quess the link is missing in the sarge's 
> /etc/alternatives file that gets created when I try to upgrade. If this
> is the case why am I the only one experincing this?
> Wayne

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143302
This bug report is from a woody install, but it sure looks close to
your problem. 2 years and 150 days old. Maybe unfixed due to lack of
enough info to isolate the problem. Maybe you should file a follow-up
bug report.


> 
> >
> > Simply creating the symlink with ln should get you by this problem;
> > although the proper way to would be to use update-alternatives to
> > create the symlink.
> >
> > > dpkg: error processing
> > > /var/cache/apt/archives/nano_1.2.4-2.i386.deb(--unpack): subprocess
> > > pre - installation script return error exit status 2
> > > Errors were encountered while processing:
> > > /var/cache/apt/archives/nano_1.2.4-2.i386.deb
> > > E: Sub-process /usr/bin/dpkg returned an error code (1).
> > >
> > > Well, thats the error I get. I have tried to google this, but I get
> > > no hits and I tried to check the debian archives, still no hit.
> > > I don't know if timing out several times on my attempts to update
> > > to sarge is a problem or not. But, when I did time out I would
> > > just restart the update with - "apt-get -u dist-upgrade".
> > > Can someone help me with this problem?

-- 
Jerome


signature.asc
Description: Digital signature


Redirect all http requests to a single page?

2004-09-13 Thread Jimmy Liang
Hi All,
I have a Sarge server running only Apache2 and not much else. All it 
does is serving 1 index.html, with a few images and css. Its my 
maintanience page for when the actual web servers are down.
My question is, how can I make it so that any request made to the 
server, will be redirected to index.html?
I don't care what the web users request it, I don't want any page not 
found errors, just my maintainence page.

any help would be greatly appreciated.
Thanks.
-Jimmy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdparanoia, ATAPI, and the 2.6 kernel

2004-09-13 Thread Adam Aube
Maurice Leutenegger wrote:

> I've been having some trouble with cdparanoia. I recently built a 2.6.7
> kernel using make-kpkg. Previously I had been using the default debian
> 2.6.7 image. 

> Does anyone have any suggestions on how to further diagnose the problem?
> I'm at a loss as to what to look for.

Try upgrading to 2.6.8.

Adam


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



Re: IDE Bus rescan

2004-09-13 Thread Pigeon
On Mon, Sep 13, 2004 at 11:32:53AM +0200, pir aa wrote:
> The Idea of a modul is interesting, but wouldn't that mean, that if I remove
> the module I'll remove the whole IDE. I've hear that removing the /root could
> cause problems.

I think you could copy /bin, /sbin, /lib and /etc onto a ramdisk,
chroot to that, rmmod/insmod the ide module then chroot back?

-- 
Pigeon

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


signature.asc
Description: Digital signature


Re: please recommand a media reader

2004-09-13 Thread Tom Vier
On Mon, Sep 13, 2004 at 02:14:31AM -0400, Kevin Mark wrote:
> When you consider hardware for linux, you do not look for 'linux
> compatible' on the box (maybe in a few rare cases). Linux supports
> chipsets. If the device has chipset XYZ and there is a driver/kernel
> module for chipset XYZ, bingo! you have a 90% chance that it will work
> out of the box. Now you may need to do a few incantation to get it to
> work! but that where 'debian tech support' comes in :-)

i'm not a newbie, but thanks for the reply. the problem is a lot of hw
doesn't tell you what it really is. especially cheap usb stuff.

-- 
Tom Vier <[EMAIL PROTECTED]>
DSA Key ID 0x15741ECE


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



Re: please recommand a media reader

2004-09-13 Thread Tom Vier
On Mon, Sep 13, 2004 at 04:53:59PM -0500, Brad Sims wrote:
> I have a SanDisk ImageMate 6 in 1 SDDR-86 USB card reader...
> Its silver and black; it's about the size of a deck of cards.
> Shows up in linux just fine, it reads MediaStick SD/MMC, CFI/II and SM.
> I have tried it with CF, and SM; works a treat, no drivers needed. 

do you have to have a card in, when you boot? just curious. mine shows up as
a mass storage device, but nothing happens when i insert a cf card. maybe i
need to a rescan of the scsi busses to get it to check for partitions and
register the blk dev.

-- 
Tom Vier <[EMAIL PROTECTED]>
DSA Key ID 0x15741ECE


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



  1   2   >