Re: kernel module tulip.o - how to load on startup SOLVED

2005-06-08 Thread Hermi
Hermi wrote:
 excerpt
 This question boils down to asking how to force a kernel module to load
 on startup in the style of 'insmod -f'. I include the rationale for
 it, in case I am approaching this the wrong way
 /excerpt


I solved it by installing the package 'kernel-headers-2.2.20-idepci',
and recompiling tulip.c using those headers.

(I wasn't aware of the existence of that package until recently)


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



Re: apt or aptitude on sarge

2005-06-08 Thread Steve Lamb
michael wrote:
 I note that it seems that aptitude is recommended over apt for Sarge. I
 was wondering if it's as str forward as just using aptitude from now on?

Pretty much.

 eg I do not have to rebuild anything the first time i use aptitude (ie
 it uses the same dpkg info as apt

Correct.

 - but in that case why is aptitude

Because it does a few things apt does not do or do well.  You can continue
to use apt if you like, just like you can continue to use dselect at this late
of a date.  :)


--
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-


signature.asc
Description: OpenPGP digital signature


GNOME/KDE in Sarge?

2005-06-08 Thread Jeronimo Pellegrini
Hello.

I have to install Linux on one box that I will admin remotely.
A few users there will want to use GNOME (or maybe KDE, but it would be
fine if I install just GNOME). I'll have to make a short trip to install
the OS, and would like to do this as quickly as possible.

So -- since I don't have a box here to try and test installing Sarge,
my question is: how easy is it to configure X and GNOME? At least
until Woody, it didn't just work out of the box, as it happens
with Fedora, for example. Not that I think installing Fedora is a
better idea, but I'd like to know how long it will take.
Those who have installed Sarge -- what did you have to do to get X
(and GNOME) running? Does it detect the hardware without problems?
What is used to configure X? Did it work for you without need for
manually tweaking /etc/X11/XF86Config-4 ? And did GNOME and gdm install
nicely too?

Thanks a lot!
J.


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



Re: dist-upgrade and sources.list

2005-06-08 Thread Maurits van Rees
On Wed, Jun 08, 2005 at 02:55:47AM -0700, Basajaun wrote:
 My impression (correct me if I'm wrong) is that whatever sources you
 put in sources.list have nothing to do with the version of Debian you
 are running. Those lines only tell apt-get where to look for the
 packages, but apt-get will ignore the ones not matching your version.

Not true. It will download the list of updated packages from each
valid line. If you have one line with woody, one with sarge, one with
etch and one with sid then apt will download four package lists.

 Actually, while writing this post, I have read man apt_preferences,
 and I am still digesting it... anyway...

Keep digesting. It is good stuff. ;-)

 What this means is that if I put sarge or stable (both are synonyms
 now)  where I had testing, my system will continue updating
 correctly, but even if I keep testing as sources (which would be
 inappropriate for my box now), no harm will be done: apt-get will
 simply look only in the directories I provide (testing ones), and
 conclude that the stuff there corresponds to Debian 3.2 Etch, not
 Debian 3.1 Sarge, and  downright ignore it, telling me that 0
 updateable packages where found, isn't it so?

No. But I'm not sure what you mean with the directories that you
provide. I have the following line in sources.list:

deb ftp://download.xs4all.nl/pub/mirror/debian/ sarge main contrib non-free

That's a site in The Netherlands. You probably want another one.


Shouldn't there be a line for the security updates?

Oops, absolutely. Thanks for asking. ;-)

deb http://security.debian.org/ sarge/updates main contrib non-free

But all valid lines in your sources.list will lead to an update of an
available package list. What you really want to do is explicitly tell
apt which distribution you want to track. By default only packages for
that distro will get upgraded. See below.

 The second question is the use of apt-get dist-upgrade. Say I am
 running Debian 3.1 Sarge (stable), and I want to upgrade to Debian 3.2
 Etch (testing)... how does apt-get know it has to upgrade me to Etch,
 and not Sid? It always upgrades stepwise (stable - testing - etch)?

Look at the manual page of /etc/apt.conf:

man apt.conf

Actually I fail to see the info I am looking for there. Ah, it is in
the apt_preferences man page you mentioned. The point of interest here
is the Default-Release line.  Put sarge or stable there. And if you
want to track the new testing distro put etch or testing there. I
think you can either handle it in the apt.conf or in the preferences
file.  Here is my /etc/apt.conf (I have no preferences file
currently):

APT
{
Default-Release sarge;
Cache-Limit 2000;
Cache::Important Yes;
ExtractTemplates::TempDir /var/tmp;
};
DSELECT
{
Clean never;
};

BTW, I actually still had

Default-Release testing;

there, which explains some unexplained behaviour I was getting. :)

And on dist-upgrade: this is not meant just to upgrade to a new
distribution. I used to think that too. It is a more thorough (and
possibly more dangerous) method of upgrading. Say you have package-a
version 1 installed, with no dependencies. A new version 2 becomes
available, which has a new dependency on package-b, which you don't
yet have installed. An 'apt upgrade' will do nothing. An 'apt
dist-upgrade' will upgrade package-a from version 1 to version 2 and
will install package-b.

See the man page for apt-get.

HTH,

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
Let your advance worrying become advance thinking and planning.
 - Winston Churchill


signature.asc
Description: Digital signature


Re: apt or aptitude on sarge

2005-06-08 Thread mess-mate
Steve Lamb [EMAIL PROTECTED] wrote:
| michael wrote:
|  I note that it seems that aptitude is recommended over apt for Sarge. I
|  was wondering if it's as str forward as just using aptitude from now on?
| 
| Pretty much.
| 
|  eg I do not have to rebuild anything the first time i use aptitude (ie
|  it uses the same dpkg info as apt
| 
| Correct.
| 
|  - but in that case why is aptitude
| 
| Because it does a few things apt does not do or do well.  You can continue
| to use apt if you like, just like you can continue to use dselect at this late
| of a date.  :)
| 
If this can help
I'm moving from sarge to etch and aptitude didn't his job seriously,
stopped before the upgrade.
So finally moved with the old good apt-get with succes.


mess-mate   
--
FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #21
A:  Dr. Livingston I. Presume.
Q:  What's Dr. Presume's full name?


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



problem burning DVDs on LG GSA-4163B under Sarge (2.6.8-2-k7)

2005-06-08 Thread Adam Mercer
Hi

I am having problems burning DVDs on a freshly installed Sarge system,
using kernel 2.6.8-2-k7. CDs burn without issue, but I get the
following error when trying to burning DVDs

lnx5:/data/ram# growisofs -Z /dev/hdd -dvd-compat -R -J h2g2
Executing 'mkisofs -R -J h2g2 | builtin_dd of=/dev/hdd obs=32k seek=0'
/dev/hdd: Current Write Speed is 4.1x1385KBps.
:-[ [EMAIL PROTECTED] failed with SK=3h/ASC=0Ch/ACQ=00h]: Input/output error
:-( write failed: Input/output error
/dev/hdd: flushing cache
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=3h/ASC=A0h/ACQ=80h]:
Input/output error
lnx5:/data/ram#

as both a normal user, and as root.

Any ideas?

Cheers

Adam



kernel panic when installing 2.6.11.11

2005-06-08 Thread Frank de Brabander
Hi !

I'm running Debian Sarge with kernel 2.6.8-2 on my Sony Vaio notebook
VGN-A115Z (Centrino). I've downloaded kernel 2.6.11.11 but i get
problems running it.

initrd-tools: 0.1.74
NET: Registered protocol family 1
pivot_root: no such file or directory
/sbin/init: 426: cannot open dev/console: no such file
kernel panic - not syncing: attempted to kill init!

I've tried a lot of modules from the filesystem and driver section,
but getting this error.

Does anyone know what is going wrong or in which direction i should
look (missing filesystem module, wrong ide driver... etc).

Greetings, Frank



Re: GNOME/KDE in Sarge?

2005-06-08 Thread Roberto C. Sanchez
On Wed, Jun 08, 2005 at 09:18:53AM -0300, Jeronimo Pellegrini wrote:
 Hello.
 
 I have to install Linux on one box that I will admin remotely.
 A few users there will want to use GNOME (or maybe KDE, but it would be
 fine if I install just GNOME). I'll have to make a short trip to install
 the OS, and would like to do this as quickly as possible.
 
 So -- since I don't have a box here to try and test installing Sarge,
 my question is: how easy is it to configure X and GNOME? At least
 until Woody, it didn't just work out of the box, as it happens
 with Fedora, for example. Not that I think installing Fedora is a
 better idea, but I'd like to know how long it will take.
 Those who have installed Sarge -- what did you have to do to get X
 (and GNOME) running? Does it detect the hardware without problems?
 What is used to configure X? Did it work for you without need for
 manually tweaking /etc/X11/XF86Config-4 ? And did GNOME and gdm install
 nicely too?
 

It depends mostly on the hardware.  Much hardware is automatically
recognized and configured.  Much is not.  Searching the list archives
(and the archives of debian-x) will give a good idea of what hardware
has been giving problems with Sarge.

-Roberto
-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpHOfOqDjJOH.pgp
Description: PGP signature


Re: apt or aptitude on sarge

2005-06-08 Thread Frank Gevaerts
On Wed, Jun 08, 2005 at 12:21:26PM +0100, michael wrote:
 I note that it seems that aptitude is recommended over apt for Sarge. I
 was wondering if it's as str forward as just using aptitude from now on?
 eg I do not have to rebuild anything the first time i use aptitude (ie
 it uses the same dpkg info as apt - but in that case why is aptitude
 recommended over and above apt?)

AFAIK It has a somewhat different dependency reolution engine, which seems
to be better at large dist-upgrades than apt in most cases.

Frank

 thanks
 -- 
 Michael Bane
 Atmospheric Physics Group
 University of Manchester
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

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


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



3.1_r0a ?

2005-06-08 Thread Hans du Plooy
Hi guys,

What's the difference between 3.1_r0 and 3.1_r0a?

Thanks
-- 
Kind Regards
Hans du Plooy
SagacIT (Pty) Ltd
hansdp at sagacit dot com


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



Re: 3.1_r0a ?

2005-06-08 Thread Roberto C. Sanchez
On Wed, Jun 08, 2005 at 03:26:07PM +0200, Hans du Plooy wrote:
 Hi guys,
 
 What's the difference between 3.1_r0 and 3.1_r0a?
 

