Howto change default keymap

2001-03-27 Thread Marcus Geiger
Hi,

how do I change the default keymap. I want my system to keep the setting
if reboot.
install-keymap dvorak seems to me not enough.

Thanks
--Marcus

-- 
[EMAIL PROTECTED]
http://www.antbear.org



Re: Howto change default keymap

2001-03-27 Thread Marcus Geiger
Thanks a lot,

I will give it a try.
It seems not so easy (as it could be) to accomplish this.

Yours
--Marcus

On Tue, Mar 27, 2001 at 02:05:20PM -0800, Karsten M. Self wrote:
 on Tue, Mar 27, 2001 at 06:35:41PM +0200, Marcus Geiger ([EMAIL PROTECTED]) 
 wrote:
  Hi,
  
  how do I change the default keymap. I want my system to keep the setting
  if reboot.
  install-keymap dvorak seems to me not enough.
 
 I've had to fight with this on several systems.
 
 In general, I create a custom keymap somewhere under /usr/share/keymaps.
 Something like /usr/share/keymaps/i386/qwerty/host.kmap.gz.
 I link this to /usr/share/keymaps/default.kmap.gz
 I link this to /etc/console-tools/default.kmap.gz
 
 I make sure the following /etc/rc?.d/ links exist (see update-rc.d docs
 for info):
 
 /etc/rc0.d/K20keymaps-lct.sh
 /etc/rc1.d/K20keymaps-lct.sh
 /etc/rc2.d/S20keymaps-lct.sh
 /etc/rc3.d/S20keymaps-lct.sh
 /etc/rc4.d/S20keymaps-lct.sh
 /etc/rc5.d/S20keymaps-lct.sh
 /etc/rc6.d/K20keymaps-lct.sh
 /etc/rcS.d/S05keymaps.sh
 
 ...my preferred keysettings are started at boot, and at each of
 runlevels 2-5.  The 'stop' entries (0, 1, 6) don't actually do anything. 
 
 Cheers.
 
 -- 
 Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
  What part of Gestalt don't you understand?   There is no K5 cabal
   http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org



-- 
[EMAIL PROTECTED]
http://www.antbear.org



fetchmail in unstable

2001-03-26 Thread Marcus Geiger
Hi,

I'm having trouble with fetchmail in unstable. The new policy starts
fetchmail at boot time. The problem is I don't know howto tell fetchmail
that it should wait until the interface it listens on is *really*
active. Currently I use these options.

interface ippp0/127.0.0.1/0.0.0.0

When my link comes up it changes the ip to something other. And this is
never the same. Since ipppd is running all the time, the interface never
disappears and so fetchmail still tries to access it.

Do I want to use the monitor option?

Marcus

--
[EMAIL PROTECTED]
http://www.antbear.org



Re: fetchmail in unstable

2001-03-26 Thread Marcus Geiger
On Mon, Mar 26, 2001 at 02:07:27PM +0200, Shaul Karl wrote:
 A possible solution might be not to have fetchmail starts at boot time, but 
 by 
 /etc/ppp/ip-up. This scripts runs after the link is up, it run the scripts in 
 /etc/ppp/ip-up.d and has the assigned IP transfered to them.
 
 You can use update-rc.d in order not to have fetchmail started at boot time.
 
 What is the monitor option?
 

1)
Ok, this is what I did before the new fetchmail policy (starting at boot
time) came up. I think I will insert 
fetchmail -q 
anywhere in my ip-up.d script. I thought I will give it at try but it
seems that there is no easy solution. Maybe the fetchmail maintainer
intended it for simple ppp devices that get deleted when the ppp link
goes down. Of course this does not work for me, since my IPPP device
hangs around the whole time (at boot time).

2)
The monitor option lets you monitor an interface for activity to prevent
fetchmail keeping an link open the whole time. I don't think that this
is useful for me.

Thanks a lot.

-- Marcus

 
 
 -- 
   
   Shaul Karl [EMAIL PROTECTED]
 

-- 
[EMAIL PROTECTED]
http://www.antbear.org



Re: Making root run fetchmail as a user?

2001-03-26 Thread Marcus Geiger
Why don't you try:
 
su user -c cd ~  fetchmail --any-options-come-here

in your scripts?

--Marcus

