Re: SOLVED: systemd uses transient hostname instead of static hostname

2015-03-11 Thread Hanspeter Kunz
On Wed, 2015-03-11 at 15:14 +0100, Michael Biebl wrote:
 Am 2015-03-11 14:44, schrieb Hanspeter Kunz:
  On Wed, 2015-03-11 at 14:26 +0100, Michael Biebl wrote:
  What's the content of your /etc/hostname?
  What's the output of ls -la /etc/os-release /usr/lib/os-release and
  the content of those files.
 
 [..]
 
  this looks fine to me.
 
 yep
 
  anyhow I realized that I had (by mistake)
  
  kernel.hostname =
  kernel.domainname =
  
  in /etc/sysctl.d/10-networking.conf
 
 Interesting, did you create that file yourself? I can't find a package 
 in the archive shipping that file.

yes, i manage this file with puppet (since ancient times). because of a
typo puppet did not fill in the correct values (but did not complain
either). until jessie (systemd) this had no negative effects and went
therefore unnoticed - probably since lenny :)

Best,
Hp



smime.p7s
Description: S/MIME cryptographic signature


SOLVED: systemd uses transient hostname instead of static hostname

2015-03-11 Thread Hanspeter Kunz
On Wed, 2015-03-11 at 14:26 +0100, Michael Biebl wrote:
 Am 2015-03-10 00:18, schrieb Hanspeter Kunz:
  Hi list,
  
  i just upgraded a few systems to jessie an noticed that all of them
  loose their hostnames on reboot, because systemd is using/reverting 
  to
  Linux as transient hostname. This happens early in the boot process.
  
  journalctl -b says:
  
  [...]
  Mär 10 00:00:46 maximilian systemd[1]: Mounting Debug File System...
  Mär 10 00:00:46 maximilian systemd[1]: Starting Load Kernel Modules...
  Mär 10 00:00:46 maximilian systemd[1]: Starting Journal Service...
  Mär 10 00:00:46 maximilian systemd[1]: Started Journal Service.
  Mär 10 00:00:46 maximilian systemd-journal[285]: Journal started
  Mär 10 00:00:46 Linux systemd[1]: Starting Slices.
  Mär 10 00:00:46 Linux systemd[1]: Reached target Slices.
  Mär 10 00:00:46 Linux systemd[1]: Mounted Debug File System.
  Mär 10 00:00:46 Linux systemd[1]: Mounted Huge Pages File System.
  [...]
  
  (notice the change of the hostname at line 6)
  
  I can do
  
  hostnamectl set-hostname --transient maximilian
  
  and after that every works fine - until the next reboot.
  
  Does anybody have an idea what could be causing this or how to fix it?
 
 I can't reproduce this.
 What's the content of your /etc/hostname?
 What's the output of ls -la /etc/os-release /usr/lib/os-release and
 the content of those files.

hkunz@maximilian:^~% cat /etc/hostname
maximilian

hkunz@maximilian:^~% ls -la /etc/os-release
lrwxrwxrwx 1 root root 21 Nov 30 13:37 /etc/os-release
- ../usr/lib/os-release

hkunz@maximilian:^~% ls -a /usr/lib/os-release
/usr/lib/os-release

hkunz@maximilian:^~% cat /usr/lib/os-release
PRETTY_NAME=Debian GNU/Linux 8 (jessie)
NAME=Debian GNU/Linux
VERSION_ID=8
VERSION=8 (jessie)
ID=debian
HOME_URL=http://www.debian.org/;
SUPPORT_URL=http://www.debian.org/support/;
BUG_REPORT_URL=https://bugs.debian.org/;

this looks fine to me.

anyhow I realized that I had (by mistake)

kernel.hostname = 
kernel.domainname = 

in /etc/sysctl.d/10-networking.conf

I filled in the correct values and that fixed the problem. Probably it
would also have worked if I just removed those lines, but I did not test
that.

Best and thanks for your support,
Hp



smime.p7s
Description: S/MIME cryptographic signature


systemd uses transient hostname instead of static hostname

2015-03-09 Thread Hanspeter Kunz
Hi list,

i just upgraded a few systems to jessie an noticed that all of them
loose their hostnames on reboot, because systemd is using/reverting to
Linux as transient hostname. This happens early in the boot process. 

journalctl -b says:

[...]
Mär 10 00:00:46 maximilian systemd[1]: Mounting Debug File System...
Mär 10 00:00:46 maximilian systemd[1]: Starting Load Kernel Modules...
Mär 10 00:00:46 maximilian systemd[1]: Starting Journal Service...
Mär 10 00:00:46 maximilian systemd[1]: Started Journal Service.
Mär 10 00:00:46 maximilian systemd-journal[285]: Journal started
Mär 10 00:00:46 Linux systemd[1]: Starting Slices.
Mär 10 00:00:46 Linux systemd[1]: Reached target Slices.
Mär 10 00:00:46 Linux systemd[1]: Mounted Debug File System.
Mär 10 00:00:46 Linux systemd[1]: Mounted Huge Pages File System.
[...]

