Re: dvds burnt in k3b won't show up on mac os x

2005-06-13 Thread Joerg Johannes
Am Samstag, den 11.06.2005, 23:31 +0200 schrieb Alex Polite:
 I've burnt several DVDs using k3b. They'll show up alright under linux
 but not on my Mac OS X system. Does this ring any bells with you? I
 don't know where to start debugging this.

Are you sure your Mac is able to read this special kind of medium (do
you use DVD +R or -R)? I hav problems reading DVD-R on my Mac (PowerMac
G5).

joerg


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


Re: Bluetooth in the kernel

2004-12-13 Thread Joerg Johannes
Am Montag, den 13.12.2004, 10:09 -0600 schrieb Ron Johnson:
 
 I've looked all thru it, but haven't found them.  Any pointers 
 appreciated.

Device Drivers - Network Devices - Bluetooth Subsystem

Very well hidden ;)

joerg


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: linux source vs kernel-source

2004-11-16 Thread Joerg Johannes
Am Dienstag, den 16.11.2004, 15:59 -0600 schrieb Russ Cook:
 I generally compile my own kernel using kernel-package and the 
 kernel-source packages from the debian sites.  But, at ftp.kernel.org 
 are source files that are 2.6.9 vs 2.6.8.
 These files are labeled linux-2.6.9 vs kernel-source-2.6.8.  My question 
 is:  are the
 linux-* source files modified when made in to kernel-source-*.deb 
 files?

Yes. Go to http://packages.debian.org/unstable/devel/kernel-source-2.6.9
and read the More information section. There you can see that
kernel-source-2.6.9 consists of [kernel-source-2.6.9_2.6.9.orig.tar.gz]
which is identical to linux-2.6.9.tar.gz from kernel.org, and
[kernel-source-2.6.9_2.6.9-1.diff.gz] which are the debian-specific
modifications to the source package.

 Will the linux-* source files compile and build properly using the
 kernel-package tools?

They should compile just fine.

 If so, I'd like to use the higher rev linux-* source files, rather than 
 wait for them to show up on the unstable sites as kernel-source-*.deb
 files.

No need to. There are only experimental sources on kernel.org and 2.6.9
is the latest stable version (which is also available as
kernel-source.deb). See the link above to download it from your
preferred debian mirror.

joerg


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: OT: MP3 CDs

2004-09-10 Thread Joerg Johannes
Am Do, den 09.09.2004 schrieb Tong um 22:03:
 Hi, 
 
 My DVD player supports playing MP3 CDs. I'm wondering how can I burn my
 MP3s as MP3s (instead of WAVs), so that I can play them in my DVD player. 
 
 Thanks
 

Are you asking about how to convert .wav to .mp3? Then add

deb ftp://ftp.nerim.net/debian-marillat/ stable main

(replace stable with unstable or testing if you're using testing or
unstable) to your /etc/apt/sources.list, and

# apt-get update
# apt-get install lame
# man lame

and learn how to convert .wav to .mp3. If you want to rip whole CD's to
mp3 format, you shold 

# apt-get install jack

Jack is a command line CD ripping tool. It rips the CD, converts them to
mp3 and renames and tags the files with information from freedb. Very
recommended (I used it for my whole CD collection, 300 CDs).

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Don't buy Sony (was: Re: sony vaio desktop)