3.1r0a fixes a minor bug in the originally mastered CD/DVD images that
caused the installer to insert `testing' instead of sarge into the
sources.list of a newly installed system.  You really only need it if
you are going to install more systems from the CDs.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgphBmGU1QJkI.pgp
Description: PGP signature


Re: apt or aptitude on sarge

2005-06-08 Thread Jonathan Kaye

En/La michael ha escrit, a 08/06/05 13:21:

I note that it seems that aptitude is recommended over apt for Sarge. I
was wondering if it's as str forward as just using aptitude from now on?

Yup.

eg I do not have to rebuild anything the first time i use aptitude (ie
it uses the same dpkg info as apt - but in that case why is aptitude
recommended over and above apt?)

There's been a number of interesting threads on this list on that topic. 
why not have a look in the archives.

thanks

Cheers,
Jonathan



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




Re: apt or aptitude on sarge

2005-06-08 Thread Clinton V. Weiss

michael wrote:

I note that it seems that aptitude is recommended over apt for Sarge. I
was wondering if it's as str forward as just using aptitude from now on?
eg I do not have to rebuild anything the first time i use aptitude (ie
it uses the same dpkg info as apt - but in that case why is aptitude
recommended over and above apt?)

thanks


Aptitude is merely a front end for apt.  A couple of advantages are that 
aptitude will keep a record of what packages it has installed when you 
install one package, and so when you remove a package with aptitude, the 
dependencies get removed right along with it.  Another that I like, when 
installing a package it will automatically pull in the recommended 
packages, which can save you the hassle of trying to figure out why your 
program is missing that particular plugin you wanted, etc.


There are many more, which I'm sure others will list.  Also, I've never 
experienced anything negative with aptitude, although I'm sure others have.


Clinton


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




nonwiping netinstall

2005-06-08 Thread Hendrik Boom
Is there any way to use the new net-installer *without*
wiping clean the partition being installed to?

-- hendrik


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



Woody to Sarge breaking LILO?

2005-06-08 Thread Clinton V. Weiss
To my frustration, upgrading a server over 200 miles from me remotely 
has failed.  The dist-upgrade worked just fine, and then I decided to 
reboot it.  A few minutes later attempts to contact the machine failed, 
ping timeouts, ssh timeouts, etc etc.


I contacted someone who is at the location to tell me what they see on 
the computer's console, all they see is LI_ with the _ blinking.  This 
tells me that LILO started, and never finished.


Has anyone else had any problems related to this?  And what did you do? 
 I understand I will more than likely have to go to the location.  What 
gets me is I tested this on a mirror machine, and this problem didn't 
happen...


Looking for suggestins,
Clinton


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




Re: GNOME/KDE in Sarge?

2005-06-08 Thread David Mat
On 6/8/05, Jeronimo Pellegrini [EMAIL PROTECTED] wrote:
Hello.I have to install Linux on one box that I will admin remotely.A few users there will want to use GNOME (or maybe KDE, but it would befine if I install just GNOME). I'll have to make a short trip to install
the OS, and would like to do this as quickly as possible.So -- since I don't have a box here to try and test installing Sarge,my question is: how easy is it to configure X and GNOME? At leastuntil Woody, it didn't just work out of the box, as it happens
with Fedora, for example. Not that I think installing Fedora is abetter idea, but I'd like to know how long it will take.Those who have installed Sarge -- what did you have to do to get X(and GNOME) running? Does it detect the hardware without problems?
What is used to configure X? Did it work for you without need formanually tweaking /etc/X11/XF86Config-4 ? And did GNOME and gdm installnicely too?Thanks a lot!J.

Hey

Just installed sarge, the installer is great. Tthere is an option to
autodetect your video hardware, so it'll work right away for some
harware. 
If you know your monitor's H-sync and V-sync rates, the resolution you
need and what driver your videocard needs, you're probably in the
clear. 
You can enter those values during the install. Also tell the
installer to install the Desktop Environment, it'll install
gdm/gnome/kde/lots of other desktop soft you'd excpect and default to
Gnome/GDM. 

I got my system up really fast, didn't have any problems. As I said in the beginning, the installer works just great.


- David



mouse wheel doesn't work after sarge upgrade

2005-06-08 Thread Tom Vier
Anyone else experience this? I hadn't updated my sarge install in a few
weeks, til it last night. Now the scroll wheels on my mouse and keyboard
don't work. I don't have time to track down the problem right now, so if
anyone already has a solution, please post it.

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


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



Re: Woody to Sarge breaking LILO?

2005-06-08 Thread Vegar Åsmul

Clinton V. Weiss wrote:

To my frustration, upgrading a server over 200 miles from me remotely 
has failed.  The dist-upgrade worked just fine, and then I decided to 
reboot it.  A few minutes later attempts to contact the machine 
failed, ping timeouts, ssh timeouts, etc etc.


I contacted someone who is at the location to tell me what they see on 
the computer's console, all they see is LI_ with the _ blinking.  This 
tells me that LILO started, and never finished.


Seems you simply forgot to run 'lilo' after upgrading. Boot from a 
floppy disk or similar, run 'lilo' (or perhaps 'liloconfig') to upgrade 
lilo.config and reboot. Worked for me before. :)


~Vegar


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




Re: GNOME/KDE in Sarge?

2005-06-08 Thread Jeronimo Pellegrini
On Wed, Jun 08, 2005 at 03:45:33PM +0200, David Mat wrote:
 Just installed sarge, the installer is great. Tthere is an option to 
 autodetect your video hardware, so it'll work right away for some harware. 

Hm, that's what I wanted to know. With Woody, installing X didn't
autodetect things properly (at least the last time I tried -- but I don't
remember all details), and I had to go tweak the config manually.

Thanks!
J.


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



Debian on Sparc20

2005-06-08 Thread Luiz Amaral
Hi All,

I can install the Debian 3.0-SparcEditionon Sparc20Station?
The Machine is a 2 Processor (390Z50) with 192M and 5 SCSI HDs (2 internal and 3 external) = 20G.

There are anybody with this installation?
Can anybody help me, please ?

Thanks !
Luiz__Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ 

xmms

2005-06-08 Thread Meni Shapiro
hi guys,

When i lunch xmms (from colnsole) i get this error message:
libmikmod.so.2: cannot open shared object file: No such file or directory

The gui appears but doesn't play nothing...no sound and i can see the scale bar not moving.
i couldn't find this file on my system and i know it is suppose to be a
symbolic link to libmikmod.so BUT i don't know where to place it

i tried in the same folder but nothing changed.
i tried to put it in /usr/X11R6/lib but all the same...

any ideas??
kernel: 2.6.10-5-386
xmms: xmms 1.2.10
desktop: gnome
cpu: Intel(R) Celeron(R) CPU 2.66GHz (pc)
action taken:
#ln -s /usr/lib/xmms/Input/libmikmod.so /usr/X11R6/lib
Thanks,
Meni Szapiro


Strange KDE Problem

2005-06-08 Thread Graham Smith
I have recently started experiencing a strange problem with KDE whereby 
for some unknown reason it switches to Gnome (while I'm logged in - I 
didn't think that was possible). The most obvious sign that this has 
happened is the background picture set under KDE disappears and the 
right click on the desktop is ignored (no menu pops up). I get no 
messages in /var/log/syslog when it happens.


I'm running the pure64 port of sid with KDE 3.3.2. I think, but I can't 
confirm this because it doesn't happen every time, that it has something 
to do with Open Office or the chroot it is running in. I say this 
because the problem seems to occur after I start Open Office (it might 
just be the screen saver though but it seems more common with OO).


I have my /home NFS mounted which is then bound into the chroot as is a 
/data directory. /data holds the background picture and is accessible to 
both the main system and the chroot (in other words it's not an NFS 
problem).


Any ideas?

Thanks, Graham


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




Re: Strange KDE Problem

2005-06-08 Thread Lee Braiden
On Wednesday 08 Jun 2005 15:33, Graham Smith wrote:
 I have recently started experiencing a strange problem with KDE whereby
 for some unknown reason it switches to Gnome (while I'm logged in - I
 didn't think that was possible). The most obvious sign that this has
 happened is the background picture set under KDE disappears and the
 right click on the desktop is ignored (no menu pops up). I get no
 messages in /var/log/syslog when it happens.

I'm not sure, but you may have GNOME session stuff that's being run in the 
background at certain times, like when any GNOME session-aware apps start.  
That would probably include OpenOffice.  Try Ctrl-Escape (if you have 
KSysGuard installed), to see what's running.

-- 
Lee.

Please do not CC replies directly to me.  I'll read them on the list.


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



Re: Strange KDE Problem

2005-06-08 Thread Lee Braiden
On Wednesday 08 Jun 2005 15:33, Graham Smith wrote:
 [snip]

If you don't have KSysGuard, you can use top or ps or something else in a 
console, of course.

-- 
Lee.

Please do not CC replies directly to me.  I'll read them on the list.


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



Re: xmms

2005-06-08 Thread Meni Shapiro
I did that but it seems like it didn't change much
it a new installationand i think it doesn't play *mp3 files??
is there a plug-in for mp3??

Thanks,
MeniOn 6/8/05, Ryan Schultz [EMAIL PROTECTED] wrote:
apt-get install libmikmod2 will fix this error.It's optional, though -- nothing to be concerned about.On 6/8/05, Meni Shapiro [EMAIL PROTECTED] wrote:
 hi guys,When i lunch xmms (from colnsole) i get this error message:libmikmod.so.2: cannot open shared object file: No such file or directoryThe gui appears but doesn't play nothing...no sound and i can see the scale
 bar not moving.i couldn't find this file on my system and i know it is suppose to be a symbolic link to libmikmod.so BUT i don't know where to place iti tried in the same folder but nothing changed.
i tried to put it in /usr/X11R6/lib but all the same...any ideas??kernel:2.6.10-5-386xmms: xmms 1.2.10desktop: gnomecpu: Intel(R) Celeron(R) CPU 2.66GHz
 (pc)action taken:#ln -s /usr/lib/xmms/Input/libmikmod.so /usr/X11R6/libThanks, Meni Szapiro-- ,'``. Ryan Schultz 
[EMAIL PROTECTED]::: Debian GNU/Linux User/Admin'. `'` --`--Public GPG key: 
http://users.1st.net/gto65/pubkey.asc-- --Meni Szapiro


Re: Woody to Sarge breaking LILO?

2005-06-08 Thread Roberto C. Sanchez
On Wed, Jun 08, 2005 at 03:51:18PM +0200, Vegar Åsmul wrote:
 Clinton V. Weiss wrote:
 
 To my frustration, upgrading a server over 200 miles from me remotely has 
 failed.  The dist-upgrade worked just fine, and then I decided to reboot it. 
  
 A few minutes later attempts to contact the machine failed, ping timeouts, 
 ssh 
 timeouts, etc etc.
 I contacted someone who is at the location to tell me what they see on the 
 computer's console, all they see is LI_ with the _ blinking.  This tells me 
 that LILO started, and never finished.
 
 Seems you simply forgot to run 'lilo' after upgrading. Boot from a floppy 
 disk 
 or similar, run 'lilo' (or perhaps 'liloconfig') to upgrade lilo.config and 
 reboot. Worked for me before. :)
 
This is why it is better to run Grub.  If you use symlinks, you never
have to reinstall it.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgp6MRlOnSmwQ.pgp
Description: PGP signature


Re: Debian on Sparc20

2005-06-08 Thread Roberto C. Sanchez
On Wed, Jun 08, 2005 at 11:07:54AM -0300, Luiz Amaral wrote:
 Hi All,
  
 I can install the Debian 3.0-SparcEdition on Sparc20Station?
 The Machine is a 2 Processor (390Z50) with 192M and 5 SCSI HDs (2 internal 
 and 3 external) = 20G.
  
 There are anybody with this installation?
 Can anybody help me, please ?
  

You will probably have better luck on the debian-sparc mailing list.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpWA9oOdcVJ7.pgp
Description: PGP signature


Re: Debian on Sparc20

2005-06-08 Thread Jon Dowland

Luiz Amaral wrote:


Hi All,
 
I can install the Debian 3.0-SparcEdition on Sparc20Station?
The Machine is a 2 Processor (390Z50) with 192M and 5 SCSI HDs (2 
internal and 3 external) = 20G.#


I've installed debian 3.0 on a sparcstation 5 (via serial link) with few 
problems. However, I'd definitely recommend going for Debian 3.1 
instead: http://www.debian.org/releases/stable/.



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




Re: Strange KDE Problem

2005-06-08 Thread Roberto C. Sanchez
On Wed, Jun 08, 2005 at 03:33:37PM +0100, Graham Smith wrote:
 I have recently started experiencing a strange problem with KDE whereby for 
 some unknown reason it switches to Gnome (while I'm logged in - I didn't 
 think 
 that was possible). The most obvious sign that this has happened is the 
 background picture set under KDE disappears and the right click on the 
 desktop 
 is ignored (no menu pops up). I get no messages in /var/log/syslog when it 
 happens.
 
 I'm running the pure64 port of sid with KDE 3.3.2. I think, but I can't 
 confirm 
 this because it doesn't happen every time, that it has something to do with 
 Open Office or the chroot it is running in. I say this because the problem 
 seems to occur after I start Open Office (it might just be the screen saver 
 though but it seems more common with OO).
 
 I have my /home NFS mounted which is then bound into the chroot as is a /data 
 directory. /data holds the background picture and is accessible to both the 
 main system and the chroot (in other words it's not an NFS problem).
 
 Any ideas?
Make sure you are not accidentally starting nautilus.  It will happily
take over your session.  I have had this happen to me in WindowMaker.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpnkOok9zto2.pgp
Description: PGP signature


Re: Network IP probem

2005-06-08 Thread Meni Shapiro
hi,
Excuse me for not understanding
What is it that you want to know??
If someone else (other then your computer) is using your pc's mac address??
Not posible. mac addresses are uniq.
If someone uses your IP address?? do you have a static IP from you ISP?? then ask your IP

MeniOn 6/8/05, alexandar [EMAIL PROTECTED] wrote:
When can I understand whether while I am working with my pc someone usemy IP Address or MAC? I is possible to unerstand it automatically.Thanks.Alexandar Angelov--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]-- 
--Meni Szapiro