(notice the change of the hostname at line 6)

I can do

hostnamectl set-hostname --transient maximilian

and after that every works fine - until the next reboot.

Does anybody have an idea what could be causing this or how to fix it?

Best,
Hanspeter


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1425943118.1934.6.ca...@ifi.uzh.ch



Re: su stopped working (after upgrade to squeeze)

2010-10-28 Thread Hanspeter Kunz
On Wed, 2010-10-27 at 14:48 +0200, Hanspeter Kunz wrote:
 On Tue, 2010-10-26 at 17:45 +, Camaleón wrote:
  On Tue, 26 Oct 2010 14:44:08 +0200, Hanspeter Kunz wrote:
  
   I have a strange problem on one of my debian squeeze boxes. when I try
   to become root (or any other local user), su fails with
   
 su: Authentication failure
   
   and no, the password is correct :)
  
  (...)
  
   My best guess is, that the problem is with my pam-configuration, but I
   have a lenny box with exactly the same pam-config that runs without
   problems.
   
   So any hints where to start looking are greatly appreciated.
  
  A very (very) wild guess... do you have installed libpam-ldapd? It 
  seems to be available for Squeeze/Sid but not for Lenny so maybe now that 
  you updated the system it could be a requirement to fulfill for ldap 
  logins :-?
 
 no I do not have pam-ldapd installed (I use pam-ldap). But thanks for
 the idea. I will investigate further.
 
 But any other ideas are still welcome.

just for the record, I finally tracked down the problem:

I had the line

auth optional  pam_smbpass.so migrate

in /etc/pam.d/common-auth.

Removing this line solves the problem. As I do not need password
migration anymore, this is fine for me. I will file a bug report.

cheers,
Hp


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288255928.8057.4.ca...@franz.ifi.uzh.ch



Re: su stopped working (after upgrade to squeeze)

2010-10-27 Thread Hanspeter Kunz
On Tue, 2010-10-26 at 17:45 +, Camaleón wrote:
 On Tue, 26 Oct 2010 14:44:08 +0200, Hanspeter Kunz wrote:
 
  I have a strange problem on one of my debian squeeze boxes. when I try
  to become root (or any other local user), su fails with
  
  su: Authentication failure
  
  and no, the password is correct :)
 
 (...)
 
  My best guess is, that the problem is with my pam-configuration, but I
  have a lenny box with exactly the same pam-config that runs without
  problems.
  
  So any hints where to start looking are greatly appreciated.
 
 A very (very) wild guess... do you have installed libpam-ldapd? It 
 seems to be available for Squeeze/Sid but not for Lenny so maybe now that 
 you updated the system it could be a requirement to fulfill for ldap 
 logins :-?

no I do not have pam-ldapd installed (I use pam-ldap). But thanks for
the idea. I will investigate further.

But any other ideas are still welcome.

cheers,
Hp


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288183683.4405.38.ca...@franz.ifi.uzh.ch



su stopped working (after upgrade to squeeze)

2010-10-26 Thread Hanspeter Kunz
Hi list,

I have a strange problem on one of my debian squeeze boxes. when I try
to become root (or any other local user), su fails with

su: Authentication failure

and no, the password is correct :)
In the auth.log I see

unix_chkpwd[4941]: could not obtain user info (root)

If I try to su to an LDAP-user, su fails with

setgid: Operation not permitted

and I see again the unix_chkpwd message in the auth.log.

It seems there might be something wrong with the suid mechanism, but:
* su is running as root
* sudo works without problems, i.e. I can do all of the above with 
sudo su [username]
  without problems.

My best guess is, that the problem is with my pam-configuration, but I
have a lenny box with exactly the same pam-config that runs without
problems.

So any hints where to start looking are greatly appreciated.

cheers,
Hp


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288097048.4405.16.ca...@franz.ifi.uzh.ch



slapd: SASL/EXTERNAL not supported?

2008-12-13 Thread Hanspeter Kunz
Hi,

I have a working LDAP-installation (slapd from etch) using simple-bind
over TLS. 

when I try to connect with e.g.

  ldapsearch -ZZ -Y EXTERNAL uid=hkunz -LLL

I get

  SASL/EXTERNAL authentication started
  ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available: 

doing

  ldapsearch -x -ZZ -LLL -s base -b  supportedSASLMechanisms 

yields

  dn:
  supportedSASLMechanisms: LOGIN
  supportedSASLMechanisms: DIGEST-MD5
  supportedSASLMechanisms: NTLM
  supportedSASLMechanisms: PLAIN
  supportedSASLMechanisms: CRAM-MD5