On Mon, Mar 26, 2001 at 10:45:44PM +1000, Mark Devin wrote:
 I would like to make fetchmail run as a user rather than root when run
 via my /etc/ppp/ip-up.d/fetchmail-up script
 
 Here is what I tried to do to get fetchmail to run as user mail:
 
 Make a home directory for user mail - /home/mail
 set the owner and group for this directory to mail
 chown mail /usr/bin/fetchmail chgrp mail /usr/bin/fetchmail
 chmod 4755 /usr/bin/fetchmail
 This makes the binary run as user mail despite who calls it (including
 root)
 create a .fetchmailrc file in the home directory of user mail
 Edit the /etc/ppp/ip-up.d/fetchmail-up script
 Edit the /etc/ppp/ip-down.d/fetchmail-down script
 
 This didn't work.
 I also tried calling fetchmail with the  --fetchmailrc and --idfile
 options set appropriately.  And this didn't work either.
 
 I wanted to do it this way 'cause I thought it would be more secure - ie
 less things running as root the better.  But I guess its not possible to
 be cracked via fetchmail since it doesn't accept connections, it makes
 them itself.
 
 Any ideas 'cause it would be useful to know how to do it anyway.
 
 Regards.
 
 Mark.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED]
http://www.antbear.org



Re: X11 header files - which package?

2001-03-23 Thread Marcus Geiger
On Fri, Mar 23, 2001 at 11:22:38AM +, Anthony Campbell wrote:
 Can someone kindly remind me which package is needed to supply X11
 header files? I've come up against this one in the past but I can't
 remember the solution.
 

For XFree 4.02 it is: xlibs-dev

-- Marcus

 Anthony
 
 
 
 -- 
 Anthony Campbell - running Gnu/Debian Linux (Windows-free zone)
 For electronic books, skeptical essays, and over 120 book reviews, go to:
 http://www.cix.co.uk/~acampbell/
 
 Human beings are perhaps never more frightening than when they are
 convinced beyond doubt that they are right. [Laurens van der Post]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED]
http://www.antbear.org



Re: X11 header files - which package? -SOLVED

2001-03-23 Thread Marcus Geiger
On Fri, Mar 23, 2001 at 05:41:29PM +, Anthony Campbell wrote:
 Thanks to you and Moritz Schulte for replies. I got vim-6.0y to compile
 in the end; I deleted the whole directory and unpacked the tar.gz files
 again, and this time it worked. I suppose there were some broken files
 left over from my first efforts.

Try the next time simply to remove the file config.cache and run
configure again. This forces configure to *really* rescan you system for
any headers and that stuff.

-- Marcus

 
 Anthony
 
 
 -- 
 Anthony Campbell - running Gnu/Debian Linux (Windows-free zone)
 For electronic books, skeptical essays, and over 120 book reviews, go to:
 http://www.cix.co.uk/~acampbell/
 
 Those who chase originality ... are more likely to find they have caught
 insread her ugly sister, eccentricity...  [F.L. Lucas]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED]
http://www.antbear.org



Unreal Tournament performance

2000-09-15 Thread Marcus Geiger
Hi,

is there anyone running successful Unreal Tournament with a Matrox G400 and a 
acceptable performance/framerate.
I am running potato, Kernel 2.4.0-test7 with agpgart,DRI and XFree4.0.1. I get 
about 1 frame per second = unplayable. I don't know why.
My machine is a Athlon 750 with 128MB ram.

Any suggestions?

Marcus
---
Marcus Geiger, 
SPQR Informatik GmbH
Email:  [EMAIL PROTECTED]
WWW:http://www.spqr-gmbh.de




Email encryption within netscape

1999-01-20 Thread Marcus Geiger
Hi,

sorry for my offtopic question, but I can't remeber. What was the name
of the app which enables secure-encryption support from within netscape
communicator.

Yours

Marcus


X questions

1998-12-28 Thread Marcus Geiger

Hi,