Re: Can't burn CDs at a reasonable speed (cdrecord, 2.6.11 kernel).

2005-06-08 Thread Rodney D. Myers
On Wed, 08 Jun 2005 08:26:11 +0100
Adam Funk [EMAIL PROTECTED] wrote:

 Rodney D. Myers wrote:
 
  Not quite there!  I'll check the cable too.
  
  Dumb question. Are you running hdparm as root or under sudo?
 
 As root:
 $ su
 Password:
 # hdparm ...
 ...

Just ran the info you mentioned under sudo;

sudo hdparm -c1 -d1 -u1 /dev/hdd

/dev/hdd:
 setting 32-bit IO_support flag to 1
 setting unmaskirq to 1 (on)
 setting using_dma to 1 (on)
 IO_support   =  1 (32-bit)
 unmaskirq=  1 (on)
 using_dma=  1 (on)


Like mentioned previously, look at your cabling

-- 
Rodney D. Myers [EMAIL PROTECTED] 
Registered Linux User #96112
ICQ#: AIM#:   YAHOO:
18002350  mailman452  mailman42_5

They that can give up essential liberty to obtain a 
little temporary safety deserve neither liberty nor safety.
Ben Franklin - 1759


pgpNiyOq06Cmn.pgp
Description: PGP signature


Re: 3.1_r0a ?

2005-06-08 Thread Hans du Plooy
On Wed, 2005-06-08 at 09:31 -0400, Roberto C. Sanchez wrote:
 3.1r0a fixes a minor bug in the originally mastered CD/DVD images that
 caused the installer to insert `testing' instead of sarge into the
 sources.list of a newly installed system.  You really only need it if
 you are going to install more systems from the CDs.
Like I will be!  Thanks - that's a reasonably bothersome bug if you're
jigdo-ing the images over a 64k line


-- 
Kind Regards
Hans du Plooy
SagacIT (Pty) Ltd
hansdp at sagacit dot com


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



Re: unsubscribe

2005-06-08 Thread David Hugh-Jones
Your rhyming skills leave us in awe, but will Leethom find what he's
looking for?

On 08/06/05, Matthew Joyce [EMAIL PROTECTED] wrote:
 You can leave but first you must read, this email has the information
 you need.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 8 June 2005 7:27 AM
 To: [EMAIL PROTECTED]
 Subject: unsubscribe
 
 unsubscribe
 
 Sent through the Mondenet Technical Services Inc.
 Web-based Email Reader Ebarua
 http://ebarua.mondenet.com/
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 




Strange KDE Problem

2005-06-08 Thread Graham Smith
I have recently started experiencing a strange problem with KDE which 
causes the background picture to disappear and the right click on the 
desktop to be ignored (no menu pops up). I get no messages in 
/var/log/syslog when it happens.


I'm running the pure64 port of sid with KDE 3.3.2. I think, but I can't 
confirm this because it doesn't happen every time, that it has something 
to do with Open Office or the chroot it is running in. I say this 
because the problem seems to occur shortly after I start or stop Open 
Office (it might just be the screen saver though but it seems more 
common with OO).


I have my /home NFS mounted which is then bound into the chroot as is a 
/data directory. /data holds the background picture and is accessible to 
both the main system and the chroot (in other words it's not an NFS 
problem).


Any ideas?

Thanks, Graham

--

 ..`..` Shallow Sea Aquatics ..`..`
 ..`.. http://www.shallowsea.com .`..`


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




Re: xmms

2005-06-08 Thread B. L. Jilek
Meni Shapiro wrote:
 
 hi guys,
 
 When i lunch xmms (from colnsole) i get this error message:
 libmikmod.so.2: cannot open shared object file: No such file or directory
 
 The gui appears but doesn't play nothing...no sound and i can see the
 scale bar not moving.
 i couldn't find this file on my system and i know it is suppose to be a
 symbolic link to libmikmod.so BUT i don't know where to place it
 
 i tried in the same folder but nothing changed.
 i tried to put it in /usr/X11R6/lib but all the same...
 
 any ideas??
 kernel:  2.6.10-5-386
 xmms: xmms 1.2.10
 desktop: gnome
 cpu: Intel(R) Celeron(R) CPU 2.66GHz (pc)
 action taken:
 #ln -s /usr/lib/xmms/Input/libmikmod.so /usr/X11R6/lib

I have these files:
/usr/lib/libmikmod.so.2 - libmikmod.so.2.0.4
/usr/lib/libmikmod.so.2.0.4

Hope it helps.

--
B. L. Jilek


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



Re: Strange KDE Problem

2005-06-08 Thread Graham Smith

Roberto C. Sanchez wrote:

On Wed, Jun 08, 2005 at 03:33:37PM +0100, Graham Smith wrote:

I have recently started experiencing a strange problem with KDE whereby for 
some unknown reason it switches to Gnome (while I'm logged in - I didn't think 
that was possible). The most obvious sign that this has happened is the 
background picture set under KDE disappears and the right click on the desktop 
is ignored (no menu pops up). I get no messages in /var/log/syslog when it 
happens.


I'm running the pure64 port of sid with KDE 3.3.2. I think, but I can't confirm 
this because it doesn't happen every time, that it has something to do with 
Open Office or the chroot it is running in. I say this because the problem 
seems to occur after I start Open Office (it might just be the screen saver 
though but it seems more common with OO).