Is there no SASL/EXTERNAL support in slapd in etch? 
or did I miss something?

Many thanks,
Hp.


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


Re: Highlighting and annotating PDFs?

2006-08-13 Thread Hanspeter Kunz
On Sun, 2006-08-13 at 14:19 +0100, martin f krafft wrote:
 also sprach martin f krafft [EMAIL PROTECTED] [2006.08.12.2253 +0100]:
   Wine or Crossover Office?
  
  Sure, and I am even considering it, but I don't want to shell out
  money for Acrobat when there's another tool out there. Which makes
  me think I can get it from the university for free anyway, but I'd
  rather not use Acrobat. For one, it's *slow*.
 
 I tried wine, and since Acrobat requires IE 5.5, it failed. I don't
 have XOver Office and I won't shell out money for it without knowing
 it'll work 100%.

have a look at

http://multivalent.sourceforge.net/ 

sounds promising. never tried it though.

cheers,
Hp.


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



Re: modprobe mousedev

2006-02-02 Thread Hanspeter Kunz
On Wed, 2006-02-01 at 20:46 +0100, Rakotomandimby Mihamina wrote:
 On Wed, 2006-02-01 at 19:57 +0200, Adorean Alexandru Raul wrote
  I've recently installed debian with x on a laptop but the problem 
   is the imput device (mouse) won't work.
   I did a modprobe mousedev but stil the pointer won't move. How do i 
   determine the mousedevice in /dev ???
   What's your mouse?
  its a touchpad on the laptop and a standard ps/2 on an other box (having 
  the same problem)

additionally load the psmouse module.

cheers,
Hp.

 
 Please keep replying on the mailing list, use the reply-to-list
 feature of you mail user agent, it should work well.
 
 You could have posted the content of your X configuration file...
 If you dont know what to decide, try a:
   # dpkg-reconfigure xserver-xfree86
 and try eadch possibility.
 
 But I heard /dev/input/mice would be the standard
 
 -- 
 A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
 Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
 http://www.cps-project.org for downloads  documentation.
 Free hosting of CPS groupware: http://www.objectis.org.
 
 
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
Better late than never.
-- Titus Livius (Livy)


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



Re: Re : compilation error

2005-01-09 Thread Hanspeter Kunz
On Mon, 2005-01-10 at 08:27 +1100, Sam Watkins wrote:
 On Sun, Jan 09, 2005 at 04:57:49PM +, Alex Papadopoulos wrote:
  Oh ok, now I got it... Well it IS a problem with gcc...
  Even 'gcc -v' gives me a segmentation fault...
  
  I'll try to reinstall it...
  
  How can this be done actually with apt-get ?
 
 It can't really, AFAIK.
 
 I would download the deb again manually, and install it with dpkg.
 
 It's a pity apt-get does not have a raw get function which simply
 downloads a named package, no matter whether it is installed already,
 etc.  Not very modular of it.

What about apt-get --reinstall install pkgname ?
Doesn't this work?

Cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
Beggars should be no choosers.
-- John Heywood


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


Re: udev + kernel 2.6.8 + usb mass storage

2005-01-08 Thread Hanspeter Kunz
On Sat, 2005-01-08 at 18:39 +0100, JFL wrote:
[...]
 mount -t vfat /dev/sdc1 /mnt/pendrive
 mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
or too many mounted file systems

stupid question: are you sure that there is a vfat filesystem on it?
(is it formatted at all? try fdisk /dev/sdc)

cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
A good reputation is more valuable than money.
-- Publilius Syrus


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


Re: module-assistant no GUI on startup

2005-01-04 Thread Hanspeter Kunz
On Tue, 2005-01-04 at 09:30 -0700, John Schmidt wrote:
 Hi,
 
 I have just upgraded module-assistant to version 0.7 and the default GUI does 
 not start when I do:
 
  sudo module-assistant
 
 Does anyone else see this?  I looked at the changelog.gz in the documentation 
 and didn't see anything that relevant to this. 

yes, I noticed this too. Use

module-assistant select

cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
The man who runs may fight again.
-- Menander


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


Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Hanspeter Kunz
On Sun, 2005-01-02 at 23:39 +0200, Necati DEMiR wrote:
 Hi,
 i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in 
 /dev directory, and i decided to create them by using mknod.
 and i did the followings;
 
 #mknod -m 0660 /dev/hdb b 3 64
 #ln -s /dev/hdb /dev/cdrom
 
 every thing is ok up to now.
 then i tried;
 
 #mount /dev/cdrom /mnt/cdrom/
 
 but it gave error like this;
 
 mount: /dev/cdrom is not a valid block device
 
 How can i solve this problem?
 Thanks!