I want to know, with which X-toolkits some of the traditional X applications 
are implemented: ghostview, offix-files. (isn't it the athena widget set ???).

Please give me some hints where to find information about those topics (books, 
tutorials...)


Thanks 

Marcus


Disableling unsecure services ?

1998-12-26 Thread Marcus Geiger
Hi,

I tried to disable all 'unsecure' network-services on my machine. I started 
with commenting out the rpc-based entries in /etc/inetd.conf.
But when I'am doing a netstat -a, it seems that those services still are 
hanging around listening. Ok I cannot start any of those services (tried it 
with e.g. rsh).

Is this normal Or should I do something completly different ? 
In my local network I want telnet.
And 'normal' I want: ssh, smtp, nntp, talk.

How can this be done ?

Thanks in advance
Marcus

Proto Recv-Q Send-Q Local Address   Foreign Address State  
tcp0  0 localhost:nntp  localhost:1028  ESTABLISHED 
tcp0  0 localhost:1028  localhost:nntp  ESTABLISHED 
tcp0  0 *:6000  *:* LISTEN  
tcp0  0 *:1024  *:* LISTEN  
tcp0  0 *:ssh   *:* LISTEN  
tcp0  0 *:printer   *:* LISTEN  
tcp0  0 *:nntp  *:* LISTEN  
tcp0  0 *:smtp  *:* LISTEN  
tcp0  0 *:telnet*:* LISTEN  
tcp0  0 *:ftp   *:* LISTEN  
tcp0  0 *:sunrpc*:* LISTEN  
udp0  0 *:xdmcp *:* 
udp0  0 blackwolf.fasan.de:ntp  *:* 
udp0  0 localhost:ntp   *:* 
udp0  0 *:ntp   *:* 
udp0  0 *:talk  *:* 
udp0  0 *:ntalk *:* 
udp0  0 *:sunrpc*:* 
raw0  0 *:1 *:*   


cannot find share lib

1998-12-24 Thread Marcus Geiger
Hi,

I installed xlogmaster from the slink distribution (I know I should
better wait for a while) with apt-get. Install was no problem, but
when try to start it, I get the following errror:

xlogmaster: error in loading shared libraries
libgmodule-1.1.so.3: cannot open shared object file: No such file or
directory

Any suggestions ?

Marcus


diald and pon

1998-12-23 Thread Marcus Geiger

I'm trying to get diald running. The diald example configuration comes with a 
connect script. But isn't it a better idea to use pon as the program to 
establish a connection from within diald ? Does this work ? And when how ?
 Also can't the ip-up scripts shared between diald and pon.. ? This would save 
some redundancys.

Marcus


query dialup-hostsname

1998-12-15 Thread Marcus Geiger
Hi,

does anyone knows a possibility to query the hostname (dns) that will
be assigned after dialing into a internet service provider ?

Sometimes when logging into a ftp server, I will be greeted with
something like 'dialup.a-number.lrz-muenchen.de'. I want to query this 
hostname to work with it in a perl script.

Marcus


mailers machine name

1998-12-08 Thread Marcus Geiger
Hi,

sometimes I get serious problem when posting to some systems. I
installed smail on my local machine (connected to my ISP via
ppp) and forwad all mail which smail cannot send by itself to my ISP's 
mailhost (smarthost !?).

But some servers refuse my mail. I think this depends on my
unregistered (artificial) domain-name (please look at this header).

What do I have to do ?

Marcus


gnome-core dependencies ?

1998-12-03 Thread Marcus Geiger
Hi,

today I tried a download of the gnome-packages (0.30-2). But I can't
figure out how to solve the dependency problems of gnome-core. The
dpkg packaging tool tells me that gnome-core (and so on libgtkxmhtml0)  depends
libgnome0_0.30.1-3.deb; But where can I get it ?

dpkg-Output:
--
dpkg -i gnome-core_0.30-2.deb
Selecting previously deselected package gnome-core.
(Reading database ... 51377 files and directories currently installed.)
Unpacking gnome-core (from gnome-core_0.30-2.deb) ...
dpkg: dependency problems prevent configuration of gnome-core:
 gnome-core depends on libgnome0 (= 0.30.1-3); however:
  Version of libgnome0 on system is 0.30.1-2.
 gnome-core depends on libgtkxmhtml0 (= 0.30.1-3); however:
  Version of libgtkxmhtml0  on system is 0.30.1-2.
dpkg: error processing gnome-core (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gnome-core   


Pleas help.

Marcus


kde: libkdeui.so.2 ... not found

1998-11-20 Thread Marcus Geiger
Hi,

recently I installed the debian-kde-packages. Almost everything works
fine, except ksysv and some tools, which write to my console: Cannot
find libkdeui.so.2 
Does anyone know this, or give me a hint. (I dont have this shared
object).

Marcs


Some Keyboard questions

1998-11-16 Thread Marcus Geiger
Hello,

configuring keyboard settings on linux is driving me insane. But someone
of you can help me with this trivial requirements. I want an identical
setup for console, X and Xemacs:
[Backspace] deletes to left, [delete] deletes to right, [left-control]
should be control and finally [left-alt] should be Meta.
My Keyboard has a german layout.

Please help, since I can't figure out what to do.

Marcus


Communicator4.5

1998-11-15 Thread Marcus Geiger
Hi,

I want install the communicator 4.5 package(s) from the slink
distribution. I found out that:
communicator-base-45
 |-depends on: netscape-base-45
|-depends on: netscape-base-4
So far so good, but I cannot find the netscape-base-4 package. Is the
name mispselled or what I am doing wrong ?

Please Help

Marcus


Re: XEmacs shell garbage

1998-11-13 Thread Marcus Geiger
Thank Thorsten,

I will read the documentation to term-mode, hope this will help me !

Marcus

Torsten Hilbrich wrote:
 
 On: Wed, 11 Nov 1998 20:09:20 +0100 Marcus Geiger writes:
 
  XEmacs-Shell-mode doesn't seem to work correctly. I get some
  [ldksjf] - control-codes in braces. My machine is setup for
  german-keymaps and I installed the german-package.
 
 I have no strange output while executing normal command line command
 from within shell mode.  However, don't expect any application using
 terminal capacities to work correctly (to name a few, vi, less).
 
 
  Does any has an idea. Is it possible that the terminal mode irritates
  Xemacs-shell-mode ?
 
 Yes.  The Shell mode is quite simple, it does not provide any terminal
 capacities.  XEmacs sets the TERM variable to emacs, so you should
 make special features such as colored ls output dependend on the
 terminal variable.  If you want to use a full-featured terminal try
 the M-x term command and read the help on terminal-emulator before to
 know how to leave this buffer.
 
 Torsten
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


XEmacs shell garbage

1998-11-11 Thread Marcus Geiger
-BEGIN PGP SIGNED MESSAGE-

XEmacs-Shell-mode doesn't seem to work correctly. I get some [ldksjf]
- control-codes in braces. My machine is setup for german-keymaps and
I installed the german-package.

Does any has an idea. Is it possible that the terminal mode irritates
Xemacs-shell-mode ?

Marcus
-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3i for non-commercial use http://www.pgpi.com

iQEVAwUBNknSzjk0R3OEoA6hAQEFlwf+Mve5grDDoYnl3EvheYoQ0MUG+LkDzoCO
7cPpmN1x495gl8R2TMNw1CEDELQsqq/bIVyhI1e18Lj6ml8d1xADqvD8pSSq0Zly
Lv+GMISHBFHmL3DkIMkjy+231fOxqkzAR8/yu6TnoV83+EKMTg8JQRWgDPhMDKam
MRP6LjmGLc1/GNePOz1KfupIiwj+JvA5Pbbmff4e9meYUweg4JR+yeyxiZWTuo0/
4D4jEX6Uj21qZGVa3Mb2FSEOHqXtpkSIiV4gVrhAGVbKMMLrSPdo+4Yy0oZjNtAi
FvyRV5Kj4A/K4LCwZuuJDPi6/14WRsgqeH9R3Q+FBd83iGhleTZBTA==
=Qplp
-END PGP SIGNATURE-


XEmacs shell-trash

1998-11-08 Thread Marcus Geiger
Hi,

I encounter problems with XEmacs when using a shell within XEmacs. My linux
is configured for german (also X).

When I do an ls with the xemacs-shell, I get a lot of jam in braces
[~sdklgja] ...

Any ideas ?

Please help.

Marcus


Netscape problems, questions

1998-10-30 Thread Marcus Geiger
Hi,

I tried to install netscape 4.04 on my system but the .deb package tells me,
that libg++27 is not installed and xpm4.7 also.
What should I do ?

Finally what deb package do You recommend and what netscape version should I
use ?

Please help me.

Marcus


SIS5591 Bootproblems, help

1998-10-26 Thread Marcus Geiger
Hi folks,

I am still trying to boot a linux installation kernel. My system uses
two SCSI disks attached on a Adaptec 2940UW. My IDE-Atapi cdrom is
connected to my onboard IDE controller (chipset SIS5591).

My problem is that I can only boot one of my kernels I have on floppy
disks or cdroms, when I manually disable the onboard IDE-Controller in
the system bios, or when I start loadlin with the kernel parameter
hda=none.

Please help me with this terrible problem.

Marcus


[no subject]

1998-10-25 Thread Marcus Geiger
Hi,

I am new to debian linux (not new to linux in general), and still trying to
install debian 2.0.

All kernels I tried to boot on my machine, hang after they found my CD-ROM
drive (FreeBSD boots clearly)

My setup is:
ASUS SP98AGP-X
K6-233
Adaptec 2940UW (rev 1.32)
2 x SCSI hardisks
IDE-CDROM
128MB
Diamon Fire GL1000PRO (AGP)

Does anyone of you know such a problem or have any ideas.

Pleas help.