I have my /home NFS mounted which is then bound into the chroot as is a /data 
directory. /data holds the background picture and is accessible to both the 
main system and the chroot (in other words it's not an NFS problem).


Any ideas?


Make sure you are not accidentally starting nautilus.  It will happily
take over your session.  I have had this happen to me in WindowMaker.

-Roberto



Ok that's a little odd. I found nautilus running but I didn't start it. 
I suppose some other application must have started it for some reason (I 
presume OpenOffice did it). Killing nautilus hasn't brought my desktop 
back. I checked to see if I had openoffice.org-gtk-gnome installed and I 
didn't (I have the KDE pack installed).


Any ideas of how I can stop this from happening because it's really 
annoying?


PS Sorry if you got the original question 4 times. Not sure what 
happened there. I originally posted it with the wrong (non-subscribed) 
email address and presumed it would get dumped but it just showed up.


Thanks


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




Re: 3.1_r0a ?

2005-06-08 Thread Florian Ernst
Hello *,

[ partially following your Reply-To ]

On Wed, Jun 08, 2005 at 05:13:48PM +0200, Hans du Plooy wrote:
 On Wed, 2005-06-08 at 09:31 -0400, Roberto C. Sanchez wrote:
  3.1r0a fixes a minor bug in the originally mastered CD/DVD images that
  caused the installer to insert `testing' instead of sarge into the
  sources.list of a newly installed system.  You really only need it if
  you are going to install more systems from the CDs.
 Like I will be!  Thanks - that's a reasonably bothersome bug if you're
 jigdo-ing the images over a 64k line

Shouldn't be a problem, since jigdo is supposed to only download the
necessary changes, and not the whole CD again.

Anyways, I guess you won't need to download anything at all, please
read the original announcment at
http://lists.debian.org/debian-devel-announce/2005/06/msg3.html,
it explains how to fix this problem locally.

Cheers,
Flo


signature.asc
Description: Digital signature


Re: 3.1_r0a ?

2005-06-08 Thread Jacob S
On Wed, 08 Jun 2005 17:13:48 +0200
Hans du Plooy [EMAIL PROTECTED] wrote:

 On Wed, 2005-06-08 at 09:31 -0400, Roberto C. Sanchez wrote:
  3.1r0a fixes a minor bug in the originally mastered CD/DVD images
  that caused the installer to insert `testing' instead of sarge into
  the sources.list of a newly installed system.  You really only need
  it if you are going to install more systems from the CDs.
 Like I will be!  Thanks - that's a reasonably bothersome bug if you're
 jigdo-ing the images over a 64k line

It would be a pain to have to start downloading it again just for that,
yes. But it's fairly trivial to fix the line in sources.list after you
have installed the system. Certainly easy enough that I wouldn't worry
about it unless I was going to keep the cd around for several months to
do installs on a dozen servers or something.

Jacob


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



Re: How to upgrade SquirrelMail in Debian

2005-06-08 Thread Robert Wolfe

On Wed, 8 Jun 2005, Sebastijan Plut wrote:


I have installed SquirrelMail 1.2.6. which is part of Woody distribution.
How can I upgrade this Squirrlmail to 1.4 and not cousing future problems when 
run
apt-get upgrade?

I'm asking for some patience, couse I'm a beginner.


Fir

  `$' $'
   $  $  _
 ,d$$$g$  ,d$$$b. $,d$$$b`$' g$b $,d$$b
,$P'  `$ ,$P' `Y$ $$'  `$ $  '   `$ $$' `$
$$ $ $$g$ $ $ $ ,$P  $ $$
`$g. ,$$ `$$._ _. $ _,g$P $ `$b. ,$$ $$
 `Y$$P'$. `YP $$$P' ,$. `Y$$P'$ $.  ,$.

Robert Wolfe -- [EMAIL PROTECTED]
Running Debian 3.1 (sarge) on a Sun Ultra 5


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




Re: xmms

2005-06-08 Thread Robert Vangel

Meni Shapiro wrote:

I did that but it seems like it didn't change much
it a new installationand i think it doesn't play *mp3 files??
is there a plug-in for mp3??

Thanks,
Meni



Did you install from sources or from deb packages?


smime.p7s
Description: S/MIME Cryptographic Signature


Re: How to upgrade SquirrelMail in Debian

2005-06-08 Thread Robert Wolfe

On Wed, 8 Jun 2005, Sebastijan Plut wrote:


I have installed SquirrelMail 1.2.6. which is part of Woody distribution.
How can I upgrade this Squirrlmail to 1.4 and not cousing future problems when 
run
apt-get upgrade?

I'm asking for some patience, couse I'm a beginner.


Sorry about my last posting.  Stupid Citadel keeps popping up message I 
don't want to see in the middle of my screen :)


Have you tried downloading the SquirrelMail program file the home page 
(not able to recall the URL off the top of my alleged brain at this 
point)? You might want to try doing that or installing the downloaded 
version into a separate directory on your webserver's hard drive.  I do 
this when testing release versions and testing version of IlohaMail.


  `$' $'
   $  $  _
 ,d$$$g$  ,d$$$b. $,d$$$b`$' g$b $,d$$b
,$P'  `$ ,$P' `Y$ $$'  `$ $  '   `$ $$' `$
$$ $ $$g$ $ $ $ ,$P  $ $$
`$g. ,$$ `$$._ _. $ _,g$P $ `$b. ,$$ $$
 `Y$$P'$. `YP $$$P' ,$. `Y$$P'$ $.  ,$.

Robert Wolfe -- [EMAIL PROTECTED]
Running Debian 3.1 (sarge) on a Sun Ultra 5


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




Re: Network IP probem

2005-06-08 Thread Robert Wolfe

On Wed, 8 Jun 2005, alexandar wrote:

When can I understand whether while I am working with my pc someone use my IP 
Address or MAC? I is possible to unerstand it automatically.


Are you talking about duplicate IPs on the same network?

  `$' $'
   $  $  _
 ,d$$$g$  ,d$$$b. $,d$$$b`$' g$b $,d$$b
,$P'  `$ ,$P' `Y$ $$'  `$ $  '   `$ $$' `$
$$ $ $$g$ $ $ $ ,$P  $ $$
`$g. ,$$ `$$._ _. $ _,g$P $ `$b. ,$$ $$
 `Y$$P'$. `YP $$$P' ,$. `Y$$P'$ $.  ,$.

Robert Wolfe -- [EMAIL PROTECTED]
Running Debian 3.1 (sarge) on a Sun Ultra 5


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




Re: apt or aptitude on sarge

2005-06-08 Thread Robert Wolfe

On Wed, 8 Jun 2005, michael wrote:


I note that it seems that aptitude is recommended over apt for Sarge. I
was wondering if it's as str forward as just using aptitude from now on?
eg I do not have to rebuild anything the first time i use aptitude (ie
it uses the same dpkg info as apt - but in that case why is aptitude
recommended over and above apt?)


Correct me if I am wrong on this one, but isn't aptitude just a front end 
for apt?


  `$' $'
   $  $  _
 ,d$$$g$  ,d$$$b. $,d$$$b`$' g$b $,d$$b
,$P'  `$ ,$P' `Y$ $$'  `$ $  '   `$ $$' `$
$$ $ $$g$ $ $ $ ,$P  $ $$
`$g. ,$$ `$$._ _. $ _,g$P $ `$b. ,$$ $$
 `Y$$P'$. `YP $$$P' ,$. `Y$$P'$ $.  ,$.

Robert Wolfe -- [EMAIL PROTECTED]
Running Debian 3.1 (sarge) on a Sun Ultra 5


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




Re: dist-upgrade and sources.list

2005-06-08 Thread Basajaun
Maurits van Rees wrote:
 On Wed, Jun 08, 2005 at 02:55:47AM -0700, Basajaun wrote:
  My impression (correct me if I'm wrong) is that whatever sources you
  put in sources.list have nothing to do with the version of Debian you
  are running. Those lines only tell apt-get where to look for the
  packages, but apt-get will ignore the ones not matching your version.

 Not true. It will download the list of updated packages from each
 valid line. If you have one line with woody, one with sarge, one with
 etch and one with sid then apt will download four package lists.

Yes, apt-get update will read every line, and update the package
list. What I meant is that apt-get upgrade will ignore the packages
from that list(s) that don't apply to your release.

  Actually, while writing this post, I have read man apt_preferences,
  and I am still digesting it... anyway...

 Keep digesting. It is good stuff. ;-)

[snip]

 But all valid lines in your sources.list will lead to an update of an
 available package list. What you really want to do is explicitly tell
 apt which distribution you want to track. By default only packages for
 that distro will get upgraded. See below.

OK, we agree on that one.

  The second question is the use of apt-get dist-upgrade. Say I am
  running Debian 3.1 Sarge (stable), and I want to upgrade to Debian 3.2
  Etch (testing)... how does apt-get know it has to upgrade me to Etch,
  and not Sid? It always upgrades stepwise (stable - testing - etch)?

 Look at the manual page of /etc/apt.conf:

 man apt.conf

 Actually I fail to see the info I am looking for there. Ah, it is in
 the apt_preferences man page you mentioned. The point of interest here
 is the Default-Release line.  Put sarge or stable there. And if you
 want to track the new testing distro put etch or testing there. I
 think you can either handle it in the apt.conf or in the preferences
 file.  Here is my /etc/apt.conf (I have no preferences file
 currently):

[snip]

 And on dist-upgrade: this is not meant just to upgrade to a new
 distribution. I used to think that too. It is a more thorough (and
 possibly more dangerous) method of upgrading. Say you have package-a
 version 1 installed, with no dependencies. A new version 2 becomes
 available, which has a new dependency on package-b, which you don't
 yet have installed. An 'apt upgrade' will do nothing. An 'apt
 dist-upgrade' will upgrade package-a from version 1 to version 2 and
 will install package-b.

So, my guess is that apt-get dist-upgrade is a kind of do whatever
you have to do to make what I have in 'Default-Release' (or wherever)
be my current release. So dist-upgrade, by itself, is useless, unless
you have changed something in your preferences, right?

I was going to ask how to do the latter... but probably I would be
kindly recommended to do some RTFM (so I'll get to it when I have time)
:^)

Thanks,

 Basajaun


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



Re: Confused-New Stable Sarge Dist-Upgrade

2005-06-08 Thread Basajaun
Obviously, the following line:

cp -R /big_dir /scratch/

should read:

mv /big_dir /scratch/


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



Re: apt or aptitude on sarge

2005-06-08 Thread Robert Vangel

Robert Wolfe wrote:

On Wed, 8 Jun 2005, michael wrote:


I note that it seems that aptitude is recommended over apt for Sarge. I
was wondering if it's as str forward as just using aptitude from now on?
eg I do not have to rebuild anything the first time i use aptitude (ie
it uses the same dpkg info as apt - but in that case why is aptitude
recommended over and above apt?)



Correct me if I am wrong on this one, but isn't aptitude just a front 
end for apt?


Or dpkg? Aren't they all, basically?

Everyone always goes on about using aptitude rather than apt, I've 
*never* had any problems what so ever with apt, and I can't see any 
reason to start using aptitude (plus whenever I have used it seems less 
responsive / slower (in terms of program execution))


smime.p7s
Description: S/MIME Cryptographic Signature


Re: apt or aptitude on sarge

2005-06-08 Thread Robert Waldner

On Wed, 08 Jun 2005 13:28:07 +0200, Frank Gevaerts writes:
 I note that it seems that aptitude is recommended over apt for Sarge. I
 was wondering if it's as str forward as just using aptitude from now on?
 eg I do not have to rebuild anything the first time i use aptitude (ie
 it uses the same dpkg info as apt - but in that case why is aptitude
 recommended over and above apt?)

AFAIK It has a somewhat different dependency reolution engine, which seems
to be better at large dist-upgrades than apt in most cases.

I've upgraded 5 or 6 machines to Sarge since Monday, using aptitude.

Whilst for the most part it worked fine, it held back a great many 
 packages, though I wasn't able to figure out the reason. So I ran an 
`apt-get upgrade` afterwards, which also pulled those packages up to 
 Sarge versions.

shrug

cheers,
rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   [EMAIL PROTECTED]   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /




pgpoKBI1SsVEt.pgp
Description: PGP signature


Swap usage

2005-06-08 Thread theal



Does anyone know how to tell what program or PID is 
causing swap usage? I have a system with 2 GB RAM so it should using little or 
no swap, but at times it does and I need to determine what the cause 
is.

Tony


Re: Network IP probem

2005-06-08 Thread alexandar

Robert Wolfe wrote:


On Wed, 8 Jun 2005, alexandar wrote:

When can I understand whether while I am working with my pc someone 
use my IP Address or MAC? I is possible to unerstand it automatically.





Yes, something like Windows IP conflict.

Alexandar Angelov


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




Re: Network IP probem

2005-06-08 Thread Andy Smith
On Wed, Jun 08, 2005 at 05:53:13PM +0300, Meni Shapiro wrote:
What is it that you want to know??
If someone else (other then your computer) is using your pc's mac
address??
Not posible. mac addresses are uniq.

MAC addresses are trivially changed by the administrator, and
manufacturing errors have produced duplicate MAC addresses in
hardware.

If someone uses your IP address?? do you have a static IP from you
ISP?? then ask your IP

The issues are still valid on a completely disconnected LAN where
the poster may be his own service provider.

Sadly I have no suggestions for how to detect IP or MAC conflicts
aside from the chaos they cause, and the already-suggested arpwatch
to log what's appearing.


signature.asc
Description: Digital signature


Re: troubles with Xerox WorkCentre 24

2005-06-08 Thread Mark



Andreas - It won't work because you were not sold 
with the machine the PSKIT24 POSTSCRIPT KIT which you will have to order and 
have installed through your local Xerox Authorized Sales Agent. You can find out 
who your Agent is by calling 1-800-ASK-XEROX. - Mark 
D.


Re: OT: Safe Type (was Re: DVORAK)

2005-06-08 Thread Dave Carrigan
On Tue, Jun 07, 2005 at 06:53:23PM -0500, Alex Malinovich wrote:

 How does the safe type feel for you? 

As I say, it's the only way I can type comfortably for longer than an
hour or so. I've used many other keyboards - plain flat ones, low-end
ergonomic ones and high-end ergonomic ones like the Kinesis. Anything
that requires pronation of my wrists will give me problems. However,
that's the nature of my injury; YMMV.

 Just looking at it, it certainly looks strange with the vertical
 layout, but I could certainly see where it could be comfortable. And
 by the looks of it, the number pad is BETWEEN the two upright
 sections? That seems rather cumbersome. 

The number pad is cumbersome. I'm an emacs guy, so I rarely use the
arrow keys anyway, but when I have to use them, it's a PITA. However,
that was easily solved for me by buying a USB number pad; it works fine
with X, and it even works fine in Windows XP running inside VMWare.

If you're very used to hitting your arrow keys and home/end etc., you
will find the Safetype not very usable without an external keypad. 

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


signature.asc
Description: Digital signature


Re: Re: Confused-New Stable Sarge Dist-Upgrade

2005-06-08 Thread Leonard Chatagnier
Thanks to all you guys for your suggestions.  I'll have to study a while 
before I decide how to proceed as I tend
to get symlinks backwards even after reading man.  I actually feel more 
comfortable resizind partitions.
One thing I'd like to kow before closing this thread, how does one know, 
or read, just what's in the hda2 /
partition or any partition for that matter.  ls /, of course, gives the 
entire / subdirectory for the linux disc.
I would also very much appreciate any guidance, recommendations on just 
how much more space to add to the
root partition to be safe in the future.  Currently I have woody and 
sarge installed on my HD with lost tty terminals
on both and X(KDE) not working on woody(devfs problem) so I have alot of 
fixing to do.  How much of my current
problems are caused by lack of room on / part, I don't know, buy suspect 
there all related.  Again, thanks for all your

input.

Leonard Chatagnier


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




adaptec 2610sa raid support in debian-installer (aacraid)

2005-06-08 Thread Simon

hi,

I'm hoping to install sarge on an HP box with one adaptec 2610sa raid 
controller, but the latest debian-installer's aacraid module doesn't 
recognize the 2610sa. The 2410sa, 2810sa and 21610sa are mentioned as 
being supported on adaptec's site (and linit.c suggests same - see 
below). Is there some reason why the 2610sa hasn't been included (and is 
there any chance of a non-hacker like myself ever getting this to work 
reliably)?


There also seems to be a later version of aacraid (1.1.5-2391). 
adaptec's website is serving up version 1.1.5-2326 however 1.1.5-2391 
has been used to build a set of driver disk images (also on adaptec's 
site) and it seems some pay-licensed linux distributions have 2610sa 
support using 2391.  Anyone know where I could get the source for 
aacraid 1.1.5-2391 (note: the aacraid with the 2.6.8 kernel source has 
the same three lines below and makes no  reference to the 2610sa)?


thanks for any help,
simon


excerpt from aacraid 1.1.5-2326's linit.c 
...
   { 0x9005, 0x0285, 0x9005, 0x0290, aac_rx_init, aacraid,  ADAPTEC 
, AAR-2410SA SATA , 1 }, /* AAR-2410SA PCI SATA 4ch (Jaguar II) */

...
   { 0x9005, 0x0285, 0x9005, 0x0292, aac_rx_init, aacraid,  ADAPTEC 
, AAR-2810SA SATA , 1 }, /* AAR-2810SA PCI SATA 8ch (Corsair-8) */
   { 0x9005, 0x0285, 0x9005, 0x0293, aac_rx_init, aacraid,  ADAPTEC 
, AAR-21610SA SATA, 1 }, /* AAR-21610SA PCI SATA 16ch (Corsair-16) */



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




Re: dist-upgrade and sources.list