send us the output of dmesg.

cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
If at first you don't succeed, destroy all evidence that you tried.


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


Re: USB cardreader

2004-12-25 Thread Hanspeter Kunz
On Sat, 2004-12-25 at 09:06 -0500, jeff elkins wrote:
 Merry Christmas, List!
 
 I've built a new sid-based system (kernel 2.6.9) and I'm having a bit of 
 trouble with the attached usb cardreader.
 
 It's recognized at boot:
 
 usb 2-2: new full speed USB device using address 2
 scsi0 : SCSI emulation for USB Mass Storage devices
 Vendor: DMI   Model: MultiFlashRev: 3.00
 Type:   Direct-Access   ANSI SCSI revision: 02
 
 But unless I boot with cards inserted, the devices I need (sda1,sdc1) 
 are not created. Additionally, once mounted they refuse to unmount with a
 'device busy.'

Do you have hotplug installed?

-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
May you live in uninteresting times.
-- Chinese proverb


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



Re: USB cardreader

2004-12-25 Thread Hanspeter Kunz
On Sat, 2004-12-25 at 10:08 -0500, jeff elkins wrote:
 On Saturday 25 December 2004 9:18 am, Hanspeter Kunz wrote:
  On Sat, 2004-12-25 at 09:06 -0500, jeff elkins wrote:
   Merry Christmas, List!
  
   I've built a new sid-based system (kernel 2.6.9) and I'm having a bit of
   trouble with the attached usb cardreader.
  
   It's recognized at boot:
  
   usb 2-2: new full speed USB device using address 2
   scsi0 : SCSI emulation for USB Mass Storage devices
   Vendor: DMI   Model: MultiFlashRev: 3.00
   Type:   Direct-Access   ANSI SCSI revision: 02
  
   But unless I boot with cards inserted, the devices I need (sda1,sdc1)
   are not created. Additionally, once mounted they refuse to unmount with a
   'device busy.'
 
  Do you have hotplug installed?
 
 
 Yes. I did notice that it didn't have a symlink in rc2.d so I created one 
 S21hotplug, but that didn't solve the problem.

Hm, I would reinstall hotplug (just to be sure). 
Do you have the module auto-loader in the kernel?
Any error messages in the syslog? 
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
Have a nice diurnal anomaly.


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



Re: X.org ----- Xfree

2004-12-15 Thread Hanspeter Kunz
On Tue, 2004-12-14 at 18:49 -0500, Johan Kullstam wrote:
 Hanspeter Kunz [EMAIL PROTECTED] writes:
 
  Hi Johan,
  
   I am using the radeon driver supplied with xfree86 4.3 in debian/sid.
   I can set the display to 1400x1050 but there is a band about an inch
   or so (roughly 100-200 pixels in width) along the rightmost edge where
   the picture is distorted by odd shadings.
  
  On my Sony Z1, radeon card, xfree is running on 1400x1050 without
  problems.
 
 From XFree86.0.log, it seems I am using
 ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]
 
 The laptop specs call it an ATI Radeon 9600.
 
 Is this the same video as you have?  Going to google, I see
 referrences to M6.

That's true, my machine has ATI Radeon M6 LY. But I installed sid on a
SONY S1HP (for a friend) recently, which has the ATI Radeon 9600. It
runs with a even more esotheric resolution at 1280x800. There is no
reason why it shouldn't run at 1400x1050.

 Would you care to share some more details about how you got it to
 work?
I send you my xconfig for the SONY Z1 (configured for internal and
external display) so you can pick out the relevant bits, if your xconfig
is the problem.

In case there is a kernel issue: On the SONY S1HP I used the stock
Debian 2.6.9 kernel. (I cannot send you the xconfig from that machine
right now, but th xconfig shouldn't be different. As far as I remember
there is not specific 9600 stuff in it.)

Hm, you mention artefacts on the screen. Do you run the XFree on the
framebuffer? If yes, try the ati driver instead.

cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
You can't break eggs without making an omelet.
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the ### BEGIN DEBCONF SECTION line above, and/or after the
# ### END DEBCONF SECTION line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file? in /usr/share/doc/xfree86-common/FAQ.gz.

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadxtrap
Loadspeedo
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc105
Option  XkbLayout de_CH
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  GlidePointPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  LCD Video Card
Driver  ati
BusID   PCI:1:0:0
Screen  0
EndSection

Section Device
Identifier  VGA Video Card
Driver  ati
BusID   PCI:1:0:0
Screen  1
EndSection

Section Monitor
Identifier  LCD Monitor
HorizSync   30-94

Re: Newbie ?'s, Start and stop SSHd?

2004-12-15 Thread Hanspeter Kunz
On Wed, 2004-12-15 at 17:12 -0500, Charles Read wrote:
 Hey everybody!
 
 I just installed Debian and I can't figure out how to start and stop 
 sshd.  I have tried all the 'usual' stuff to no avail.  Any help?

