fileutils don't have a Debian Sig

2002-09-08 Thread Josef Oswald


Well I am really disappointed _big_ about my last encounter with DEBIAN:

OK I had a totally screwed up System and therefore I decided to install 
Debian from scratch.

As I could not use the Woody CD-Roms I downloaded some time ago, I figured
I use my old Progeny-Debian as a start, and update this to the 
stable Woody. 
As I had a lot of stuff that I didn't want to be messed with, I decided to 
clean one entire HDD just to have room for Progeny Debian.

Now; while the install was no problem, I figured it would be save to mount 
the old Debian on /DEBIAN and then I run apt-get -f dist-upgrade, 
oh man was I surprised when I returned to my PC to find that dpkg or apt 
or whatever had _cleanly_ _wiped_ my old Debian; everything that was mounted 
under /DEBIAN  was/is gone. The only good thing is my home partition was/is on 
it's own partition and was left alone, as it was not mounted. 
I only saw a error on the command-line with the claim /DEBIAN was sort of
Bug or whatever.

This alone was not the biggest let-down:

As I wrote above I wanted to update Progeny-Newton to Debian-Woody 
but in the middle of "apt-get -f dist-upgrade" the next error
was even more severe: "fileutils Origin Signature check failed
this deb might not be signed"

And that was the end of it.

Right now I use a Progeny-Newton that was not yet updated.

Hopefully someone can shed a light on this, as I need to finish the 
installation. 
 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: debian-xemacs-version: Symbols' value as variable is void

2002-09-20 Thread Josef Oswald

Now, just in case _some-one_ does read this:

As no answer was given here, I figured to download and install
Xemacs compiled for my box. Got me xemacs-21.4.9, but configure
finished with a error just as well ( /lib-src/DOC no such file..)
Searched of course on google but didn't find a clue either.

So I went ahead and pointed my /etc/apt/sources.list to _testing_ and
got me (as IRC that version was working fine on my previous install)
xemacs from there. Well this solved the problem.

Still would like to know:
Why the hell compile finished with the same error even after I compiled
another DOC file into lib-src..

Why does the version in _testing_ work without a problem while stable
gives me the error mentioned in the subject-line?

Josef Oswald <[EMAIL PROTECTED]> writes:

> Sorry if I turn again to this newsgroup for help but I can find the
> solution to this nasty error:
>
> When I start up xemacs I get this message:
>
> (1) (initialization/error) An error has occurred while loading
> /home/oswald/.xemacs/init.el: 
>
> Symbol's value as variable is void: debian-xemacs-version
>
> To ensure normal operation, you should investigate the cause of the error
> in your initialization file and remove it.  Use the `-debug-init' option
> to XEmacs to view a complete error backtrace.
> 
>
> Now of course I don't have anything about debian-xemacs-version in init.el
> except for:
>
> (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
>
> after disabling it, Xemacs still gives me the same error.
>
> This version of Xemacs was downloaded automatically during the upgrade
> from Progeny to Woody, I did not compile it myself.
> Also I can't debug the error as some package seems to be missing...
>
> maybe I should compile it myself, but unfortunately there are quite a
> few other problems that needs to be solved first, so I would
> appreciate if someone could tell me how to fix this problem.
>
> Thanks :-) 
>
> Josef Oswald [EMAIL PROTECTED] 
> --
> registered-linux-user # 134.818 at http://counter.li.org
>
> The box said Windows, NT or better, so I installed Linux :-) 

-- 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: debian-xemacs-version: Symbols' value as variable is void

2002-09-20 Thread Josef Oswald

HI :-) 

Glyn Millington <[EMAIL PROTECTED]> writes:

> Josef Oswald <[EMAIL PROTECTED]> writes:
>
>> Now, just in case _some-one_ does read this:
>
> Josef,
>
> Alas I cannot answer you question.  This is just to suggest that you
> might get a response on [EMAIL PROTECTED] 
>
> I've got XEmacs 21.4.9 running here. I acheived this by
>
> 1.  Pointing sources list at a stable source archive
>
> 2. Running apt-get build-dep xemacs21-nomule to get all the packages
>required for compiling 21.4.6 (figured it can't be _that_ different
>for 21.4.9 ;-)
It installed quite a few libraries (mostly ending with -dev) 

>
> 3. Installed 21.4.6 from my cd, checked o the compile options used by the
>debian compilers - saved the list as  a file.

Do I need to make this file into a executable file (like a script?)

>
> 4. Removed 21.4.6 completely, 
aptitude will take care of this, I think? 

> and downloaded source for 21.4.9 and the sumo package from xemacs.org
> (mirror actually) 

>
> 5. Built this using the config options described in 3 above, but instead
>of make install as the final step used the checkinstall program to
>make .deb package

Could you please tell me  _what_ the correct name for the checkinstall
program is, as 'apt-get install checkinstall' tells me there is no
package by that name. 

As you can tell from my questions I don`t really should have laid my
hands on Debian, its me who is at fault not the Debian-distro :-)
but I have played around with a few distros so far, but I liked Debian
still the most, even for a complete dummy like myself.

Well slowly I get the box to where I want it to.

Thanks for your response :-) 

> Quite a performance, but the result is very good indeed ;-)
>
> hth
>
> Glyn
>

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-Linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: debian-xemacs-version: Symbols' value as variable is void

2002-09-21 Thread Josef Oswald

Glyn Millington <[EMAIL PROTECTED]> writes:

> Josef Oswald <[EMAIL PROTECTED]> writes:
>
>>> 3. Installed 21.4.6 from my cd, checked o the compile options used by the
>>>debian compilers - saved the list as  a file.
>>
>> Do I need to make this file into a executable file (like a script?)
>
> Oh no!   Use it to till you what options to feed to configure when you
> are building the xemacs source ie
>
> ./configure --with-sound=none,native '--cflags=-O2 -g -Wall' --with-x11
> --extra-verbose --with-site-lisp --prefix=/usr/local
> --error-checking=none --debug=no --dynamic --without-postgresql
> --with-gpm=no --with-scrollbars=lucid--with-menubars=lucid
> --package-path=/usr/local/lib/xemacs/xemacs-packages --with-pop
> --mail-locking=flock

Thanks :-) Of course I knew I have to adjust it to my own system, the
reason I asked if I could use it as a script is because somewhere I
read one can use a file to tell ./configure all the options, now I
read in a linux-book one can feed files to commands. ie:
./configure < config-options (config-options is said file) will test
it later today...

>
> or ad libitum
>
>>> 4. Removed 21.4.6 completely, 
>> aptitude will take care of this, I think? 
>
> Oh yes ;-)
>
> apt-get --purge remove xemacs*   will get the lot!
>
>>
>>> and downloaded source for 21.4.9 and the sumo package from xemacs.org
>>> (mirror actually) 
>>
>>>
>>> 5. Built this using the config options described in 3 above, but instead
>>>of make install as the final step used the checkinstall program to
>>>make .deb package
>>
>> Could you please tell me  _what_ the correct name for the checkinstall
>> program is, as 'apt-get install checkinstall' tells me there is no
>> package by that name. 
>
> Ah yes, I'd forgotten that bit! It is availabvle in testing or unstable
> or you can get the latest in an "unofficial"debian package at

It was/is in _testing_ ( just got it with "apt-get install checkinstall")

>
> http://asic-linux.com.mx/~izto/checkinstall/
>
>> but I have played around with a few distros so far, but I liked Debian
>> still the most, even for a complete dummy like myself.
>
> Stick with it!!

Certainly as _most_ problems I encounter are mainly caused trough _lack_
of _knowledge_ :-) 

Thanks again for your help.


>
> hth
>
> Glyn

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: getting a new package into next stable revision?

2002-09-21 Thread Josef Oswald

"nate" <[EMAIL PROTECTED]> writes:
>
> your best bet is to contact the package maintainer, but it is unlikely
> it would get in unless it fixed a serious problem in the current package,
> and in that case even those specific fixes may have to be backported.
>
> debian, traditionally has been very strict with what new packages are
> available in the new revisions of stable.

Well why then did the Xemacs-version I pulled from _stable_ at
start-up display this message : debian-xemacs-version:  Symbols' value
as variable is void, while one from testing does not?
Or am I the sole person who encountered this strange problem? 

>
> nate

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-Linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Thanks Glyn :-)Re: debian-xemacs-version: Symbols' value asvariable is void

2002-09-22 Thread Josef Oswald

Josef Oswald <[EMAIL PROTECTED]> writes:

> Glyn Millington <[EMAIL PROTECTED]> writes:
>
>> Josef Oswald <[EMAIL PROTECTED]> writes:
>>
>>>> 3. Installed 21.4.6 from my cd, checked o the compile options used by the
>>>>debian compilers - saved the list as  a file.
>>>
>>> Do I need to make this file into a executable file (like a script?)
>>
>> Oh no!   Use it to till you what options to feed to configure when you
>> are building the xemacs source ie
>>
>> ./configure --with-sound=none,native '--cflags=-O2 -g -Wall' --with-x11
>> --extra-verbose --with-site-lisp --prefix=/usr/local
>> --error-checking=none --debug=no --dynamic --without-postgresql
>> --with-gpm=no --with-scrollbars=lucid--with-menubars=lucid
>> --package-path=/usr/local/lib/xemacs/xemacs-packages --with-pop
>> --mail-locking=flock
>
> Thanks :-) Of course I knew I have to adjust it to my own system, the
> reason I asked if I could use it as a script is because somewhere I
> read one can use a file to tell ./configure all the options, now I
> read in a linux-book one can feed files to commands. ie:
> ./configure < config-options (config-options is said file) will test
> it later today...

Well I got it working, I removed the xemacs I pulled from the net,
used a script, yes this part worked, wrote a script with all the
options I wanted made it executable, run it. With "checkinstall"
installed xemacs-21.4.9.

Now while typing this message in gnus, whenever I hit any keys I get
this strange horizontal tool-bar in the middle of the screen, that is
annoying , don't know what is causing this... 

Josef Oswald [EMAIL PROTECTED] 
--
registered-Linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: getting a new package into next stable revision?

2002-09-22 Thread Josef Oswald

Glyn Millington <[EMAIL PROTECTED]> writes:

> Josef Oswald <[EMAIL PROTECTED]> writes:
>
>>
>> Well why then did the Xemacs-version I pulled from _stable_ at
>> start-up display this message : debian-xemacs-version:  Symbols' value
>> as variable is void, while one from testing does not?
>> Or am I the sole person who encountered this strange problem? 
>
> Well, taking note of the history of your Xemacs from over in
> comp.emacs.xemacs, I suspect that when going from Progeny to woody ie
> stable, you had some left-over gubbins, maybe config files or site-lisp
> stuff from progeny which was demanding the wrong variable - but having
> purged Xemacs in the Debian way you got rid of all that?  Or the upgrad
> from testing overwrote it?

Don't know, actually until now I used to compile a new version of
Xemacs, while the old one was still in place, as I found no hint in
the installation or other README's to remove a older version, if one
is installed. Most of the time I did not run into problems, once I got
rid of Mandrake because I didn't know what else to do :-)

Btw, in my other reply to you (Thanks Glyn :-) ) I mentioned a odd
behavior with a horizontal tool-bar.

I found the reason for this: 
I had in ~/.xemacs/init.el this:
;; Here's a way to add scrollbar-like buttons to the menubar
(add-menu-button nil ["Top" beginning-of-buffer t])
(add-menu-button nil ["<<<" scroll-down t])
(add-menu-button nil [" . " recentert])
(add-menu-button nil [">>>" scroll-up   t])
(add-menu-button nil ["Bot" end-of-buffer   t])
after disabling this the annoying problem is gone