2005-06-08 Thread Maurits van Rees
On Wed, Jun 08, 2005 at 06:20:47AM -0700, Basajaun wrote:
 Maurits van Rees wrote:
  And on dist-upgrade: this is not meant just to upgrade to a new
  distribution. I used to think that too. It is a more thorough (and
  possibly more dangerous) method of upgrading. Say you have package-a
  version 1 installed, with no dependencies. A new version 2 becomes
  available, which has a new dependency on package-b, which you don't
  yet have installed. An 'apt upgrade' will do nothing. An 'apt
  dist-upgrade' will upgrade package-a from version 1 to version 2 and
  will install package-b.
 
 So, my guess is that apt-get dist-upgrade is a kind of do whatever
 you have to do to make what I have in 'Default-Release' (or wherever)
 be my current release. So dist-upgrade, by itself, is useless, unless
 you have changed something in your preferences, right?

Partly true.

When you upgrade from the previous stable (woody) to the current
stable (sarge) you need to do a dist-upgrade. When everything works
out fine and there are no packages reported as held back, the
transition is complete. Then it doesn't matter anymore if you use
'apt-get upgrade' or 'apt-get dist-upgrade'.

But let's say you want to start tracking the new testing distro (or
unstable or experimental). If you only use apt-get upgrade then after
a while you will start noticing that some packages are being held
back. In other words: some newer version is available, but it isn't
getting installed. The reason is the one I gave above: a new
dependency was introduced in that package, so it now needs another
package that is not yet installed. 'apt-get upgrade' will refuse to
install that dependency, so it won't upgrade your installed package
either. The result: you are no longer tracking the testing distro and
you start lagging behind. This is not inherently bad or anything, but
you may want to avoid it.

You can handle that in two ways. Manually: 'apt-get install that new
dependency package'. Automatically: 'apt-get dist-upgrade'. This is
only necessary with testing/unstable/experimental. In the stable
distro the dependencies are garanteed not to change.

A strategy might be: use 'apt-get upgrade' when you are in a hurry or
want to stay on the safe side. Use 'apt-get dist-upgrade' from time to
time when you want to catch up with the rest of the Debian pack
again. :)

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
Let your advance worrying become advance thinking and planning.
 - Winston Churchill


signature.asc
Description: Digital signature


xfree86

2005-06-08 Thread KIEN
hi folks,

whatt is the latest version of xfree86 for debian sarge? i am now
using 4.3 and am having difficulty with installing a writing tablet.
would like to upgrade xfree86.

i remember reading sometime back that debian will not be 'supporting',
for want of a better word, xfree86. i will have to get it thro' a
backport. is this still true?
-- 
http://kien.e2uhosting.net
http://kien.dyndns.biz



Re: OT, simple bash alias expansion question

2005-06-08 Thread Chris F.A. Johnson
On 2005-06-07, Tong wrote:
 Hi, 

 How can I use my aliases in my bash script?

   This has been answered more than adequately in the comp.unix.shell
   newsgroup.

   The correct answer, which you seem not to like, is, Don't use
   aliases; use functions.

   When given advice on how to do the inadvisable, you disregarded
   that.


 This seems a very simple question but I just can't get it working. For
 example, I have an alias 

 alias acpl='apt-cache policy'

 and this test file:

 $ cat cmd.bash
 shopt
 alias

 acpl apt-cache

 Now, no matter how I invoke the script, I always get the error:
 cmd.bash: line 4: acpl: command not found

 Here is how I invoked:

 bash -O expand_aliases cmd.bash 

   As I said before, this works for me in both 2.05b and 3.0.

 bash -i cmd.bash 

 bash -i -O expand_aliases cmd.bash 
 bash -O expand_aliases -i cmd.bash 

   I also suggested adding shopt -s expand_aliases to the script.
   You replied that is wasn't necessary. You didn't try it and still
   complained that your script didn't work.

-- 
Chris F.A. Johnson http://cfaj.freeshell.org
==
Shell Scripting Recipes: A Problem-Solution Approach, 2005, Apress
http://www.torfree.net/~chris/books/cfaj/ssr.html


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



Re: Encrypting the hard disk?

2005-06-08 Thread Stephen Patterson
On Tue, 07 Jun 2005 14:50:15 +0200, Nardis Dome wrote:
 
 Hi,
 
 try cryptoloop
 http://www.tldp.org/HOWTO/Cryptoloop-HOWTO/

Just don't forget your password or encryption type.

-- 
Stephen Patterson [EMAIL PROTECTED] http://patter.mine.nu/  
Linux Counter No: 142831 GPG Public key: E3E8E974
Whoever said nothing is impossible never tried slamming a revolving door.
  -- Melissa O'Brien


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



Re: enhancing xdmcp performance

2005-06-08 Thread Stephen Patterson
On Tue, 07 Jun 2005 04:00:18 +0200, Cam wrote:
 XDMCP works surprising well, but it's still a little sluggish
 (especially when switching workspaces or alpha effects come into play
 (like w/ the download manager in firefox, or the logout screen in
 gnome).  I'm using a wireless network, which may be too slow... or
 would a faster network even do me any better?  I would like to have
 the client over the network work as much like using a real computer as
 possible.  from what i've read, it can be done.  anyone have any tips?
  would using ssh w/ compression enabled have better performance than
 XDMCP?  also, is there any way to do media-intense apps (movie
 players, games, etc), over the network?

I've seen that ssh with X is much slower with the higher overhead (and
then extra load for encryption) XDMCP can handle videos in realtime on
a 100MBit network, though I've not tested full-screen and you'd then
need some way of pushing sound across the network.

Either way (ssh or XDMCP) are much quicker than regular vnc.

-- 
Stephen Patterson [EMAIL PROTECTED] http://patter.mine.nu/  
Linux Counter No: 142831 GPG Public key: E3E8E974
Whoever said nothing is impossible never tried slamming a revolving door.
  -- Melissa O'Brien


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



Re: running one thin client?

2005-06-08 Thread Stephen Patterson
On Mon, 06 Jun 2005 04:40:15 +0200, Cameron Matheson wrote:
 So my computer is kind of loud which is drawing some complaints from
 other people in my room at night...

This is pretty simple with gdm. Install gdm on both systems and set
gdm on the desktop to allow remote tcp connections (there's a
configuration menu on gdm). Then on the laptop you can login locally
as normal, or run a chooser from the gdm menu to connect to the X
session on your desktop box.

-- 
Stephen Patterson [EMAIL PROTECTED] http://patter.mine.nu/  
Linux Counter No: 142831 GPG Public key: E3E8E974
Whoever said nothing is impossible never tried slamming a revolving door.
  -- Melissa O'Brien


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



huge log files

2005-06-08 Thread claudio

Hello
i just install  sarge on a amd K6 400 mhz which run as a firewall and 
router (shorewall) for some reason  the debug, syslog, kern and 
bandwidth file in /var/log are growing fast and too much (all toghether 
them reach 4.5 Gb in 1 day)

i dont know what is trilling them so any help will be welcome.
i add her a few lines from syslog (but the others files are more of the 
same)



thnax in advance
Claudio

Jun  8 17:40:52 localhost kernel: BANDWIDTH_IN:IN=eth0 OUT= 
MAC=00:01:02:e1:b3:63:00:0f:34:7c:3d:84:08:00 SRC=212.199.26.28 
DST=172.21.183.241 LEN=1480 TOS=0x00 PREC=0x00 TTL=251 ID=1104 PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_OUT:IN= OUT=eth0 
SRC=172.21.183.241 DST=212.199.26.28 LEN=32 TOS=0x00 PREC=0x00 TTL=64 
ID=65310 DF PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_OUT:IN= OUT=eth0 
SRC=172.21.183.241 DST=212.199.26.28 LEN=88 TOS=0x00 PREC=0x00 TTL=64 
ID=65311 DF PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_IN:IN=eth0 OUT= 
MAC=00:01:02:e1:b3:63:00:0f:34:7c:3d:84:08:00 SRC=212.199.26.28 
DST=172.21.183.241 LEN=1480 TOS=0x00 PREC=0x00 TTL=251 ID=1530 PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_OUT:IN= OUT=eth0 
SRC=172.21.183.241 DST=212.199.26.28 LEN=92 TOS=0x00 PREC=0x00 TTL=64 
ID=65312 DF PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_IN:IN=eth0 OUT= 
MAC=00:01:02:e1:b3:63:00:0f:34:7c:3d:84:08:00 SRC=212.199.26.28 
DST=172.21.183.241 LEN=1304 TOS=0x00 PREC=0x00 TTL=251 ID=1534 PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_OUT:IN= OUT=eth0 
SRC=172.21.183.241 DST=212.199.26.28 LEN=92 TOS=0x00 PREC=0x00 TTL=64 
ID=65313 DF PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_IN:IN=eth0 OUT= 
MAC=00:01:02:e1:b3:63:00:0f:34:7c:3d:84:08:00 SRC=212.199.26.28 
DST=172.21.183.241 LEN=1304 TOS=0x00 PREC=0x00 TTL=251 ID=1969 PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_OUT:IN= OUT=eth0 
SRC=172.21.183.241 DST=212.199.26.28 LEN=92 TOS=0x00 PREC=0x00 TTL=64 
ID=65314 DF PROTO=47
Jun  8 17:40:52 localhost kernel: BANDWIDTH_IN:IN=eth0 OUT= 
MAC=00:01:02:e1:b3:63:00:0f:34:7c:3d:84:08:00 SRC=212.199.26.28 
DST=172.21.183.241 LEN=92 TOS=0x00 PREC=0x00 TTL=251 ID=2625 PROTO=47

Ju


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




3.1_r0a CDs 7 8

2005-06-08 Thread Hal Vaughan
I've been trying with torrent, but can't get it to work, so I've been 
downloading cd images (several local friends need CDs since they have bad 
connections).  Is it just me, or is there a problem with finding images for 
CDs 7  8 for 3.1r0a anywhere?  The links are there, at least at the main 
site, but the files are not.  I've been checking a lot of mirrors, but don't 
expect to find them on mirrors if they're not on the main download site.

Hal


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



Re: enhancing xdmcp performance

2005-06-08 Thread Steve Lamb

Stephen Patterson wrote:

Either way (ssh or XDMCP) are much quicker than regular vnc.


As with all things, that depends.  GTK2 applications would kill XDMCP on 
my network (100mbit) so I switched to VNC and made sure to try each of the 
encodings.  Some of the encodings are slower over the network but one was 
faster than XDMCP on my GTK2 applications.  Of course not having VNC installed 
on this machine presently I couldn't tell ya which encoding it was other than 
not Tight.  :D


--
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-


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




Re: Confused-New Stable Sarge Dist-Upgrade

2005-06-08 Thread Luis Finotti

Dear Basajaun and all,

Basajaun wrote:

[snip]

Well, you could try the old link trick. First of all locate the biggest
directory(ies) residing in /, e.g.