2004-07-20 Thread Joerg Johannes
Am Di, den 20.07.2004 schrieb Matthias Czapla um 3:28:

 Additionally I would suggest avoiding *any* product made by that
 company. They actively try to reduce compatibility and are great
 supporters of Digital-Restrictions-Management junk (e.g. Notebooks
 only work with their own expensive RAM modules;

Not true. My Sony Vaio Notebook works with a standard Kingston RAM
module. It was less than 1/2 the price I would have paid for the
genuine Sony module. If you need RAM, go to www.kingston.com and
search for your notebook's product number.
But anyway: You're right, Sony is one of the most evil companies with
regard to DRM etc.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Grid: Globus in Debian

2004-07-14 Thread Joerg Johannes
Am Mi, den 14.07.2004 schrieb Dave Howorth um 13:43:
 Leandro Guimaraens Faria Corsetti Dutra wrote:
 is there a kind of Globus packet to Debian?
  http://apt-get.org./
 
 I can't find any reference to globus at that site. Could you be more 
 specific with the link, please?

You could read what is written there:

snip
apt-get.org is intended as a place for people to share useful APT
(Advanced Package Tool) sources for the Debian operating system.
...
Things to do:
 * Search for a package
...
snip

Isn't that clear? Follow the search link, type in what you hope
somebody packaged, and you're done. How hard could that be?

joerg

-- 
\usepackage{brain}


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: xdm won't start; console 7 broken

2004-07-12 Thread Joerg Johannes
Am Mo, den 12.07.2004 schrieb Nori Heikkinen um 16:42:
 after shutting down xdm the usual way friday afternoon
 (/etc/init.d/xdm stop), i now can't get it to start via the usual way
 (/etc/init.d/xdm start).  it tells me:
 
 Starting X display manager: xdm already running.
 
 (which it's not), and for that matter, looking at the tail of
 /var/log/xdm.log tells me:
 
 Mon Jul 12 10:32:08 2004 xdm error (pid 1473): process-id file /var/run/xdm.pid 
 indicates another xdm is running (pid 762); exiting 
 
 indeed, /var/run/xdm.pid DOES contain that pid, but afaict, it's
 defunct.  `kill -9 762` doesn't do anything, and console 7 (on which i
 run X) is just a blinking cursor right now.
 
 this is so weird!  i don't want to reboot my machine, as i have remote
 processes writing to its drives right now.  how can i either kill this
 zombie and start up X on console 7, or, failing that, tell X to ignore
 the zombie and start up on console 6 or 8 or something like that for
 the time being?

How about /etc/init.d/xdm restart ?
Do you see the process in ps -ae ? If not, I'd try to remove the xdm.pid
file and see what happens (This might be harmful!).

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Hi everybody

I'd like to delete all symbolic links in a directory. I thought I'm
smart and use find for that instead of doing it manually. OK. The find
man page says (snipped):

 -type c
File is of type c:
l  symbolic link

So far so good.

[EMAIL PROTECTED]:/tmp/$ find . -type l

shows me all symbolic links. Great. Read further:

 -exec command ;
Execute  command;  true if 0 status is returned.  All   following
arguments to find are taken to be arguments to the
command until an  argument  consisting of `;' is encountered.
The string `{}' is replaced by the current file name being
processed  everywhere it occurs in the arguments to the command,
not just in arguments where it is alone, as in some versions of
find.  Both  of  these constructions might need to be escaped
(with a `\') or quoted to protect them from expansion by the
shell.  The command  is  executed in the starting directory.

This is not so clear anymore. But I think I understand that

[EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {};

should do what I want. But I get an error message saying

find: Missing argument for -exec.

Huh? Why? I then started quoting the {} and the ; with backslashes and '
but without success. So, please, what am I doing wrong?

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Am Di, den 06.07.2004 schrieb Rick Pasotto um 10:49:
 On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote:
snip
  This is not so clear anymore. But I think I understand that
  
  [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {};
  
  should do what I want. But I get an error message saying
  
  find: Missing argument for -exec.
  
  Huh? Why? I then started quoting the {} and the ; with backslashes and
  ' but without success. So, please, what am I doing wrong?
 
 man pages are subtle! Notice until an argument of consisting of ';' is
 encountered. Arguments are separated by white space. Therefore:
 
 find . -type l -exec rm {} \;
 
 ought to work.

Aaargh! OK, that's it. Now that you pushed me onto it I think I got the
point. Thanks

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: IMPORTANT WARNING! Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Am Di, den 06.07.2004 schrieb Hendrik Boom um 16:39:
 On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote:
  
  [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {};
  
 
 By now other have answered your wustion, but:
 
 VERY IMPORTANT:
 
  when yo are debugging a shell command like this one,
 se the echo command instead of the rm command.  That way you get a list
 of files instead of deleting them, and if your list iw wrong, you won't lose
 evrything!!

Yes, thanks for the warning, that is what I actually did...

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Mouse wheel does not work with kernel 2.6.x

2004-06-16 Thread Joerg Johannes
Hi everybody

This is a bit strange to me, and I don't exactly know how to track the
problem down. Here are the symptoms:

I have a logitech USB mouse which works great using 2.4 kernels. With
exactly the same setup in X, the same mouse attached to the same
computer works still, but only the three buttons: scrolling the wheel
doesn't do anything, pressing it works as paste like it should.
Obviously it can't be the X configuration which is faulty, because it
still works when I boot back to 2.4. Also the kernel configuration
should be OK, because otherwise the mouse wouldn't work at all.

snippets from some (maybe) interesting files:

[EMAIL PROTECTED]:~$ grep MOUSE /boot/config-2.4.23 
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_MK712_MOUSE is not set

[EMAIL PROTECTED]:~$ grep HID /boot/config-2.4.23
# USB Human Interface Devices (HID)
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y

[EMAIL PROTECTED]:~$ grep MOUSE /boot/config-2.6.7  
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_VSXXXAA is not set
[EMAIL PROTECTED]:~$ grep HID /boot/config-2.6.7 
# USB Human Interface Devices (HID)
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_PHIDGETSERVO is not set

8  /etc/X11/XF86Config-4

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Device/dev/input/mouse0
Option  SendCoreEventstrue
Option  Protocol  IMPS/2
Option  ZAxisMapping  4 5
Option  Buttons   5
EndSection

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDevicePS/2 Mouse CorePointer
InputDeviceUSB Mouse CorePointer
InputDevicecursor AlwaysCore
InputDevicestylus AlwaysCore
InputDeviceeraser AlwaysCore
EndSection

8

Any hints greatly appreciated.

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Mouse wheel does not work with kernel 2.6.x

2004-06-16 Thread Joerg Johannes
Am Mi, den 16.06.2004 schrieb Greg Norris um 14:49:
 On Wed, Jun 16, 2004 at 10:56:40AM +0200, Joerg Johannes wrote:
  I have a logitech USB mouse which works great using 2.4 kernels. With
  exactly the same setup in X, the same mouse attached to the same
  computer works still, but only the three buttons: scrolling the wheel
  doesn't do anything, pressing it works as paste like it should.
  Obviously it can't be the X configuration which is faulty, because it
  still works when I boot back to 2.4. Also the kernel configuration
  should be OK, because otherwise the mouse wouldn't work at all.
  [snip
  CONFIG_PSMOUSE=y
 
 I had the same issue recently... the solution is to set CONFIG_PSMOUSE
 to n (or m, and just don't load the module).  The problem is most
 likely that your BIOS has PS/2 emulation enabled, which typically
 doesn't support the wheel, and the PSMOUSE code is handling the mouse. 
 The USB subsystem includes it's own mouse drivers, which will be used
 as long as PSMOUSE support is disabled.  Apparently 2.4 would go ahead
 and use the USB drivers in either case... no idea why that changed.
 
 You could also disable PS/2 emulation in your BIOS setup, but I
 wouldn't recommend this solution.  Among other things, it can make the
 lilo menu inaccessible if you use a USB keyboard.

That sounds helpful. The problem is: I need PS/2 also, because this is a
notebook computer and very often I don't have the mouse with me. OTOH,
the keyboard is not USB, so I could first look into the BIOS and try if
I have such an option. I'll report about my progress...

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Mouse wheel does not work with kernel 2.6.x

2004-06-16 Thread Joerg Johannes
Am Mi, den 16.06.2004 schrieb Greg Norris um 14:49:
 On Wed, Jun 16, 2004 at 10:56:40AM +0200, Joerg Johannes wrote:
  I have a logitech USB mouse which works great using 2.4 kernels. With
  exactly the same setup in X, the same mouse attached to the same
  computer works still, but only the three buttons: scrolling the wheel
  doesn't do anything, pressing it works as paste like it should.
  Obviously it can't be the X configuration which is faulty, because it
  still works when I boot back to 2.4. Also the kernel configuration
  should be OK, because otherwise the mouse wouldn't work at all.
  [snip
  CONFIG_PSMOUSE=y
 
 I had the same issue recently... the solution is to set CONFIG_PSMOUSE
 to n (or m, and just don't load the module).  The problem is most
 likely that your BIOS has PS/2 emulation enabled, which typically
 doesn't support the wheel, and the PSMOUSE code is handling the mouse. 
 The USB subsystem includes it's own mouse drivers, which will be used
 as long as PSMOUSE support is disabled.  Apparently 2.4 would go ahead
 and use the USB drivers in either case... no idea why that changed.

I just tried setting CONFIG_PSMOUSE to m and loaded this module as the
last one in /etc/modules, and now I hav a working touchpad *and*
USB-wheelmouse. Anyway, this behaviour is very strange, maybe it is
worth a bugreport to the kernel people?

 You could also disable PS/2 emulation in your BIOS setup, but I
 wouldn't recommend this solution.  Among other things, it can make the
 lilo menu inaccessible if you use a USB keyboard.

No, I don't have this option in the bios. I can only set the PS/2 mouse
to internal (touchpad only), external (external PS/2 mouse only, even
though I don't have a PS/2 port...) and simultaneous.

Thanks for your help,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Software to create 3D buttons for use on web pages, etc

2004-06-08 Thread Joerg Johannes
Am Di, den 08.06.2004 schrieb Joost De Cock um 7:45:
  http://members.rogers.com/ityker/aqua.pl
 
 and euh... It's a GIMP script, so you'll need the GIMP

Hi Joost,

I just downloaded this script and put it in my $HOME/.gimp-2.0/scripts
directory, but it does not show up in the menus. From what I understand
(not too much), it should show up in
Toolbox/Xtns/Script-Fu/Buttons/AquaText...
Or what else do I have to do to install it?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Software to create 3D buttons for use on web pages, etc

2004-06-08 Thread Joerg Johannes
Am Di, den 08.06.2004 schrieb Joost De Cock um 11:07:
 On Tuesday 08 June 2004 10:24, Joerg Johannes hurled the following on the 
 wire:
  Am Di, den 08.06.2004 schrieb Joost De Cock um 7:45:
http://members.rogers.com/ityker/aqua.pl
  
   and euh... It's a GIMP script, so you'll need the GIMP
 
  Hi Joost,
 
  I just downloaded this script and put it in my $HOME/.gimp-2.0/scripts
  directory, but it does not show up in the menus. From what I understand
  (not too much), it should show up in
  Toolbox/Xtns/Script-Fu/Buttons/AquaText...
  Or what else do I have to do to install it?
 
 It's been a while since I used it, but I think I used to run it from the 
 command line, with some parameters, and not from within the Gimp.
 You may want to try that out.

Hi again, Joost.

Here come the errors I get on starting aqua.pl from the command line:

Can't locate Gimp.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 /usr/local/lib/perl/5.8.0
/usr/local/share/perl/5.8.0 .) at ./aqua.pl line 34.
BEGIN failed--compilation aborted at ./aqua.pl line 34.

I searched packages.debian.org for Gimp.pm, and found out that it is
only available for gimp 1.2 in the stable tree. I use gimp 2.0 from
unstable. Anyway, I thought that gimp 2 understands perl?!?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [OT] List of dates from evolutions calendar

2004-06-02 Thread Joerg Johannes
Hi again

 this script is exactly what I wanted. Only one problem: It freezes on
 dates containing non-ASCII characters, especially . Any idea how I
 could solve this?
 

Apparently this is not a problem with the script, but with the file
encoding. The console freezes on this character even when I just do a
cat calendar.ics.

 This was a quick solution to a problem.  These lines would have to be 
 smarter:
my $day   = substr( $xx, 6, 2 );
my $hour = substr( $xx, 9, 2 );
 
 If I knew exactly where the gs were happening I could fix it.  It also 
 might a good exersize for you. :)

What gs?

 Furthermore, .ics from evolution is not equal to .ics from korganizer.
 If I use the evolution Calendar.ics file, all dates are timed 5 pm - 5
 pm, while after importing them to korganizer/export them as .ics again,
 it works (apart from the  problem). Strange.
   
 
 I'm 7 hours away from you and I wanted local time.  Change the following 
 line:
 
 my $zone = 7;
 
 to reflect your time zone and you will have local time also.

This is not even necessary, as the time is stored in local time from
evolution. The problem is: the DTSTART and DTEND lines contain
information about the timezone in the evolution, but not in the
korganizer file version:

Evolution:
DTSTART;TZID=/softwarestudio.org/Olson_20011030_5/Europe/Berlin:
 20040516T143000

korganizer:
DTSTART:20040516T143000Z

Therefore the pattern matching in your script does not work on the
evolution file: It must not match the string after DTSTART, but the
string on the line after the line beginning with DTSTART (and now tell
me how to express that in perl... ;) ).

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Please help to find this font

2004-06-01 Thread Joerg Johannes
Am Mo, den 31.05.2004 schrieb Mimmo Spena um 15:00:
 Please is there anybody that may help me to recognize this font?
 Any ideas where I can find this font?
 Pleas
 Thank you

Hi Mimmo

Bodega Sans looks very much alike:
http://www.myfonts.com/fonts/fontbureau/bodega-sans/bodegasans-light/?s=RUE+DES+PLAISIRS

How I found it out:
Searched google for font recognition
First hit was http://www.myfonts.com/WhatTheFont/
I wen there, read how it works: They need an image where as many
characters as possible are recognizeable easily. So high contrast, no
background etc. I fired up gimp, extracted the RUE DES PLAISIRS part
with the By Color selection method, put only these words into a
black/white image and uploded it to the recognition software.

That was it.

Oh, and by the way, please don't send images attached to your mail
directly to the list. Instead, include a link to the image and put it on
some website.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: How to include nomenclature in Latex

2004-06-01 Thread Joerg Johannes
Am Di, den 01.06.2004 schrieb James Willie um 12:24:
 Hi,
 
 I have a problem with including nomenclature in my
 latex document. I have done the nomenclature
 successfully but have to be able to sort it into greek
 symbols and ordinalry symbols.

Did you read the manual? Especially section 3: Sort order of the
entries? It describes in detail how greek symbols and digits are
treated.

 I also want subscripts and superscripts separate. This I am not
 able to do. Can anyone help me out.

Sorry, I don't understand what you mean by that. Could you please give
an example?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [OT] List of dates from evolutions calendar

2004-06-01 Thread Joerg Johannes
Am Sa, den 29.05.2004 schrieb Paul Scott um 9:39:
 Joerg Johannes wrote:
 
 Hi everybody
 
 Does anybody use the calendar function of evolution? I do, and I like
 it, but I'm missing one feature. I'd like to let the program make a list
 of dates such as:
 
 2004/06/05   10:30   Choir rehearsal in Neustadt
 2004/07/02   20:00   Heather Nova Concert in Freiburg
 2004/07/08   19:00   Jan Garbarek Concert in Freiburg
 ...
 
 I poked around in the menus, but did not find such a list-making
 function. Maybe I can somehow grep dates out and sort/format them with
 some perl hack... I'm just not skilled enough to get that done by myself
 :(. Any ideas or pointers would be great.
   
 
 I use Korganizer which stores in .ics files.  I wrote this Perl script 
 to do exactly that for .ics files.  Since ics files are not in date 
 order it sorts the data into date order.  Maybe it will help.
 
 usage:  portcal.pl file.ics
 
 Paul Scott

snipped script

Thanks Paul,

this script is exactly what I wanted. Only one problem: It freezes on
dates containing non-ASCII characters, especially ß. Any idea how I
could solve this?
Furthermore, .ics from evolution is not equal to .ics from korganizer.
If I use the evolution Calendar.ics file, all dates are timed 5 pm - 5
pm, while after importing them to korganizer/export them as .ics again,
it works (apart from the ß problem). Strange.

However, on the Evolution mailing list I was told that this feature is
planned for Evolution 2.0, so let's hope this will be finished soon.

Thanks again, 
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[OT] List of dates from evolutions calendar

2004-05-25 Thread Joerg Johannes
Hi everybody

Does anybody use the calendar function of evolution? I do, and I like
it, but I'm missing one feature. I'd like to let the program make a list
of dates such as:

2004/06/05  10:30   Choir rehearsal in Neustadt
2004/07/02  20:00   Heather Nova Concert in Freiburg
2004/07/08  19:00   Jan Garbarek Concert in Freiburg
...

I poked around in the menus, but did not find such a list-making
function. Maybe I can somehow grep dates out and sort/format them with
some perl hack... I'm just not skilled enough to get that done by myself
:(. Any ideas or pointers would be great.

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Gnome-apps crashing [Was: Re: Evolution?]

2004-05-12 Thread Joerg Johannes
Am Di, den 11.05.2004 schrieb Ping Wing um 21:51:
 Btw, has anyone seen any gnome/gtk application that
 doesnt crash regulary?
 Really, i dont wanna start flame but thats so.

I use evolution, gimp, gnomeicu regularly (means: they are running daily
from morning till evening) without any crashing. Sometimes gnomeicu
loses connection, but I believe this is not gtk's fault. And sometimes
evolution fails to shutdown (a message window saying Evolution is being
shut down) is displayed and does not disappear.

 recently i installed jags (.deb) on sarge. crashed
 almost immediately. And I have had same experiences
 with lots of gnome apps 

Hmmm. I just downloaded it and tried it out. It froze on browsing the
network, but it did not segfault or something like that. I could easily
kill it (just kill, not kill -9).

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: case insensitive find and grep

2004-05-01 Thread Joerg Johannes
Am Sa, den 01.05.2004 schrieb Micha Feigin um 17:52:
 How can I do case insensitive file finding and grep? Both grep and find
 are case sensitive and writing the search as [fF][iI][lL][eE] is quite
 cumbersome.

From the man pages:
grep:
   -i, --ignore-case
  Ignore case distinctions in  both  the  PATTERN  and  the
  input files.
find:
   -ilname pattern
  Like -lname, but the match is case insensitive.

   -iname pattern
  Like -name, but the match is case insensitive.  For 
  example, the patterns `fo*' and `F??' match  the  file 
  names  `Foo',  `FOO', `foo', `fOo', etc.

   -ipath pattern
  Like -path, but the match is case insensitive.

   -iregex pattern
  Like -regex, but the match is case insensitive.

joerg

-- 
\usepackage{brain}


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Keyboard problems since last upgrade

2004-04-07 Thread Joerg Johannes
Am Mi, den 07.04.2004 schrieb Olle Eriksson um 2:11:
 On Tuesday 06 April 2004 16.20, Joerg Johannes wrote:
  Hi everybody
 
  Last friday I upgraded my system (sid) and since then, I cannot type
  the less than and greater than signs anymore. When I press this key
  (It is a german keyboard, the key is just beside the left shift key),
  nothing happens. This is especially annoying when using emacs (cannot
  jump to the top/bottom of a buffer any more) and when trying to use
  pipes (cannot access the pipe symbol, which is AltGR+less than).
  First I suspected my keyboard was out of order, but the key works fine
  in text-mode. Also, I get response for it when I run xev:
 
 See if not your /etc/X11/XF86Config-4 says that your keyboard is a 104-key 
 type keyboard. I had the exact same problem here and that was it. Setting 
 it to 105 keys solved the problem.
 
 Olle

OK, thanks. That was it.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Keyboard problems since last upgrade

2004-04-06 Thread Joerg Johannes
Hi everybody

Last friday I upgraded my system (sid) and since then, I cannot type the
less than and greater than signs anymore. When I press this key (It
is a german keyboard, the key is just beside the left shift key),
nothing happens. This is especially annoying when using emacs (cannot
jump to the top/bottom of a buffer any more) and when trying to use
pipes (cannot access the pipe symbol, which is AltGR+less than).
First I suspected my keyboard was out of order, but the key works fine
in text-mode. Also, I get response for it when I run xev:

KeyPress event, serial 28, synthetic NO, window 0xe1,
root 0x3f, subw 0x0, time 65210, (170,227), root:(202,283),
state 0x0, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:  

KeyRelease event, serial 28, synthetic NO, window 0xe1,
root 0x3f, subw 0x0, time 65244, (170,227), root:(202,283),
state 0x0, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:  

Can anybody help me please to get my pipe symbol back?

Thanks,
joerg

PS.: xlibs  co are now 4.3.0-7, I tried downgrading them to 4.3.0-5
(which were still in /var/cache/apt/archives/), but the keys did not
come back.

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Quake on Debian?

2004-04-02 Thread Joerg Johannes
Am Do, den 01.04.2004 schrieb Mike Chandler um 22:45:
 Newbie to Debian...
 Can I run Quake / Quake II /Quake III on Debian Sid?
 Thanks!

Quake 1: Don't know
Quake 2: Yes: apt-get install quake2 quake2-data
Quake 3: Yes: Get linuxq3a from ftp.idsoftware.com

For both Q2 and Q3 you need the original CD's

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[OT] No 1st of April's joke

2004-04-01 Thread Joerg Johannes
Hi everybody

I just started reading the newest issue of the german Linux Magazin,
(http://www.linux-magazin.de) and in the editorial, Jan Kleinert
explains that a full page advertisment from Microsoft is NO April's
joke. The Linux Magazin management decided to donate the money they got
from Microsoft for this page to the Debian Project! For more
information: go and buy the Linux Magazin.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Inline PGP signatures [was: Re: email signatures]

2004-03-27 Thread Joerg Johannes
Am Fr, den 26.03.2004 schrieb Derrick 'dman' Hudson um 15:46:
 On Fri, Mar 26, 2004 at 10:59:24AM +0100, Joerg Johannes wrote:
 
 |  Not when using inline PGP signatures, then it's considered valid.
 | 
 | OK, sorry for that. But now to something else: I use evolution as mua,
 | and I don't quite understand what to do with inline PGP signatures.
 
 Upgrade them to PGP/MIME.
 
 This configuration is for maildrop, translation to procmail (if
 desired) is an exercise for the reader :

 snipped maildrop config 

Thanks, Derrick. But the good thing about using evolution is, NOT having
to use maildrop/procmail/fetchmail and all that stuff.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Inline PGP signatures

2004-03-27 Thread Joerg Johannes
Am Sa, den 27.03.2004 schrieb Paul Johnson um 16:56:
 Joerg Johannes [EMAIL PROTECTED] writes:
  Thanks, Derrick. But the good thing about using evolution is, NOT having
  to use maildrop/procmail/fetchmail and all that stuff.
 
 Well, obviously that claim isn't true if it can't handle PGP/MIME properly.

OK, you're right. So s/good thing/idea/ should be applied to what I
said above ;)

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Inline PGP signatures [was: Re: email signatures]

2004-03-26 Thread Joerg Johannes
Am Fr, den 26.03.2004 schrieb Paul Johnson um 04:52:
 Joerg Johannes [EMAIL PROTECTED] writes:
 
  Am Do, den 25.03.2004 schrieb Paul Johnson um 03:03:
  For any signature, it's generally considered polite to put in a -- 
  (that is, dash dash space newline) on a line by itself.  See my signature
  for an example.
  
  See also: http://www.newbie.org/
  
  - -- 
  Errh, your sig starts with - -- \n. Bad example. Go fix it.
 
  joerg
 
 Not when using inline PGP signatures, then it's considered valid.

OK, sorry for that. But now to something else: I use evolution as mua,
and I don't quite understand what to do with inline PGP signatures. When
the signature is attached, I see a lock symbol at the bottom of the
mail, and when clicking on that lock the signature is checked (if the
key is available). This does not work with inline signed messages: I see
only the
-BEGIN PGP SIGNATURE-
...
-END PGP SIGNATURE-
signature, but I don't know how to check the validity of such a
signature.
Is this brokenness of evolution? Or am I missing something fundamental?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: email signatures

2004-03-25 Thread Joerg Johannes
Am Do, den 25.03.2004 schrieb Paul Johnson um 03:03:
 For any signature, it's generally considered polite to put in a -- 
 (that is, dash dash space newline) on a line by itself.  See my signature
 for an example.
 
 See also: http://www.newbie.org/
 
 - -- 
  .''`. Paul Johnson [EMAIL PROTECTED]
 : :'  :
 `. `'` proud Debian admin and user
   `-   Debian.  Because it *must* work.  debian.org   aboutdebian.com

Errh, your sig starts with - -- \n. Bad example. Go fix it.

joerg

-- 
\usepackage{brain}


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Novellclient error

2004-03-12 Thread Joerg Johannes
welly hartanto wrote:

 Hi..thanx for your answer.
 Now I can mount the novell fs into my mnt directory.
 But some features of novellclient software defenetely
 missing, such as send message, change my own password,
 etc... :-(

This is sad but true, I am missing those, too. But from what I read on
novelclient.sf.net, at least changing the password is not yet possible
in this implementation, neither.

 I'm using Debian GNU Linux for my own Linux system (
 even I'm a newbie and some people says Debian's only
 for the 'Gurus', somehow, I've never get interested
 into another distro ), and when I found some packages
 outside debian package system, I usually use alien to
 convert it to .deb. Is it secure enough ?

It should be ok. But if possible, you should avoid it. Debian has tons
of software readily packaged, and if not, http://apt-get.org is a good
place to search for unofficial packages.

 If it's not, where can I find the
 libstdc++-libc.1-1.so2 in debian package form as
 requested by the novellclient sofware ?

I dont't know which version of debian you are using. But if you want to
find out if a certain program / library is present in your distribution,
you should consult the apt-cache program:
apt-cache search program
will search all package descriptions for program, and will spit out a
list of packages where the description contains the string program.
This is a very powerful tool.

 Thanx for your attentions and answer, and i'm sorry if
 this rather annoying you ... :-)

It is not, but you should post replies to the mailing list, not to me
privately. This improves the chance to find help by factor
insert-number-of-subscribers-here.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Novellclient error

2004-03-10 Thread Joerg Johannes
Am Mi, den 10.03.2004 schrieb welly hartanto um 11:04:
 Hi, guys
 
 I'm back !!!  ;-)
 After got satifying answers for my earlier question,
 now I still let all of you call me a stupid
 newbie...:D
 I'd download a novellclient for linux from
 SourceForge, and I'd installed with IP and IPX
 protocol as requested by the Novell server in my
 office.
 The installation went well...but, when I started it,
 there's an error message tellin' me :
 
 error while loading shared libraries:
 libstdc++-libc6.1-1.so.2: cannot open shared object
 file: No such file or directory
 
 i'd tried to find some solutions from SourceForge
 milist, but it just told me to get the RPM library
 file from several website which somehow didn't want to
 give me that file ( i mean the download was
 'successfully' failed )
 
 As usuall, my question is : could you guys help me
 please.
 
 Thank for your attentions and help

Hi

Are you using Debian? Then avoid any rpm libraries. Deinstall everything
you have downloaded from sourceforge and/or Novell.

[EMAIL PROTECTED]:~$ grep IPX /boot/config-`uname -r`
CONFIG_IPX=y
# CONFIG_IPX_INTERN is not set

Make sure your kernel supports the IPX protocol. 
Then as root, do:

[EMAIL PROTECTED]:~$ apt-get install ncpfs

This will install the novell client program so that you can mount
netware volumes to a directory.

[EMAIL PROTECTED]:~$ ncpmount -U novellusername -S novellservername
/mnt/novell

You are promted for your novell password and voila, you're done.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: How to change keyboard shortcuts for characters?

2004-03-01 Thread Joerg Johannes
Am Fr, den 27.02.2004 schrieb Joerg Johannes um 10:13:
 Hi everybody
 
 I am about to learn swedish, and I'd like to write my vocabulary in text
 files. So far I use a german locale, and there is no direct keyboard
 shortcut (I know of) for the å character (a with a small o above).
 I'd like to bind AltGr+a for this character, but it it is already used
 for æ (a melted with e), which I never used before. (what language
 needs this sign, anyway? I only know of ½ (o melted with e) you
 need in french).
 How can I create this key binding? This must be defined somewhere in the
 X config file jungle...

OK, thanks to the suggestion for MultiKey, but I myde my way through the
jungle myself and solved this the generic way: I have added to the file
/etc/X11/xkb/symbols/de

key AD11 {[ udiaeresis,   Udiaeresis  ],
[ aring,Aring   ]   };

and I can now access å and Å by pressing AltGR+ü and AltGR+Shift+ü,
respectively.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


How to change keyboard shortcuts for characters?

2004-02-27 Thread Joerg Johannes
Hi everybody

I am about to learn swedish, and I'd like to write my vocabulary in text
files. So far I use a german locale, and there is no direct keyboard
shortcut (I know of) for the å character (a with a small o above).
I'd like to bind AltGr+a for this character, but it it is already used
for æ (a melted with e), which I never used before. (what language
needs this sign, anyway? I only know of ½ (o melted with e) you
need in french).
How can I create this key binding? This must be defined somewhere in the
X config file jungle...

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [OT] New tab instead of new Window in Mozilla

2004-02-23 Thread Joerg Johannes
Am Sa, den 21.02.2004 schrieb Micha Feigin um 04:49:
 On Fri, Feb 20, 2004 at 03:50:55PM +, Michael Graham wrote:
  Joerg wrote:
   Hi everybody
   
   When I do BLAST searches (http://www.ncbi.nlm.nih.gov/BLAST/), I have to
   wait for the results and then click a java-script button (Format!), and
   results page is shown in a new window. Can I change this behaviour so
   that no new window is opened, but the new page opens in a new tab? I
   have tried dragging the button to the new tab icon on the toolbar, but
   this does load the new page. Any ideas?
  
  It's possible it you install Tab Extensions:
  
  http://white.sakura.ne.jp/~piro/xul/_tabextensions.html.en
  
  Just go to Tab Extentions preferences - Advanced - Open tabs instead of windows 
  for ...
  
 
 There is also a package for in (at least in unstable):
 mozilla-tabextensions

This is great, thanks. It slows down the browser a bit (not that it was
very fast before...) but at least I can avoid now dozens of new windows.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[OT] New tab instead of new Window in Mozilla

2004-02-20 Thread Joerg Johannes
Hi everybody

When I do BLAST searches (http://www.ncbi.nlm.nih.gov/BLAST/), I have to
wait for the results and then click a java-script button (Format!), and
results page is shown in a new window. Can I change this behaviour so
that no new window is opened, but the new page opens in a new tab? I
have tried dragging the button to the new tab icon on the toolbar, but
this does load the new page. Any ideas?

Thanks, 
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: (un)mounting smb shares

2004-02-10 Thread Joerg Johannes
Am Mo, den 09.02.2004 schrieb Karsten M. Self um 23:38:
 Consider using autofs to automatically mount and umount the shares on
 demand.

Thanks for the pointer, maybe I'll try it out when I try out the 2.6
kernel...

 Set a short timeout -- a few seconds (2-3) isn't too short -- to allow
 you to quickly free resources and keep you from waiting for mount
 time-outs.  One limitation of legacy MS Windows is to allow only a
 limited number of clients access to a fileserver (IIRC, 10).  Each
 GNU/Linux mount counts as a user instance.

This machine is not a legacy Windows server, but a Suse 9.0 box serving
files via Samba... I have asked them why I can't mount them via NFS
(other UNIX boxes in the computing centre do so), but got no response :(

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: dvips TeX printer driver

2004-02-09 Thread Joerg Johannes
Am Mo, den 09.02.2004 schrieb Joost Witteveen um 12:26:
 In article [EMAIL PROTECTED], Haines Brown wrote:
  
  On Fri, Feb 06, 2004 at 11:37:00AM -0500, Haines Brown wrote:
   When I migrated to debian, I lost my ability to print LaTeX files. No
   information is sent to the printer.
   
   The printer driver is dvips, and I assumed that it was included in the
   LaTeX package, for that was the case with my LaTeX installation under
   RedHat. Under Debian, is the driver a separate package, and if so what
   is it called? 
   
  I would guess that what is happening is that you are running dvips and
  expecting seing your file coming from the printer. Well, at least in
  sid, when you run dvips it works as if you were using 
  dvips -o file.ps file.dvi, so a solution could be to turn this off.
  
  Interesting. I always used dvips to create the .ps file and print it
  simultaneously, and you are correct that it works under woody as if
  the -o option were present. But the man offered no clue as to how to
  turn off the option which is not on to begin with (unless it is
  present in a dvips script somewhere).
 
 It does:
 
 dvips -o '!lpr' file.dvi
 
 But indeed the change of default behaviour did happen silently,
 and could be better described in the manual page, at the thop of
 the man file, it still reads
 
 - The program dvips takes a DVI file file[.dvi] produced by TeX (or by
 - some other processor such as GFtoDVI) and converts it to PostScript,
 - normally  sending  the  result directly  to the (laser)printer 
 

If you don't want to print by default when invoking dvips, look into the
file /etc/texmf/dvips/config.ps
Lines 14--16 read as follows (on sid):

% How to print, maybe with lp instead lpr, etc. If commented-out, output
% will go into a file by default.
% o |lpr

Just uncomment the % o | lpr line by removing the % sign, and dvips
will produce a ps file and send it to lpr as well.

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: How to remove a kernel install package that has failed?

2004-02-09 Thread Joerg Johannes
Am Mo, den 09.02.2004 schrieb Jeff Self um 16:30:
 I tried installing kernel-source-2.6.0. I used Debian's make-kpkg and
 created a deb file. But when I ran dpkg -i
 kernel-image-2.6.0_10.00.Custom_i386.deb, I got a segmentation fault.
 Now I can't upgrade my system because whenever I run apt-get upgrade, I
 get an error saying The package kernel-image-2.6.0 needs to be
 reinstalled, but I can't find an archive for it.
 
 I have run apt-get clean and apt-get autoclean. I've even looked in
 /var/lib/dpkg/info to try and remove anything related to
 kernel-image-2.6.0 but couldn't find anything. What can I do to remove
 this package so I can update my system?

Try:
apt-get -f install
and then 
dpkg --purge kernel-image-2.6.0

Maybe it works,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: dvips TeX printer driver

2004-02-06 Thread Joerg Johannes
Am Fr, den 06.02.2004 schrieb Haines Brown um 17:37:
 When I migrated to debian, I lost my ability to print LaTeX files. No
 information is sent to the printer.
 
 The printer driver is dvips, and I assumed that it was included in the
 LaTeX package, for that was the case with my LaTeX installation under
 RedHat. Under Debian, is the driver a separate package, and if so what
 is it called? 

Most likely this is not a LaTeX problem but a general printer setup
problem. Have you installed CUPS or an other printing system?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


(un)mounting smb shares

2004-01-30 Thread Joerg Johannes
Hi everybody

At our university, I can mount a smb directory at our computing centre
by giving my username and password. I have in my /etc/fstab:

//myusername.files.uni-freiburg.de/windows /home/jorg/files   
smb username=myusername,user,noauto,rw 00

When I type mount files/ in my home directory, I am asked to give my
password, and then I can read/write to the network dir without problems.
The problem comes when I want to umount the directory:

umount files/
umount: only root can unmount //myusername.files.uni-freiburg.de/windows
from /home/jorg/files

Can anybody tell my why, and how to fix it? I'd like to umount this dir
as normal user.

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: (un)mounting smb shares

2004-01-30 Thread Joerg Johannes
Am Fr, den 30.01.2004 schrieb Tautau um 14:39:
 Hello,
 
 I'm not quite sure, but I remember having read that you have to put
 users and not user on the option line in /etc/fstab if you want to
 be able to unmount smb-shares as normal user.

Yes, that's it. Thank you

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


CM-Super fonts for TeX

2004-01-19 Thread Joerg Johannes
Hi everybody

Is there a debian way to install the cm-super fonts? Apt-cache and
apt-get.org get me no results. And if there is one thing I want to
avoid, it is messing up my tetex-installation...

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: mounting NTFS disk

2004-01-19 Thread Joerg Johannes
Am Mo, den 19.01.2004 schrieb Barry Freeman um 10:22:
 Hi All, 
 I've just got Deb installed without too many problems.
 
 Is there any way to mount an XP (NTFS 3.1) disk ?  I Only need read
 access - just want to copy off some docs and stuff.
 
 I did try installing the ntfs fs, but for eg,
 
 # mount /t ntfs /dev/hda1 /
 fails with Wrong file system
 
 BAzz

Aargh. Two big mistakes. To pass options to linux (or **ix in general)
programs, you have to use a hyphen sign -, not a slash. Slashes are
Dos-style. (This is where the Wrong file system message comes from, I
assume). Second mistake: / is the mount point for the root partition. Go
ahead and create a directory like /mnt/windows and use this as a mount
point for the ntfs partition. Your command should look something like
that:
# mount -t ntfs /dev/hda1 /mnt/windows

If you use a standard debian kernel, this should be enough.

hth,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Change DISPLAYMANAGER

2004-01-19 Thread Joerg Johannes
Am Mo, den 19.01.2004 schrieb Cristiano Tavares - SP um 11:34:
 Hello everybody.
  
 How can I change de DISPLAYMANAGER of my Woody 3.0 Debian system from
 gdm to kdm or xdm?

# apt-get remove gdm  apt-get install kdm

hth,
joerg

PS.: Please do not post html-mail to mailing lists!

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Unmounting smb share only possible as root

2004-01-15 Thread Joerg Johannes
Hi everybody

In our university network, I have to access a server via smb. I have
added to my /etc/fstab:

//server.subdomain.domain.de/Biorad  /home/jorg/biorad  smb  
username=Biorad,password=Bioraduser,noauto,user 0 0

When I mount biorad/ as user, I get the following error message:

1773: session request to SERVER.SUB failed (Called name not present)

But nevertheless I can read and write to the directory. So far so good,
but when I try to unmount this share from the same user account, I get
the following error message:

umount: only root can unmount //server.subnet.domain.de/Biorad from
/home/jorg/biorad

Can anbody tell me why this is the case?

Thanks,
joerg

-- 
\usepackage{brain}



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: OT: Why stonehenge Sucks

2004-01-15 Thread Joerg Johannes
 Did someone say Legoes! Now that they are dumping the mindstrom legos,
 they want to focus on JUST LEGOS! ask them to build a lego stonehenge
 (actual size!) x-)

Already done, but not in original size:
http://www.x-brick.de/legoland/windsor/stonehenge.jpg

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Serial port problem on a Amilo A laptop

2004-01-07 Thread Joerg Johannes
Hi everybody

A friend has bought an Amilo A laptop, and we installed Knoppix on it.
Everything works fine except the modem (it is the conexant chipset and
he does not want to pay the license to linuxant.com). So he decided to
use an old serial modem. OK, we connected it, but the serial port seems
to be dead. dmesg shows the following:
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!

and setserial shows:
setserial -q ttyS0
ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4

So, the serial port seems to be known to the kernel, but the modem does
not respond to AT-Commands (it does on my own laptop, so the modem is
ok). Any idea how to manage this?

Thanks
joerg

-- 
Why was Windows 95 renamed to Windows 98?
The gravity is 9.81 m/s²; it is impossible to crash faster on earth!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Filters in Evolution

2003-12-17 Thread Joerg Johannes
Am Fr, den 05.12.2003 schrieb Joerg Rossdeutscher um 21:17:
 Hi,
 
 Am Mi, den 03.12.2003 schrieb Joerg Johannes um 12:37:
  I have a strange problem in Evolution.
 
  Obviously, the mails are detected correctly, but the
  action carried out is wrong (cp instead of mv). Has anybody else seen
  this behaviour? If yes, how do I correct/work around it?
 
 I believe that messages that match to more than one filter are handled
 twice, i.e.:
 
 To: contains [EMAIL PROTECTED]: move to folder debian
 X-Mailinglist contains debian: move to folder debian
 
 ...results in two mails, each from one rule.
 
 Try cleaning up your rules, or use the command to stop filtering. In my
 german version it's called Verarbeitung stoppen, try that one, I
 didn't since rule-cleaning solved this for me.
 
 Bye, Ratti

Thanks, this was it! I have included Verarbeitung stoppen to every
rule, and now it works.

joerg

-- 
Why was Windows 95 renamed to Windows 98?
The gravity is 9.81 m/s²; it is impossible to crash faster on earth!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: only root can use cd player?

2003-12-09 Thread Joerg Johannes
Am Mo, den 08.12.2003 schrieb michelle um 14:26:
 I have things set up so that members of the audio group can use the sound 
 cards. Users can mount and unmount cds. But only root can play music off 
 the cd. Not even members of the disk and groups can do that.
 
 How do I fix this so members of audio can use cd player apps (playing cds 
 from alsaplayer in particular)?

The group you need to add your users in order to play CDs is cdrom.
Are you sure you did not forget this one?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Is resolv.conf essential?

2003-12-05 Thread Joerg Johannes
Am Fr, den 05.12.2003 schrieb Anthony Campbell um 14:58:
 According to the man page for resolv.conf it is not supposed to be
 necesssary on a properly configured system. However I can't connect to
 my dialup ISP without it. This creates problems when I use a different
 ISP.
 
 What needs to be configured to make it unnecessary?

Just a wild guess:
How do you connect to the 'net? pon/poff or wvdial or ...?
I always use pon/poff, and it seems that a script takes resolv.conf,
copies it to resolv.conf.bak (or something alike), copies your
/etc/ppp/resolv/provider to /etc/resolv.conf, and after poff it is
removed and the original file is restored. Maybe this mechanism only
works if /etc/resolv.conf is present?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Anfrage f?r einen Linktausch an debian-user@lists.debian.org

2003-12-05 Thread Joerg Johannes
Am Fr, den 05.12.2003 schrieb Hugo Vanwoerkom um 16:31:
 There are, to my knowledge, no freely available good translators.
s/freely//

 There are free word lookeruppers but they make a royal mess out of any 
 translation.
In one of the latest c't magazines they tested commercial packages. They
translate easy texts well, and produce very funny translations of the
interesting parts...

 If you want to know another language: learn it, and do it 
 while you are young...
Fully agreed!

joerg
-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: vertical scrolling mouse?

2003-12-05 Thread Joerg Johannes
Am Do, den 04.12.2003 schrieb Mark Roach um 19:13:
 On Thu, 2003-12-04 at 12:48, stan wrote:
  Strolling through a CimpUSA store the other day, I noticed a new mouse from
  Microsoft, that you could push the little scrollwhell left  right on. This
  is to allow vertical csrolling something like the scrollwheel.
  
  I was wondering if it was posible to make this work under X?
 
 I think you mean horizontal. for what it's worth, my laptop's touchpad
 allows me to scroll horizontally by sliding along the bottom edge of the
 pad, so I would imagine that other mice can do it too...

How did you make that work? Mine supports this behaviour under Windows.
But how did you configure it under Linux?

thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: passwordless ssh-login

2003-12-04 Thread Joerg Johannes
Am Mi, den 03.12.2003 schrieb Vineet Kumar um 21:32:
 * Joerg Johannes ([EMAIL PROTECTED]) [031203 08:08]:
  Am Di, den 02.12.2003 schrieb Joerg Johannes um 09:25:
   I am starting Debian X environment using gdm, but after logging in, I
   can't find ssh-agent in ps -ae. Only see it after starting it by hand.
 
 How are you starting it?  The best way to do this is to start your x
 session under ssh-agent; for example, the default debian Xsession
 scripts on my machine have me running /usr/bin/ssh-agent
 x-window-manager.  Do you have a local ~/.Xsession?  If not, you should
 try to figure out why the system-wide one on your system is not running
 ssh-agent (check /etc/X11/Xsession.options for a line that says
 'use-ssh-agent').  If so, it's probably just a matter of invoking
 ssh-agent properly in your X session.
Hmmm. I don't have ~/.Xsession, and in /etc/X11/Xsession.option the
use-ssh-agent line is present. Still, it is not used.

 Again, how did you run ssh-agent?  Try something like this:
 
 ssh-agent x-terminal-emulator
 
 and then try ssh-add from the new terminal window that pops up.  There
 it should work.
Yes, that works. So ssh-agent is at least not broken...

 The reason is that ssh-agent sets up environment
 variables that all of its child processes inherit.  If you're trying to
 use it in some process that doesn't have those variables set up, it's
 just not going to work.
Thank you for this explanation. I'm starting to understand the procedure
now.

  Maybe related to that: I have tried setting up passwordless login to
  another machine using the steps mentioned in the micro-howto: Succeeded.
  I don't have to enter my password any more. Even worse: I have to enter
  my passPHRASE for the key... Aaargh. Is this because ssh-agent doesn't
  listen to me?
 
 Yes, I'd say that this is better, not worse.  You've gotten key-based
 authentication working; now it's just a matter of setting up your agent
 properly.  
I poked around a bit and changed my /etc/gdm/Sessions/Icewm. It now
contains
exec /usr/bin/ssh-agent /usr/bin/icewm
and now it works. But I still don't know why the global Xinitrc is not
used.

 (BTW, in the meantime (until you've gotten your ssh-agent set
 up properly) if you don't want to type a passphrase, you should be able
 to just hit enter and then be prompted for a password instead).
Hehe, good to know -- this saves a lot of typing (the passphrase is ~10
times longer than the password).

 good times,
 Vineet

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: My machine compromised?

2003-12-03 Thread Joerg Johannes
Am Mi, den 03.12.2003 schrieb Vanh Phom um 10:03:
 Hi folk,
 After reading on report of servers compromised. Just for curiorsity I
 run chkrootkit on my own machine and come up with this result:
 
 Searching for anomalies in shell history files... nothing found
 Checking `asp'... not infected
 Checking `bindshell'... not infected
 Checking `lkm'... You have12 process hidden for readdir command
 You have12 process hidden for ps command
 Warning: Possible LKM Trojan installed
 Checking `rexedcs'... not found
 Checking `sniffer'... 
 eth0: PROMISC
 
 Is my machine compromised? How to fix this?

Did you read /usr/share/doc/chkrootkit/README.Debian ? No you didn't.


noflushd: A running noflushd and a 2.2 kernel may cause chkrootkit to
warn
  about the presence of lkm.
  On 2.4.20: noflushd may trigger lkm warnings as well. --paolo

lkm: In general, any process starting at around same time as lkm test
may
  trigger a warning. Just try
  while true;do chkrootkit lkm;sleep 1;done
  during normal system use. See also FAQ 6 on www.chkrootkit.org r--
paolo

 Vanh

joerg
-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Filters in Evolution

2003-12-03 Thread Joerg Johannes
Hi everybody

I have a strange problem in Evolution. I have defined a lot of filters
to move mails from my inbox to certain folders. This works great for
e.g. the debian-user mailinglist (every mail is moved to the folder
debian-user). Mails that are filtered via the Subject: or From: headers
are not moved to their folders but copied (even if I choose the Move to
folder option). Obviously, the mails are detected correctly, but the
action carried out is wrong (cp instead of mv). Has anybody else seen
this behaviour? If yes, how do I correct/work around it?

Thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: passwordless ssh-login

2003-12-03 Thread Joerg Johannes
Am Di, den 02.12.2003 schrieb Joerg Johannes um 09:25:
 Am Mo, den 01.12.2003 schrieb Greg Folkert um 21:22:
  On Mon, 2003-12-01 at 12:29, Joerg Johannes wrote:
   Hi everybody
   
   Is it possible to use different login names on different machines in
   combination with passwordless ssh logins? My situation is the following:
   I have my notebook, where my user account is called jorg. On the
   university network, I have different user names on several Unix
   machines. I'd like to be able to log into each of these using ssh, but
   not typing my password every time. I tried setting up ssh as described
   in this document:
   http://www.cs.umd.edu/~arun/misc/ssh.html
   but the one machine I tried so far asked me for my password even after
   generating keys and copying to the machine over there. Can someboy help
   me setting this up?
  
  Are you running Debian X environment?
  If you are they have already setup an ssh-agent for your login.
 
 I am starting Debian X environment using gdm, but after logging in, I
 can't find ssh-agent in ps -ae. Only see it after starting it by hand.
 
  run: ssh-add for you various keys... and voila you are good.
 
 [EMAIL PROTECTED]:~$ ssh-add
 Could not open a connection to your authentication agent.
 [EMAIL PROTECTED]:~$ ps -ae
 snip
  1172 ?00:00:00 ssh-agent
 snip
 
 And now?
 
  You still have to enter the passphrase initially for each key, but 
  then after which you don't.
 
 I dont't get that far... :(

Maybe related to that: I have tried setting up passwordless login to
another machine using the steps mentioned in the micro-howto: Succeeded.
I don't have to enter my password any more. Even worse: I have to enter
my passPHRASE for the key... Aaargh. Is this because ssh-agent doesn't
listen to me?

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: passwordless ssh-login

2003-12-02 Thread Joerg Johannes
Am Mo, den 01.12.2003 schrieb Greg Folkert um 21:22:
 On Mon, 2003-12-01 at 12:29, Joerg Johannes wrote:
  Hi everybody
  
  Is it possible to use different login names on different machines in
  combination with passwordless ssh logins? My situation is the following:
  I have my notebook, where my user account is called jorg. On the
  university network, I have different user names on several Unix
  machines. I'd like to be able to log into each of these using ssh, but
  not typing my password every time. I tried setting up ssh as described
  in this document:
  http://www.cs.umd.edu/~arun/misc/ssh.html
  but the one machine I tried so far asked me for my password even after
  generating keys and copying to the machine over there. Can someboy help
  me setting this up?
 
 Are you running Debian X environment?
 If you are they have already setup an ssh-agent for your login.

I am starting Debian X environment using gdm, but after logging in, I
can't find ssh-agent in ps -ae. Only see it after starting it by hand.

 run: ssh-add for you various keys... and voila you are good.

[EMAIL PROTECTED]:~$ ssh-add
Could not open a connection to your authentication agent.
[EMAIL PROTECTED]:~$ ps -ae
snip
 1172 ?00:00:00 ssh-agent
snip

And now?

 You still have to enter the passphrase initially for each key, but 
 then after which you don't.

I dont't get that far... :(

joerg

-- 
Gib GATES keine Chance!


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



Re: passwordless ssh-login

2003-12-02 Thread Joerg Johannes
Am Mo, den 01.12.2003 schrieb Vineet Kumar um 19:34:
 * Joerg Johannes ([EMAIL PROTECTED]) [031201 09:52]:
  Hi everybody
  
  Is it possible to use different login names on different machines in
  combination with passwordless ssh logins? My situation is the following:
 
 Yes, the key setup is completely independent of the username.  If it's
 not working on a particular server, it could be that the server is
 configured to disallow key-based authentication, or is just using an
 incompatible ssh daemon.

Maybe ssh -v can help you or some other expert? Here we go:

[EMAIL PROTECTED]:~$ ssh -v [EMAIL PROTECTED]
OpenSSH_3.6.1p2 Debian 1:3.6.1p2-10, SSH protocols 1.5/2.0, OpenSSL
0x0090703f
debug1: Reading configuration data /home/jorg/.ssh/config
debug1: Applying options for opteron1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to changed.this.name [1.2.3.4] port 22.
debug1: Connection established.
debug1: identity file /home/jorg/.ssh/identity type -1
debug1: identity file /home/jorg/.ssh/id_rsa type 1
debug1: identity file /home/jorg/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.7.1p2
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2 Debian 1:3.6.1p2-10
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-cbc hmac-md5 none
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'changed.this.name' is known and matches the RSA host key.
debug1: Found key in /home/jorg/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/jorg/.ssh/identity
debug1: Offering public key: /home/jorg/.ssh/id_rsa
debug1: Authentications that can continue:
publickey,keyboard-interactive
debug1: Trying private key: /home/jorg/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password: 
debug1: Authentication succeeded (keyboard-interactive).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: channel 0: request pty-req
debug1: channel 0: request shell

 On a sort of tangent, you can use your ~/.ssh/options to save yourself
 typing if you're often logging in to multiple machines with different
 usernames on each by using nicknames for each remote account.  For
 example, you can set up something like this:
 
 Host chipotle
   HostName chipotle.longhostname.longdomainname.edu
   User jorg
 
 Host pimiento
   HostName pimiento.longhostname.longdomainname.edu
   User joerg
 
 and then ssh chipotle or ssh pimiento will do the obvious thing.
 This way, you can also specify different options such as compression or
 no, or even to connect on different ports, which can be very useful for
 saving typing when working around draconian firewalls.

This is great help, thank you. I was about to define some aliases in
~/.bashrc ...

 good times,
 Vineet

Good times will start once I understood how ssh works...

joerg
-- 
Gib GATES keine Chance!


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



Re: Debian Package Finder, where?

2003-12-02 Thread Joerg Johannes
Am Di, den 02.12.2003 schrieb Chema um 03:02:
 Heya there.
 
 Now that packages.debian.org is down, I have found myself looking
 for which deb provides such file/library a pair of times.
 Having resolved the situation in unusual froms, I'm starting to
 miss packages.deb.
 
 Is there a mirror or equivalent search engine?

apt-cache search keyword
will show you a package where the name or the description contains
keyword.
dpkg -S filename
will show you which package contains filename.
These two have been mentioned several times on this list.

joerg

-- 
Gib GATES keine Chance!


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



Re: Unscribe

2003-12-02 Thread Joerg Johannes
Am Di, den 02.12.2003 schrieb Reed, T.J. um 17:14:
 -Original Message-
 From: Nick Lidakis [mailto:[EMAIL PROTECTED]
 Sent: Monday, December 01, 2003 10:34 PM
 To: Debian Mailing List
 Subject: test
 
 
 test

I don't know what the intention of this mail was: Do you want to
unsubscribe from this list? Read the bottom of a mail that comes through
it: EVERY mail contains an explanation of the unsubscription procedure.

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

Anyway, even if it would work by sending a message with the subject
unsubscribe, you should be sure to spell it correctly. Go back to
first grade in primary school, and learn how to spell.

joerg

-- 
\usepackage{brain}


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


passwordless ssh-login

2003-12-01 Thread Joerg Johannes
Hi everybody

Is it possible to use different login names on different machines in
combination with passwordless ssh logins? My situation is the following:
I have my notebook, where my user account is called jorg. On the
university network, I have different user names on several Unix
machines. I'd like to be able to log into each of these using ssh, but
not typing my password every time. I tried setting up ssh as described
in this document:
http://www.cs.umd.edu/~arun/misc/ssh.html
but the one machine I tried so far asked me for my password even after
generating keys and copying to the machine over there. Can someboy help
me setting this up?

Thanks,

joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: sending messages using smbclient

2003-11-20 Thread Joerg Johannes
Am Mi, den 19.11.2003 schrieb Alex Malinovich um 20:15:
 On Wed, 2003-11-19 at 08:24, Jacob S. wrote:
  On Wed, 19 Nov 2003 14:13:53 +0100
  Joerg Johannes [EMAIL PROTECTED] wrote:
  
   Hi everybody
   
   How do I send a message to a recpient in my local network using only
   the IP address? I can send a message with
   
   [EMAIL PROTECTED]:~$ smbclient -M hostname
   but not with
   
   [EMAIL PROTECTED]:~$ smbclient -M 192.168.0.2
   
   Any idea?
  
  I don't think smb understands how to do it using ip addresses. At least,
  I've not been able to get linpopup to do it on my system.
 
 You might want to try using the -I option to specify the ip to connect
 to.

I have already tried - does not work. I guess I will have to give the
machine a name...

joerg

-- 
Gib GATES keine Chance!


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



sending messages using smbclient

2003-11-19 Thread Joerg Johannes
Hi everybody

How do I send a message to a recpient in my local network using only the
IP address? I can send a message with

[EMAIL PROTECTED]:~$ smbclient -M hostname
but not with

[EMAIL PROTECTED]:~$ smbclient -M 192.168.0.2

Any idea?

Thanks,
joerg

-- 
Gib GATES keine Chance!


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



Re: Swen on the come back trail.

2003-11-13 Thread Joerg Johannes
Am Do, den 13.11.2003 schrieb David Palmer. um 13:06:
 Is it my imagination, or is it really happening?

At least the number of Swens is increasing again...

joerg

-- 
Gib GATES keine Chance!


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



GATOS driver -- is there a debian way?

2003-11-11 Thread Joerg Johannes
Hi everybody

I have apt-cache searched for gatos, but did not find the ATI X11
drivers packaged. I have doubts that installing the precompiled version
from gatos.sf.net will be good for dpkg's database consistency. I'm
afraid it will completely break during tomorrow's dist-upgrade...
So, has anybody developped a debian way of getting the gatos drivers?

thanks,
joerg

-- 
\usepackage{brain}


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



Re: dselect-upgrade vs dist-upgrade

2003-11-04 Thread Joerg Johannes
Am Di, den 04.11.2003 schrieb Benedict Verheyen um 10:55:
 Hi,
 
 when cloning a system via the dpkg --get-selection, dpkg --set-selection
 method, it's advised to do a apt-get dselect-upgrade instead of
 apt-get dist-upgrade. I do not understand why.

From the man page (man apt-get):
   dselect-upgrade
dselect-upgrade is used  in  conjunction  with  the  traditional
Debian  packaging front-end, dselect(8). dselect-upgrade follows
the changes made by dselect(8) to the Status field of  available
packages,  and  performs  the  actions necessary to realize that
state (for instance, the removal of old and the installation  of
new packages).

   dist-upgrade
dist-upgrade, in addition to performing the function of upgrade,
also intelligently handles changing dependencies with  new  ver-
sions  of  packages;  apt-get  has a smart conflict resolution
system, and it will attempt to upgrade the most important  pack-
ages  at  the  expense of less important ones if necessary.  The
/etc/apt/sources.list file contains a  list  of  locations  from
which  to  retrieve desired package files.  See also apt_prefer-
ences(5) for a mechanism for overriding the general settings for
individual packages.

In short: dist-upgrade looks which INSTALLED packages need to be
upgraded, including new dependencies, while dselect-upgrade looks which
packages you want to (un-)install.

 Also, if you would use aptitude, what would be the correct way
 of doing this?

Don't use aptitude. I tried it out and found it in no way more
user-friendly than dselect itself (and dselect is a real PITA to use).
Just do it on the command line, and if you need a menu-based tool, use
synaptic (it's GTK-based).

joerg

-- 
Gib GATES keine Chance!


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



Fonts in gtk programs (mozilla, evolution etc)

2003-10-27 Thread Joerg Johannes
Hi everybody

I'm using mozilla for browsing, and evolution for mailing and some other
gtk programs. I have a high resolution laptop lcd and so I need large
font sizes to read without my eyes getting tired. As far as I
understand, I have to change the font settings in the gnome control
center: As soon as I set all fonts to 14pt there, everything is fine, at
least as long as I use gnome. But I don't like gnome as a desktop
environment (I use plain IceWM), and without starting gnome-session or
gnome-control-center, the fonts in gtk apps stay small (I don't know
what the default size is, must be 10 or so). So long story short
question: How do I make the font size change permanent WITHOUT
gnome-session? This is also of interest for the gdm login screen...
Thanks

joerg

-- 
Gib GATES keine Chance!


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



Re: Fonts in gtk programs (mozilla, evolution etc)

2003-10-27 Thread Joerg Johannes
Am Mo, den 27.10.2003 schrieb Joris um 11:53:
snip
  So long story short
  question: How do I make the font size change permanent WITHOUT
  gnome-session? This is also of interest for the gdm login screen...
 
 to load all your gnome settings, you should use gnome-settings-daemon.
 I have recently built an internet kiosk running galeon, using a custom gdm
 session (and deleting all others)
 
 #!/bin/sh
 # /etc/gdm/Sessions/Kiosk
 gnome-settings-daemon 
 galeon -f 
 exec /etc/X11/Xsession /usr/bin/icewm-gnome
 # EOF
Works! The only problem is now: When I start mozilla, it does not
open really full screen, but leaves blank the part which would be
occupied by the panel, usually. Aargh!

 your gdm login screen has nothing to do with your user's settings, so just
 use the graphical greeter and write your own theme :-)
Again Aargh!

Thanks,
joerg

-- 
Gib GATES keine Chance!


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



Re: [Waaaaaay OT] Grammer

2003-10-22 Thread Joerg Johannes
Am Mi, den 22.10.2003 schrieb Nicos Gollan um 15:55:
 It's grammar.
 
 On Wednesday 22 October 2003 15:45, Roberto Sanchez wrote:
  Not trying to start a flame-fest here, but the correct plural form of
  virus is viruses.
 
 Last thing I heard was that the original word had no plural at all, so as I 
 see it we're all free to write what we want. Little dead protein strands in 
 protective protein hulls is my favourite
Well, Little dead DNA or RNA fragment in protective protein hulls would
be correct...

joerg

--
Gib GATES keine Chance!


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



Re: Problem with my printer and cups

2003-10-17 Thread Joerg Johannes
On Thursday 16 October 2003 21:17, Francois Fayard wrote:

 I've configured CUPS through the web interface after installing the
 package that contains all the PPD files.
 first :
  - the printer prints when I do a : echo hello wold  /dev/lp0
  - the printer doesn't print a test page (but it used to. Don't know
 why) - When I do a lpr -Pdeskjet file.ps it just says lpr : deskjet
 unknown printer

 I don't understand what the hell it going on.
 Thanks for your advice

Are you sure the printer is called deskjet ? And if it is defined as 
standard printer, you won't need the -P option at all.
Have you installed the cupsys-client and/or cupsys-bsd packages as well? 
These are replacements for the traditional lp/lpr programs especially 
for CUPS.

hth
joerg

-- 
Gib GATES keine Chance!


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



Re: USB DVD movie playback

2003-10-17 Thread Joerg Johannes
On Friday 17 October 2003 13:16, Paul Johnson wrote:
 On Fri, Oct 17, 2003 at 02:11:46AM -0700, Jack Pistachio wrote:
  Has anyone had success viewing DVD movies with a USB DVD
  device?

 Wow, that's probably the most obscene misapplication of USB I've
 heard of yet...

Why? If you have a laptop without DVD drive, and you connect one via 
USB? Those drives are available, just as CD burners. I don't see what 
problem you have with it. And why is it a misapplication? USB is 
designed to transport data, and nobody ever said that movie data may is 
an exception.

joerg

-- 
Gib GATES keine Chance!


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



Re: wxWindows

2003-10-17 Thread Joerg Johannes
On Friday 17 October 2003 16:13, Dave Howorth wrote:
 I need to install wxWindows 2.4 on a Woody system so I can build
 another application (TreeView X).  Does anybody have any idea of the
 best way to do this, and what steps are involved?

Maybe
apt-get install wxwin2.4-doc wxwin2.4-examples wxwin2.4-headers
?

joerg

-- 
Gib GATES keine Chance!


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



Re: Unidentified subject!

2003-10-15 Thread Joerg Johannes
On Wednesday 15 October 2003 15:38, [EMAIL PROTECTED] wrote:

[Questions about securing debian on a server]

 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 Mailscanner thanks transtec Computers for their support.

Seems to me like your MailScanner has removed the relevant subject 
line... or didn't you include one? However,you might get more helpful 
responses than this one if you did.

joerg

PS.: You might these pages be interesting:
http://www.debian.org/doc/manuals/securing-debian-howto/
http://www.openoffice.de/linux/buch/securhowto.html   (german)

-- 
Gib GATES keine Chance!


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



iptables - I don't get it working

2003-10-14 Thread Joerg Johannes
Hi everybody

I have configured my kernel with iptables enabled:
#   IP: Netfilter Configuration
# CONFIG_IP_NF_CONNTRACK is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

Then I went to 
http://www.lowth.com/LinWiz/1.09/PersonalFirewall/fw.pl/iptables
and accepted the default settings, downloaded the generated shell script 
and ran it. Afterwards, I could not surf the web anymore, could not get 
emails with pop / send with smtp = all the net was dead. I have 
attached the script, maybe some experts can tell me what to do.

Thanks,
joerg

-- 
Gib GATES keine Chance!




iptables.sh
Description: application/shellscript


Wilber the gimp

2003-10-13 Thread Joerg Johannes
Hi everybody

In the gimp documentation directory, there is a thumbnail-sized version 
of Wilber the gimp. Is there a larger version of this image available 
(I did not find one on gimp.org)? I'd like to print it to a T-shirt, 
but scaling it to 15x15 cm makes it rather ugly. Any pointers?

thanks
joerg

-- 
Gib GATES keine Chance!


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



Re: Wilber the gimp

2003-10-13 Thread Joerg Johannes
On Monday 13 October 2003 13:18, Trevor D. Manning wrote:
 * Joerg Johannes ([EMAIL PROTECTED]) wrote:
  In the gimp documentation directory, there is a thumbnail-sized
  version of Wilber the gimp. Is there a larger version of this image
  available (I did not find one on gimp.org)?

 I have a 1080x902 Wilber that I'd be happy to email you, if that
 would help.

Yes, please!

 I picked it up originally from:

 http://carol.gimp.org/gimp/resources/media/wilber-huge-alpha.png

 ... but Carol's site looks like it's in the middle of an overhaul.

That's true...
Thanks,
joerg

-- 
Gib GATES keine Chance!


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



Evolution and IMAP

2003-10-10 Thread Joerg Johannes
Hi everybody

I'm not sure if I found a bug or if I just overlooked a check-box:
I just started to try out evolution as a mail client, and I found out
that the details of mails in my IMAP-folders are not shown in the
overview (such as Subject, From: and date). In fact, I just see a list
of empty lines beginning with an envelope icon (which stands for a
message). If I click on such a line, the message is displayed in the
text box, but in the overview, this line is still empty. Has anybody
seen this before?

joerg

--
Gib GATES keine Chance!


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



Re: don't read

2003-10-09 Thread Joerg Johannes
On Thursday 09 October 2003 15:55, [EMAIL PROTECTED] wrote:
 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]

I disagree. Everybody who wants to unsubscribe from the list should reat 
that instead of sending unsubscribe requests to the list...

joerg
-- 
Gib GATES keine Chance!


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



Re: where did xclock go?

2003-10-07 Thread Joerg Johannes
On Wednesday 08 October 2003 00:20, Nori Heikkinen wrote:
 anybody know where debian's xclock package went?  seems pretty
 innocuous, but i can't find it in the archives anywhere!  :(

 /nori

xbase-clients ?

joerg

-- 
Gib GATES keine Chance!


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



Re: swen killed me!

2003-10-01 Thread Joerg Johannes
On Wednesday 01 October 2003 11:14, [EMAIL PROTECTED] wrote:
 Hello D-u,
 I stopped getting mail from you guys!
 I check the list and realized that I was a victim of swen!
 Is there a 'list command' to get the last 100 messages?
 -Kev

If you have a pop mail-provider, go ahead and apt-get install popcheck. 
This will connect you to your pop server, show you the subject lines 
(and iirc the size) of all mails on the server, and then you can delete 
them manually. After that, start your normal mail client and download 
the good messages.

hth, 
joerg

-- 
Gib GATES keine Chance!


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



Novell networking

2003-10-01 Thread Joerg Johannes
Hi everyone

At my new workplace, we have a novell file server which holds every 
user's home directory. I am able to mount the volumes from this server 
(one private directory and one world writeable directory) with 
ncpmount after configuring the ipx network interface with 
ipx_interface.
So far, so good. Now I'd like to automate this procedure. Is there a 
solution out there where the ipx interface is configured at boot time, 
and the novell directory is mounted at login time (and unmounted at 
logout)? Doing this by hand each time is, well, avoidable work.
Thanks

joerg

-- 
Gib GATES keine Chance!


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



Re: Diff btw GeForce4 and RIVA TNT2?

2003-10-01 Thread Joerg Johannes
On Wednesday 01 October 2003 17:00, Hugo Vanwoerkom wrote:
 Hi all!

 I have Backstreet Ruby installed so I have 2 monitors
 with kbds/mice that each have a user.

 The monitors are samsungs 17 but the cards are
 different: one is a RIVA TNT2 Model 64/Model 64 and
 the other a GeForce4 MX 440 AGP 8x.

 I notice no difference between the 2 other than that I
 paid $25 more for the MX440.

 I would like to see the difference between the two
 with some application: but I am a no-gamer nurd.

 Anybody know of an app/game that would show clearly
 what the difference between these 2 cards is?

Hi Hugo

The GeForce series are much newer cards than the TNT's. They support 
newer DirectX functions in windows games. Furthermore, their clock 
frequency is higher and they provide faster texture rendering. A simple 
app that will show you the difference is glxgears, but if you really 
want to know what it's about, go ahead, download the Quake 3 arena demo 
and see:
ftp://ftp.idsoftware.com/idstuff/quake3/linux/
linuxq3ademo-1.11-6.x86.gz.sh

joerg

-- 
Gib GATES keine Chance!


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



unable to lookup notebook-johannes via gethostbyname()

2003-09-30 Thread Joerg Johannes
Hi everyone.
What does this warning message mean:

unable to lookup notebook-johannes via gethostbyname()

It happens when I use sudo.
The background: I have got a static IP from my university, and I have 
entered it into /etc/network/interfaces. I have also put my hostname 
(notebook-johannes) in /etc/hostname. What else do I need to do to get 
rid of this message?

Thanks,
joerg

-- 
Gib GATES keine Chance!


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



Re: Really stupid use of cleanlinks

2003-08-14 Thread Joerg Johannes
On Wednesday 06 August 2003 16:56, Anthony Campbell wrote:
 Never do this!

 I just ran cleanlinks on my root directory; really stupid thing to
 do!

 Lots of things were deleted which should not have been and I don't
 know how long it will take to get things back working; only just
 restored ppp. Possibly a new installation will be required?


Hi Anthony

As I understand the manpage, it should only remove empty dirs and 
dangling symlinks. And it spits out a list of what it deletes. Do you 
have this list saved to a file? So you should be able to see what was 
deleted, and judge if it was a good or a bad idea.

joerg

-- 
Gib GATES keine Chance!


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



Re: stress testing software routers

2003-08-14 Thread Joerg Johannes
On Tuesday 05 August 2003 19:48, Dan wrote:
 I'd like to stress test a software router to determine how many
 packets it can handle per second. Is there any package available for
 doing this? One requirement I would need is that I should be able to
 create custom packets to be used for the test. If anyone has done
 this or something similar and want to share tips/techniques I'd
 appreciate it.

Is that what you want?
[EMAIL PROTECTED]:~$ apt-cache show scapy
Package: scapy
Priority: optional
Section: net
Installed-Size: 168
Maintainer: Alberto Gonzalez Iniesta [EMAIL PROTECTED]
Architecture: all
Version: 0.9.14-1
Depends: python2.2
Filename: pool/main/s/scapy/scapy_0.9.14-1_all.deb
Size: 43376
MD5sum: 953cc067a553b1ca61c3cdd840e8fbe2
Description: Packet generator/sniffer and network scanner/discovery
 Scapy is a powerful interactive packet manipulation tool, packet
 generator, network scanner, network discovery, packet sniffer, etc. It
 can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, 
arping,
 tcpdump, tethereal, p0f, 
 .
 In scapy you define a set of packets, then it sends them, receives
 answers, matches requests with answers and returns a list of packet 
couples
 (request, answer) and a list of unmatched packets. This has the big 
advantage
 over tools like nmap or hping that an answer is not reduced to
 (open/closed/filtered), but is the whole packet.

joerg

-- 
Gib GATES keine Chance!


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



Re: finding upstream

2003-08-14 Thread Joerg Johannes
On Wednesday 06 August 2003 00:40, Colin Watson wrote:
 On Tue, Aug 05, 2003 at 02:50:43PM -0500, Bob McElrath wrote:
  It is, in general, difficult to find the upstream developers of a
  given debian package.  The package page does not include any
  mention of a web site or mailing list where actual development
  occurs.  The .dsc files also do not generally list how to find
  upstream.

 This is normally the purpose of /usr/share/doc/*/copyright, and by
 and large it fulfils that purpose well.

Yes, and no. If you want more information about the program you will 
first have to download it and then read /usr/share/doc/package/*.
Such a link on the package page would at least prevent the user from 
using google...

  I suggest that when there is an upstream, debian should include a
  link to it on the package page (for instance, a link to the
  sourceforge project page or the project's home page), and/or a
  development mailing list if one exists.

 I don't think there's any disagreement that this would be useful, but
 it's up to individual package maintainers to do this. The
 packages.debian.org pages are generated from package descriptions and
 dependencies.

Is there a possibility to suggest it for further versions of the package 
maintaining policy. Something such as The description should include a 
reference  to the upstream source ?

  The same information should be in the .dsc file for the package
  somehow.

 I disagree; it should be in the package description, i.e. the .deb.
 That's where we put descriptive metadata.

Me too. The .dsc file is nothing a user should have to read. The package 
description is the right place for an upstream link.

joerg

-- 
Gib GATES keine Chance!


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



Re: Animate png images.

2003-08-08 Thread Joerg Johannes
On Friday 08 August 2003 12:18, Egor Tur wrote:
 Hi folk.
 Is there any programme for manipulate png images, for example animate
 *.png from many frames? How gifsicle for manipulation *.gif images.
 Thanx.

Hi Egor

From the convert manpage (imagemagick):

To create a MNG animation from a DNA molecule sequence, use:

   convert -delay 20 dna.* dna.mng

So if you have the files dna.001.png up to dna.050.png, it will create 
an animation with 20 milliseconds delay between the images.
 I'm not sure if this is what you want...

joerg

-- 
Gib GATES keine Chance!


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



Re: non gnomified emacs

2003-08-08 Thread Joerg Johannes
On Friday 08 August 2003 05:46, Rodney D. Myers wrote:
 Is there a recent version of emacs that is not gnomified with all
 of the bells  whistles?

 The version loaded with sarge has new keystrokes for doing things,
 and has become annoying (IMHO).

From my .emacs:

(menu-bar-mode 1)
;; This turns off the GUI menus in X.  You can toggle this at any point 
;; with M-x menu-bar-mode.  If you're new to emacs, you might want to
;; disable this. (Or would that be reenable it?)  In my case, though, an
;; extra line of emacs real estate never hurts. :) 

(tool-bar-mode 0)
;; This turns off the Icon-bar under X

(setq visible-bell t)
;; flash instead of that annoying bell

That should keep things at a bearable level...

joerg

-- 
Gib GATES keine Chance!


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



Re: Helping the newbie

2003-08-08 Thread Joerg Johannes
On Friday 08 August 2003 15:44, Aaron wrote:
 On -1782-Thu, Aug 07, 2003 at 04:31:21PM -0700, Alan Connor
 [EMAIL PROTECTED] spake thus,

   From [EMAIL PROTECTED] Thu Aug  7 16:30:09 2003
  
  
   I can testify that once you move to Debian, you will not move
   away.
  
   A
 
  Got that right. Debian is the Linux of Linux.
 
  Slackware is the UNIX of Linux.
 
  Alan

 And RedHat is the Windows of Linux!


And what is SuSE ?

-- 
Gib GATES keine Chance!


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



Re: reading an ufs partition

2003-08-01 Thread Joerg Johannes
On Friday 01 August 2003 14:33, mess-mate wrote:
 Hi,
 I'm unable to read my ufs partition.
 like:
 mount -t ufs /dev/hdxx /FBSD
 Have I omit somewhat to do ?
 Thanks for your help.
 mess-mate

grep UFS /boot/config-`uname -r`

If it is not set, you will have to recompile your kernel. Choose 
Filesystems-UFS as a module.

joerg

-- 
Gib GATES keine Chance!


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



Re: second try at voodoo v and hardware rendering

2003-07-31 Thread Joerg Johannes
On Thursday 31 July 2003 15:18, davis wrote:
 Hello

 I have details of a second try at getting hardware rendering for
 a voodoo v card here - http://www.skink.net/~davis/docs

 My basic problem is that in the past, I had hardware rendering
 enabled.  After a rebuild of the computer and reinstall I can no
 longer get dri to work. My X log says I have dri enabled.  My glxinfo
 output says I don't have hardware rendering.  I'm at a loss.  Please
 help.


Are you sure your kernel supports DRM for the right version of X?

joerg
-- 
Gib GATES keine Chance!


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



Re: flphoto program to deb?

2003-07-30 Thread Joerg Johannes
On Tuesday 29 July 2003 14:25, Chris Kenrick wrote:
 I've got my A70 working under 2.0final-4 which is the version in
 stable. The trick is to have all the right USB modules loaded, and
 pass a fudged command line to gphoto2 (trick it into thinking it's a
 different camera)

 Try
 gphoto2 --usbid 0x4a9:0x3073=0x4a9:0x3056 --camera Canon Powershot
 S40 -P

 This causes all the photos to be downloaded to the current directory.
 Note that while retrieving photos works fine, other functions like
 remote capture aren't guaranteed to work correctly with the A70 under
 Linux.

 I found this information on this page:
 http://pto.linuxbog.dk/Canon_PowerShot_A70_Linux

 I didn't manage to get the hotplug usermap thing going, so I just
 have a little script to run that command I mentioned earlier when I
 want to upload photos.

Ah, this comes two days too late. My parents were here to see me on 
sunday, and I wanted to get the photos out of my father's A70. I had to 
boot Windows for that... Next time I will show him Linux can do that as 
well...

joerg

-- 
Gib GATES keine Chance!


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



Re: how to subscribe

2003-07-29 Thread Joerg Johannes
On Tuesday 29 July 2003 15:13, Joydeep Bakshi wrote:
 Hi listadmin,
 I am interested to subscribe my self in ur mailing list.
 please tell me how to subscribe by email request  where to mail that
 email request .

 thanks in advanced.

Hi.

Read
http://www.debian.org/MailingLists/
You will find the information you want on this page.

Try this page
http://www.debian.org/MailingLists/subscribe
to subscribe via a web form.

joerg

-- 
Gib GATES keine Chance!


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



Re: Looking for more Debian packages

2003-07-29 Thread Joerg Johannes
On Tuesday 29 July 2003 15:28, Jianan Huang wrote:
 Hi folks

 My Linux system is basically working. I am looking at ways to enhance
 it.

 1) I read about disk boot problem in the mail list. Right now I boot
 from a floppy. My machine BIOS can only boot from the C drive or the
 floppy. I use D drive for my Linux. If my floppy fails to boot, I may
 have to re-build a whole new system. It would be wise to have an
 image copy of the whole floppy as a backup. Is there a utility to
 create a binary image of a Linux floppy? I have looked at fdutils. It
 doesn't help.

If you are using LILO to boot from Hard Disk, you will want to have 
something like that in you /etc/lilo.conf

# snip here
# Tells lilo to install itself to the MBR
boot=/dev/hda

#Tells lilo where to look for the linux / filesystem:
root=/dev/hdb1

default=Linux

image=/vmlinuz
label=Linux
read-only

other=/dev/hda1
  label=Windows

# snip here

This is very minimal. You should read /usr/share/doc/lilo/Manual.txt.gz 
to know how to tweak this.

 2) I have read about Linux BIOS. I believe BIOS is another area of
 software that has to open up. Does Debian have one, and come with
 source code too?

If you don't have a very deep understanding of what using Linux BIOS 
will do to your box, DON'T try it.

 3) Does Debian support freehand writing devices such as Wacom
 electronics pad? I'm talking about the device driver as well as
 application packages such as freehand editing for documentation and
 emailing, freehand drawing etc.

I use an old Wacom Artpad (serial port) to draw from within the GIMP. It 
supports pressure. I don't know if there exists a freehand font 
recognition program (I don't think so).

joerg
-- 
Gib GATES keine Chance!


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



Re: debconf wonky

2003-07-29 Thread Joerg Johannes
On Tuesday 29 July 2003 16:19, Antony Gelberg wrote:
 Hi all,

 Debconf is giving me yes / no options with no questions!  Anyone got
 any ideas on what could be wrong?  I see some error messages about
 templates fly by, but they're gone before I can read them.

Hi Antony

Is this limited to only one package? Do you know which?
To read the error messages, try to press SHIFT+PgUP to scroll back in 
the terminal.
This is not a solution, but a possible way to it...

joerg

-- 
Gib GATES keine Chance!


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



Thoughts about my mail setup

2003-07-28 Thread Joerg Johannes
Hi everybody.

Yesterday, I tried to read mail from my IMAP account via modem. This was 
horribly slw. So I thought about my mail setup again. I know that I 
could store my IMAP mails locally (fetch them once only) with 
offlineimap. At the moment I am using kmail for my three 
mail-accounts: Two POP3-accounts on gmx.de and one IMAP account on 
web.de.
I have read the man page of offlineimap and saw the remark that it 
does not work together with kmail, but it can be used together with a 
locally running imap server (courier). So, what do you think about such 
a setup:

[EMAIL PROTECTED] - fetched by kmail, sent through smtp.gmx.de
[EMAIL PROTECTED] - fetched by kmail, sent through smtp.gmx.de
[EMAIL PROTECTED] - fetched by offlineimap - fetched from local imap by 
kmail, sent to local imap folder, synchronized by offlineimap

Does this make sense? And no, baloo, I do NOT want to use mutt/exim..

thanks

joerg

-- 
Gib GATES keine Chance!


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



Re: Mozilla 1.3.1

2003-07-28 Thread Joerg Johannes
On Monday 28 July 2003 18:39, Jan Willem Stumpel wrote:
 I want to go back to mozilla 1.3.1 -- but stupidly I cleaned the
 cache. Can this version (which used to be in unstable) still be
 found somewhere?

 Regards, Jan

I have this version in my /var/cache/apt/archives:

mozilla_2%3a1.3.1-3_i386.deb
mozilla-browser_2%3a1.3.1-3_i386.deb
mozilla-mailnews_2%3a1.3.1-3_i386.deb
mozilla-psm_2%3a1.3.1-3_i386.deb
mozilla-xft_2%3a1.3.1-3_i386.deb

I can send you a download link, just contact me privately.

joerg

-- 
Gib GATES keine Chance!


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



How to turn of touchpad on laptop?

2003-07-26 Thread Joerg Johannes
Hi everybody

I'd like to turn off the touchpad on my laptop wehn I have an USB mouse 
plugged in. In my XF86Config-4 I have configured two pointer devices:
InputDevicePS/2 Mouse CorePointer
and
InputDeviceUSB Mouse CorePointer
Is there a way to turn the PS/2 Mouse off (and back on) when X is 
already running?

Thanks
joerg

-- 
Gib GATES keine Chance!


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



Re: how do i type my own words

2003-07-25 Thread Joerg Johannes
On Thursday 24 July 2003 22:53, James wrote:

nothing

Maybe you should try to use your keyboard...

joerg

-- 
Gib GATES keine Chance!


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



  1   2   3   4   >