/etc/init.d/ssh start
/etc/init.d/ssh stop

By the way, what is the usual stuff???

-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
There's no heavier burden than a great potential.


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



Re: X.org ----- Xfree

2004-12-14 Thread Hanspeter Kunz
Hi Johan,

 I am using the radeon driver supplied with xfree86 4.3 in debian/sid.
 I can set the display to 1400x1050 but there is a band about an inch
 or so (roughly 100-200 pixels in width) along the rightmost edge where
 the picture is distorted by odd shadings.

On my Sony Z1, radeon card, xfree is running on 1400x1050 without
problems.

cheers,
Hp.
-- 
Hanspeter Kunz  Artificial Intelligence Laboratory
Ph.D. Student   Department of Information Technology
Email: [EMAIL PROTECTED]   University of Zurich
Tel: +41.(0)44.63-54306 Andreasstrasse 15, Office 2.12
http://ailab.ch/people/hkunzCH-8050 Zurich, Switzerland

Spamtraps: [EMAIL PROTECTED] [EMAIL PROTECTED]
---
Patience is the best remedy for every trouble.
-- Titus Maccius Plautus


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


Re: USB stick vom Mac

2004-02-11 Thread Hanspeter Kunz
On Wed, 2004-02-11 at 12:57, Christian Schmidt wrote:
 Hallo Bernhard,
 
 Bernhard Kleine, 11.02.2004 (d.m.y):
 
  auch 
  mount -t hfs /dev/sda1 /mnt/flash 
  
  bringt sda1 kein unterstuetztes blockorientiertes Geraet
 
 Hast Du meine Mail nicht gelesen?
war vielleicht auch besser. sda ist meiner meinung nach das ganze
device, sda1 die erste partition. sda1 ist (je nach partition des memory
stick) richtig.

Gruss
Hp.
  
  so what?
 
 Du hast geschrieben, dass Dein USB-Stick als /dev/hda erkannt wird,
 versuchst ihn aber als /dev/hda1 anzusprechen.
 
 Faellt Dir etwas auf?
 hda != hda1
 
  in den manpages von mount steht ja nur hfs als filesystem des Mac
  (oder?).
  
  Muss ich Kernelmodule nachladen, damit hfs unterstuetzt wird, wenn ja
  welche?
 
 Auch hier kann ich nur auf meine erste Mail zum Thema verweisen: Bist
 Du sicher, dass sich auf dem USB-Stick ein HFS-Dateisystem befindet?
 Das ist _nur dann_ der Fall, wenn das Teil am Mac schonmal neu
 formatiert worden ist.
 
 Gruss,
 Christian
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: USB stick vom Mac

2004-02-10 Thread Hanspeter Kunz
Hoi Bernhard

 ich kann den USB stick mit sg_scan und sg_map finden
 
 als /dev/sda
 
 leider bringt 
 
 mount -t vfat /dev/sda1 /mnt/flash
 
 mit sda1 ist kein blockorientiertes Geraet zurueck.
 
 wie muss man denn einen USB Stick vom Mac mounten?

bist Du sicher das vfat auf demn USB Stick drauf ist, Könnte es auch hfs
(oder schlechter hfs extended) sein?

Ich vermute allerdings dass die Sache komplizierter ist. Der Mac hat
vermutlich mehrere Partitionen angelegt auf dem USB Stick (ich schliesse
das aus der Situation, die ich auf meinem iPod fand). Versuch doch mit
dem Mac genau das layout auf dem USB Stick rauszufinden. Du musst in
gegebenenfalls umformatieren, da Linux kein hfs extended lesen kann.

Um die Mac Partitionstabelle lesen zu können, muss auch das
entsprechende Kernel-Feature vorhanden sein.

Gruss,
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: [UPDATE] Netzwerkproblem mit egal welcher Netzwerkkarte auf Elitegroup K7S6A Board

2004-02-04 Thread Hanspeter Kunz
schick doch mal die outputs von ifconfig und route.

Wo kommt Deine IP her? Manuell oder DHCP?

Gruss,
Hp.

On Wed, 2004-02-04 at 10:44, Patrik Mayer wrote:
 Arrrggg,
 
 Problem hab ich ja ganz vergessen, danke Hanspeter Kunz.
 
 
 Sowie ein ping abgesetzt wird, der nicht auf die lokale Maschine verweist
 kommt ein timeout...
 
 
 
 ~# ping xx.xx.xx.xx
 
 NETDEV WATCHDOG: eth0: transmit timed out
 eth0: Setting 100mbps full-dupley based on auto-nefotiated partner ability
 45e1.
 
 (abtipp)
 Das ganze mit einer Realtek. Die Davicom bringt eine ähnliche Meldung - der
 Sinn ist der selbe (TX time out o.ä.)
 
 ergo komm ich an nichts im Netz dran.
 
 
 mfg
 
 
 Patrik Mayer
 ---
 Intedo GmbH
 Heinrich-Neeb-Str. 17
 35423 Lich
 
 fon: 06404 6590 0
 
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