thanks again for your input :-)

>
> Glyn

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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




Re: mkisofs & debian woody

2001-11-22 Thread Josef Oswald
"Davi Leal" <[EMAIL PROTECTED]> writes:

> 1.  (*) text/plain  ( ) text/html   
>
> Why there is not 'mkisofs' command on the debian woody yet?. Any bug which 
> avoids the package be included?.
>
> How could I workaround it?.

have you tried : apt-get install mkisofs 

if this still does not work you can down-load a tar ball and
install it the old-fashioned way. :-) 


>
> Regards,
> Davi

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




HPT370 and other errors :-(

2001-12-07 Thread Josef Oswald
Hi :-) 

This is the problem: Installation on a mixture of Woody and sid :-( 

I installed a IDE Controller Card with HPT370 chip from
http://www.highpoint-tech.com 
sold as 
Davicontrol DC-100 Raid 

My PC: Hardware:

Bios Version:
ASUS P5A-B ACPI BIOS Revision 1010
02/24/00-ALADDIN5-PA5A-B-00

If it matters:
CPU: AMD-k6 (tm)-2/450

3 Hard Disk
one IBM-DTLA-305020 UMDA=5 20 GB
one Maxtor 2B020H1  UMDA=5 20 GB
one IBM-DTTA-351010 UMDA=2 10 GB 

(those UMDA setting were suggested from the Bios of the Controller
Card) 

One Phillips CD-RW 

Since this Card works under Win98 and Caldera 2.4 eDesktop with a
kernel provided from Highpoint fine, I figured why should it not do so
in Debian? 

Now after the installation of the Card the original Kernel ( 2.2.19)
did not boot the system anymore ( Kernel-panic) ( of course just
copying hpt370.o from the Caldera installation to Debian didn't do the
trick).  

I tried to solve the problem by installing a kernel I got from:

http://mirrors.kernel.org/debian/dists/woody/main/disks-i386/current/udma100-ext3/
plainly called _linux_

Instead of installing it with dpkg -i ( since this Kernel did not have
the ending .deb) I just copied it into /boot/ as vmlinuz-test1 and changed
the /boot/grub/menu.lst to reflect this change.

so after the reboot I got a error message that no umda100-xt3 modules
could be found and /init.d/rc.2 or so could also not be found
I was only able to log on as root... and hit the reset-button since I
could not reboot argh!! :-( 

so then I got me the kernel-image-2.2.19-ide 

using this time the command # dpkg -i kernel-image-2.2.19.ide

there were _NO_ error messages, so I figured that it installed okay,
but to my surprise, there were again error messages, this time no
/lib/modules/2.2.19-ide can't be found, _even_ though there are
_there_ ???

Of course I am on the end of my ropes, vacation time is finished as
well, and my Debian box can't be used ( for such occasions I installed
Caldera :-))

So how can I solve this problem?  Don`t even know where to search for
the answer.. 

Thanks :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: HPT370 and other errors :-(

2001-12-08 Thread Josef Oswald
Hi :-) 

Anthony Lau <[EMAIL PROTECTED]> writes:

> Hello,
> 
> On Fri, Dec 07, 2001 at 10:21:24PM +0100, Josef Oswald wrote:
> > I installed a IDE Controller Card with HPT370 chip from
> > http://www.highpoint-tech.com 
> > sold as 
> > Davicontrol DC-100 Raid 
> 
> I have a Abit KT7-RAID which uses the same controller.
> 
> > http://mirrors.kernel.org/debian/dists/woody/main/disks-i386/current/udma100-ext3/
> > plainly called _linux_
> 
> Why not make the rescue floppy from this? This will boot and 
> you will have hD's again. 
> 
> > so then I got me the kernel-image-2.2.19-ide 
> > 
> > using this time the command # dpkg -i kernel-image-2.2.19.ide
> > 
> > there were _NO_ error messages, so I figured that it installed okay,
> > but to my surprise, there were again error messages, this time no
> > /lib/modules/2.2.19-ide can't be found, _even_ though there are
> > _there_ ???
> 
> I'm not sure what is going on here. Maybe slightly different
> kernel "name"?

Well being a newbie :-) I overlooked that in the same directory where
I got the kernel named _linux_ from, there is/was also a file called
_drivers.tgz_  

Now I got it, unpacked, installed the drivers and the error-message
about missing modules are gone :-) But still there is one more Problem
and this is really nasty since I can't shutdown the PC with 
# shutdown -h now.  

During the Boot-up there is this Message:

/etc/init.d/rc: 2 command not found

when I login ( its possible only as root) there is another Message: 

#Still in Boot up process please wait

any hints are deeply appreciated :-) 

thanks :-) 

> 
> Anthony

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: Kabelmodem unter Debian

2001-12-08 Thread Josef Oswald
Leitwarte <[EMAIL PROTECTED]> writes:

> Ich habe folgendes Problem.

posting to a English-speaking News-group?

OK :-) that being out of the way:-)

Did you disable PNP on the card (I got a similar situation with a
3com 3c509-TPO and cable? 

If no, then that could cause your problem...since that card works in
the Win environment...

Sorry that is the only solution I can think of, and if this is really
the problem let me know :-) 

> 
> Ich wohne in den Niederlanden und habe dort einen Kabelanschluss als
> Internetanbindung.
> Ich habe zwei Netzwerkkarten von 3com ,die beide installiert sind und
> auch funktionieren.
> Eine Karte  (eth0)ist für das Intranet die andere (eth1) als
> Internetanschluss an ein com21
> Modem.
> Der Provider vergibt die IP - Adressen dynamisch also dhcp.Ich habe dann
> auch in der
> Datei Interfaces eth1 als dhcp eingetragen und dhcpcd installiert.
> Beim Hochlaufen des Systems spricht die eth1 auch das Modem com21 an,
> weil beide
> Lampen flackern, dann aber bricht der Vorgang ab und das Modem reagiert
> nicht mehr.Ich
> habe in resolv Datei die Nameserver eingetragen und in Interfaces das
> Gteway des Providers.
> Ich habe auch eine Datei gefunden, in der alle Daten des Prviders
> standen nebst meiner zugewiesenen
> IP - Adresse. Trotzdem kann ich das Modem nicht ansprechen.
> Unter Windows Nt funktioniert der Zugan reibungslos.


> 
> Im Voraus vielen Dank für den richtigen Tip.
> 
> Wolfgang Sachse

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: Kabelmodem unter Debian

2001-12-08 Thread Josef Oswald
Josef Oswald <[EMAIL PROTECTED]> writes:

> Leitwarte <[EMAIL PROTECTED]> writes:
> 
> > Ich habe folgendes Problem.
> 
> Did you disable PNP on the card (I got a similar situation with a
> 3com 3c509-TPO and cable? 
> 
> If no, then that could cause your problem...since that card works in
> the Win environment...

Sorry; forgot to mention that in case you do disable pnp on the card,
you need to change the setting in the Bios  for that particular
IRQ from PNP to NON-PNP as well... 

> 
> Sorry that is the only solution I can think of, and if this is really
> the problem let me know :-) 
 
> > 
> > Im Voraus vielen Dank für den richtigen Tip.
> > 
> > Wolfgang Sachse

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




/etc/init.d/rc.2 command not found....

2001-12-08 Thread Josef Oswald

HI:-)

The Problem I run into after I installed a HPT370 driven Card, details
can be found in my other post (HPT370 and other problems), I had to
install a new Kernel with umda-100 patched with A. Hedrick, I got
that Kernel and installed it without installing the drivers.. 
Only later did I install those drivers..

The Problem now is that, during boot up I get a error-message
/etc/init.d/rc.2 Command not found and I can only login as root, 

and than the next Message:
Boot-process still running please wait

Being a newbie I don't even know where to look for an answer...

Can some kind soul please give me some hints, since I really loved
Debian (just realized why I switched from Caldera 2.4 eDesktop still
using it as my backup OS) to Debian:-) 

Thanks :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: /etc/init.d/rc.2 command not found....

2001-12-09 Thread Josef Oswald

Hi.-) 

[EMAIL PROTECTED] (Miquel van Smoorenburg) writes:

> In article <[EMAIL PROTECTED]>,
> Josef Oswald  <[EMAIL PROTECTED]> wrote:
> >The Problem I run into after I installed a HPT370 driven Card, details
> >can be found in my other post (HPT370 and other problems), I had to
> >install a new Kernel with umda-100 patched with A. Hedrick, I got
> >that Kernel and installed it without installing the drivers.. 
> >Only later did I install those drivers..
> >
> >The Problem now is that, during boot up I get a error-message
> >/etc/init.d/rc.2 Command not found and I can only login as root, 
> 
> It means something fscked up your /etc/inittab file. There is
> indeed no /etc/init.d/rc.2 script; there is a /etc/init.d/rc
> script that gets called from /etc/inittab as "/etc/init.d/rc 2".
> Note there's no period but a space inbetween rc and 2.
> 
> Edit /etc/inittab, fix this and reboot, and things should be
> working again.

Checking the whole thing during boot-up I found that the error
message is actually:

/etc/init.d/rc:2: command not found

also I have some other (linux and winXX partitions) which are mounted
automatically during boot up, and I get a error to check it
manually... fsck or similar...


I could not find anything wring in /etc/inittab ( since I only looked
it once without changing something...)


# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.8 1998/05/10 10:37:50 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  :::
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3


> 
> Mike.

My next step is let Debian on boot up only check its own
partition..

Since every time I start Debian I  still can't shutdown the pc with
shutdown -h now  could be the whole problem is caused by the
file-system check ( and I don't know how to repair it manually...) 

thanks anyway for your help :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: /etc/init.d/rc.2 command not found....

2001-12-10 Thread Josef Oswald
Miquel van Smoorenburg <[EMAIL PROTECTED]> writes:

> According to Josef Oswald:
> > Checking the whole thing during boot-up I found that the error
> > message is actually:
> > 
> > /etc/init.d/rc:2: command not found
> > 
> > also I have some other (linux and winXX partitions) which are mounted
> > automatically during boot up, and I get a error to check it
> > manually... fsck or similar...
> 
> Can you edit /etc/init.d/rc and put a
> 
> set -x

I did it and here are the results: 

INIT : Entering runlevel :2
+ trap : INT QUIT TSTP
+stty onlcr
+ runlevel=2
+ '[' 2 '!=' ' ' ]'

+export runlevels previos 
+ '[' -d  /etc/rc2.d ']'
Sevral lines that look like the above than:

The first startup call
+startup /etc/rc2.d/S10ipchains
+ ´[` N '!=' N  ´]´
+ startup /etc/rc2d/S10ipchains 
+2 /etc/rcd.2/S10ipchains start

and then all other startup-call have the same line:
/etc/init.d/rc: 2 command not found 

if set -x could be redirected to a file to get its exact contents
would be great :-) 

could this whole mess be created because the installation is sid and
_not_ woody? 

> 
> It sounds like /bin/sh is doing something weird.. where does
> /bin/sh point to?

it points to /bin/bash 
> 
> Mike.

thanks :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: /etc/init.d/rc.2 command not found....

2001-12-10 Thread Josef Oswald
Erik Andreas Fjogstad Brandstadmoen <[EMAIL PROTECTED]> writes:

> Miquel van Smoorenburg, 
> > >+ ´[` N '!=' N  ´]´
> > 
> > What is this --> ´ <-- character ? In iso-8859-1, which is the charset
> > you're using in this message it's a "z" with a "~" above it. That is
> > what I see.
> 
> In ISO-8859-1 (which I use as well),
> that character is the accent acute without any letter 
> below. I don't know how he managed to type it, because if I type an 
> acute on my keyboard followed by a space, I get a ' (single quote).

Hi:-) 

Well I got a older PC with WinXX and Word-pro running besides the
the Linux-box, on that PC I copied all the stuff I read on my Linux-PC

Since I was just _too_ lazy to type the whole thing on my Linux-box
back ( since I have to start another version of Linux) again I just copied
the text to a file on a floppy and then used 
XEmacs here to post it

So transferring a Word-pro(ending wth .lwp) to a .txt file would
change quite a lot. And cause the above error 

Sorry folks :-(

BTW Can someone also point me to some Documentation for the following:

I would like to move parts of my Debian-linux to the fastest HDD in my
PC, I would like to use the existing ( since I just upgraded it
recently) right now Debian is on one Partition (using a whole HDD) 

On my Linux-Pox I use 3 HDD connected to the HPT370 controller 

thanks for any pointers :-) 

> 
> -- 
> | Erik Brandstadmoen  |
> | [EMAIL PROTECTED]          |[EMAIL PROTECTED]
> | http://www.stud.ifi.uio.no/~erikbra |http://erik.brandstadmoen.net 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: /etc/init.d/rc.2 command not found....

2001-12-10 Thread Josef Oswald
[EMAIL PROTECTED] (Miquel van Smoorenburg) writes:
> 
> Anyway, I think I know what's happening. Something is setting the
> "debug" environment variable to "2". Could you edit /etc/init.d/rc
> and put 'debug=""' at the top? I think that might fix it. I'm not
> sure what exactly sets the 'debug' environment variable though.

Yes that did it :-) 

> 
> Oh, what's the output of cat /proc/cmdline ?

mem=458736K  hpt366.c noapic nosmp debug=2 root=/dev/hdg2 hdb=ide-scsi

Most likely this is of course wrong now

OK what I did it: I used my older Caldera Grub-boot-loader and put

title = Debian-Raid
root = (hd2,1)
kernel = /boot/vmlinuz-Raid hpt366.c vga=normal noapic nosmp debug=2
root=/dev/hdg2 hdb=ide-scsi

Could it be that the debug-level defined in the menu.lst was causing
all of this? 

so what would be the correct entry Debian? 

Thanks a lot Mike for your help :-) 

> 
> Mike.

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: /etc/init.d/rc.2 command not found....

2001-12-10 Thread Josef Oswald
[EMAIL PROTECTED] (Miquel van Smoorenburg) writes:

> In article <[EMAIL PROTECTED]>,
> Josef Oswald  <[EMAIL PROTECTED]> wrote:
> >> Anyway, I think I know what's happening. Something is setting the
> >> "debug" environment variable to "2". Could you edit /etc/init.d/rc
> >> and put 'debug=""' at the top? I think that might fix it. I'm not
> >> sure what exactly sets the 'debug' environment variable though.
> >
> >Yes that did it :-) 
> 
> Right, so now we know the cause of this.
> 
> >> Oh, what's the output of cat /proc/cmdline ?
> >
> >mem=458736K  hpt366.c noapic nosmp debug=2 root=/dev/hdg2 hdb=ide-scsi
> 
> I had a hunch that it would include debug=2 .. apparently the kernel
> doesn't know the debug= parameter and it passes it to init in the
> environment. This breaks the /etc/init.d/rc script.
> 
> >Most likely this is of course wrong now
> >OK what I did it: I used my older Caldera Grub-boot-loader and put
> >
> >title = Debian-Raid
> >root = (hd2,1)
> >kernel = /boot/vmlinuz-Raid hpt366.c vga=normal noapic nosmp debug=2
> >root=/dev/hdg2 hdb=ide-scsi
> >
> >Could it be that the debug-level defined in the menu.lst was causing
> >all of this? 
> 
> Yes, if you take out debug=2 things will work again.

Yeah :-) 

Now I can boot up normally but since I installed the modules
/lib/modules/2.2.19-umda-ext3, I get a lot of errors, missing modules
and such :-( 

The other kernel is full of _panic_ ( You know what I mean?)

Now I downloaded a kernel (not from Debian) in the /Drivers/ide section I do
find a hpt266.o but during the compilation I can't  find the proper place
to include it

 > 
> Mike.

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




/etc/init.d/rc :2 and HPT370 ( The second) Thanks :-)

2001-12-10 Thread Josef Oswald

Now after I compiled a new kernel ( 2.4.16) I found that the kernel
Module for hpt370 is not in Block-devices (as someone on the Net
suggested)but it is in IDE/ATI/MFM/RLL section -> Enhanced
/IDE/MFM/RLL disc/cdrom/ etc. 

So :-) Finally the good trusty Debian runs now :-)

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Logwatch anyone using it on Debian?

2001-12-11 Thread Josef Oswald

Hi:-) 

On my RPM-based box I used a tool called Logwatch I got from

ftp://ftp:kaybee.org/pub/linux

now under Debian ( really me just being a newbie to linux) I don't
know how to install it

I used # perl logwatch.pl but prints a error: 
sh /bin/mail file not found,  could it be this because Debian uses
postfix to fetch and send mail

I searched the user-mailinglist archive but I could not find
something, also is there a post-installation site for newbies like
myself, where I can find mor infos on how to install other stuff?

thanks :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 





Re: Logwatch anyone using it on Debian?

2001-12-11 Thread Josef Oswald

Hi:-)

Dave Sherohman <[EMAIL PROTECTED]> writes:

> On Tue, Dec 11, 2001 at 09:53:03AM -0800, ben wrote:
> > On Tuesday 11 December 2001 07:46 am, Dave Sherohman wrote:
>> [snip]
>> > (And, as a side note, Debian's default MTA is exim, not postfix.)

Sorry:-)

I did not start with a plain Debian Installation, but instead used the
Progeny clone _Newton_  I got off a PC-Magazine and I liked the
easiness of the installation, and during that Installation I had the
choice between postfix and sendmail so it was a user choice :-)

Only later did I upgrade to Woody, ( since my last dis-upgrade I don't
see testing on the console anymore, does this mean Woody is regarded
as finished now?

In any case I did install logcheck now so thank you very much for
this tip

I have one more question though:

I would like to move part of my Debian-Linux onto another HDD, I got 3
Disks on my system, ( and one more Linux-Installation which I could
use to transfer Debian) is there somewhere a How-to or other Manual I
could check with?

Thanks again :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: Logwatch anyone using it on Debian?

2001-12-12 Thread Josef Oswald
Michael Wagner <[EMAIL PROTECTED]> writes:

> On Dienstag, 11. Dez. 2001 at 23:31:59, Josef Oswald wrote:
>
>>I have one more question though:
>>
>>I would like to move part of my Debian-Linux onto another HDD, I got 3
>>Disks on my system, ( and one more Linux-Installation which I could
>>use to transfer Debian) is there somewhere a How-to or other Manual I
>>could check with?
>
> Hello Josef,
>
> you can read the Hard-Disk-Upgrade which you'll find in the section
> /usr/share/doc/HOWTO/en-txt/mini.
>
> Hth Michael

thanks :-) I will look it up  


-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Moving parts of the existing Linux Installation to another HDD

2001-12-13 Thread Josef Oswald

Hi:-)

Since moving to Debian, I really wanted to get the most out of my
system, f.e 3 HDD on a controller card.

One wish was to move parts of the Installation to the other faster HDD.

Now searching for the answer I found:

http://www.opq.se.linux.nf/stepbystep.html

there are several mirror sites. 

so I hope this tip can help other newbies as well :-)


-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




.Xdefaults or .Xsession ( Test-post)

2001-10-11 Thread Josef Oswald
Hi all:-) 

First off I would like to thank all those people who made Debian to
what it is now :-) Right now I do use Progeny-Debian, and I like what
I see. 

A couple of questions though:
Which version ofg Debian does Progeny use, can I install or mix
packages from different distributions?

Does Debian  use .Xdefaults or Xsession as the X-Configuration file?

Did this message make it to the list?

Actually this is also a Test-post to see if my News-reader (Gnus) does
work properly :-)

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: .Xdefaults or .Xsession ( Test-post)

2001-10-12 Thread Josef Oswald

Thanks Dmitriy, for responding to this message:-)

seeing that this list generates a lot of traffic, I'll try not to post
too many messages myself :-) 

Dmitriy <[EMAIL PROTECTED]> writes:

> On Fri, Oct 12, 2001 at 02:21:04AM +0200, Josef Oswald wrote:
> > Hi all:-) 
> Hi!

> > 
>> First off I would like to thank all those people who made Debian to
>> what it is now :-) Right now I do use Progeny-Debian, and I like what
>> I see. 
>> 
>> A couple of questions though:
>> Which version ofg Debian does Progeny use, can I install or mix
>> packages from different distributions?
>> 
> Progenny AFAIK took an unstable branch back when it was still called
> woody ( if I am not messing up on chronology here), did some work on
> it , and  released.  I would not recommend mixing progeny and and
> unstable/testing.  You can probably upgrade from progeny to unstable/testing.
> I never used progeny, so I don't know if it will work out well.
>
>> Does Debian  use .Xdefaults or Xsession as the X-Configuration file?
> Depends on what you mean by X-Configuration file, because they have
> different uses.
>
> Progeny and debian should be similar, becase chief X guy, Branden,
> works (at least worked) at Progeny, and does a splendid job on X
> packages. 
> > 
>> Did this message make it to the list?
> yes :-)
> > 
>> Actually this is also a Test-post to see if my News-reader (Gnus) does
>> work properly :-)
>> 
>> -- 
>> LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
>> registered-linux-user # 134.818 at http://counter.li.org
>> 
>> The box said Windows, NT or better, so I installed Linux :-) 
>> 
>> 
>> 
>> -- 
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




missing charsets String FontSet

2001-10-14 Thread Josef Oswald

Hi :-) 

Sorry to bother again, but when I start XEmacs 21.1.14-mule I get a
error Message missing charsets String FontSet no usable Fonts are selected.

I tried to search on the Debian Mailing list, but strangely I could
not come up with a search result on that topic :-( 

The problem happens since I installed XFSTT to use True Type fonts
from my Windows-box 

any hints are deeply appreciated 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Strange Sound problem.....

2002-01-12 Thread Josef Oswald

Hi:-)

this is the situation:

Soundblaster Live5.1 the driver is compiled into the Kernel, (version
2.5.0)

XMM and the gnome-Cd-player do work fine

yet some other program's don't

cat /usr/share/sounds/login.wav > /dev/audio only produces some
strange noise other sound-program's don't work also 

Is there a package I need to install?

( this Linux-install) was once a Progeny clone upgraded to Gnu/linux
3.0

any pointers are appreciated :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




Re: Strange Sound problem.....

2002-01-13 Thread Josef Oswald

Hi:-) 

Eric G. Miller  writes:

> On Sat, 12 Jan 2002 17:22:14 +0100, Josef Oswald <[EMAIL PROTECTED]> wrote:
>
>> 
>> Hi:-)
>> 
>> this is the situation:
>> 
>> Soundblaster Live5.1 the driver is compiled into the Kernel, (version
>> 2.5.0)
>> 
>> XMM and the gnome-Cd-player do work fine
>> 
>> yet some other program's don't
>> 
>> cat /usr/share/sounds/login.wav > /dev/audio only produces some
>> strange noise other sound-program's don't work also 
>
> Well, I believe that's correct behavior.  Try "play ".  I don't
> think /dev/audio "understands" wav files directly.  

"play " did /does work here also

cat file.au /dev/audio worked too

The funny part is that "cat /usr/share/sounds/login.wav > /dev/audio"

was in a Debian-User-guide I found on the net :-/ 

so the problem most likely lies with the program's I want to use:
audacity ( seems to be badly broken can't even save a test-file)
and with Slab ( here I don't have microMixer used to choose the input
source like CD-Rom, Line, and the like.

so I need to figure out what is happening there :-/

>
> A common source of sound problems is having one of these sound daemons
> lock up the sound device.  This will give the peculiar behavior where
> some programs can play audio files, and others can't.  The first
> succeed, because they play the files through the audio daemon, rather
> than directly through the device.  
>
> Esd has an option that can be specified to release the sound device(s)
> after so many seconds (esd -as ). I imagine the KDE sound server
> has a similar option...?
>

I use Gnome at the Moment 

thanks for responding :-)

> -- 
> Eric G. Miller 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 




default location for fortunes?

2004-09-26 Thread Josef Oswald

This is the situation on the Pc is the program "fortunes" installed in
_another_ Linux distribution. I don't want to install in my Debian a
second one. I sym-linked the fortune-binary  to my home-dir just to check
if it could work, and it does, 

my question is;  where on a Debian box is the default directory to install the
fortune-binary? 

Thanks :-) 
 
Josef Oswald [EMAIL PROTECTED]
registered-linux-user # 134.818 at http://counter.li.org
-- 
If you ever get a e-mail, snail-letter, or fax asking you to transfer
lots of money, read all about the Nigerian Advance-fee money-scam at:
http://www.scamorama.com/


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



Re: SLRN random-sig files, found this but stilll

2004-09-26 Thread Josef Oswald
Brad Sims wrote on Sat, 25 Sep 2004 01:00:15 +0200:

> On Friday 24 September 2004 12:25 pm, Josef Oswald wrote:
>> I have no fortune installed here that's why I searched the net for
>> random signatures :-) 
>> 
>
> I have a tar-ball of sigs and my sigmonster online here:
> http://home.insightbb.com/~bmsims1/Sigfiles/current_sigs.tar.gz
> http://home.insightbb.com/~bmsims1/Scripts/picksig

Thanks for the link:-)

>
> Share and Enjoy 
> -- 
> Smugglers, libertines, and official criminals all, Jefferson, Franklin,
> Washington, Adams et al. understood that government was the problem,
> not the solution.
>  -- Uncle Al <http://www.mazepath.com/uncleal/>

-- 
Josef Oswald [EMAIL PROTECTED]
registered-linux-user # 134.818 at http://counter.li.org
-- 
If you ever get a e-mail, snail-letter, or fax asking you to transfer
lots of money, read all about the Nigerian Advance-fee money-scam at:
http://home.pacbell.net/jpaladin/index.html
http://www.scamorama.com/
http://www.mosquitonet.com/~gcn/nigescam.htm


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



What is the current stable version

2004-08-19 Thread Josef Oswald

Well it seems that Sarge is _now_ the current stable release? 
When login into  shell I see Debian Gnu/Linux 3.1. 
 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: From:Mr Otto Simon Jimmy.

2004-08-20 Thread Josef Oswald
otto_simon_j <[EMAIL PROTECTED]> writes:

> From:Mr Otto Simon Jimmy,
> NO:57 EASTERN CAPE,
> JO/B.SOUTH AFRICA,
>
> Hello Dear,
>
> My name is Mr Otto Simon Jimmy, and I work in the
> International operation department in a Local Bank
> here in South Africa. 
>
> On a routine inspection I discovered a dormant
> domiciliary account with a BAL.Of 36,000,000 (Thirty
> Six Million USD) on further discreet investigation, I
> also discovered that the account holder has long since
> passedaway (dead) leaving no beneficiary to the
> account. 
>
> The bank will approve this money to any foreigner
> because the former operator of the a/cis a foreigner
> and from Iraq in particular and I am certainly sure
> that he is dead, and nobody will come again for the 
> claim of this money A foreigner can only claim this
> money with legal claims to the accountHolder;
> therefore I need your cooperation in this transaction.
>
> I will provide the necessary information needed in
> order to claim this money, but you will need to open
> an account where this can be transferred.If interested
> send your private Telephone No. And Fax number
> including full details of the account to be used for
> the Deposit I wish for utmost onfidentiality in
> handling this transaction as my job and the future of
> my family would be jeopardized if it were breached.
>
> I want to assure you that the transaction is without
> risk if due process is followed accordingly. Finally,
> I will give you 25% for your corporation.
>
> Contact immediately for more information with
> favorable succinctly your positive response.  
>
> Great regards,
>
> Mr Otto Simon Jimmy.
>
> __
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail 

Are you 419 scamsters are still trying to scam people out of their
money? 



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



Thanks for your responses :-) Re: What is the current stable version

2004-08-20 Thread Josef Oswald
Andreas Janssen <[EMAIL PROTECTED]> writes:

> Hello
>
> Josef Oswald (<[EMAIL PROTECTED]>) wrote:
>
>> Well it seems that Sarge is _now_ the current stable release?
>> When login into  shell I see Debian Gnu/Linux 3.1.
>
> No, not yet. Right now Sarge is still the testing branch, and Woody is
> stable.

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

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: Debian and KDE33

2004-08-24 Thread Josef Oswald
John Summerfield <[EMAIL PROTECTED]> writes:

> Kevin Mark wrote:
>
>>'Woody' aka the current stable, is the official supported version of
>> debian -- it is the only one with security updates.
>>
>
> Sarge also has official security updates.

Where please? 

Because here it says: 

http://www.debian.org/releases/testing/

Please note that security updates for "testing" distribution are not
managed by the security team. Hence, "testing" does not get security
updates in a timely manner. For more information please see the Security
Team's FAQ.

So if you do know a _working_ link can you please post it here? 

Thanks :-) 

>
> -- 
>
> Cheers
> John


LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-Linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: Debian and KDE33

2004-08-24 Thread Josef Oswald
John Summerfield <[EMAIL PROTECTED]> writes:

> Josef Oswald wrote:
>
>>John Summerfield <[EMAIL PROTECTED]> writes:
>>
>>
>>
>>>Kevin Mark wrote:
>>>
>>>
>>>
>>>>'Woody' aka the current stable, is the official supported version of
>>>>debian -- it is the only one with security updates.
>>>>
>>>>
>>>>
>>>Sarge also has official security updates.
>>>
>>>
>>
>> Where please?
>>
>> Because here it says:
>>
>>http://www.debian.org/releases/testing/
>>
>>Please note that security updates for "testing" distribution are not
>>managed by the security team. Hence, "testing" does not get security
>>updates in a timely manner. For more information please see the Security
>>Team's FAQ.
>>
>> So if you do know a _working_ link can you please post it here?
>>
>> Thanks :-)
>>
>>
> Mostly, that's true. Right now though Sarge is preparing to go stable.

Thanks :-) 

Yes this time I stay with _stable_. :-) 

> vim -c %s=woody=sarge=g /etc/apt/sources.list
>
> -- 
>
> Cheers
> John
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



fine-tuning du -h ?

2004-08-26 Thread Josef Oswald

Is there a way to let du -h only print the size of a directory? 

If I check my home directory it prints each file. 
- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: fine-tuning du -h ?

2004-08-26 Thread Josef Oswald
Thomas Adam <[EMAIL PROTECTED]> writes:

> On Thu, Aug 26, 2004 at 02:33:06PM +0200, Josef Oswald wrote:
>> 
>> Is there a way to let du -h only print the size of a directory? 

Sorry I was not clear here, I want to check more then _one_ directory,
at once:

like /home/oswald but du -sh returns a error that /home/oswald/pan/cache
is not readable ( something about input-output error. 

>
> du -sh /some_dir
>
> It's in the manpage, oddly enough.

Sure it is :-)  But since du returns the above error it does not
finish. du -h /the_directory works but it prints then all files. of
course I could put the output into a file and then go trough that... 

>
> -- Thomas Adam
> -- 
> Quis custodiet ipsos custodes?

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: fine-tuning du -h ?

2004-08-26 Thread Josef Oswald
Thomas Adam <[EMAIL PROTECTED]> writes:

> On Thu, Aug 26, 2004 at 04:06:45PM +0200, Josef Oswald wrote:
>> Thomas Adam <[EMAIL PROTECTED]> writes:
>> 
>> > On Thu, Aug 26, 2004 at 02:33:06PM +0200, Josef Oswald wrote:
>> >> 
>> >> Is there a way to let du -h only print the size of a directory? 
>> 
>> Sorry I was not clear here, I want to check more then _one_ directory,
>> at once:
>
> [EMAIL PROTECTED] ~]$ sudo du -sh $(pwd) /etc
> 740M/home/n6tadam
> 23M /etc
>
> If you wanted the total of both those directories together:
>
> [EMAIL PROTECTED] ~]$ sudo du -csh $(pwd) /etc
> 740M/home/n6tadam
> 23M /etc
> 763Mtotal
>
>> like /home/oswald but du -sh returns a error that /home/oswald/pan/cache
>> is not readable ( something about input-output error. 
>
> I'm not going to guess this error. If it is "something like", then my initial
> guess is that your drive is screwed.
>
>> Sure it is :-)  But since du returns the above error it does not
>> finish. du -h /the_directory works but it prints then all files. of
>> course I could put the output into a file and then go trough that... 
>
> You could do, but that would be pointless, since du can do it for you. Those
> I/O errors are not good. What you got in /var/log/messages? Anything to
> support them? Sorry I can't be any more specific than that, but you haven't
> supplied the error message.

Thanks for helping now this is the directory in question:

/home/oswald/.pan/data/messages/cache/

is there a way to exclude that directory from the search? 

I'll run a fsck on that drive.

I sure  hate the idea that I need to get an new HDD. :-/ 

>
> -- Thomas Adam

 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: fine-tuning du -h ?

2004-08-26 Thread Josef Oswald
Thomas Adam <[EMAIL PROTECTED]> writes:

> On Thu, Aug 26, 2004 at 04:06:45PM +0200, Josef Oswald wrote:
>> Thomas Adam <[EMAIL PROTECTED]> writes:
>> 
>> > On Thu, Aug 26, 2004 at 02:33:06PM +0200, Josef Oswald wrote:
>> >> 
>> >> Is there a way to let du -h only print the size of a directory? 
>> 
>> Sorry I was not clear here, I want to check more then _one_ directory,
>> at once:
>
> [EMAIL PROTECTED] ~]$ sudo du -sh $(pwd) /etc
> 740M/home/n6tadam
> 23M /etc
>
> If you wanted the total of both those directories together:
>
> [EMAIL PROTECTED] ~]$ sudo du -csh $(pwd) /etc
> 740M/home/n6tadam
> 23M /etc
> 763Mtotal
>
>> like /home/oswald but du -sh returns a error that /home/oswald/pan/cache
>> is not readable ( something about input-output error. 
>
> I'm not going to guess this error. If it is "something like", then my initial
> guess is that your drive is screwed.
>
>> Sure it is :-)  But since du returns the above error it does not
>> finish. du -h /the_directory works but it prints then all files. of
>> course I could put the output into a file and then go trough that... 
>
> You could do, but that would be pointless, since du can do it for you. Those
> I/O errors are not good. What you got in /var/log/messages? Anything to
> support them? Sorry I can't be any more specific than that, but you haven't
> supplied the error message.

Well the other poster got me worried :-) 

I just run fsck.ext2 on the drive, and the problem is solved now :-) 

Thanks for your input :-) 
>
> -- Thomas Adam
> -- 
> Quis custodiet ipsos custodes?

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: fine-tuning du -h ?

2004-08-26 Thread Josef Oswald
Tim Kelley <[EMAIL PROTECTED]> writes:

> On Thu, Aug 26, 2004 at 04:06:45PM +0200, Josef Oswald wrote:
>
>> Sorry I was not clear here, I want to check more then _one_ directory,
>> at once:
>
> try 
>
> du -csm /home/*

Thanks :-) _that_ is what i was after. 

du -csmh /* told me what I wanted to know in human-readable form. 

>
> and note the difference leaving the wildcard off the end makes.

noted :-) 
>

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



usb printer "gone" after apt-get dist-upgrade?

2004-08-27 Thread Josef Oswald

This is getting to me, 

Had such a hard time installing the usb printer here, and last it
was working was before I did apt-get dist-upgrade.
Now Cups tells me that there is no device /dev/usb/lp0.

So most likely the solution is somewhere else, but I would like to know
if apt-get dist-upgrade can have such effects, that printers don't work
afterwards? 


/etc/printcap entry 

# /etc/printcap: printer capability database. See printcap(5).
# You can use the filter entries df, tf, cf, gf etc. for
# your own filters. See /etc/filter.ps, /etc/filter.pcl and
# the printcap(5) manual page for further details.

lp|Generic dot-matrix printer entry:\
:lp=/dev/usb/lp0:\
:sd=/var/spool/lpd/lp:\
:af=/var/log/lp-acct:\
:lf=/var/log/lp-errs:\
:pl#66:\
:pw#80:\
:pc#150:\
:mx#0:\
:sh:

Thanks  for any hints :-) 
 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: usb printer "gone" after apt-get dist-upgrade?

2004-08-27 Thread Josef Oswald
Leandro Guimaraens Faria Corsetti Dutra <[EMAIL PROTECTED]> writes:

> Em Fri, 27 Aug 2004 12:30:11 +0200, Josef Oswald escreveu:
>
>> I would like to know if apt-get dist-upgrade can have such effects,
>> that printers don't work afterwards?
>
>   Yes, if you are on testing or unstable.
>

Yes I am running _testing_ :-) 

I guess that would require to configure the printer after _each_ upgrade

Good,  now I _know_  :-) 

Thanks 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: No sound in Sarge

2004-08-27 Thread Josef Oswald
<[EMAIL PROTECTED]> writes:

> Hello all, 
>   Have installed Sarge and am getting an error 
> messege.  
> Error initializing sound server device /dev/dsp can't be 
> opened(no such device)sound driver will continue, using 
> the null output. 
> Is this a device i can download and install maybe with 
> aptget?  

No :-( 

OK first did you install a Kernel with Sound for the card enabled? 

are you as user in the "audio" group? $ groups will tell

NO :-/ 

addgroup will help you.

So then have you looked if the device exist .

ls /dev/dsp*

My crystal-ball looses focus.

Well can you play as _root_ some music. 
If yes then as _user_ not being in the "audio" group might be a reason.



>   Thanks much, 
>Doug  
Get back here to let us know... 

 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: No sound in Sarge

2004-08-27 Thread Josef Oswald
Andreas Janssen <[EMAIL PROTECTED]> writes:

> Hello
>
> [EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote:
>
>> Have installed Sarge and am getting an error
>> messege.
>> Error initializing sound server device /dev/dsp can't be
>> opened(no such device)sound driver will continue, using
>> the null output.
>> Is this a device i can download and install maybe with
>> aptget?
>
> You need to load the driver for your sound card. If you use Kernel 2.6,
> installing discover and/or hotplug can probably do that. You can also
> load it at boot time by adding the module name to /etc/modules. To do
> that, you have of course to find out which driver you need. Use lspci
> and a search engine to find out. If you want to use the alsa drivers,
> install the alsa-base package and run alsaconfig. After loading the
> driver, make sure you are in the audio group.

Most Alsa-divers are already in the Kernel, I know for the Sound-blaster
Live 5.1 I am using I could pick it when I compiled the kernel. 
>
> best regards
> Andreas Janssen
>

LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Icewm Mozilla Fonts .Xdefaults

2004-08-27 Thread Josef Oswald

As the Subject-line says, I am using Icewm and Mozilla as my Browser. 

In the _old_ days while I was still using Netscape I could change the
fonts for Netscape in .Xdefault ( or .Xresources) with a entry like
this:

Netscape*toolBar*fontList:-Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-1

Does something similar work with Mozilla and if yes, please post a
working example :-)

Thanks :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



recording audio with "snd-gtk-alsa" package

2004-08-28 Thread Josef Oswald

in the pc I am using i have two sound-cards, I would like to know how can
I tell _snd_ which input device (sound-card) it should use. 

Thanks :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: No sound in Sarge

2004-08-28 Thread Josef Oswald
Andreas Janssen <[EMAIL PROTECTED]> writes:

> Hello
>
> Josef Oswald (<[EMAIL PROTECTED]>) wrote:
>> Andreas Janssen <[EMAIL PROTECTED]> writes:
>>> [EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote:
>>>
>>>> Have installed Sarge and am getting an error
>>>> messege.
>>>> Error initializing sound server device /dev/dsp can't be
>>>> opened(no such device)sound driver will continue, using
>>>> the null output.
>>>> Is this a device i can download and install maybe with
>>>> apt-get?
>>>
>>> You need to load the driver for your sound card. If you use Kernel
>>> 2.6, installing discover and/or hotplug can probably do that. You can
>>> also load it at boot time by adding the module name to /etc/modules.
>>> To do that, you have of course to find out which driver you need. Use
>>> lspci and a search engine to find out. If you want to use the alsa
>>> drivers, install the alsa-base package and run alsaconfig. After
>>> loading the driver, make sure you are in the audio group.
>> 
>> Most Alsa-divers are already in the Kernel, I know for the
>> Sound-blaster Live 5.1 I am using I could pick it when I compiled the
>> kernel.
>
> Right, but the alsa-base package does not contain any drivers anyway.
> But it does have some utilities, like an init script to save/restore
> the mixer settings and alsaconf to set up your module configuration
> properly.

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

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: ALSA on 2.6

2004-08-31 Thread Josef Oswald
Tom Allison <[EMAIL PROTECTED]> writes:

> Joris Huizer wrote:
>> Tom Allison wrote:
>>
>>> How to I check if ALSA is actually working on my system?
>>>
>>> I have sound, but things like mplayer say that alsa can't be found.
>>> xine works fine, but I can't find anything in the xine menus to
>>> tell me what it's using for sound.
>>>
>>> Eventually I want to set up a TV card, but I need to go back and
>>> check off the basics.  It looks like a lot of things did not get
>>> set up the way I had expected.
>>>
>>> I made an assumption that kernel 2.6 provided alsa without
>>> additional configuration other than loading the hardware drivers.

I had to compile each time the Kernel for my Soundblaster Live 5.1 card

>>>
>>>
>> Try alsaplayer
>>
>
> liboss_out failed to load.
>
> Where is this?
>
> I couldn't find it in the /lib/modules directory.

Maybe you _need_ to compile a new kernel after all? 

With the 2.6.x kernel it's not complicated anymore.

most likely you also need to install alsa-base ( some tools like alsamixer
and to store the settings alsactl are also very helpfull.)
Other then the above error there is nothing else? 

 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: Questions

2004-08-31 Thread Josef Oswald
olayemi ibrahim <[EMAIL PROTECTED]> writes:

> 1.  (*) text/plain  ( ) text/html   
>
> Kindly, tell me the 3 differences between these topics bellow.   
>   
>  1floppy disk and zip disk
>  2vcd and dvd  

>  3cd recordable and rewriteable   

this means  on a cd- recordable you can  write it _once_ 

a rewrite-able CD-RW you will be able to rewrite it more then once, you
can delete what is on it and write again.

>  4cd rom drive and cd write  
a cdrom can only _read_ the CD-Rom whereas a writer is also called a
burner to burn the CD-Roms 

>  5laptop and note book
>
> -
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



How can I check if defoma is working correctly?

2004-09-01 Thread Josef Oswald

I install msttcorefonts and I use defoma.  I have not installed any 
additional fonts other then those which came with the msttcorefonts
package. I could add more from my Windows98 directory 

now in xfontsel in the "microsoft" section I see only comic san;
georgia; trebuchet; verdana; webdings, are those the only ones that come
with the msttcorefonts package? 

Now if I do install others from  Win98, how do I tell defoma that new
fonts are to be included? 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: Dual-Nic Setup

2004-09-01 Thread Josef Oswald
Luke Kearney <[EMAIL PROTECTED]> writes:

> On Wed, 01 Sep 2004 10:20:49 -0500
> [EMAIL PROTECTED] spake thus:
>
>> We are attempting to set up a Debian system
>> with two ethernet cards. Trying to run apt-get

Well you will certainly run into problems here, 

as for one the NIC's all have different MAC Addresses 

like :
eth0  Protocol:Ethernet  Hardware Address 00:00:CB:62:8B:E7  

eth1  Protocol:Ethernet  Hardware Address 00:00:CB:70:4A:B1  

So your ISP will allow only one to get trough, unless you have a router
that is connected to the net. 

Normally one NIC is used to connect to the net, the other could for a
small LAN. 

Why would one to use two cards at the same time to connect to the
Internet? 

Am I reading your post wrong? 

just wondering :-)

>> sometimes works, but sometimes fails. We
>> usually have to take down one of the cards
>> using ifdown ethX to get it to work and then
>> bring it back up once we are done. Does anyone
>> have any experience with this problem?
>> 
>> Christopher Fangio
 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



ARRGH defoma-hints also not working :-/ Re: How can I check if defoma is working correctly?

2004-09-02 Thread Josef Oswald

Well this happens with testing but read on

Josef Oswald <[EMAIL PROTECTED]> writes:

> I install msttcorefonts and I use defoma.  I have not installed any 
> additional fonts other then those which came with the msttcorefonts
> package. I could add more from my Windows98 directory 
>
> now in xfontsel in the "microsoft" section I see only comic san;
> georgia; trebuchet; verdana; webdings, are those the only ones that come
> with the msttcorefonts package? 
>
> Now if I do install others from  Win98, how do I tell defoma that new
> fonts are to be included? 

Now I copied more fonts into /usr/share/fonts/MS-truetype

"man defoma-hints" told me that it would a create a new hints-file, 

but 
[EMAIL PROTECTED]:# defoma-hints MS-truetype.hints
/usr/share/fonts/MS-truetype/ *.ttf > MS-truetype.hints
  
gives out this error:

defoma-hints Can't locate FreeType.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 
/usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 3) line 2.
\n

So thats the end of trying to generate a new hintsfile, 

now the relevant file in /usr/share/defoma/libhint-truetype.pl starts
with: 

my @ENCODING;
my @ID_LANG;
my %ID_Region;

BEGIN {
eval ("use FreeType");
exitfunc(255, "libft-perl is needed.") if ($@ ne '');

@ENCODING = qw(Symbol Unicode ShiftJIS GB2312 BIG5 WanSung Johab);

@ID_LANG =

I thought that changing "FreeType" to "TrueType" would solve the problem,
but it did not. 

Josef Oswald 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: cd-rom device loading error

2004-09-02 Thread Josef Oswald
Danilo Horta <[EMAIL PROTECTED]> writes:

> I can't mount my cd-rom device, so i tried "dmesg | grep hdc" (my cd-rom 
> dispositive) and i got this following msg:
>
>ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
> hdc: HL-DT-ST RW/DVD GCGCC-4320B, ATAPI CD/DVD-ROM drive
> hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }
> hdc: status error: error=0x00
> hdc: drive not ready for command
> hdc: irq timeout: status=0xd0 { Busy }
> hdc: irq timeout: error=0x00
> hdc: ATAPI reset complete
> hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache
>
> Anybody can figure it out?

Since I saw the same messages some time ago on this box here too I had
to gooogle for some answers too. 

I found out that in my case I was trying to mount a badly burned CD,
dunno if this is the case here too, have you tried different CD's? 

one of the results of my search I kept, dunno if it helps :-(

!From: "Monique Y. Herman" <[EMAIL PROTECTED]>
!Subject: Re: Compiling kernel - problems
!Newsgroups: linux.debian.user
!> 
!> I've read that these errors indicate something physically wrong with
!> your drive.  And that sometimes these errors only show up under
!> significant load -- which is why you may not have seen them before.
!> Check you logs anyway, maybe you'll find some.  
!
!I second this.  I have an old, old cdrom drive that generally works fine
!for small jobs, but will start spitting out errors similar to the OP's
!during intensive procedures.  For example, it freaks out when trying to
!rip CDs to wav.
!
!-- 
!monique

>
> Thanks in advance

hth :-) 
 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Thanks for your help guys / solved partially? Re: ARRGH defoma-hints also not working :-/

2004-09-03 Thread Josef Oswald

Well thanks for _all_ suggestions :-) 

OK I found _part_ of the solution somewhere else I had to to install 

# apt-get install libft-perl   libttf2

after that I had to do this:

defoma-hints --no-question truetype  /path/to/fonts/*.ttf 
>/etc/defoma/hints/your.hints 
--no-question this turns off any questions defoma-hints would ask.

defoma-font register-all /etc/defoma/hints/your.hints 

most likely I will need to start defoma but I am not sure, so after the
next reboot I will see if this solved the whole font-mess here. 

And no I don't reboot because I want to check defoma, my pc is in my
sleeping-room and too noisy to leave it running while sleeping :-) 

Who know if this helps another _poor_ soul to add new fonts to defoma,
most hits on gooogle were just cries for help :-/ 

Josef Oswald <[EMAIL PROTECTED]> writes:

> Well this happens with testing but read on
>
> Josef Oswald <[EMAIL PROTECTED]> writes:
>
>> I install msttcorefonts and I use defoma.  I have not installed any 
>> additional fonts other then those which came with the msttcorefonts
>> package. I could add more from my Windows98 directory 
>>
>> now in xfontsel in the "microsoft" section I see only comic san;
>> georgia; trebuchet; verdana; webdings, are those the only ones that come
>> with the msttcorefonts package? 
>>
>> Now if I do install others from  Win98, how do I tell defoma that new
>> fonts are to be included? 
>
> Now I copied more fonts into /usr/share/fonts/MS-truetype
>
> "man defoma-hints" told me that it would a create a new hints-file, 
>
> but 
> [EMAIL PROTECTED]:# defoma-hints MS-truetype.hints
> /usr/share/fonts/MS-truetype/ *.ttf > MS-truetype.hints
>
> gives out this error:
>
> defoma-hints Can't locate FreeType.pm in @INC (@INC contains: /etc/perl 
> /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) 
> at (eval 3) line 2.
> \n
>
> So thats the end of trying to generate a new hintsfile, 
>
> now the relevant file in /usr/share/defoma/libhint-truetype.pl starts
> with: 
>
> my @ENCODING;
> my @ID_LANG;
> my %ID_Region;
>
> BEGIN {
> eval ("use FreeType");
> exitfunc(255, "libft-perl is needed.") if ($@ ne '');
>
> @ENCODING = qw(Symbol Unicode ShiftJIS GB2312 BIG5 WanSung Johab);
>
> @ID_LANG =
>
> I thought that changing "FreeType" to "TrueType" would solve the problem,
> but it did not. 
>


LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



SND does anybody still use it?

2004-09-11 Thread Josef Oswald

Well I installed SND  

http://ccrma.stanford.edu/software/snd/snd/snd.html
( I used the Debian Package ) 

I have looked ( maybe _overlooked_ :-) ) in the manual but I could not
find any hints on how to tell snd which of the _two_ soundcards in my Pc
it should use. 

Any hints are appreciated, including RTFM with the _exact_ location
where this important information  is hidden :-) 

LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: @-Zeichen

2004-09-16 Thread Josef Oswald
"Stefan Pachur" <[EMAIL PROTECTED]> writes:

> Hi Leutz! 
> Wir haben hier ein Debian Sarge System laufen, haben jedoch das Problem, das

Yes and this  is primary a english newsgroup :-)

Well 

> Sonderzeichen wie 
> zum Beispiel das @ nicht eingegeben werden kann. Was kann ich machen? Ist
> dieser Fehler vielleich 
> schon bekannt? Danke schon mal! 

Most likely you need to tell us if you are using Xmodmap or not. 
In ~/.Xmodmap you will be able to set the setting for your keys.

What keyboard are you using? 

[EMAIL PROTECTED]:~$ xev will tell you the keycode for the key you want
to use for @ 

my ~/.Xmodmap has those entries: 

add Mod1 = Alt_L
add Mod2 = Mode_switch

and the Key ALTGr is my mode switch key (MS natural 105 keyboard) 

HTH :-) 



> Cya! 
>
> Stefan 
>

 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



SLRN random-sig files, found this but stilll

2004-09-23 Thread Josef Oswald

looking to set up random sig with SLRN I found this link:

http://lists.infodrom.org/debian-user-de/2001/03/att-0026/01-slrn-random-sig
 
At the end it says one need to create for each quote a single file, my
question is:
what name can I use and or does this scrip just take any files it finds
and uses them as signatures? 


Thanks 

*** start of quoted material***

>From [EMAIL PROTECTED] Wed Apr 26 00:44:33 2000
From: [EMAIL PROTECTED] (Marc Langer)
Subject: Re: Wechselnde Signaturen =?iso-8859-1?Q?f=FCr?= slrn
Date: 21 Apr 2000 20:30:38 GMT
Lines: 141
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
NNTP-Posting-Host: marclanger.de
NNTP-Posting-Date: 21 Apr 2000 20:30:38 GMT
User-Agent: slrn/0.9.6.2-ml (Linux)
Xref: kalwien.regio.rhein-ruhr.de de.comm.software.newsreader:10648

Am Mon, 17 Apr 2000 13:23:54 +0200 schrieb Johannes Segitz:

>ich habe gehört, dass es für slrn Makros gibt, um die Signatur
>durchzuwechseln. Wo kann ich so etwas zu bekommen, und welche
>sind empfehlenswert?

Hier ist eines:

--- slrn.sl -

define article_mode_hook ()
{
 variable signature_file = ".randsignature";
 variable newsgroup = current_newsgroup ();
 
set_string_variable ("signature", signature_file);
};
 
define startup_hook () {
system("sigrandom.pl"); }

--

In der .slrnrc: "interpret slrn.sl".
Das Perlscript (stammt von Stefan Scholl):

--- sigrandom.pl -

#! /usr/bin/perl -w
 
# $Id: sigrandom.pl,v 1.4 1997/08/10 20:11:14 stesch Exp stesch $
 
 
chdir; # go home
 
$FIFO = $ENV{'HOME'} . '/.randsignature';
$fixed = $ENV{'HOME'} . '/.sigfixed';
$sigdir = $ENV{'HOME'} . '/.Sig';
 
# $lockfile = '/var/lock/sigrandom.lock';
$lockfile = $ENV{'HOME'} . '/.sigrandom.lock';
 
# 
sub catch_zap {
my $signame = shift;
 
unlink($lockfile);
die "Got SIG$signame";
}
# 
 
$SIG{INT} = \&catch_zap;
$SIG{TERM} = \&catch_zap;
$SIG{QUIT} = \&catch_zap;
$SIG{HUP} = \&catch_zap;
 
exit if(-e $lockfile);

unless (-p $FIFO) {
unlink $FIFO;
system('mknod', $FIFO, 'p') && die "can't mknod $FIFO: $!";
}
 
# --- fork
my $pid;
 
FORK: {
if($pid = fork) {
print "sigrandom.pl forked\n";
sleep 1;
exit;
} elsif (defined $pid) {
 
# forked process
 
} elsif ($! =~ /No more process/) { # == EAGAIN
sleep 5;
redo FORK;
} else {
die "***Can't fork: $!\n";
}
}
 
# ---
 
open(L, ">$lockfile") || die "can't open $lockfile: $!";
print L $$;
close(L);

srand ($$ ^ time);
 
while (1) {
unless (-p $FIFO) {
unlink $FIFO;
system('mknod', $FIFO, 'p') && die "can't mknod $FIFO: $!";
}
 
# next line blocks until there's a reader
open (FIFO, "> $FIFO") || die "can't write $FIFO: $!";
#print FIFO "-- \n";
if(open(FIX, $fixed)) {
while() {
print FIFO $_;
}
close(FIX);
}
if(opendir(DIR, $sigdir)) {
@randfiles = grep( !/^\./, readdir(DIR));
 
 
if(open(RAND, $sigdir . '/' . $randfiles[rand($#randfiles)])) {
while() {
print FIFO $_;
}
close(RAND);
}

    closedir(DIR);
}
 
close FIFO;
sleep 2;# to avoid dup sigs
}
 
 
exit; 

--

Nun musst Du noch in ~/.Sig/ die Signaturen anlegen: Jede in
eine Datei, ein fester Bestandteil kann in ~/.sigfixed geschrieben
werden.

Damit müsste das dann eigentlich funktionieren.

Marc
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
-- 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 


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



Re: SLRN random-sig files, found this but stilll

2004-09-24 Thread Josef Oswald
s. keeling wrote on Fri, 24 Sep 2004 03:10:06 +0200:

> Incoming from Josef Oswald:
>> 
>> looking to set up random sig with SLRN I found this link:
>> 
>> http://lists.infodrom.org/debian-user-de/2001/03/att-0026/01-slrn-random-sig
>>  
>> At the end it says one need to create for each quote a single file, my
>> question is:
>> what name can I use and or does this scrip just take any files it finds
>> and uses them as signatures? 
> [snip]
>> $sigdir = $ENV{'HOME'} . '/.Sig';
> [snip]
>> if(opendir(DIR, $sigdir)) {
>> @randfiles = grep( !/^\./, readdir(DIR));
>>  
>> if(open(RAND, $sigdir . '/' . $randfiles[rand($#randfiles)])) {
>
> That says to me it's going to take anything it finds in your ~/.Sig
> directory, except the two system dotfiles ".." and ".", or anything
> with a dot at the beginning of the filename.  "foo" and "bar" should
> be fine filenames for this, as would "foo.bar".
>
> Too bad you couldn't do something simpler (or maybe you can; I've
> never wanted to).  This is all it takes for mutt:

>
>   --
>   Note:  not tested!
>
>   ~/sh/mail_sig:
>
>   #!/bin/bash
>   cat ~/.signature
>   /usr/bin/fortune -s
>
>   .muttrc:
>
>   folder-hook . set signature="~/sh/mail_sig|"
>   --

Thanks  :-) 

I have no fortune installed here that's why I searched the net for
random signatures :-) 

Josef Oswald [EMAIL PROTECTED]
registered-linux-user # 134.818 at http://counter.li.org
-- 
If you ever get a e-mail, snail-letter, or fax asking you to transfer
lots of money, read all about the Nigerian Advance-fee money-scam at:
http://home.pacbell.net/jpaladin/index.html
http://www.scamorama.com/
http://www.mosquitonet.com/~gcn/nigescam.htm


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



Web-sites for X-configuration for Debian?

2002-03-31 Thread Josef Oswald
Hi :-)

Some-one told me that most likely there exist some web-sites that
would help a new-bie to set-up X.

Just recently I installed worker a nifty file manager, it's is a very
help-ful tool, there is one  small problem: the fonts in lynx and
Xterm are very small, they are not controlled by any setting in
.Xresourses.

More importantly if there exist any Web-sites for Debian user
customation please pass them on .-) 

thanks :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Web-sites for X-configuration for Debian?

2002-03-31 Thread Josef Oswald
Hate to follow-up on my own post. 
Josef Oswald <[EMAIL PROTECTED]> writes:

> Hi :-)

>
> Just recently I installed worker a nifty file manager, it's is a very
> help-ful tool, there is one  small problem: the fonts in lynx and
> Xterm are very small, they are not controlled by any setting in
> .Xresourses.

Sorry this is wrong: They _are_ controlled in .Xresources, found out
after I started another xtem in one. got an error about no usable
fonts,  looked in .Xresources found a typo :-(

>
> More importantly if there exist any Web-sites for Debian user
> customation please pass them on .-) 

If some-one know some I really would like to know. 
>
> thanks :-) 
>
> -- 
> LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
> registered-linux-user # 134.818 at http://counter.li.org
>
> The box said Windows, NT or better, so I installed Linux :-) 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Web-sites for X-configuration for Debian?

2002-04-02 Thread Josef Oswald
Rob Weir <[EMAIL PROTECTED]> writes:

> On Sun, Mar 31, 2002 at 04:50:37PM +0200, Josef Oswald wrote:

>> > More importantly if there exist any Web-sites for Debian user
>> > customation please pass them on .-) 
>> 
>> If some-one know some I really would like to know. 

> What sort of customisations are you looking for?

Basically X-customations;
as I installed IceWM in the hope it would fit my needs ( better the
limitations of the  Hardware in the PC I'm using ),  I was hoping that
some-one had a web-site with some config-files for X up and running. 

> For GUI things, try www.themes.org
> For security tweaks, www.linuxsecurity.org
> Try having a look at the Linux Gazette, www.linuxgazette.com(?) it has
> articles on all sorts of things.
> Of course, there's the piles of documentation on the Debian site
> (www.debian.org).

Should have inspected that Web-site thoroughly, 

Some of the stuff I was looking for, I am sure will find in the Doc's
for the relevant Software I installed... ( NeXtaw for example) 

Thanks for taking the time to respond :-)

> Many types of customisation will work across distros, so give some of
> the other distro sites a try (mandrake, redhat, suse, slackware, etc)
> If you ever have any specific questions, this list is the place to
> ask.  You'll hardly ever get flamed, and only rarely get RTFM'd;)
>
> -rob

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



ICEWM-Configuration

2002-04-07 Thread Josef Oswald

Sorry if I need to ask this question here, after spending a couple of
hours ( trial and error approach) to start IceWM with 4 Program's on 4
different workspaces without much luck I turn to this newsgroup for
help :-( 

this is at the very end of .icewm/winoptions file:

xemacs-21.4.6-mule.workspace:0 # starts on WSP1 
Worker.workspace:1 <-this too works 
mozilla-bin.Mozilla-bin.workspace:2 
#gqview.workspace:3
Gqview.workspace:3 # starts on W-sp one
#/usr/bin/gqview.workspace:3
#/usr/bin/Gqview.workspace: 3
Xterm.workspace:4
#xterm.workspace:4
#Gimp.workspace:5

As can be seen I tried it with Path set, no Path, first letter small
or big, all have the same effect, they are all started at Work-space
one, and I need to move them by hand to their assigned workspaces.  

In order for those program's to start, I had to set in Gnome the
Program's to start. I would like to disable Gnome to startup, but
without Gnome, I have to start all program's by hand. 

I know maybe I should have tried a Linux-distribution that is more
newbie-friendly, but after fooling around with Caldera 2.4 and
Mandrake and a early Suse 6.4 I figured I should give Debian a try,
now I have spend quite a lot of time to set this Distro up, and just
because of ICEWM I don't want to change again.

Also do I need to set something else in .icewm/preferences too? 


-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: where's my USB floppy?

2002-04-09 Thread Josef Oswald
Curtis Dean Smith <[EMAIL PROTECTED]> writes:

> Hello!
>
> I just bought a new Sony Viao GR-311 laptop with the Vaio USB floppy drive. 
> I am new to USB, and so am not quite sure how to access the floppy.  I have
> a March mirror of Woody installed, and threw kernel 2.4.17 on.  Where should
> I look.

Most likely you need to compile a new Kernel, USB

and please visit http://linuxusbguide.sourceforge.net/
there you find the information needed to get USB working,
BTW this answer is _not_ a RTFM :-) 

hth :-) 

>
> BTW,  I also had to recompile to get the Frame Buffer support for X.  Is
> this the right way, or can the pachaged kernel do ATI Radion Moble FB?
>
> Thanks!
> -- 
> Curtis Dean Smith ¥v°ê¿³  
> Asst. Professor of Chinese
> Coordinator of East Asian Studies
> Dept. of Modern Langs & Lits  
> Grand Valley State University 
> Allendale, MI  49401-9403
> [EMAIL PROTECTED]
> Key fingerprint = 9CB8 1D17 9F27 1DCA 948D  6A33 7ED3 8987 6E83 9905
> sub  1024g/332B5DD6 2001-09-25 [expires: 2003-03-19]

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: ICEWM-Configuration

2002-04-10 Thread Josef Oswald
Once again I need to follow-up on my own post

Josef Oswald <[EMAIL PROTECTED]> writes:

> Sorry if I need to ask this question here, after spending a couple of
> hours ( trial and error approach) to start IceWM with 4 Program's on 4
> different workspaces without much luck I turn to this newsgroup for
> help :-( 
>
> this is at the very end of .icewm/winoptions file:
>
> xemacs-21.4.6-mule.workspace:0 # starts on WSP1 
> Worker.workspace:1 <-this too works 
> mozilla-bin.Mozilla-bin.workspace:2 
> #gqview.workspace:3
> Gqview.workspace:3 # starts on W-sp one
> #/usr/bin/gqview.workspace:3
> #/usr/bin/Gqview.workspace: 3
> Xterm.workspace:4
> #xterm.workspace:4
> #Gimp.workspace:5
>
>From IceWM-user-list I got this advice:

> Use xprop to find out the right name. For example start xprop from an
> xterm and click on gamix:
> _ICEWM_TRAY(CARDINAL) = 0
> _WIN_LAYER(CARDINAL) = 4
> _WIN_WORKSPACE(CARDINAL) = 0
> WM_STATE(WM_STATE):
> window state: Normal
> icon window: 0x0
> _WIN_STATE(CARDINAL) = 0, 63
> WM_CLASS(STRING) = "gamix", "Gamix"
> WM_LOCALE_NAME(STRING) = "de"
> WM_CLIENT_MACHINE(STRING) = "tweety"
> WM_ICON_NAME(STRING) = "gamix"
> WM_NAME(STRING) = "gamix"
> WM_CLIENT_LEADER(WINDOW): window id # 0x161
> WM_HINTS(WM_HINTS):
> Client accepts input or input focus: True
> Initial state is Normal State.
> window id # of group leader: 0x161
> WM_NORMAL_HINTS(WM_SIZE_HINTS):
> program specified minimum size: 222 by 220
> WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS
>
> The WM_NAME(STRING) tells you "gamix", which is the right name to use.
>> #Gimp.workspace:5
> gamix.workspace:1 # this is the second workspace (0 is the first)

I post this here just in case some-one else might run into the same
difficulties, many lists on Usenet contain unanswered questions. 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Allow a user to shutdown

2002-04-13 Thread Josef Oswald
"Kurc, Marcin A." <[EMAIL PROTECTED]> writes:

> man shutdown
>
> ACCESS CONTROL
>shutdown  can  be called from init(8) when the magic keys
> CTRL-ALT-DEL are pressed,
>by creating an appropriate entry in /etc/inittab. This means that
> everyone who  has
>physical  access to the console keyboard can shut the system down. To
> prevent this,
>shutdown can check to see if an authorized user is logged in on one
> of the  virtual
>consoles. If shutdown is called with the -a argument (add this to the
> invocation of
>shutdown in /etc/inittab), it checks to see if the file
> /etc/shutdown.allow is pre­
>sent.   It  then compares the login names in that file with the list
> of people that
>are logged in on a virtual console (from  /var/run/utmp).  Only  if
> one  of  those
>authorized users or root is logged in, it will proceed. Otherwise it
> will write the
>message
>
>shutdown: no authorized users logged in
>
>to the (physical) system console. The format of  /etc/shutdown.allow
> is  one  user
>name  per  line.  Empty lines and comment lines (prefixed by a #) are
> allowed. Cur­
>rently there is a limit of 32 users in this file.
>
>Note that if /etc/shutdown.allow is not present, the -a argument is
> ignored.

Now according to the instructions above I created this file 

#this will allow only the named person besides root to shut-down the
#system.

#first it is oswald
oswald
#then somebody else 

to test it I logged in as another user in the console and hit the
magic keys, instead of giving me the warning that:  shutdown: "no
authorized users logged in" the pc rebooted, so what is missing here?

>
> Marcin Kurc


-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Allow a user to shutdown

2002-04-13 Thread Josef Oswald
Rick Pasotto <[EMAIL PROTECTED]> writes:

> On Sat, Apr 13, 2002 at 08:47:52PM +0200, Josef Oswald wrote:
>> 
>> to test it I logged in as another user in the console and hit the
>> magic keys, instead of giving me the warning that:  shutdown: "no
>> authorized users logged in" the pc rebooted, so what is missing here?
>
> Was this other user the *ONLY* user logged in? 

NO :-/ 

> Was root still logged in  on another console?

Yes, as well as the user "oswald" 

But now I understand, apparently this means as long as root, or a
user who is allowed to shutdown another person who does not have this
privilege can also shutdown the pc. This is what just happened, I tried
it,  root and "oswald" were logged out, and this time I got the
error. 

Thanks for your question, I think this got me looking in the right
place :-) 

> Rick Pasotto    [EMAIL PROTECTED]http://www.niof.net

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: SBLive! and 5.1

2002-04-30 Thread Josef Oswald
David Bellows <[EMAIL PROTECTED]> writes:

> Hello,
>
> Does anyone know if the 5.1 capabilities of the Soundblaster Live 
> Platinum 5.1 work under Linux?  If so, which kernel do I need or should 
> I be looking at ALSA?  How do 5.1 speaker systems hook up to the card?  
> And finally, if all this does work, can something like Ogle or Xine 
> take advantage of the 5.1 stuff?  Sorry for all the questions, there is 
> much I don't know.
Hi:-) 

for starters look at
http://home.wanadoo.nl/whatdoya/sblive/#bookmark1

Most likely you need a kernel-rebuild ( 2.4.X) can't remember if I
ever got my sound-blaster Live 5.1 under 2.2.18 going, so I am not
sure, but you can just check by cding into /usr/src/linux and do xconfig
then you will see in sound if sound-blaster is there ( emu10k or so)

as for the hookup, are there no /symbols/ on the metal-strip, they
usually tell how one can connect any speakers (and other stuff) to the
card. 

a visit to the sound-blaster homepage where you could get the
specifications of your card might be another approach.

>
> Thanks everyone,
> David Bellows
hth :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: SBLive! and 5.1

2002-04-30 Thread Josef Oswald
Paul Miller <[EMAIL PROTECTED]> writes:

> Search on sourceforge for emu10k1 ... creative's sblive drivers are open 
> source now.  I've got a platinum5 and the drivers are really awesome -- they 
> allow you to totally customize the routing, allowing your card to act as 
> multiple sound cards.  The beeps, etc for out analog rear, xmms/dvd go out 
> analog front and digital!.  :)
> -Paul
Thanks :-)

Actually right now I am using the Alsa driver, but I would like to
switch to the creative driver. I tried it once before but did not have
much luck. 

In order to use the creative driver ( follow their instructions) do I
need to get rid of the ALSA ( or OSS) drivers? It seems that xmms
depends on OSS driver.

If you could shed some light on this I would greatly appreciate it!

Thanks again :-) 

>
> On Tue, 30 Apr 2002 08:48:30 +0200
> "Josef Oswald" <[EMAIL PROTECTED]> wrote:
>
>> David Bellows <[EMAIL PROTECTED]> writes:
>> 
>> > Hello,
>> >
>> > Does anyone know if the 5.1 capabilities of the Soundblaster Live 
>> > Platinum 5.1 work under Linux?  If so, which kernel do I need or should 
>> > I be looking at ALSA?  How do 5.1 speaker systems hook up to the card?  
>> > And finally, if all this does work, can something like Ogle or Xine 
>> > take advantage of the 5.1 stuff?  Sorry for all the questions, there is 
>> > much I don't know.
>> Hi:-) 
>> 
>> for starters look at
>> http://home.wanadoo.nl/whatdoya/sblive/#bookmark1
>> 
>> Most likely you need a kernel-rebuild ( 2.4.X) can't remember if I
>> ever got my sound-blaster Live 5.1 under 2.2.18 going, so I am not
>> sure, but you can just check by cding into /usr/src/linux and do xconfig
>> then you will see in sound if sound-blaster is there ( emu10k or so)
>> 
>> as for the hookup, are there no /symbols/ on the metal-strip, they
>> usually tell how one can connect any speakers (and other stuff) to the
>> card. 
>> 
>> a visit to the sound-blaster homepage where you could get the
>> specifications of your card might be another approach.
>> 
>> >
>> > Thanks everyone,
>> > David Bellows
>> hth :-) 
>> -- 
>> LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
>> registered-linux-user # 134.818 at http://counter.li.org
>> 
>> The box said Windows, NT or better, so I installed Linux :-) 
>> 
>> 
>> 
>> -- 
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>> 

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



low latency kernel

2002-05-04 Thread Josef Oswald
Hi:-) 

At this  I use Kernel 2.4.18 with a 
450MHZ CPU AMD-K3  <- I know it's /ancient/ these days :-) 

Now what I 'd like to know: do the newer Kernels still need the
low-latency patch or not? As I did find 2-4.18-cr1-low-latency-patch 
I just would like to be sure, can I apply this patch to a
Debian-kernel? 

Or is this no longer necessary? 

My aim is just to rework some tracks off music CD-Rom's 

thanks :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



wxGTK error (Audacity)

2002-05-04 Thread Josef Oswald
Well, can't help it I have to ask this question here, as I can't find
a solution...

I need to install wxGTK for audacity.
The problem with audacity is that when I want to save a file, I can't
see the text I type. When I mark the commando-line in Audacity I can
see the text.

I installed audacity the Debian way: apt-get install audacity.

since the above problem is rather annoying I went ahead and installed a
new version of GTK+-2.0.2 in /my/path/

to install the necessary packages I set: 

CPPFLAGS="-I/my/path/include"
LDFLAGS="-L/my/path/lib"
PKG_CONFIG_PATH="/my/path/lib/pkgconfig"
export CPPFLAGS LDFLAGS PKG_CONFIG_PATH

as well as:

LD_LIBRARY_PATH="/my/path/lib"
PATH="/my/path/bin:$PATH"
export LD_LIBRARY_PATH PATH
 
now the only package that gives me a hard time is wxGTK-2-2.7

gtk-config --libs still points to: 
-L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
-lglib -ldl -lXext -lX11 -lm

instead to /my/path

according to wxGTK README

* The most simple errors


configure reports, that you don't have GTK 1.2 installed although you are 
very sure you have. Well, you have installed it, but you also have another 
version of the GTK installed, which you may need to remove including other 
versions of glib (and its headers). Also, look for the PATH variable and check 
if it includes the path to the correct gtk-config! The check your LDPATH if it 
points to the correct library. There is no way to compile wxGTK if configure 
doesn't pass this test as all this test does is compile and link a GTK program.

Now I removed all glib gtk directorys I fond in /user/local/lib
(where should the headers be I have also no clue)

next in /etc/ld.so.conf
I commented out 
/usr/local/lib
and included
/my/path

so I am at a loss now what i should do next....

any pointers are appreciated.

thanks :-) 
 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: low latency kernel

2002-05-06 Thread Josef Oswald
Rob Weir <[EMAIL PROTECTED]> writes:

> On Sat, May 04, 2002 at 12:12:28PM +0200, Josef Oswald wrote:
>> Hi:-) 
>> 
>> At this  I use Kernel 2.4.18 with a 
>> 450MHZ CPU AMD-K3  <- I know it's /ancient/ these days :-) 
>> 
>> Now what I 'd like to know: do the newer Kernels still need the
>> low-latency patch or not?
>
> AFAIK (from reading kt), the low-latency patch has not made into any
> of Linus' kernels.  The kernel pre-emption patch has made it into 2.5,
> but I wouldn't be playing with that right now;)

So that would mean then I need to download a patch for 2.4.18

thanks for your reply to this question as well as answering to the
wxgtk problem.

:-) 
>
> -rob
>

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



mixture of regular debian libs and ximian gnome libs

2002-05-16 Thread Josef Oswald
Well it seems that by installing ximian gnome I installed a mixture of
incompatible libs, ( just found out this evening as I wanted to
install various *-dev libs.) 

Now how can I solve this situation? 

Thanks for any hints :-) 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: mixture of regular debian libs and ximian gnome libs

2002-05-19 Thread Josef Oswald
Rob Weir <[EMAIL PROTECTED]> writes:

> On Fri, May 17, 2002 at 02:43:49AM +0200, Josef Oswald wrote:
>> Well it seems that by installing ximian gnome I installed a mixture of
>> incompatible libs, ( just found out this evening as I wanted to
>> install various *-dev libs.) 
>> 
>> Now how can I solve this situation? 
>
> Uninstall all the Ximian packages, they're quite broken and completely
> incompatible with the GNOME in woody (which will be that stable
> distribution in a week or two (or twenty)).  This command line should
> help:
> COLUMNS=200 dpkg -l|grep -i ximian
> The COLUMNS variable is needed because dpkg crops the version field if
> the terminal is too small.

First thanks for responding, now after I run this command I've got
_lots_ of ximian packages, how do I remove them ( I know that with
apt-get remove   a single package can be removed
But a whole Bunch of them?

thanks again :-) 


>
> -rob
>

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Install Debian for desktop

2002-05-21 Thread Josef Oswald

Colin Watson <[EMAIL PROTECTED]> writes:

> On Sun, May 19, 2002 at 02:33:21PM +0200, Robert Ian Smit wrote:>> With some 
> of the major applications reaching 1.x, I believe now is the
>
>> If I install software in /usr/local, as I understand it, I bypass Debian 
>> package management.
>
> That's right.

Now where should one then install stuff one gets from sources?
So far everything I put into /usr/local/lib

> Colin Watson  [EMAIL PROTECTED]

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: mixture of regular debian libs and ximian gnome libs

2002-05-23 Thread Josef Oswald
Jerome Acks Jr <[EMAIL PROTECTED]> writes:

> On Fri, May 17, 2002 at 02:43:49AM +0200, Josef Oswald wrote:
>> Well it seems that by installing ximian gnome I installed a mixture of
>> incompatible libs, ( just found out this evening as I wanted to
>> install various *-dev libs.) 
>> 
>> Now how can I solve this situation? 
>
> What exactly are you trying to solve? Do you want to replace 
> ximian-gnome with debian gnome packages so you can install the *-dev
> libs? 

since I have woody installed i need to get rid of ximian-gnome since
it is meant to be installed in potato and not woody. 

>
> How did you install ximian-gnome?

with apt-get install task-ximian IIRC, and there where no errors.
>
> If you use diff to compare unzipped backups of dpkg.status files in
> /var/backups/dpkg from just before and after you installed
> ximian-gnome, you will get a list of what changed when you installed.
>
> You could use this list to figure out what packages you need to remove
> and reinstalled.

I used aptitude to get rid of the ximian files 
-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: Install Debian for desktop

2002-05-23 Thread Josef Oswald
Colin Watson <[EMAIL PROTECTED]> writes:
>
> /usr/local somewhere. /usr/local/lib is really only appropriate for
> libraries, but it's up to you. You might like to try stow, where you put
> each package in its own directory in /usr/local/stow and it maintains a
> symlink farm for you; this allows for easy uninstallation.
Thank you Colin, 

Are you using stow yourself?

I am a bit confused on using stow, does one invoke # stow 
_after_ one went through the three steps 
./configure, 
make, 
make install prefix=/usr/local/stow/

it seems to be logical :-) 

>
> -- 
> Colin Watson  [EMAIL PROTECTED]

-- 
LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: cd writing with USB CD-RW

2002-05-29 Thread Josef Oswald
John Griffiths <[EMAIL PROTECTED]> writes:

> hello all
>
> I've been using cdrecord very happily to burn cd's through ide-scsi
>
> can anyone suggest how I'd go about using a USB cdrw?

check with:
http://www.linux-usb.org/

I got my usb-printer working following the instructions found there

hth :-)


-- 
Josef Oswald [EMAIL PROTECTED] 
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: question

2002-05-29 Thread Josef Oswald
"Ari Kay" <[EMAIL PROTECTED]> writes:

> I downloaded xmakemol and it has the form *.deb.  I would like to know
> how to run the file.  I am currently working with Red Hat 7.2.

*.deb -files are similar to *.rpm files, don't know if you can
install *.deb on a *.rpm based system easily.

I know if one wants to use *.rpm in debian one has to use alien to
change the *.rpm to *.deb 

Unless you have a tool to convert the *.deb to *.rpm you can't use it.

Most likely that same packages is available as *.rpm if not then you
have to use the sources to compile it for your system.

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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



Re: CD writing for non root users

2002-06-23 Thread Josef Oswald
Balazs Javor <[EMAIL PROTECTED]> writes:

> Hi,
>
> What's the best/recommended way to be able to write CDs
> without requiring to be root?

Xcdroast lets you burn CD as user 
http://www.xcdroast.org/
there is also a deb-package too 

>
> Many thanks for your help in advance!
> best regards,
> Balazs

 
Josef Oswald [EMAIL PROTECTED] 
--
registered-linux-user # 134.818 at http://counter.li.org

The box said Windows, NT or better, so I installed Linux :-) 



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