du -sh /*

then, move that directory and all of its contents to a bigger
partition, where space is not a problem, e.g.

cp -R /big_dir /scratch/

then create a link in / with the old dir name, and pointing to the new
location, e.g.

ln -s /scratch/big_dir /big_dir

Yes, it is a dirty trick, but will save your day until you repartition
properly (say, when reinstalling the whole system).

HTH,

 Basajaun


That was my first idea when reading the original post.  In fact, I was 
thinking of doing that in a laptop of a friend.  Is there any reason why 
this is a dirty trick.  Is there any problem or disavantage in doing 
so?  It seemed to me it would be safer (and easier) than changing 
partitions sizes...


Thanks in advance,

Luis


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




apt-setup

2005-06-08 Thread John Kirkland

Just wondering...

Setup: sarge (from whilst it was in testing). sources.list has been 
modified to point to stable now (it was pointing to unstable, of 
course). aptitude update/upgrade/dist-upgrade has been run, without 
problems.


Anyways, why does apt-setup continue to use testing when adding a 
source to sources.list? I've looked to see where this might be creeping 
in, but I've been unable to find the culprit. I know I'm prolly missing 
something simple...


Not that it matters, really, it's just irritating. :P

Ideas, anyone?

Thanks.

--
John Kirkland


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




Re: Network IP probem

2005-06-08 Thread Jonathan Opperman

Hi Meni

I just assumed he meant IP, you know what they say about assumptions :).

Jonathan

On 08 Jun 2005, at 4:53 PM, Meni Shapiro wrote:


hi,
 Excuse me for not understanding
 What is it that you want to know??
 If someone else (other then your computer) is using your pc's mac 
address??

 Not posible. mac addresses are uniq.
 If someone uses your IP address?? do you have a static IP from you 
ISP?? then ask your IP


 Meni

On 6/8/05, alexandar [EMAIL PROTECTED] wrote:

my IP Address or MAC? I is possible to unerstand it automatically.

Thanks.
Alexandar Angelov


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






--
--
Meni Szapiro



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




Serial Port not Working

2005-06-08 Thread sushantkumarm
Title: Serial Port not Working





Hello ,


I have some problem related to linux.


I m using linux-2.4.27 to build for arm architecture.


Earlier my arm board was operating at 60 Mhz.


Then my both serial ports were working properly.


Now i increased the frequency to 90Mhz.


Now only th debugg serial port (ttyS0) is working and the second uart port (ttyS1)is not working.


The max baud rate is 115200 kbps.Earlier at 60mhz i was able to communicate with ttyS1 at any baudrate ,i.e 9600,115200kbps.

Now The change i made is only i changed the AT91C_MASTER_CLOCK from 59904000 to 9000


Not working means kernel is not getting started up.


I have checked all my settings.All are ok.


Plz help me to debugg this problem.


I will be very happy if u help me rgarding this.



 Thanks  Regards 
Sushant Kumar Mishra
Danlaw Technology
Contact No-9440041292


* * * * * * * * * * * * Information contained in this electronic mail transmission is confidential and intended to be sent only to the stated recipient of the transmission. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, distribution or copying of this communication is strictly prohibited. You are also asked to notify us immediately and to delete this transmission with any attachments and destroy all copies in any form. Thankyou.




Re: fetching dvd images of 3.1

2005-06-08 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Piszcz, Justin wrote:
 lftp works as well
 
 -Original Message-
 From: John Kirkland [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, June 07, 2005 6:31 PM
 To: debian-user@lists.debian.org
 Subject: Re: fetching dvd images of 3.1
 
 Frederico Rodrigues Abraham wrote:
 
Hi.

http://cdimage.debian.org/debian-cd/3.1_r0/i386/iso-dvd/

debian-31r0-i386-binary-1.iso
 
 http://cdimage.debian.org/debian-cd/3.1_r0/i386/iso-dvd/debian-31r0-i38
 6-binary-1.iso 06-Jun-2005 01:53  4.4G  
 
has anyone else had the same problem as me? fetching with wget results
 
 in a file with 300 megs. fetching with firefox results in a file with 2
 gigabytes. is there any program capable of getting this without being
 bittorrent?
 
thanks
-- Fred


 
 
 You might want to give curl a go. IIRC, wget has some problems with 
 very large (over 2GByte) files.
 
lftp did the same for me, still only getting around 300oddMB :/

- --
++
| Glyn Tebbutt |   [EMAIL PROTECTED] : email |
|--+  http://www.plasticmongoose.com : www   |
| http://www.plasticmongoose.com/misc/d3c3it.asc : gpg   |
||
| Damn you, vile woman! You've impeded my work since|
| the day I escaped from your wretched womb. - Stewie   |
++
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCpy7VMmCtbXGg1+4RAl8eAJ4phPyDq6E6o6Ebt8ld3ZnVCqYrXACg3wbA
3FuXs16MIhVb0LM7vg7hrUM=
=Td7U
-END PGP SIGNATURE-


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



Installing the new release (Sarge)

2005-06-08 Thread disciple
I downloaded the iso's yesterday after getting an email that Debian
GNU/Linux3.1 was released.  I aborted the install  When I reinserted
Disk-1 to start the install over, I noticed that there was no option to
install bf24.  I want to install with all the latest kernel additions.

How do I get the option back for bf24?


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



Re: apt or aptitude on sarge

2005-06-08 Thread Marty

Robert Vangel wrote:

Robert Wolfe wrote:

On Wed, 8 Jun 2005, michael wrote:


I note that it seems that aptitude is recommended over apt for Sarge. I
was wondering if it's as str forward as just using aptitude from now on?
eg I do not have to rebuild anything the first time i use aptitude (ie
it uses the same dpkg info as apt - but in that case why is aptitude
recommended over and above apt?)



Correct me if I am wrong on this one, but isn't aptitude just a front 
end for apt?


Or dpkg? Aren't they all, basically?


I don't think so.  As I recall, dselect (at least when using the apt method)
is more properly a front end for apt, which in turn is a front end for dpkg.
I assume other dpkg front ends are similar, but I could be wrong.



Everyone always goes on about using aptitude rather than apt, I've 
*never* had any problems what so ever with apt, and I can't see any 
reason to start using aptitude (plus whenever I have used it seems less 
responsive / slower (in terms of program execution))


In my experience dselect, and I assume aptitude and other dpkg front
ends are much more intelligent about upgrades, especially in heavily
customized systems.  Many times I've seen apt-get happily rip out, or
try to rip out half my system.  dselect at least knows enough to ignore
dpkg warnings about broken dependencies that get fixed later in the
upgrade, at least when using apt as it's install method. I suspect that
its bag of tricks is much deeper than that.

In that rare instance where you do have to bite the bullet and resort to
apt-get upgrade or dist-upgrade, which always seem to work, I have to pity
anyone with a slow internet connection and no local archive!

Side note: I've avoiding aptitude and other front ends because of various
problems that I still see reported from time to time.  For while I was
partial to stormpkg but the Debian version never seemed to work right,
and now it seems to have gotten dropped.

Offtopic side note: I can recall ripping out X and 300 random or dependant
packages in seconds, just for fun and seeing how easily I can reinstall
everything about the way I like it. (Answer: extremely easily and quickly).
That was with stormpkg and I haven't found anything quite like it since.
The Debian version never worked right and seems to have been dropped.
Terminal-text packages like dselect and aptitude are too laborious and the
other graphical apts (like synaptic), seem to just have a thin graphical
veneer, and don't do it for me.  Is there anything like stormpackage (i.e.
a truly graphical install app?)  Am I the only person who longs for this?
For old timers, anyone remember Yggdrasil?  Even they had an amazing graphical
install app, back in what? 1994? the likes of which I've not seen since.


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




Re: Installing the new release (Sarge)

2005-06-08 Thread Jochen Schulz
[EMAIL PROTECTED]:

 I downloaded the iso's yesterday after getting an email that Debian
 GNU/Linux3.1 was released.  I aborted the install  When I reinserted
 Disk-1 to start the install over, I noticed that there was no option to
 install bf24.  I want to install with all the latest kernel additions.

There is no bf24 in sarge. The default kernel is already 2.4.something.
If you press F1 or F2 (don't remember) before booting, you can install
kernel 2.6.8.

By the way: the installation manual is worth reading. :-)

J.
-- 
I no longer believe my life will be long, happy, interesting or fulfilled
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


The problem is not Synaptic.....

2005-06-08 Thread Redefined Horizons
Guys,

I think I've got the software installation problem pinned down. It's
notSynaptic. Actually, Synaptic appears to be doing its job very well.
It detected a broken package in GNOME, and was attempting to resolve
that. I found the broken package using the Broken filter in
Synaptic. It is named fam. When I try to reinstall the package
through Synatic, it promps me to insert CD 3 from the Debian Sarge CD
set. After inserting the CD the computer attempts to install the
package but fails. It presents me with this error message in the
terminal:

E: Invalid archive signature
E: Prior errors apply to /cdrom//pool/main/f/fam/fam_2.7.0-6_i386.deb

dpkg-deb: '/cdrom//pool/main/f/fam/fam_2.7.0-6_i386.deb' is not a
debian format archive

dpkg: error processing /cdrom//pool/main/f/fam/fam_2.7.0-6_i386.deb (--unpack):
subprocess dpkg-deb --control returned error exit status 2


I'm not sure what all of that means, but I'm guessing there is a
problem with that fam package on the CD. Perhaps the file is
corrupted? I'm also guessing it is a file that is needed by GNOME.

Can I fix this by downloading another copy of CD 3 of the Debian Sarge
CD set? Or perhaps the package on the CD download is corrupted, and I
need to download the fam package separately? If I did so, would I
just use apt-cdrom to register the location of the package? Will
this overwrite the previous location on CD 3, that is currently on the
source list used by apt?

Thanks for any help.

Landon

P.S. - My Debian box doesn't have an internet connection, so apt-get
won't work on my machine.



php4 phpmyadmin problem

2005-06-08 Thread Lukas Demetz




Hi there,

today I upgraded one of our servers to Debian 3.1, without bigger
problems. Let me list you the old vs. new versions of some interesting
packages:
apache 1.26 - 1.33
php4 4.1 - 4.3 (module)

As now, everything works smoothly (nice work guys! :) ), however, I
noticed a strange behaviour using phpMyAdmin (2.6.2, same as before).
Everytime I try to list the content of a table, I get an empty table.
In addition, there is an error entry in /var/log/apache/error.log:

[notice] child pid 28099 exit signal Segmentation fault (11)


The error is reproducible, and I tried to comment out the errors, but
it seems that the error i s in some "if" statement, which seems strange
to me. I guess there's something wrong with apache or php4, but I'm not
sure. I updated everything to stable, and checked by hand the packages.

Hope someone could help me ;)

Cheers

NB: The other sites on the server run without problems.
-- 
Lukas Demetz
Digiem Snc
http://www.digiem.net




Re: apt-setup

2005-06-08 Thread Maurits van Rees
On Wed, Jun 08, 2005 at 06:23:52PM +0100, John Kirkland wrote:
 Anyways, why does apt-setup continue to use testing when adding a 
 source to sources.list? I've looked to see where this might be creeping 
 in, but I've been unable to find the culprit. I know I'm prolly missing 
 something simple...

I don't remember ever using apt-setup. But look in the /etc/apt/ dir
for files called apt.conf and preferences. Both may have a line
mentioning Default-Release which could be the source of your problem.

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
Let your advance worrying become advance thinking and planning.
 - Winston Churchill


signature.asc
Description: Digital signature


Downloading Sarge with Bittorrent

2005-06-08 Thread Jim MacBaine
Hello,

I have started to download the Sarge 3.1r0 i386 dvd, I already had
downloaded 3,9 GB of 4,4 GB.  Then I made the failure to log out and
log in again.  I restarted bittorrent and found out that the 3.1r0
torrent has been replaced by the 3.1r0_a_ torrent.  Do I really have
to download the complete DVD image again? Isn't the old i386 torrent
file still available somewhere?

Has someone downloaded the old i386 dvd torrent and is able to send it to me? 

Btw, the download of the second 3.1r0 dvd had already been finished
earlier.  Has the second DVD changed at all from 3.1r0 to 3.1r0a? Can
I use the second 3.1r0 dvd with the first 3.1r0a one?

I hope, I have not confused you all, 
Regards, Jim



Re: Firefox no print issue

2005-06-08 Thread Jim Hall

Nicos Gollan wrote:

On Saturday June 4 2005 03:28, Jim Hall wrote:


Results of suggestions.
Tried the Postscript entry; same bad result.
Looked for all pkgs related to xprint. Found: xprt-xprintorg, xprint,
xprint-common. When I tried to remove them, that would also remove
x-window-system! That seems like xprint is a necessary component and
can't be separated from X.



x-window-system is just a metapackage (a bunch of dependencies) that can be 
removed without any worries.




So, if cups is the system default why did xprint stick it's nose into
Firefox's business? If I can't remove xprint, is there any way to change
it? Or, is this a Firefox problem, since no other app seems to be affected?



It's a Mozilla problem. Xprint is an initiative that spawned from the Mozilla 
project. It's basically a translator that converts the X protocol to 
Postscript. Also, it's pretty telling that the version in Debian is 
0.1.0.alpha1-10, with no corresponding release being offered by the project 
itself. It might get better with a transition to X.org which Xprint seems to 
have become a part of.





Per the above info I removed xprint, which also took xprt-xprintorg, 
xprint-common, and x-window-system. Nothing seems to have blown up. :)


Still have the same error at the printer. In Firefox, the only printer 
listed is now PostScript/QMS1660.


In the Printer Properties dialog box the Print Command is:
lpr ${MOZ_PRINTER_NAME:+'-p'}${MOZ_PRINTER_NAME}

Because printing in Linux and I are not on the best of terms, I sort of 
expected to see something more CUPS related. I say that because in the 
CUPS setup I've done so far I didn't see any lpr commands.



What's next?
Jim


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




apt-get problems

2005-06-08 Thread Jason G Skala
I am running woody still and if I do any apt-get command from update to
upgrade I get the following
apt-get update gives
apt-get update
Hit http://ftp.us.debian.org stable/main Packages
Hit http://ftp.us.debian.org stable/main Release
Hit http://ftp.us.debian.org stable/main Sources
Hit http://ftp.us.debian.org stable/main Release
Hit http://ftp.rutgers.edu stable/main Packages
Hit http://ftp.rutgers.edu stable/main Release
Hit http://ftp.rutgers.edu stable/main Sources
Hit http://ftp.rutgers.edu stable/main Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit ftp://ftp.us.debian.org stable/main Packages
Hit ftp://ftp.us.debian.org stable/main Release
Hit ftp://debian.rutgers.edu stable/main Packages
Hit ftp://ftp.us.debian.org stable/main Sources
Hit ftp://debian.rutgers.edu stable/main Release
Hit ftp://ftp.us.debian.org stable/main Release
Hit ftp://debian.rutgers.edu stable/main Sources
Hit ftp://ftp.us.debian.org stable/main Packages
Hit ftp://ftp.us.debian.org stable/main Release
Hit ftp://debian.rutgers.edu stable/main Release
Hit ftp://ftp.us.debian.org stable/main Sources
Hit ftp://linux.csua.berkeley.edu stable/main Packages
Hit ftp://debian.rutgers.edu stable/main Packages
Hit ftp://ftp.us.debian.org stable/main Release
Get:1 ftp://ftp.cerias.purdue.edu stable/main Packages
Hit ftp://debian.rutgers.edu stable/main Release
Hit ftp://linux.csua.berkeley.edu stable/main Release
Hit ftp://debian.rutgers.edu stable/main Sources
Hit ftp://debian.rutgers.edu stable/main Release
Hit ftp://linux.csua.berkeley.edu stable/main Sources
Hit ftp://linux.csua.berkeley.edu stable/main Release
Get:2 ftp://ftp.cerias.purdue.edu stable/main Release
Get:3 ftp://ftp.cerias.purdue.edu stable/main Sources
Get:4 ftp://ftp.cerias.purdue.edu stable/main Release
Fetched 4668kB in 2m6s (36.9kB/s)
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Dynamic MMap ran out of room
E: Error occured while processing procmeter (NewVersion1)
E: Problem with MergeList
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_stable_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.


apt-get upgrade gives me this

Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Dynamic MMap ran out of room
E: Error occured while processing procmeter (NewVersion1)
E: Problem with MergeList
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_stable_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

Any help on this would be great.



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



Re: nonwiping netinstall

2005-06-08 Thread Hendrik Boom
On Wed, Jun 08, 2005 at 11:44:53AM -0400, Robert Wolfe wrote:
 On Wed, 8 Jun 2005, Hendrik Boom wrote:
 
 Is there any way to use the new net-installer *without*
 wiping clean the partition being installed to?
 
 Not that I know of.  Are you trying to upgrade an existing Debian 
 installation by any chance?

I have a machine with a working, up-to-date sarge and a dead woody.
(woody boots but will not access the net -- I suspect it doesn't
have the right driver after a hardware upgrade)
I wanted to start a testing installation to replace woody.
Unfortunately, all the user files are on the pertition with the dead woody.
I'd like to reduce the number of necessary backups by one.

-- hendrik


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



Re: OT: Safe Type (was Re: DVORAK)

2005-06-08 Thread Alex Malinovich
On Wed, 2005-06-08 at 09:43 -0700, Dave Carrigan wrote:
--snip--
 The number pad is cumbersome. I'm an emacs guy, so I rarely use the
 arrow keys anyway, but when I have to use them, it's a PITA. However,
 that was easily solved for me by buying a USB number pad; it works fine
 with X, and it even works fine in Windows XP running inside VMWare.

I'm enlightened as well :), so I don't use the arrow keys much, but
there are more and more things which are breaking emacs keybindings
nowadays. The big thing for me is the number pad. I do a lot of number
crunching and doing the top row just won't cut it for me. I'm also
hesitant to get a separate keypad because I've used them before for my
laptop and just doesn't feel right. When I have to switch 'feel' between
typing and doing numbers I don't adjust very well.

But in looking at their site more I saw that they do have a guarantee on
the keyboards, so I'll probably buy one and try it and see if the keypad
issue is one I can live with or not. With that once exception, I'm very
impressed with the keyboard. Now I just have to try it and see how it
feels.

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837



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


Re: nonwiping netinstall

2005-06-08 Thread Hendrik Boom
On Wed, Jun 08, 2005 at 03:26:28PM -0400, Hendrik Boom wrote:
 On Wed, Jun 08, 2005 at 11:44:53AM -0400, Robert Wolfe wrote:
  On Wed, 8 Jun 2005, Hendrik Boom wrote:
  
  Is there any way to use the new net-installer *without*
  wiping clean the partition being installed to?
  
  Not that I know of.  Are you trying to upgrade an existing Debian 
  installation by any chance?
 
 I have a machine with a working, up-to-date sarge and a dead woody.
 (woody boots but will not access the net -- I suspect it doesn't
 have the right driver after a hardware upgrade)
 I wanted to start a testing installation to replace woody.
 Unfortunately, all the user files are on the pertition with the dead woody.
 I'd like to reduce the number of necessary backups by one.
 
 -- hendrik

Maybe the thing to do is to burn the first sarge (or etch, for that matter)
cd, and present it to woody as another apt-source.

-- hendrik

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


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



Re: apt-get problems

2005-06-08 Thread Phil Dyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jason G Skala said:
 I am running woody still and if I do any apt-get command from update to
 upgrade I get the following
 apt-get update gives
 apt-get update
 Hit http://ftp.us.debian.org stable/main Packages

Since sarge is now stable, I'm sure that's the problem.
Try s/stable/woody/g in your sources.list.

- --

/phil


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)
Comment: Public Key: http://www.dyermaker.org/gpgkey

iD8DBQFCp0MlGbd/rBLcaFwRAg5lAJwM2Rcmh855Y1V36JShGlN8r4CdKQCfaL4L
IJZRxj15s5Z1F9CW0TKurVM=
=c//t
-END PGP SIGNATURE-


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



Clarify Sarge Release

2005-06-08 Thread Jim Hall
Now that Sarge is released, do I need to point 'update'  'upgrade' to 
stable, or leave Sarge as the target?


Jim


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




php4 phpmyadmin problem

2005-06-08 Thread Lukas Demetz




Hi there,

today I upgraded one of our servers to Debian 3.1, without bigger
problems. Let me list you the old vs. new versions of some interesting
packages:
apache 1.26 - 1.33
php4 4.1 - 4.3 (module)

As now, everything works smoothly (nice work guys! :) ), however, I
noticed a strange behaviour using phpMyAdmin (2.6.2, same as before).
Everytime I try to list the content of a table, I get an empty table.
In addition, there is an error entry in /var/log/apache/error.log:

[notice] child pid 28099 exit signal Segmentation fault (11)


The error is reproducible, and I tried to comment out the errors, but
it seems that the error i s in some "if" statement, which seems strange
to me. I guess there's something wrong with apache or php4, but I'm not
sure. I updated everything to stable, and checked by hand the packages.

Hope someone could help me ;)

Cheers

NB: The other sites on the server run without problems.
-- 
Lukas Demetz
Digiem Snc
http://www.digiem.net




lilo message

2005-06-08 Thread Steve A
Greetings.

I upgraded my Sarge box to a new 2.4.27 kernel yesterday. When I ran lilo
afterwards I'm presented with the following warning;

Warning: '/proc/partitions' does not match '/dev' directory structure.  Name
change: '/dev/ide/host0/bus1/target0/lun0/disc' - '/dev/hdc' Warning: The
boot sector and map file are on different disks.  
Added Linux * 
Added LinuxOLD

Here is my hard disk layout;

FilesystemSize  Used Avail Use% Mounted on
/dev/hdc1 2.0G  848M  1.1G  46% /
tmpfs  94M  4.0K   94M   1% /dev/shm
/dev/hda3 4.8G  562M  4.0G  13% /var
/dev/hda2 9.2G  893M  7.9G  11% /home

I not sure how to fix this, so help would be appreciated. Am I right in assuming
this box won't reboot with Lilo in this condition ?

-- 
Steve A.
---
Wednesday Jun 08 2005 15:15:01 EDT
---
The four building blocks of the universe are fire, water, gravel and vinyl.
-- Dave Barry


signature.asc
Description: Digital signature


Re: Clarify Sarge Release

2005-06-08 Thread Lee Braiden
On Wednesday 08 Jun 2005 20:17, Jim Hall wrote:
 Now that Sarge is released, do I need to point 'update'  'upgrade' to
 stable, or leave Sarge as the target?

No, you can do nothing, if you like.

Pointing it to stable would only do something once the next release happens.  
Then, the new stable would be uhh... whatever that new name is, and then 
you'd see lots of upgradable packages.  For now, it'll make no difference.

Basically, if you intend to specifically use sarge and nothing else, put sarge 
in there.  You might do that if sarge does what you need and you're following 
the if it ain't broke don't fix it philosophy.

On the other hand, if you intend to keep upgrading to the most modern stable 
system available, and you don't want to manually do the switch (although 
it'll essentially be manual anyway) use stable.

-- 
Lee.

Please do not CC replies directly to me.  I'll read them on the list.


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



Re: Once Sarge becomes stable...

2005-06-08 Thread Tony Godshall
According to Steve Block,
 On Sun, Jun 05, 2005 at 06:22:38PM -0400, Rick Friedman wrote:
 For me, also being rather new to Debian, this raises another question.
 Currently, I am running an unstable machine (I have unstable in
 sources.list). I will probably keep that. I'm just curious: If someone
 has sid in sources.list, does sid become the new testing? If so, what
 will be the distro name of unstable?
 
 Sid will still be unstable. The release name of the next testing
 version will be etch.

In the movies, sid is the kid next door that breaks all the
toys.  Sid is always unstable.


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



Label Printers

2005-06-08 Thread Nick Miller

Hello All,

 I am wondering if anyone has any recommendations/experience on any 
good label printers that work with Linux? I just need something that 
CUPS can use to print off mailing labels.


Regards,
Nick



--
Nicholas Miller
Web Developer / System Admin
PressEnter! Internet
715-377-0746
[EMAIL PROTECTED]




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




Courier upgrade

2005-06-08 Thread Nathan Friess

Hello,

I recently upgraded a server from Woody to Sarge.  When I was running 
Woody, I had Courier MTA installed, up to date, and working fine.  After 
I upgraded to Sarge, any program that used 'sendmail' stopped working. 
I fixed this by changing /usr/sbin/sendmail to be set-uid... as follows:


$ apt-cache policy courier-mta
courier-mta:
  Installed: 0.47-4
...

-- Before set-uid --

$ ls -l /usr/sbin/sendmail
-rwxr-xr-x  1 root daemon 26328 Jan 26 15:31 /usr/sbin/sendmail

$ echo hi | sendmail me
sendmail: ERR: submitclient: EOF from submit.
432 Service temporarily unavailable.

-- Now --

$ ls -l /usr/sbin/sendmail
-rwsr-xr-x  1 root daemon 26328 Jan 26 15:31 /usr/sbin/sendmail

$ echo hi | sendmail me
$

I don't know if sendmail was set-uid before I upgraded.  Was this the 
correct thing to do?  Should Courier's sendmail normally be set-uid?  If 
so, why wasn't it that way when I upgraded? (a bug?)


Thanks,

Nathan


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




Re: apt or aptitude on sarge

2005-06-08 Thread Olle Eriksson
On Wednesday 08 June 2005 17.46, Robert Vangel wrote:
 Everyone always goes on about using aptitude rather than apt, I've
 *never* had any problems what so ever with apt, and I can't see any
 reason to start using aptitude (plus whenever I have used it seems less
 responsive / slower (in terms of program execution))

What I like about aptitude is that it has a text gui, in addition to the 
command line switches. Great for when you need to search through many 
different packages, read their description, follow dependencies and 
recommendations between packages in the dependency tree. That and the 
fact that it remembers which package(s) just came along another package 
that I explicitly selected to be installed, so that when you uninstall 
that package everything it needed will be removed too. I was never able 
to keep the system clean of stray package before.

Best regards

-- 
Olle Eriksson
[EMAIL PROTECTED] | http://www.olle-eriksson.com


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



Re: apt or aptitude on sarge

2005-06-08 Thread Olle Eriksson
Just happened to see that on http://www.debian.org/News/2005/20050606 it 
says:

Upgrades to Debian GNU/Linux 3.1 from the previous release Debian 
GNU/Linux 3.0 codenamed ``woody'' are automatically handled by the 
aptitude package management tool, and to a certain degree also by the 
apt-get package management tool.

Why that would be so I don't know.

-- 
Olle Eriksson
[EMAIL PROTECTED] | http://www.olle-eriksson.com


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



Re: lilo message

2005-06-08 Thread mess-mate
Steve A [EMAIL PROTECTED] wrote:
| Greetings.
| 
| I upgraded my Sarge box to a new 2.4.27 kernel yesterday. When I ran lilo
| afterwards I'm presented with the following warning;
| 
| Warning: '/proc/partitions' does not match '/dev' directory structure.  
Name
| change: '/dev/ide/host0/bus1/target0/lun0/disc' - '/dev/hdc' Warning: The
| boot sector and map file are on different disks.  
| Added Linux * 
| Added LinuxOLD
| 
| Here is my hard disk layout;
| 
| FilesystemSize  Used Avail Use% Mounted on
| /dev/hdc1 2.0G  848M  1.1G  46% /
| tmpfs  94M  4.0K   94M   1% /dev/shm
| /dev/hda3 4.8G  562M  4.0G  13% /var
| /dev/hda2 9.2G  893M  7.9G  11% /home
| 
| I not sure how to fix this, so help would be appreciated. Am I right in 
assuming
| this box won't reboot with Lilo in this condition ?
| 
I think so :)
Check your /etc/lilo.conf to boot your new kernel.
boot=/dev/hda ???  your MBR

image=/boot/vmlinuz-2.4.27-2-686 
# or without the /boot if a link is set in /
 label=Deb-2.4.27
 root=/dev/hdc1# your /
 initrd=/boot/initrd.img-2.4.27-2-686 
 append=hdx=ide-scsi   # change the x to yours
 read-only

mess-mate   
--
This night methinks is but the daylight sick.
-- William Shakespeare, The Merchant of Venice


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



Re: Firefox no print issue

2005-06-08 Thread Almut Behrens
On Wed, Jun 08, 2005 at 01:50:57PM -0500, Jim Hall wrote:
 Per the above info I removed xprint, which also took xprt-xprintorg, 
 xprint-common, and x-window-system. Nothing seems to have blown up. :)
 
 Still have the same error at the printer. In Firefox, the only printer 
 listed is now PostScript/QMS1660.
 
 In the Printer Properties dialog box the Print Command is:
 lpr ${MOZ_PRINTER_NAME:+'-p'}${MOZ_PRINTER_NAME}
 
 Because printing in Linux and I are not on the best of terms, I sort of 
 expected to see something more CUPS related. I say that because in the 
 CUPS setup I've done so far I didn't see any lpr commands.
 
 What's next?

Personally, I'd make Firefox print to file, and then take a closer
look at the resulting PostScript file.  First thing to check is whether
you can view that file using gs or gv.  In case that works, the problem
might be with some incorrect device specific settings embedded in the
file that your printer chokes on (look for stuff in the vicinity of the
PS command 'setpagedevice').

In your original mail you said you get a PS error on the first page.
What is it saying?  As usual, the exact wording might help to generate
useful hypotheses about what the problem is ;)
In case gs should also print an error message, then that would be
interesting too, of course (it's usually more verbose/helpful than what
a printer spits out...).

Almut


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



Re: apt-setup

2005-06-08 Thread John Kirkland

Maurits van Rees wrote:

snip



I don't remember ever using apt-setup. But look in the /etc/apt/ dir
for files called apt.conf and preferences. Both may have a line
mentioning Default-Release which could be the source of your problem.



Thanks, Maurtis.

Hmm... Both of these are set up correctly:

apt.conf:

APT::Default-Release stable;

preferences:

Package: *
Pin: release a=stable
Pin-Priority: 900

Package: *
Pin: release a=unstable
Pin-Priority: 100


Like I said, it's not a problem (I've mostly manually edited 
sources.list anyways), it's just mildly infuriating that everything 
isn't working just so. :)


--
John Kirkland


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




dpkg status (deinstall) question

2005-06-08 Thread Marc Shapiro
Now that Sarge has gone stable and I have done an 'apt-get dist-upgrade' 
I am left with only a few packages held back.  These are all, I believe, 
due to the fact that I have put them on 'hold.'  I don't think that any 
of them are held back for other reasons.  I have more packages on hold 
than are held back, so I assume that the others are current, even though 
I have them on hold.


Looking through the output of 'dpkg --get-selections', however,  see a 
lot of packages with a status of 'deinstall.'  Are these packages that 
should be uninstalled, but for some reason are being kept?  I have not 
noticed this status before, and am curious about it.


--
Marc Shapiro
[EMAIL PROTECTED]


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




Re: Clarify Sarge Release

2005-06-08 Thread Jim Hall

Lee Braiden wrote:

On Wednesday 08 Jun 2005 20:17, Jim Hall wrote:


Now that Sarge is released, do I need to point 'update'  'upgrade' to
stable, or leave Sarge as the target?



No, you can do nothing, if you like.

Pointing it to stable would only do something once the next release happens.  
Then, the new stable would be uhh... whatever that new name is, and then 
you'd see lots of upgradable packages.  For now, it'll make no difference.


Basically, if you intend to specifically use sarge and nothing else, put sarge 
in there.  You might do that if sarge does what you need and you're following 
the if it ain't broke don't fix it philosophy.


On the other hand, if you intend to keep upgrading to the most modern stable 
system available, and you don't want to manually do the switch (although 
it'll essentially be manual anyway) use stable.





Sounds good. Next link in the chain, will I have to use 'dist-upgrade'? 
Those times I've used it have usually had bad results. If I can continue 
to manually repair what's 'held back', that seems safer to me.


Jim


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




Re: 3.1_r0a CDs 7 8

2005-06-08 Thread Hal Vaughan
On Wednesday 08 June 2005 01:14 pm, Hal Vaughan wrote:
 I've been trying with torrent, but can't get it to work, so I've been
 downloading cd images (several local friends need CDs since they have bad
 connections).  Is it just me, or is there a problem with finding images for
 CDs 7  8 for 3.1r0a anywhere?  The links are there, at least at the main
 site, but the files are not.  I've been checking a lot of mirrors, but
 don't expect to find them on mirrors if they're not on the main download
 site.

 Hal

Sorry I didn't specify this is for i386.  Images for CDs 7  8 are not there, 
and I can't find them on any mirror.  Are they not complete yet, or is there 
some reason they would not be online yet?

Hal



Re: Clarify Sarge Release

2005-06-08 Thread Hendrik Boom
On Wed, Jun 08, 2005 at 08:45:45PM +0100, Lee Braiden wrote:
 On Wednesday 08 Jun 2005 20:17, Jim Hall wrote:
  Now that Sarge is released, do I need to point 'update'  'upgrade' to
  stable, or leave Sarge as the target?
 
 No, you can do nothing, if you like.
 
 Pointing it to stable would only do something once the next release 
 happens.  
 Then, the new stable would be uhh... whatever that new name is, and then 
    etch

 you'd see lots of upgradable packages.  For now, it'll make no difference.
 
 Basically, if you intend to specifically use sarge and nothing else, put 
 sarge 
 in there.  You might do that if sarge does what you need and you're following 
 the if it ain't broke don't fix it philosophy.
 
 On the other hand, if you intend to keep upgrading to the most modern stable 
 system available, and you don't want to manually do the switch (although 
 it'll essentially be manual anyway) use stable.

By specifying sarge, you will have control over when the huge upgrade from
sarge to etch happends.  This might be what you want on a mission-critical
system if, say, you don't want everything changing the day your major
project is due.

By specifying stable, the upgrade to etch will happen more-or-less when Debian
decides etch is stable,

 
 -- 
 Lee.
 
 Please do not CC replies directly to me.  I'll read them on the list.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


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



Re: apt or aptitude on sarge

2005-06-08 Thread Maurits van Rees
On Wed, Jun 08, 2005 at 09:58:18PM +0200, Olle Eriksson wrote:
 What I like about aptitude is that it has a text gui, in addition to the 
 command line switches. Great for when you need to search through many 
 different packages, read their description, follow dependencies and 
 recommendations between packages in the dependency tree. That and the 
 fact that it remembers which package(s) just came along another package 
 that I explicitly selected to be installed, so that when you uninstall 
 that package everything it needed will be removed too. I was never able 
 to keep the system clean of stray package before.

It's nice if you can keep it clean with just one program like
aptitude. But for die-hard apt-get users like me there are two handy
packages that can help out here. 

apt-get install debfoster deborphan

Short descriptions:
debfoster: Install only wanted Debian packages
deborphan: Find orphaned libraries

Does anyone know if these are also useful when using aptitude? I think
so, but I don't really know the power of aptitude.

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
Let your advance worrying become advance thinking and planning.
 - Winston Churchill


signature.asc
Description: Digital signature


apt-cacher

2005-06-08 Thread Hendrik Boom
Now that I'll be upgrading my lan's server to sarge, I plan also
to install apt-cacher on it, so my other machines won't have to do
as much long-haul net traffic.

Can I start the woody-sarge upgrade by updating, first,
aptitude and perl (that seems to be conventional wisdom)
then installing sarge's apt-cacher, and then pointing
the sources.list to apt-cacher running on the very machine
that is being upgraded to sarge?

In the future, when further updates take place, will apt-cacher
know how to update itself while it's being used to download and
cache its replacement?

-- hendrik


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



Re: Clarify Sarge Release

2005-06-08 Thread Maurits van Rees
On Wed, Jun 08, 2005 at 03:32:31PM -0500, Jim Hall wrote:
 Sounds good. Next link in the chain, will I have to use 'dist-upgrade'? 
 Those times I've used it have usually had bad results. If I can continue 
 to manually repair what's 'held back', that seems safer to me.

A dist-upgrade should be relatively painless. But as it is software it
can break. First do update then a normal upgrade. Then try the
dist-upgrade. If your package manager threatens to upgrade or install
lots of packages and you don't like it, you can still abort and try
the manual approach.

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
Let your advance worrying become advance thinking and planning.
 - Winston Churchill


signature.asc
Description: Digital signature


<    1   2   3   4   5   6   >