RE: [UPDATE] Netzwerkproblem mit egal welcher Netzwerkkarte auf Elitegroup K7S6A Board

2004-02-04 Thread Hanspeter Kunz
Danke ;-)

Sind die Machinen, die Du zu erreichen versuchst alle auf dem
192.168.116.0 Netz?

Falls nein, brauchst du einen default-Gateway.

Falls ja, könnte es auch ein Kernel-Problem sein. Such mal mit Google
nach 'NETDEV WATCHDOG: eth0: transmit timed out', da findest Du einiges.

Irritierend finde ich 
 RX packets:0 errors:0 dropped:1393 overruns:0 frame:0

Hast Du einen Firewall installiert?

Gruss,
Hp.

On Wed, 2004-02-04 at 11:42, Patrik Mayer wrote:
 Hi,
 
  schick doch mal die outputs von ifconfig und route.
 würd ich gerne, aber copypaste is nicht.
 Ich komm ja nicht auf die kiste drauf.
 
 ifconfig sagt, das die ip konfiguriert ist und alles ok ist.
 
 Link Encap Ethernet HWAddr xx:xx:xx:xx:xx:xx
 inet addr: 192.168.116.16 BCast: 192.168.116.255 mask: 255.255.255.0
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:0 errors:0 dropped:1393 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collission:0 txqueuelen:100
 RX Bytes 0 TX bytes 0
 IRQ: 11 base: 0xa000
 
 (abtipp)
 
 
 
 route hat eine route vom lokalen netz
 
 Destination   Gateway Genmask Flags   iface
 192.168.116.0   0.0.0.0   255.255.255.0 U eth0
 
 (abtipp)
 
  Wo kommt Deine IP her? Manuell oder DHCP?
 manuell. Ist ein frisch isntalliertes woodyR1 base.
 
 
 
 thnx
 
 
 Patrik Mayer
 ---
 Intedo GmbH
 Heinrich-Neeb-Str. 17
 35423 Lich
 
 fon: 06404 6590 0
 
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: XFree 4.3 aus Experimental

2004-02-04 Thread Hanspeter Kunz
Hoi Stefan,

ich benütze XFree 4.3 aus experimental schon lange. Ohne Probleme (ATI
Radeon Mobility).

Why think? Try the experiment!

cheers,
Hp.

 Hallo,
 
 hat jemand Erfahrung mit XFree 4.3 aus Experimental? Kann man sich da ran 
 trauen, oder sollte man besser die Finger davon lassen? Es wundert mich 
 sowieso das es XFree 4.3 noch nicht einmal nach Sid geschaftt hat, obwohl das 
 nun doch schon seit einiger Zeit gibt und selbst XFree 4.4 schon vor der Tür 
 steht.
 
 
 Gruss,
 Stefan
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQFAIQD2Fdd7dooRJzsRAoRbAJwOcnNYoLDjqe+azu5vvBlv6EmoigCfbZSo
 XCyYZ5ol9qgmg54Fa9WDV6I=
 =xC+V
 -END PGP SIGNATURE-
 
 
 --
 Haeufig gestellte Fragen und Antworten (FAQ):
 http://www.de.debian.org/debian-user-german-FAQ/
 
 Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
 mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Worrying message at boot re. mount error

2004-02-03 Thread Hanspeter Kunz
check /etc/fstab, I guess one of the entries is the problem.

cheers,
Hp.

On Tue, 2004-02-03 at 16:37, Anthony Campbell wrote:
 I've noticed a worrying message at boot. It comes just after 
   Cleaning /tmp /var/run /var/lock
 
 and reads:
   mount: wrong fstype, bad option, bad superblock on tmpfs, or
   too many mounted filesystems
 
 In spite of this, everything seems to work as it should and
 /var/log/boot does not show the same error message. Something
 misconfigured I suppose but I can't think where. Anyone know what it
 refers to or what needs to be done for it?
 
 AC.
 
 -- 
 [EMAIL PROTECTED]||  http://www.acampbell.org.uk
 using Linux GNU/Debian ||  for book reviews, electronic 
 Windows-free zone  ||  books and skeptical articles
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


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



Re: Worrying message at boot re. mount error

2004-02-03 Thread Hanspeter Kunz
check /etc/fstab, I guess one of the entries is the problem.

cheers,
Hp.

On Tue, 2004-02-03 at 16:37, Anthony Campbell wrote:
 I've noticed a worrying message at boot. It comes just after 
   Cleaning /tmp /var/run /var/lock
 
 and reads:
   mount: wrong fstype, bad option, bad superblock on tmpfs, or
   too many mounted filesystems
 
 In spite of this, everything seems to work as it should and
 /var/log/boot does not show the same error message. Something
 misconfigured I suppose but I can't think where. Anyone know what it
 refers to or what needs to be done for it?
 
 AC.
 
 -- 
 [EMAIL PROTECTED]||  http://www.acampbell.org.uk
 using Linux GNU/Debian ||  for book reviews, electronic 
 Windows-free zone  ||  books and skeptical articles
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


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



Re: Worrying message at boot re. mount error

2004-02-03 Thread Hanspeter Kunz
is any of the filesystems (not marked as 'noauto') missing after
booting?

On Tue, 2004-02-03 at 17:04, Anthony Campbell wrote:
 On 03 Feb 2004, Adam Aube wrote:
  On Tuesday 03 February 2004 10:37 am, Anthony Campbell wrote:
   I've noticed a worrying message at boot. It comes just after
 Cleaning /tmp /var/run /var/lock
  
   and reads:
 mount: wrong fstype, bad option, bad superblock on tmpfs, or
 too many mounted filesystems
  
   In spite of this, everything seems to work as it should
  
  Can you post the contents of /etc/fstab?
  
  Adam
  
 
 
 
 
 
 # /etc/fstab: static file system information.
 #
 # file system   mount point   type   options  dump 
  pass
 #
 /dev/hda7 /ext3defaults,errors=remount-ro  01
 /dev/hdb7   /usr/local   ext3defaults0   
  2
 /dev/hdb8   /homeext3defaults0   
  2
 /dev/hdb9   /dataext3defaults   0
 2
 /dev/hda1   /msdos   msdos   rw,noauto,user  0   
  0
 /dev/hda6   /backup  ext3rw,noauto,user  0   
  2
 /dev/hda5 none swapsw  00
 /dev/hdb10  /gentoo  ext3rw,noauto,  0   
  0
 proc  /procprocdefaults00
 none/proc/bus/usb  usbdevfs  defaults0   
  0 
 /dev/fd0  /floppy  autodefaults,user,noauto,rw 00
 /dev/cdrom/cdrom   iso9660 defaults,ro,user,noauto 00
 #
 
 
 
 
 -- 
 [EMAIL PROTECTED]||  http://www.acampbell.org.uk
 using Linux GNU/Debian ||  for book reviews, electronic 
 Windows-free zone  ||  books and skeptical articles
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


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



Re: mplayer + esound

2004-01-27 Thread Hanspeter Kunz
you could use a more recent version of mplayer.

cheers,
Hp.

MPlayer 1.0pre3-3.3.3 (C) 2000-2003 MPlayer Team
 
CPU: Intel Pentium M Banias 2374 MHz (Family: 6, Stepping: 5)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
SSE2 supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE
 
Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/hkunz/.mplayer/config
Available audio output drivers:
mpegpes DVB audio output
oss OSS/ioctl audio output
alsa9   ALSA-0.9.x audio output
artsaRts audio output
esd EsounD audio output
nas NAS audio output
sdl SDLlib audio output
nullNull audio output
pcm RAW PCM/WAVE file writer audio output
plugin  Plugin audio output


On Tue, 2004-01-27 at 12:00, Gustavo Halperin wrote:
 Hello
  I use the esound. XMMS work OK, but the mplayer doesn't now the esd 
 driver.
 When I do mplayer -ao help, I receive:
 [EMAIL PROTECTED]:~$ mplayer -ao help
 MPlayer 1.0pre2-2.95.4 (C) 2000-2003 MPlayer Team
 
 CPU: Intel Pentium 4/Xeon/Celeron Northwood 1794 MHz (Family: 8, 
 Stepping: 7)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
 Compiled with Runtime CPU Detection - WARNING - this is not optimal!
 To get best performance, recompile MPlayer with 
 --disable-runtime-cpudetection
 Reading config file /etc/mplayer/mplayer.conf
 Reading config file /home/gusti/.mplayer/config
 Available audio output drivers:
mpegpesMpeg-PES audio output
ossOSS/ioctl audio output
nullNull audio output
pcmRAW PCM/WAVE file writer audio output
pluginPlugin audio output
 
  And the oss doesn't work.
 There is any way to use mplayer with 'esd' ???
 
  Thank you
Very Much
Gusti
 -- 
 Regards.
 gustavo halperin
 _
 Laboratory for Computer Graphics and CAD
 Faculty of Mechanical Engineering
 Technion - Israel Institute of Technology
 Haifa, Israel 32000
 
 Tel:  972-4-829-2334
 Fax:972-4-829-5711
 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 _
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


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



Re: mplayer + esound

2004-01-27 Thread Hanspeter Kunz
On Tue, 2004-01-27 at 16:48, Gustavo Halperin wrote:
 Hanspeter Kunz wrote:
 
 you could use a more recent version of mplayer.
 
 cheers,
 Hp.
 
 MPlayer 1.0pre3-3.3.3 (C) 2000-2003 MPlayer Team
   
 
  Thank you very much, now is work.
  Maybe, do you know how to use 'aumix' or  'wmmixer' or any
 applet  or application with 'esound'
   Or how to  active the '/dev/mixer' with the 'esoun'  ??
 
   Thank you  again
   Gusti

I'm not sure what your question is. Maybe you can decribe it in more
detail.

To my opinion, accessing /dev/mixer should be independent of esd.
So if you can't access the mixer, then it is probably a problem of the
permissions, but it should not be a problem related to esd.

cheers,
Hp.


 
  
 CPU: Intel Pentium M Banias 2374 MHz (Family: 6, Stepping: 5)
 Detected cache-line size is 64 bytes
 MMX2 supported but disabled
 SSE2 supported but disabled
 CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
 Compiled for x86 CPU with extensions: MMX SSE
  
 Reading config file /etc/mplayer/mplayer.conf
 Reading config file /home/hkunz/.mplayer/config
 Available audio output drivers:
 mpegpes DVB audio output
 oss OSS/ioctl audio output
 alsa9   ALSA-0.9.x audio output
 artsaRts audio output
 esd EsounD audio output
 nas NAS audio output
 sdl SDLlib audio output
 nullNull audio output
 pcm RAW PCM/WAVE file writer audio output
 plugin  Plugin audio output
 
 
 On Tue, 2004-01-27 at 12:00, Gustavo Halperin wrote:
   
 
 Hello
  I use the esound. XMMS work OK, but the mplayer doesn't now the esd 
 driver.
 When I do mplayer -ao help, I receive:
 [EMAIL PROTECTED]:~$ mplayer -ao help
 MPlayer 1.0pre2-2.95.4 (C) 2000-2003 MPlayer Team
 
 CPU: Intel Pentium 4/Xeon/Celeron Northwood 1794 MHz (Family: 8, 
 Stepping: 7)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
 Compiled with Runtime CPU Detection - WARNING - this is not optimal!
 To get best performance, recompile MPlayer with 
 --disable-runtime-cpudetection
 Reading config file /etc/mplayer/mplayer.conf
 Reading config file /home/gusti/.mplayer/config
 Available audio output drivers:
mpegpesMpeg-PES audio output
ossOSS/ioctl audio output
nullNull audio output
pcmRAW PCM/WAVE file writer audio output
pluginPlugin audio output
 
  And the oss doesn't work.
 There is any way to use mplayer with 'esd' ???
 
  Thank you
Very Much
Gusti
 -- 
 Regards.
 gustavo halperin
 _
 Laboratory for Computer Graphics and CAD
 Faculty of Mechanical Engineering
 Technion - Israel Institute of Technology
 Haifa, Israel 32000
 
 Tel:  972-4-829-2334
 Fax:972-4-829-5711
 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 _
 
 
 
 -- 
 Regards.
 gustavo halperin
 _
 Laboratory for Computer Graphics and CAD
 Faculty of Mechanical Engineering
 Technion - Israel Institute of Technology
 Haifa, Israel 32000
 
 Tel:  972-4-829-2334
 Fax:972-4-829-5711
 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 _
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


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



Re: kernel2.6.0

2004-01-19 Thread Hanspeter Kunz
Du brauchst die neuen modutils.

apt-get install module-init-tools

Gruss,
Hp.

On Mon, 2004-01-19 at 20:01, [EMAIL PROTECTED] wrote:
 Moin moin, Liste,
 
 ich habe mir jetzt sartge aufgespielt und gleich dabei den Kernel 2.6.0
 kompiliert.
 Klingt ja auch nicht schecht, eigentlich,
 aber wenn ich das System hochfahre, bekomme ich immer als Warnung folgendes:
 
 depmod:QM_MODULES: function not implemented
 
 Damit kann ich nichts anfangen.
 
 Das System hat keinerlei Module und demzufolge natürlich auch nicht mal
 Zugang ins Netz.
 
 Weiß jemand, was das bedeutet ? 
 
 Danke
 
 Jan
 
 -- 
 +++ GMX - die erste Adresse für Mail, Message, More +++
 Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail
-- 
Hanspeter Kunz
Artificial Intelligence Lab
Dept. of Information Technology
University of Zurich
+41 1 635 43 06 work
+41 1 635 68 09 fax
www.ifi.unizh.ch/~hkunz


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)