cups: Backend /usr/lib/cups/backend/usb does not exist! [solved]

2017-08-03 Thread Simon Brandmair
Hi everybody,

it took me quite a while to figure this out so I thought I post this
here for someone else in need to find this.

I wanted to reinstall my printer Brother HL-3040CN after I upgraded to
stretch. That didn't work at first. The installer failed with "Backend
/usr/lib/cups/backend/usb does not exist!". ldadmin gave 'Bad device-uri
scheme "usb"'.

The solution was easy, if I had known what to do: copy
/usr/lib/cups/backend-available/usb to /usr/lib/cups/backend/. Doi!

Maybe this will help someone in the future.

Simon



Unable to connect to higher wifi channels with Broadcom BCM4360

2016-02-23 Thread Simon Brandmair
Hi everyone,

I have a Broadcom BCM4360 wireless card (Archer T8E), which uses the wl
module (version 6.30.223.248 on jessie). I am unable to connect to
channel 100 or higher on the 5GHz band.

The problem seems to be: `iwlist wlan0 chan` returns:
   wlan0 32 channels in total; available frequencies :
  Channel 01 : 2.412 GHz
  [snip]
  Channel 64 : 5.32 GHz
  Channel 66 : 5.33 GHz
  Channel 68 : 5.34 GHz
  Channel 96 : 5.48 GHz
  Current Frequency:5.22 GHz (Channel 44)

`iw reg get` gives me:
  country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 20), (N/A), NO-OUTDOOR
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(57000 - 66000 @ 2160), (N/A, 40), (N/A)

Am I missing something or is the card and the module just not supporting
higher channels?
I would be thankful for any pointers.

Cheers,
Simon



Re: Security in our local network

2015-08-15 Thread Simon Brandmair
Hi,

On 08/15/2015 12:00 PM, B. M. wrote:
 - WLAN: SSID hidden, strong password, but I can't really trust the router, 
 can I ?

Hidden SSID probably just gives you a wrong sense of security. See here
[1] for example.

Cheers,
Simon


[1]
http://www.howtogeek.com/howto/28653/debunking-myths-is-hiding-your-wireless-ssid-really-more-secure/



Re: IP address

2015-07-17 Thread Simon Brandmair
Hi,

On 07/17/2015 07:50 PM, John J. Boyer wrote:
 None of these solutions work. ifconfig is not available on Jessie. ip 
 seems to be inapropriate. dig produces nothing. I have used ifconfig on 
 other distros.

ifconfig is available if you install net-tools.
And what do you mean with ip seems to be inapropriate? `ip addr` works
fine here on Jessie.

Cheers,
Simon


-- 
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/mobftp$3at$1...@news.albasani.net



Re: nfs problems

2015-05-08 Thread Simon Brandmair
Hi,

On 05/08/2015 09:00 AM, Petter Adsen wrote:
 On Fri, 8 May 2015 00:50:24 -0400
 Gene Heskett ghesk...@wdtv.com wrote:
 On Friday 08 May 2015 00:36:51 bri...@aracnet.com wrote:
 On Fri, 8 May 2015 00:03:22 -0400
 Gene Heskett ghesk...@wdtv.com wrote:

 i just finished wrestling with NFS set-up problems myself.
 
 Add no_root_squash here, and root will be able to write on the
 clients.

But isn't there a potential security risk in using that option? AFAIK,
with that option enabled, a remote root user (on the nfs client) could
gain root privileges the nfs server.

Cheers,
Simon


-- 
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/miis8s$15h$1...@news.albasani.net



Re: Have I been hacked?

2015-01-06 Thread Simon Brandmair
On 01/06/2015 09:10 AM, Danny wrote:
[...]
 However, prior to this breakin, in early December 2014, I noticed my network
 behaving strangely especially through wireless connections.
[...]

I can't give you any input on your specific problem. But here is a
pointer from the Securing Debian Manual (if you don't already know it):
After the compromise (incident response) [1]

Cheers,
Simon


[1]
https://www.debian.org/doc/manuals/securing-debian-howto/ch-after-compromise.en.html


-- 
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/m8h3u6$q7e$1...@news.albasani.net



aa-logprof/aa-genprof not working after jessie upgrade

2014-11-27 Thread Simon Brandmair
Hi everyone,

I recently upgrade to jessie. I noticed now that aa-logprof/aa-genprof
(for apparmor) stopped working. When I try to create a new profile with
aa-genprof it doesn't add any rules while I see them in the logs. Same
with aa-logprof (both worked just fine in wheezy) . I don't know how to
debug this further. Is this a bug in the jessie packages or did I miss
something in the upgrade progress?

Cheers,
Simon


-- 
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/m57rlt$eie$1...@news.albasani.net



Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Simon Brandmair
On 11/13/2014 11:50 AM, Renaud (Ron) OLGIATI wrote:
 In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?)  
 Ctrl-Alt-F12  would take you to a screen displaying in real time the kernel 
 messages.
 
 Is that possible in Debian ?

Yes. With syslog-ng, you can use destination d_console_all {
file(/dev/tty12); }; and set up a proper log path.

Cheers,
Simon


-- 
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/m42sg4$e75$1...@news.albasani.net



Re: Possible comprommission, what to do ?

2014-11-13 Thread Simon Brandmair
On 11/13/2014 10:00 AM, Erwan David wrote:
[...]
 However, I'd prefer be sure my server was not compromised, and at the
 lower possibe cost (in time and work). Is there a way to check the
 packages/installed files from outside sources (I may boot a fresh live
 system in order to have clean utilities), or even provoke a reinstall
 with a new download of the whole system ?

You might want to have a look at the Securing Debian Manual
Chapter 11 - After the compromise (incident response) [1].

Cheers,
Simon


[1]
https://www.debian.org/doc/manuals/securing-debian-howto/ch-after-compromise.en.html


-- 
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/m42s9a$dm1$1...@news.albasani.net



Re: UEFI install

2012-11-27 Thread Simon Brandmair
On 27/11/2012 20:50 Erwan David wrote:

 I got a new Lenovo T530, I added a SSD as second disk, and now have a
 win7, UEFI boot on MBR partitionned sdb disk.

 I tried latest beta installer for wheezy (beta4), but it could not boot
 in UEFI mode

 (I got a text menu writtent on the right of the screen, then after
 selecting an entry Error, no suitable mode found, then reboot...)

 Is there a way for me to install a debian double boot without first
 reinstalling the windows ?

I recently had a simliar problem. I managed to install Debian by
changing in the bios the boot method from UEFI the Legacy BIOS. Once
Debian was up and running, I replaced the normal grub with grub-efi,
changed the bios setting back to UEFI boot, and dual boot works now
pretty good.

Cheers,
Simon


-- 
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/k936h3$7tf$1...@news.albasani.net



squid on other box than iptables NAT?

2012-09-17 Thread Simon Brandmair
Hi group,

I thought I could run squid (3.1.20) on one box, and iptables with DNAT
on another box with

iptables -t nat -A PREROUTING -p tcp --dport 80 -i $LOCIF ! -s $squidbox
! -d $localnet -j DNAT --to-destination $squidbox:3128

squid.conf snip:
http_port 192.x.x.x:3128 intercept

But on the squidbox /var/var/log/squid3/cache.log says:
IpIntercept.cc(137) NetfilterInterception:  NF
getsockopt(SO_ORIGINAL_DST) failed on FD 45: (92) Protocol not available

Some manuals on the internet suggest that this setup should be possible
[1], while others claim squid must run on the same box performing NAT
[2].

Can anybody help me out with this?

Cheers,
Simon



[1] http://tldp.org/HOWTO/TransparentProxy-6.html
[2]
http://squid-web-proxy-cache.1019090.n4.nabble.com/external-NAT-and-quot-Protocol-not-available-quot-td3173494.html


-- 
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/k37ctf$s3o$1...@news.albasani.net



Re: Backup2l config

2012-05-11 Thread Simon Brandmair
Hi,

On 11/5/2012 11:30 Bastien Rocheron wrote:
 I'm trying to backup a directory with backup2l and I don't understand the
 'Backup parameters'. I don't understand the levels, max full backups...
 because with the current settings I end up with my disk filled very
 quickly. The directory is 1GB approx and every day backup2l eats up another
 GB so I guess this is not quite differential.

What about the man page:
The  method  of  hierarchical  differential  backups is a
generalization to the concept of the daily, weekly and monthly
backups. Each backup has a level and a serial number. Maximum-level
backups are comparable with daily differential backups, level-0
backups are full backups. For example, let MAX_LEVEL be 4 and
MAX_PER_LEVEL be 5. After 5 level-4 backups (e. g. after 5 days), a
new level-3 backup is made. After 5 level-3 backups (and 5*5 at
level-4), a new level-2 backup is made, and so on. Each differential
backup contains the changes towards the previous backup of the same or
a lower level.

Cheers,
Simon


-- 
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/jojh4f$q54$1...@news.albasani.net



Re: When will Debian 7.0 with Linux Kernel 3.x be Released?

2012-03-28 Thread Simon Brandmair
On 27/3/2012 07:10 Teo En Ming (Zhang Enming) wrote:

 When will Debian 7.0 be released?

When it's done.

SCNR.
Simon


-- 
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/jkv95k$6ij$1...@news.albasani.net



Re: usb failure

2011-09-11 Thread Simon Brandmair
On 10/9/2011 17:30 Gareth de Vaux wrote:

 Hi guys, I've been having usb issues on and off for about 2 years with
 my SUN W1100z workstation. The keyboard, mouse, flash stick etc. are all
 currently unresponsive. (The machine only has usb ports, all of which I've
 tried).

Maybe related to: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634023

Cheers,
Simon


-- 
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/j4hrb5$dpc$1...@news.albasani.net



Re: Repository keys (was: (none))

2011-07-22 Thread Simon Brandmair
On 22/7/2011 16:40 co...@esid.gecgr.co.cu wrote:
 I have copied a local repository they with squeeze that a friend
 facilitated me now I want to upgrade it of internet.

 the question is that i gives me error when verifying the keys.

 with which commands can be requested and did to install the keys of
 ftp.debian.org or ftp.us.debian.org and security.debian.org to upgrade my
 repository Owe squeeze???

The keys with which the debian repository is signed are in the package
debian-archive-keyring. Also have a look at apt-key.

If you need more help, post more info (what excatly are you doing, what
error message).

Cheers,
Simon


-- 
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/j0c2qf$c09$1...@news.albasani.net



Re: Samba or NFS

2011-06-05 Thread Simon Brandmair
Hi,

On 3/6/2011 19:50 Axel Freyn wrote:
[...]
 For NFSv4 this has changed. You can use NFSv4 in different modes. The
 easy one has the same problem.
 However, you can switch on strong authentification (based on Kerberos),
 then it's safe (the server verifies that the client has the correct
 Kerberos-token of this user -- UID is not sufficient), and even ask to
 sign all transfers (to block man-in-the-middle-attacks which could
 change the commands sent to the server) and encryption (to protect data
 privacy).

 However, it's much more work to install, as you also need a full
 Kerberos-setup

I haven't looked at all into Kerberos, but sort of considering it. So I
was wondering, if it is worth (or even just work) when I just have a
server client network and no extra kerberos server? Or is Kerberos
rendered useless if I let it run on the same server that hosts the nfs
server?

Cheers,
Simon


-- 
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/isfiqp$hsn$1...@news.albasani.net



Re: Multiple instances of udev daemon?

2011-05-06 Thread Simon Brandmair
Hello,

On 6/5/2011 15:00 Christopher Judd wrote:
   Is it normal to have multiple instances of udev daemon running?

I don't know if it is normal. But on my system, I have three instances
of udev daemon as well.

Cheers,
Simon


-- 
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/iq15ml$bf9$1...@news.albasani.net



Re: Problem with Debian 6

2011-03-09 Thread Simon Brandmair
On Wed, 09 Mar 2011 15:40:01 +0100 Juan Germán Arrieta Martínez wrote:

 Hi, I'm German from Mexico.
 I have a problem when I install Debian in my laptop. When I reboot my
 computer after the installation, and choose Debian in the grub, the
 screen turns off and the hard disc stop working.
 My computer is a VAIO VPCCW25FL:

Sorry, your problem description is so general, probably nobody will be 
able to help you here.

Simon


-- 
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/pan.2011.03.09.16.44...@gmx.net



Re: How to manage iPod and keep it in sync

2011-03-05 Thread Simon Brandmair
On Friday 04.03.2011 16:29, Manu Krishnan T.V wrote:
 On Monday 28 February 2011 12:11 AM, Simon Brandmair wrote: 
  I am looking for a program to properly manage my iPod.

 Try gtkpod. I have used it earlier with my iPod nano and it does all 
 the stuffs you mentioned.

Thanks. I looked into gtkpod before and couldn't quite figure out how to 
do the syncing properly. I will give it another shot.

Cheers,
Simon



-- 
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/pan.2011.03.05.10.10...@gmx.net



Re: Amarok crashing on launch

2011-03-01 Thread Simon Brandmair
On Tue, 01 Mar 2011 19:30:02 +0100 AG wrote:

  However, attempting to capture this output via amarok --debug 
 amarok.txt (or | amarok.txt) doesn't capture anything at all in a text
 format that I can copy and paste as part of this request for help.
 
 Two questions, then:
 
 (1) how do I capture all of the debugging output from amarok --debug?

How about `amarok --debug 2 amarok_err.txt` ?

 (2) any initial thoughts on why Amarok might start to crash today?  I
 updated today and rebooted yesterday, and Amarok was working fine for me
 yesterday after I booted up.  So, it may have been something in today's
 updates (I only had 7 packages updated, but cannot remember which).

If you use aptitude to update your system, it keeps the update history 
in /var/log/aptitude. Maybe you find something there.

Cheers,
Simon


-- 
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/ikjgl8$las$01$1...@news.t-online.com



How to manage iPod and keep it in sync

2011-02-27 Thread Simon Brandmair
Hi group,

I am looking for a program to properly manage my iPod. I am aware of some 
programs to add and delete songs (like amarok), but I am looking for a 
program which
 * displays missing files on iPod, which are in local music collection
 * syncs by prompting to add them to iPod or delete them on local 
collection
  * displays missing file on local collection, which are on iPod
  * syncs by prompting to add them to local collection or delete them on 
iPod

I would really appreciate some pointers.
Cheers,
Simon


-- 
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/ike5sn$8nm$02$1...@news.t-online.com



Re: Skype

2011-02-08 Thread Simon Brandmair
Hi,

On Mon, 07 Feb 2011 11:20:02 +0100 Raffaele Morelli wrote:
 I wonder if anyone of you is currently using skype on debian amd64 and
 which app are you using.

I am successfully running the Ubuntu 8.10+ 64-bit version on debian 
squeeze 64bit.

Cheers,
Simon


-- 
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/iis1fi$j05$00$1...@news.t-online.com



[SELinux] Wildcard for object classes?

2011-02-03 Thread Simon Brandmair
Hi,

I posted this to  linux.debian.security but didn't get any reply. Maybe 
someone can help me out here.

I just started looking into SELinux. I am wondering if there is a way to 
have wildcards in avc rules like:
auditallow source_t target_t : * * ;
which audits all access from source_t to target_t.

Or do I have to add all classes objects to the rule like:
auditallow source_t target_t : {appletalk_socket, association, 
blk_file ... } * ;

Cheers,
Simon


-- 
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/iif12p$19c$00$1...@news.t-online.com



Re: Making /tmp noexec

2010-11-13 Thread Simon Brandmair
On Fri, 12 Nov 2010 13:40:02 +0100 James Allsopp wrote:
 I was reading this page about making tmp non-executable
 (http://pario.no/2007/10/04/making-tmp-non-executable/) but it seems a
 little out of date as I'm using Squeeze.
 
 I changed fstab, and edited by 70debconf to
 
 DPkg::Pre-Install-Pkgs {mount -o remount,exec
 /tmp;/usr/sbin/dpkg-preconfigure --apt || true;};
 DPkg::Post-Invoke{mount -o remount /tmp;};

I would test first, if apt even needs /tmp to be executable. I run it 
with /tmp non-exec and don't have any problems with it.

Simon


-- 
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/ibmc35$ohp$0...@news.t-online.com



Re: nfs shares not mounted on boot

2010-10-26 Thread Simon Brandmair
On Tue, 26 Oct 2010 17:00:03 +0200 Denis Laxalde wrote:
 Recently nfs shares stopped being automatically mounted on 2 of my
 machines. These are up-to-date squeeze systems and the nfs server runs
 lenny. This used to work fine until one or two months ago. I cannot see
 any relevant message in logs.

On my machines, nfs shares are mounted at boot time via /etc/network/if-
up.d/mountnfs. I once had the same problem, that shares were not 
automatically mounted anymore. I ran that script manually, mount failed 
with a error message that some file in /var didn't get removed properly. 
Solution: removed it by hand.

Cheers,
Simon


-- 
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/ia77k8$njd$0...@news.t-online.com



Re: Security and dual booting/running in VM Windows and Linux

2010-10-04 Thread Simon Brandmair
On Mon, 04 Oct 2010 11:00:02 +0200 Klistvud wrote:

 Dne, 04. 10. 2010 10:39:00 je Lisi napisal(a):
[...]
 
 If I set up a computer to dual boot Windows and Linux (specifically
 Debian
 Lenny) does the fact that Windows is sharing the computer in any way
 jeopardise the security of the Linux installation?
 
 In the very least, a Windows rootkit or virus could potentially mess up
 your partition table, or the master boot record; but there are certainly
 other equally risky scenarious that other list memebers will most
 certainly come up with. So the answer to your question is definitely
 yes.

Other scenario: Windows rootkit - mount linux partitions - replace some 
binaries/kernel/libs of your Linux installation - compromised Linux 
system

Cheers,
Simon


-- 
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/i8d15o$bao$0...@news.t-online.com



Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Simon Brandmair
On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote:
 
 I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default
 runlevel), some startup scripts run tice when booting.
 
 I've made a test script in /etc/init.d/echo.sh like:
[...]
 
 So, the script runs twice. Any explanation for that?

Wild guess: There is also a symlink in /etc/rc6.d, so when rebooting the 
script is in fact run twice: once from /etc/rc6.d, once from /etc/rc2.d.

Cheers,
Simon


-- 
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/i7dbfk$vch$0...@news.t-online.com



Re: grub2: VFS: Unable to mount root fs

2010-08-14 Thread Simon Brandmair
On Fri, 13 Aug 2010 18:20:02 +0200 Tom H wrote:
 
 Please post the output of blkid -c /dev/null and the working grub2
 menuentry ... { ... }.

blkid -c /dev/null:
/dev/sda2: LABEL=root UUID=d8f9ae65-2e4f-4b20-aaac-9c5b6e7c6be7 
TYPE=ext3 
/dev/sda5: LABEL=var UUID=1e30fe16-85e9-4c48-adda-0a5367e6d22d 
TYPE=ext3 
/dev/sda8: LABEL=boot UUID=c9c772a6-75a5-4dbe-8bb8-2663db42e7f4 
TYPE=ext2 
/dev/mapper/swap: UUID=b83e7fa2-d2f7-48c3-ac46-ab92b7680b84 TYPE=swap 

/boot/grub/grub.cfg:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-20100812' --class debian --
class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set 
c9c772a6-75a5-4dbe-8bb8-2663db42e7f4
echo'Loading Linux 2.6.32-20100812 ...'
linux   /vmlinuz-2.6.32-20100812 root=/dev/sda2 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-2.6.32-20100812
}

Simon


-- 
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/i45pph$fgn$0...@news.t-online.com



grub2: VFS: Unable to mount root fs

2010-08-13 Thread Simon Brandmair
Hi everyone,

I upgraded grub to grub2 (squeeze) and at first I couldn't boot my linux 
kernel (2.6.32), which work fine with the old grub. The boot process 
stopped with the following messages: VFS: Unable to mount root fs on 
unknown-block(0,0).

After some research, I figured that the root fs is not set correctly in /
boot/grub/grub.cfg. The root fs was defined with a uuid string, which I 
confirmed as correct. After altering the uuid string to /dev/sda2, linux 
would boot normally.

Since grub.cfg is not supposed to be edited, I added to /etc/default/grub
(thanks to https://help.ubuntu.com/community/Grub2):
# Uncomment if you don't want GRUB to pass root=UUID=xxx parameter to
# Linux
GRUB_DISABLE_LINUX_UUID=true

and then ran `update-grub`.

I thought this might be helpful for others running into the same problem. 
Also, any idea why the (again: correct) uuid string didn't work? I have 
two other systems with a similar set-up and defining the root fs with uuid 
works just fine.

Cheers,
Simon


-- 
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/i43n3f$rhp$0...@news.t-online.com



Re: exim bug

2008-05-13 Thread Simon Brandmair
On Tue, 13 May 2008 14:30:15 +0200 Chris Bannister wrote:

 On Tue, May 13, 2008 at 01:06:26AM +0200, Sia Neriman wrote:
 hi
 i use lenny and have this error
 The following partially installed packages will be configured:
   exim4-daemon-light
 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 Need to get 0B of archives. After unpacking 0B will be used. Do you
 want to continue? [Y/n/?] y
 Writing extended state information... Done Setting up
 exim4-daemon-light (4.69-2+b1) ... Starting MTA:exim: incompatible
 command-line options or arguments invoke-rc.d: initscript exim4, action
 start failed.
 
 This has been discussed quite a lot already on this list. Install
 apt-listbugs if you are running Lenny or Sid.
 
 It is advisable to subscribe to this list *and* read the posts. Problems
 like your one are discussed on this list, saving much heartache.

And check the bug reports: http://bugs.debian.org/cgi-bin/bugreport.cgi?
bug=477194

Simon


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



Re: Debian crash randomly

2008-04-27 Thread Simon Brandmair
Good morning,

On Sun, 27 Apr 2008 07:10:12 +0200 mond wrote:

 On Apr 26, 11:30 pm, Kim N. Lesmer [EMAIL PROTECTED] wrote:
 On Sat, 26 Apr 2008 18:50:09 -0700 (PDT)

 mond [EMAIL PROTECTED] wrote:
  However, recently my Debian(sid) crash randomly and frequently.

  The problem is that the screen just get dark. And ctrl+alt+backspace
  doesn't work. Ctrl +alt+f1 doesn't work either.

 Is it doing a reboot or does it just freeze?

 It just freeze. But I can not do nothing, so I push the power button.
 This is killing me.
 It froze a moment ago. I pushed the power button again. And here I
 attach the log file piece. I think the is about the x.
 I am working on it.
 
 Apr 26 23:28:41 Pavilion acpid: received event ac_adapter ACAD
  0001
 Apr 26 23:28:41 Pavilion acpid: notifying client 2612[106:111]
 Apr 26 23:28:41 Pavilion acpid: notifying client 2720[0:0]
 Apr 26 23:28:41 Pavilion acpid: executing action /etc/acpi/power.sh
 Apr 26 23:28:41 Pavilion acpid: action exited with status 0
 Apr 26 23:28:41 Pavilion acpid: completed event ac_adapter ACAD
  0001
 Apr 26 23:28:52 Pavilion gdm[2713]: WARNING:
 gdm_slave_xioerror_handler: Fatal X error - Restarting :0
 Apr 26 23:28:53 Pavilion acpid: client connected from 14510[0:0]
 Apr 26 23:28:53 Pavilion acpid: 1 client rule loaded
 Apr 26 23:29:01 Pavilion acpid: received event button/power PWRF
 0080 0001
 Apr 26 23:29:01 Pavilion acpid: notifying client 2612[106:111]
 Apr 26 23:29:01 Pavilion acpid: notifying client 2720[0:0]
 Apr 26 23:29:01 Pavilion acpid: client has disconnected
 Apr 26 23:29:01 Pavilion acpid: notifying client 14510[0:0]
 Apr 26 23:29:01 Pavilion acpid: executing action /etc/acpi/powerbtn-
 acpi-support.sh
 Apr 26 23:29:01 Pavilion shutdown[14529]: shutting down for system
 halt
 Apr 26 23:29:01 Pavilion init: Switching to runlevel: 0
 Apr 26 23:29:01 Pavilion acpid: action exited with status 0

If I understand this right, your system doesn't complete freeze; acpid is
still running and responding to events. As Alex Samad already suggested, I
would try to ping your machine and to gain network access (via ssh,
because if acpid still runs, so might be sshd).

Cheers,
Simon


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



Re: als root kein KDE-Programm startbar

2007-09-09 Thread Simon Brandmair
Hi,

On Sun, 09 Sep 2007 12:40:05 +0200 Matthias Meyer wrote:
 
 In einem Terminal in KDE kann ich zwar mit su root werden, aber ich kann
 keine KDE-Programme starten. Beispiel:

Das ist eine englischsprachige Liste, postet das nochmal nach
linux.debian.user.german.

Cheers,
Simon


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



Re: System freeze in Lenny

2007-09-04 Thread Simon Brandmair
Hi,

On Tue, 04 Sep 2007 19:30:09 +0200 Matthew Lennig wrote:
 
 The system boots normally. With very low load, it can run for several
 hours (e.g., if I just run top). However, when I start to put any
 substantial load on the system it dies.
 
 I tried changing the motherboard, CPU, and memory. This did not solve
 the problem.

So, if I understand you right, you can reproduce the freeze with any
hardware (available to you of course)? I am wondering, because a system
freezing under heavy load sounds very much like a hardware problem to me.
Maybe you want to check other components like your PSU or graphics card as
well.

Cheers,
Simon


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



Re: (solved) Re: how to (dis)allow some users from using wireless router?

2007-08-11 Thread Simon Brandmair
Hi!

On Sat, 11 Aug 2007 07:10:07 +0200 Serena Cantor wrote:

 Thanks! I'll try MAC filter later on.
 
 --- steve [EMAIL PROTECTED] wrote:
 
 Serena Cantor wrote:
  I knew WEP can do it. but the password is the same, any user can let 
  others use the router by
  giving them the password.
[...]   
 on my linksys I can block by mac address, check once in a while to see 
 who is connecting then block their mac address if you do not recognize 
 them?

Please notice, that filtering by mac address doesn't really add any extra
security. The mac address can easily be changed with ifconfig, which is
IMO default on every Debian machine.

Cheers,
Simon


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



Re: Security newbie?

2007-07-19 Thread Simon Brandmair
On Wed, 18 Jul 2007 19:10:14 +0200 Art Edwards wrote:

 I've been running debian @ home and @ work, for years, had no indication 
 of attacks. Over the last few days, my iptables firewall seemed simply 
 to stop. I checked my auth log file to find many, many attempts to break 
 in.
[...]
 3. Are there other obvious things I should be doing?

Keep your system updated. Choose strong passwords.

For more info about security I can recommend the Securing Debian Manual:
http://www.debian.org/doc/user-manuals#securing

Cheers,
Simon


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



Re: start-stop-daemon: how to pass environment variables to the daemon

2007-07-13 Thread Simon Brandmair
Hi,

On Fri, 13 Jul 2007 06:20:09 +0200 Dallas Clement wrote:

 On Fri, 2007-07-13 at 11:13 +0800, Yuwen Dai wrote:
 
 A daemon invoked by start-stop-daemon needs some extra enviroment
 variables.  How to pass them to the daemon?  Thanks in advance.
 
 I'm not sure if you meant environment variables or command line
 arguments for the daemon.  Here is an example of how to provide a
 command line arg to the udhcpc daemon.  You just put a '--' in front.

man start-stop-daemon: Any arguments given after -- on the command line
are passed unmodified to the program being started.

Cheers,
Simon


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



Re: [maradns] Bad query und No reply (resolved)

2006-10-15 Thread Simon Brandmair
On Tue, 10 Oct 2006 13:20:05 +0200 Simon Brandmair wrote:
 
 Ich habe hier maradns am Laufen. Seit der Aktualisierung von 1.0.27 auf
 1.2.12.02 liefert maradns komische Fehlermeldungen aus:
 
 maradns.etc_maradns_mararc:  Log: Bad query received: $ 
 maradns.etc_maradns_mararc:  Log: No reply from remote servers 
 maradns.etc_maradns_mararc:  Log: Bad query received: \255\267 
 maradns.etc_maradns_mararc:  Log: No reply from remote servers 
 maradns.etc_maradns_mararc:  Log: Bad query received: \361W 
 maradns.etc_maradns_mararc:  Log: No reply from remote servers 

Habe mittlerweile von Sam (Autor von maradns) erfahren, dass das ein
bekannter Fehler ist und in Version 1.2.12.03 behoben sein soll.

Simon


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



[maradns] Bad query und No reply

2006-10-10 Thread Simon Brandmair
Morgen zusammen,

Ich habe hier maradns am Laufen. Seit der Aktualisierung von 1.0.27 auf
1.2.12.02 liefert maradns komische Fehlermeldungen aus:

maradns.etc_maradns_mararc:  Log: Bad query received: $ 
maradns.etc_maradns_mararc:  Log: No reply from remote servers 
maradns.etc_maradns_mararc:  Log: Bad query received: \255\267 
maradns.etc_maradns_mararc:  Log: No reply from remote servers 
maradns.etc_maradns_mararc:  Log: Bad query received: \361W 
maradns.etc_maradns_mararc:  Log: No reply from remote servers 

Die Namensauflösung geht zwar trotzdem einigermaßen flott, aber nervig ist
es allemal.

Hat jemand eine Idee, wo ich ansetzen könnte.

Tschüss,
Simon


-- 
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: /dev/lp0 keine Berechtigung ??

2006-09-24 Thread Simon Brandmair
On Thu, 21 Sep 2006 23:50:11 +0200, Jan Kohnert wrote:

 Jan Wolkenhauer schrieb:
 Jan Kohnert wrote:

 Was heisst das? (Welche Gruppen, wer sind Besitzer und Gruppe fuer
 /dev/lp0)?

 Besitzer ist daemon und Gruppe lp
 
 Also ist der Benutzer, der Drucken will, in lp? Dann wuerde ja 720 fuer
 lp0 reichen.

Eigentlich schon, aber cups hat einen Bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378147

Cheers,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: sudo-ing: Kommando ausführen klappt nicht

2006-09-10 Thread Simon Brandmair
On Sun, 10 Sep 2006 12:40:25 +0200, Christoph Conrad wrote:

 Ich habe nun die folgend zweite Zeile hinzugefügt, das klappt.
 
 cc ALL=NOPASSWD: ALL

Stehe ich auf dem Schlauch? Heißt das nicht schon, dass der Benutzer cc
auf allen Rechner ohne Passwort alle Programme mit sudo ausführen darf? 

 cc ALL=(cc) /usr/local/bin/emacsclient

Für was braucht es dann noch diese Zeile?

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: dvd rippen

2006-09-03 Thread Simon Brandmair
Guten Morgen zusammen,

On Sat, 02 Sep 2006 23:50:07 +0200, Björn Zachej wrote:
 Am 02.09.2006 um 19:31:33 schrieb Max Muxe:
 ich habe unter Linux noch nie eine DVD gerippt.
 
 Ich benutze dafür gerne 'lxdvdrip'. Gibts bei debian-multimedia[1]. Ist
 nur ein Script für die Konsole, also kein GUI vorhanden. Davon sollte
 man sich allerdings nicht abschrecken lassen. Das Programm ist recht
 einfach zu benutzen, auch wenn man von transcode, vamps und Co keine
 Ahnung hat (so wie ich). Die Konfigurationsdatei ist gut kommentiert und
 eigentlich selbsterklärend.

FACK. lxdvdrip ist wirklich idiotensicher, also für mich genau das
Richtige. Man muss sich nur einmal die Mühe machen und die Konfig-Datei
durchgehen, und dann ist das Ripper kinderleicht. Gibt's auch einfach mit
$aptitude install lxdvdrip.

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Verständnisfrage spamassassin sa-exim

2006-08-19 Thread Simon Brandmair
On Sat, 19 Aug 2006 11:50:07 +0200, Andreas Pakulat wrote:

 On 19.08.06 11:08:10, Stefan Bauer wrote:
 Der definierte User, wird dann auch verwendet um sa-learn zu benutzen.
 
 Der Auszug aus meiner /etc/default/spamassassin
 
 OPTIONS=--create-prefs --max-children 5 --helper-home-dir -u
 Debian-exim
 
 Ok, dann ist das also doch schon richtig hier. Ich habe keinen User
 angegeben damit laeuft er unter root. Debian-exim scheint mir etwas
 unpassend, weil dann die SA-Sachen in /var/spool/exim4 landen...

Was spricht dagegen, dem System für spamassasin einen neuen Benutzer zu
spendieren? Ich meine, für eine konsequente Privilegientrennung ist das
doch besser.

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Installation mit SATA?

2006-08-05 Thread Simon Brandmair
Hi,

On Sat, 05 Aug 2006 17:10:06 +0200, Christian Folini wrote:

 On Sat, Aug 05, 2006 at 04:04:50PM +0200, Gerhard Wendebourg wrote:
 gerade scheitere ich bei dem Versuch, Debian auf einem Toshiba-Notebook
 mit SATA-Platte zu installieren: Festplatte wird nicht erkannt mangels
 Treibermodule.
 
 So richtig befriedigend gelöst ist SATA Support in meiner Erfahrung erst
 im 2.6.17er Kernel. Auf den zielt etch ja auch ab. 

Hm, keine Ahnung, was du mit richtig befriedigend meinst. Aber hier
lief SATA mit Sarge (Linux 2.6.8) einwandfrei. Auch die Installation von
der Sarge-CD war kein Problem. Ich musste allerdings dort den 2.6-er
Kernel booten, mit linux26 oder so (Standard war 2.4, soweit ich mich
richtig erinnere).

Tschüss,
Simon


-- 
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: zahlreiche SSH-login-Versuche unterbinden

2006-05-19 Thread Simon Brandmair
On Fri, 19 May 2006 12:20:15 +0200, Daniel Musketa wrote:

 Vielleicht wäre das ja was für Dich:
 
 http://en.wikipedia.org/wiki/Port_knocking
 

Danke. Ist auf jeden Fall ganz interessant.

Simon


-- 
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: Pflege und Hege von chroot-Umgebungen

2006-05-16 Thread Simon Brandmair
Hi,

On Tue, 16 May 2006 13:20:08 +0200, Dirk Ullrich wrote:

 
 Das Aufsetzen eines eigenen chroot-System für Serverdienste ist eine
 keine schlechte Idee - und es geht genauso wie bei der Installation eines
 neuen Systems mit debootstrap.

Meinst du jetzt, dass es eine schlechte Idee ist oder nicht?

Mir leuchtet nicht ein, warum ich für jeden Dienst ein eigenes
Debiansystem bereitstellen sollte. Bei normalen Chroot-Gefängnisses
habe ich ja nur eine Hand voll Binaries und Bibliotheken (bei kleinen
Diensten) im Gefängnis zur Verfügung. Aber bei einem minimalen
Debiansystem bist du da doch gleich bei 50/60 Stück.

Tschüss,
Simon


-- 
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: Root kann an Konsole nicht mehr einloggen

2006-05-16 Thread Simon Brandmair
Hallo,

On Mon, 15 May 2006 22:00:16 +0200, Tobias Krais wrote:

 
 ein weiteres Problem bei mir: ich kann mich als root nicht mehr auf der
 Konsole einloggen.

Mein erster Gedanke: /etc/securetty.

$ man securetty: file which lists ttys from which root can log in

Wenn da deine Konsole nicht drinnen ist, kannst du dich auch nicht direkt
als Root einlogen.

Tschüss,
Simon


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



Pflege und Hege von chroot-Umgebungen

2006-05-15 Thread Simon Brandmair
Hallo zusammen,

Ich konnte mich jetzt endlich dazu aufraffen, einen paar Serverprogis in
ein chroot-Gefängnis einzusperren (mit makejail und chrootuid).

Soweit ich das jetzt blicke, besteht doch damit ein potentielles
Sicherheitsrisiko, _falls_ ich die Dateien im Gefängnis nicht
aktualisere. Dann liefe doch der Server mit veraltetem (und damit u.U.
unsicheren) Bibliotheken, Binaries, etc.

Wie stellt ihr sicher, dass das chroot-Gefängnis aktuell ist? Nach jedem
aptitude update eine makejail laufen zu lassen, finde ich ein bißchen
übertrieben. Ich dachte eher an ein Skript, welches /var/chroot/*
durchstöbert und mit dem echten / vergleicht.

Tschüss,
Simon


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

2006-04-14 Thread Simon Brandmair
Hallo,

On Thu, 13 Apr 2006 18:20:17 +0200, Brian Schmalisch wrote:
 
 ich schicke per VLC einen Stream über unicast. Gibt es eine Möglichkeit,
 wie ich die Datenmange bzw. die Netzauslastung messen und anzeigen lassen
 kann, so ähnlich wie mit top.

$ apt-cache show iftop
iftop does for network usage what top(1) does for CPU usage.

Tschüss,
Simon


-- 
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: su in chroot - Sorry.

2006-04-14 Thread Simon Brandmair
Hallo,

On Thu, 13 Apr 2006 14:40:45 +0200, Claus Malter wrote:
 
 Ich bin gerade dabei für eine Anwendung eine chroot Umgebung zu schaffen.
 Diese Anwendung soll dann in der chroot als 'nobody' laufen.

ich kann dir nicht direkt mit deinem Problem weiterhelfen, aber google
scheint eine Menge Antworten parat zu haben.

Kannst du (oder jemand anderes) mir erklären, warum du die Anwendung im
chroot als 'nobody' laufen lässt und dem Prozess nicht eine neue, eigene
UID spendierst? Jeder Prozess, den 'nobody' laufen lässt, kann doch auf
alle anderen Dateien und Prozesse von 'nobody' zugreifen. Eine korrekte
Trennung von Rechten sieht anderes aus. Oder habe ich hier einen
Denkfehler?

Tschüss,
Simon


-- 
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: [OT] Bandbreite verwalten für mehrere Clients

2006-04-03 Thread Simon Brandmair
Morgen,

On Sun, 02 Apr 2006 22:40:15 +0200, Simon Brandmair wrote:
 On Sun, 02 Apr 2006 18:00:11 +0200, Tim Boneko wrote:
 
 
 Problem: Ich möchte möglichst dynamisch die verfügbare Bandbreite
 verteilen, sodass
 
 Das geht mit tcng. Das ist aber nicht ganz leicht so konfigurieren. Aber
 wenn du dich ein bißchen einarbeitest, geht das ganz gut.

Noch ein kleiner Nachtrag. Hier zwei Links, die ich für den Einstieg
nicht schlecht fand:
* http://www.linux-magazin.de/Artikel/ausgabe/2005/02/tcng/tcng.html
* http://www.trekweb.com/~jasonb/articles/tcng_shaping.html

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Sicherheit vorm bösen Internet

2006-04-03 Thread Simon Brandmair
Hallo,

On Mon, 03 Apr 2006 01:30:15 +0200, Christoph Grzeschik wrote:
 
 Welche Sicherheitsmaßnahmen kann bzw. sollte man treffen?

Für deine Möglichkeiten kannst du mal in die Anleitung zum Absichern
von Debian
(http://www.de.debian.org/doc/manuals/securing-debian-howto/index.de.html)
reinschauen. 
Was davon für dich wirklich sinnvoll ist, ist IMO eine Gewissensfrage. Im
Zweifelsfall kannst du dir hier 20 Meinungen dazu abholen.

Tschüss,
Simon


-- 
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: [OT] Bandbreite verwalten für mehrere Clients

2006-04-02 Thread Simon Brandmair
Hallo,

On Sun, 02 Apr 2006 18:00:11 +0200, Tim Boneko wrote:

 
 Problem: Ich möchte möglichst dynamisch die verfügbare Bandbreite
 verteilen, sodass
 
   - bei gleichzeitigem Download mehrerer Clients die Bandbreite
gleichmäßig verteilt wird,
 
 aber
 
   - ein einzelner Surfer (keine sonstigen Clients) die volle
 Bandbreite kriegt.
 
 Ist sowas möglich? Debian bietet mir bloß protokollabhängiges Routing
 an, was nicht ganz das gewünschte ist. Danke für eure Tipps!

Das geht mit tcng. Das ist aber nicht ganz leicht so konfigurieren.
Aber wenn du dich ein bißchen einarbeitest, geht das ganz gut.

Tschüss,
Simon


-- 
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: ATI X800

2006-03-27 Thread Simon Brandmair
Morgen,

On Sun, 26 Mar 2006 22:30:14 +0200, Wolfgang Jeltsch wrote:
 Am Sonntag, 26. März 2006 21:34 schrieb Simon Brandmair:
 On Sun, 26 Mar 2006 20:20:09 +0200, Wolfgang Jeltsch wrote:

  Also debs, die sich an einschlägige Debian-Richtlinien halten?

 Keine Ahnung. Ich habe die Richtlinien nicht im Kopf. Falls es
 interessiert, könnte ich mal den Output von $dpkg -L [fglrx-Pakete]
 posten.
 
 Wenn es keine Umstände macht, könntest du das ja mal tun. :-)

Ne, mir macht das keine Umstände. Ok, dann mal los ...

$ dpkg -L fglrx-kernel-2.6.8-20060324
/.
/lib
/lib/modules
/lib/modules/2.6.8-20060324
/lib/modules/2.6.8-20060324/misc
/lib/modules/2.6.8-20060324/misc/fglrx.ko
/usr
/usr/share
/usr/share/doc
/usr/share/doc/fglrx-kernel-2.6.8-20060324
/usr/share/doc/fglrx-kernel-2.6.8-20060324/copyright

$ dpkg -L fglrx-kernel-src 
/.
/usr
/usr/share
/usr/share/modass
/usr/share/modass/packages
/usr/share/doc
/usr/share/doc/fglrx-kernel-src
/usr/share/doc/fglrx-kernel-src/copyright
/usr/src
/usr/src/fglrx.tar.bz2
/usr/share/modass/packages/fglrx-kernel-src

$ dpkg -L fglrx-driver
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/fglrx-driver
/usr/share/doc/fglrx-driver/ATI_LICENSE.TXT.gz
/usr/share/doc/fglrx-driver/LICENSE.GPL.gz
/usr/share/doc/fglrx-driver/LICENSE.QPL.gz
/usr/share/doc/fglrx-driver/user-manual
/usr/share/doc/fglrx-driver/user-manual/index.html
/usr/share/doc/fglrx-driver/tips-linux.html
/usr/share/doc/fglrx-driver/release-notes
/usr/share/doc/fglrx-driver/release-notes/images
/usr/share/doc/fglrx-driver/release-notes/images/backgrnd.gif
/usr/share/doc/fglrx-driver/release-notes/images/caution.gif
/usr/share/doc/fglrx-driver/release-notes/images/clipbrd.gif
/usr/share/doc/fglrx-driver/release-notes/images/noboarder.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_10.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_82.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_83.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_84.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_85.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_86.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_87.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_88.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_89.gif
/usr/share/doc/fglrx-driver/release-notes/images/linux_8a.gif
/usr/share/doc/fglrx-driver/release-notes/index.html
/usr/share/doc/fglrx-driver/linuxfaq.html
/usr/share/doc/fglrx-driver/LICENSE.xmlconfig
/usr/share/doc/fglrx-driver/LICENSE.expat
/usr/share/doc/fglrx-driver/issues.html
/usr/share/doc/fglrx-driver/installer.html
/usr/share/doc/fglrx-driver/index.html
/usr/share/doc/fglrx-driver/driverfaq.html
/usr/share/doc/fglrx-driver/configure.html
/usr/share/doc/fglrx-driver/articles
/usr/share/doc/fglrx-driver/articles/1gbhang.html
/usr/share/doc/fglrx-driver/articles/4461.html
/usr/share/doc/fglrx-driver/articles/4462.html
/usr/share/doc/fglrx-driver/articles/4463.html
/usr/share/doc/fglrx-driver/articles/4464.html
/usr/share/doc/fglrx-driver/articles/4469.html
/usr/share/doc/fglrx-driver/articles/4470.html
/usr/share/doc/fglrx-driver/articles/4475.html
/usr/share/doc/fglrx-driver/articles/4478.html
/usr/share/doc/fglrx-driver/articles/4479.html
/usr/share/doc/fglrx-driver/articles/4480.html
/usr/share/doc/fglrx-driver/articles/4481.html
/usr/share/doc/fglrx-driver/articles/4482.html
/usr/share/doc/fglrx-driver/articles/4483.html
/usr/share/doc/fglrx-driver/articles/4484.html
/usr/share/doc/fglrx-driver/articles/4485.html
/usr/share/doc/fglrx-driver/articles/corruptstereo.html
/usr/share/doc/fglrx-driver/articles/corruptvtswitch.html
/usr/share/doc/fglrx-driver/articles/devshm.html
/usr/share/doc/fglrx-driver/articles/dga3dhang.html
/usr/share/doc/fglrx-driver/articles/doom3corrupt.html
/usr/share/doc/fglrx-driver/articles/dualheadvideo.html
/usr/share/doc/fglrx-driver/articles/laptopsuspend.html
/usr/share/doc/fglrx-driver/articles/missingdrmheaders.html
/usr/share/doc/fglrx-driver/articles/mousecursorhang.html
/usr/share/doc/fglrx-driver/articles/no3d-aiw8500dv.html
/usr/share/doc/fglrx-driver/articles/no3d-kt400.html
/usr/share/doc/fglrx-driver/articles/nomembercount.html
/usr/share/doc/fglrx-driver/articles/pcie3dmemoryleak.html
/usr/share/doc/fglrx-driver/articles/r420blankdisplay.html
/usr/share/doc/fglrx-driver/articles/rv280dviblankdisplay.html
/usr/share/doc/fglrx-driver/articles/rv350springdale.html
/usr/share/doc/fglrx-driver/articles/secondheadcorruption.html
/usr/share/doc/fglrx-driver/articles/xf86_enodev.html
/usr/share/doc/fglrx-driver/articles/xrestartpcie.html
/usr/share/doc/fglrx-driver/articles/xvsatshift.html
/usr/share/doc/fglrx-driver/copyright
/usr/share/doc/fglrx-driver/README.Debian
/usr/share/fglrx
/usr/share/fglrx/diversions
/usr/X11R6
/usr/X11R6/lib
/usr/X11R6/lib/libfglrx_dm.so.1.0
/usr/X11R6/lib/libfglrx_gamma.so.1.0
/usr/X11R6/lib/libfglrx_pp.so.1.0
/usr/X11R6/lib/libGL.so.1.2
package diverts others

Re: IM-Client

2006-03-27 Thread Simon Brandmair
Hi,

On Thu, 16 Mar 2006 23:00:09 +0100, Goran Ristic wrote:

 
 nach einigen Tests bin ich bei Kopete hängengeblieben.
 
 Da ist gaim doch schon besser, was die usability anbelangt.

Ich bin erst kürzlich von gaim zu kopete gewechselt. gaim kann nämlich
kein GPG. Es gab zwar wohl ein Plugin (gaim-e?), mit dem man mit GPG
verschlüsselt kommunizieren konnte, aber das geht mit der aktuelle
Version von gaim nicht mehr. Bei kopete ist das alles kein Problem.

Tschüss,
Simon


-- 
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: ATI X800

2006-03-26 Thread Simon Brandmair
On Sat, 25 Mar 2006 17:40:15 +0100, Wolfgang Jeltsch wrote:

 Am Freitag, 24. März 2006 15:22 schrieb Daniel Leidert:
 [...]
 
 Der ATI-Installer enthält das, was du den Debian-Way nennst. Die
 Skripte sind die von Flavio, an einigen Stellen angepasst von ATI. Sie
 sollten daher genauso schmerzfrei oder schmerzvoll wie die offiziellen
 Debian-Pakete sein.
 
 Laut entsprechender ATI-Seiten wird Debian seitens ATI nicht unterstützt.
 Dachte zumindest, dass das so gemeint wäre.

Mhh, ich hatte nicht diese Eindruck. Und so ganz richtig kann das auch
nicht sein, weil ja immerhin der ATI-Installer auch debs erstellen kann.

Tschüss,
Simon


-- 
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: ATI X800

2006-03-26 Thread Simon Brandmair
Hallo,

On Sun, 26 Mar 2006 17:20:14 +0200, Wolfgang Jeltsch wrote:
 
 Ich habe auch gehört, dass ATI irgendwelche Sachen des
 Debian-fglrx-Paketierers übernommen hat. Aber in der
 Installationsanleitung steht nur etwas von Red Hat und SuSE, wenn ich mich
 recht erinnere.

Stimmt. The latest version of the ATI Proprietary Linux driver is
designed to support the following Linux distributions: Red Hat Enterprise
Linux suite, Novell/SuSE product suite. Note:   The ATI Proprietary Linux
driver may install on a number of other Linux distributions. Refer to the
installation instructions for more information. [1]

Unabhängig davon baut der ATI-Installer schöne debs zusammen.

Tschüss,
Simon


[1]
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.23.7-inst.html


-- 
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: ATI X800

2006-03-26 Thread Simon Brandmair
Hallo,

On Sun, 26 Mar 2006 20:20:09 +0200, Wolfgang Jeltsch wrote:

 Am Sonntag, 26. März 2006 17:36 schrieb Simon Brandmair:
 [...]
 
 Unabhängig davon baut der ATI-Installer schöne debs zusammen.
 
 Also debs, die sich an einschlägige Debian-Richtlinien halten?

Keine Ahnung. Ich habe die Richtlinien nicht im Kopf. Falls es
interessiert, könnte ich mal den Output von $dpkg -L [fglrx-Pakete]
posten.

Tschüss,
Simon


-- 
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: Updates ...

2006-03-26 Thread Simon Brandmair
Hi,

On Sun, 26 Mar 2006 18:30:17 +0200, Norbert Harz wrote:

 
 ich habe gerade mal mit synaptic nachgesehen, ob es neue Updates gibt und
 siehe da, es gibt: Neu in den Paketquellen. Dort liegen jetzt zB neue
 Kernel 'rum'. Wie ist das nun, ich habe hier einen 2.6.8-2-386 installiert
 und dort gibt es jetzt einen 2.6.8-3-386. Ist das nun ein neuer Kernel
 oder ein Update?
 
Übrigens, es wird dringend empfohlen, sich in die Mailingliste
debian-security-announce [1] einzutragen. Dann wirst du per Mail
informiert, wenn es eine Sicherheitsaktualiserung gibt, ob sie dich
betrifft, was die Lücke war.

Tschüss,
Simon

[1] http://lists.debian.org/debian-security-announce/


-- 
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: ATI X800

2006-03-24 Thread Simon Brandmair
Morgen!

On Fri, 24 Mar 2006 11:00:20 +0100, Manuel Fischer wrote:

 Hab eine ATI X800 Series Grafikkarte in meinem PC und möchte die gerne
 mit XF86 4.3 zum laufen bringen.

Wie meine Vorredner schon gesagt haben, sind bisher deine Informationen
etwas spärlich.
Du kennst die Seite ATI Linux driver packages for Debian
(http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html)?
Da findet sich manchmal auch nochmal nützliche Dokumentation.

Tschüss,
Simon


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



SATA-Controller: Promise SATA300 TX2plus?

2006-03-24 Thread Simon Brandmair
Hallo zusammen,

ich möchte in ein älteres System ein paar SATA-Platten einbauen. Kann
vielleicht jemand was dazu sagen, wie (ob?) der Controller Promise SATA300
TX2plus unter Debian läuft? Habe hier Sarge mit Kernel 2.6.8. Oder
würdet ihr einen anderen empfehlen?

Schon mal besten Dank,
Simon Brandmair


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



tcsim in Debian

2006-03-20 Thread Simon Brandmair
Hallo zusammen,

ich wollte mich eben bemühen, meinen ausgehenden Verkehr etwas besser mit
tcng zu gestalten. In der Dokumentation des Pakets steht, dass mit tcsim
die Konfiguration getestet werden kann. Ich kann aber beim besten Willen
dieses Programm nicht finden. Ich vermutet, dass dieses Programm in Debian
gar nicht enthalten ist. Kann das jemand bestätigen und hat vielleicht
sogar eine Idee für eine Testumgebung?

Tschüss,
Simon


-- 
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 woody nach etch

2006-02-07 Thread Simon Brandmair
Hallo!

On Tue, 07 Feb 2006 11:40:13 +0100, Roland M. Kruggel wrote:

 Am Dienstag, 7. Februar 2006 10:53 schrieb Moritz Lenz:
  Gibts da probleme. Ist ein produktiv-system mit hauptanwendung samba.

 Bsit du dir sicher, dass etch für ein Produktivsystem die richtige Wahl
 ist?
 
 Definitiv Ja.
 Ichhabe's auf alles servern drauf. Läuft absolut zuverlässig.

Du wirst schon selber wissen, was du machst. Ich kann mir aber tortzdem
nicht verkneifen anzumerken, dass nur weil Etch im Moment gerade stabil
läuft, das nicht heißt, dass es auf Dauer (bis zum Stable-Release) so
weiter geht. Nach einer Paketaktualisierung kann dein System, das davor
noch so schön gelaufen ist, komplett unbrauchbar sein. Bei einem
Produktivsystem wäre *mir* das zu riskant.

Just my 2 cents,
Simon


-- 
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: [ACPI] Asus A8N-E und Standby

2006-02-07 Thread Simon Brandmair
Hi!

On Sun, 05 Feb 2006 19:50:08 +0100, Simon Brandmair wrote:

 Ich habe mir von Asus das A8N-E zugelegt. Mein Problem ist, dass ich den
 Rechner nicht dazu überreden kann, mit $echo standby  /sys/power/state
 eine Pause einzulegen. Da passiert rein gar nichts, auch nichts in
 /var/log/acpid.
 
Noch ein kleiner Nachtrag:
ACPI funktioniert insoweit, als dass es bei einem Shutdown den Rechner
ausmacht. Auch bei dem Drücken des Powerbuttons gibt es ein ACPI-Event.

Vielleicht kann ja auch jemand was mit dem dmesg-Auszug anfangen (dmesg |
grep -i acpi):

 BIOS-e820: 3fff - 3fff3000 (ACPI NVS)
 BIOS-e820: 3fff3000 - 4000 (ACPI data)
ACPI: RSDP (v000 Nvidia) @ 0x000f7530
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x) @ 0x3fff3040
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x) @ 0x3fff30c0
ACPI: SSDT (v001 PTLTD  POWERNOW 0x0001  LTP 0x0001) @ 0x3fff9500
ACPI: SRAT (v001 AMDHAMMER   0x0001 AMD  0x0001) @ 0x3fff9700
ACPI: MCFG (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x) @ 0x3fff9800
ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x) @ 0x3fff9440
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x1000 MSFT 0x010e) @ 0x
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Using ACPI (MADT) for SMP configuration information
Kernel command line: root=/dev/sda3 ro apm=off acpi=strict clock=pmtmr
ACPI: Subsystem revision 20040326
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 *7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LUBA] (IRQs 3 *4 5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LMAC] (IRQs *3 4 5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
PCI: Using ACPI for IRQ routing
ACPI: _CRS 0 not found in _PRS
ACPI: PCI Interrupt Link [APCS] enabled at IRQ 23
ACPI: PCI interrupt :00:01.1[A] - GSI 23 (level, low) - IRQ 169
ACPI: _CRS 0 not found in _PRS
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
ACPI: PCI interrupt :00:02.0[A] - GSI 22 (level, low) - IRQ 177
ACPI: _CRS 0 not found in _PRS
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
ACPI: PCI interrupt :00:02.1[B] - GSI 21 (level, low) - IRQ 185
ACPI: _CRS 0

Re: sarge, backports.org, Kernel-Panic, devfs

2006-02-06 Thread Simon Brandmair
Hi!

On Mon, 06 Feb 2006 11:10:18 +0100, Frank Küster wrote:
 
 Das heisst, er bootet eine ganze Weile, wirft Text aus, den ich so schnell
 nicht lesen kann, und dann bleibt er stehen mit
 
 mount: unknown filesystem type 'devfs' modprobe: FATAL: Could not load
 /lib/modules/2.6.15-1-686/modules.dep:
   No such file or directory
 [dies 6x wiederholt]
 umount: devfs: not mounted
 pivot_root: No such file or directory /sbin/init: 432: cannot open
 dev/console: No such file Kernel panic - not syncing: Attempted to kill
 init.

Lustig, ich hatte dasselbe Problem erst gerade auch *wieder*. Google hilft
eigentlich recht schnell weiter. Ich schreibe die gängige Lösung
trotzdem auf.

Problem:
Du bootest den Kernel, dein Root hat ein ext3-Dateisystem. Wenn du ext3
als Kernelmodul vorliegt, muss der Kernel zunächst dieses Modul
laden, um auf dein Root zugreifen zu können. Merkst du was? Damit das
aber geht, muss schon Root gemountet sein, sonst kommt der Kernel an die
Module nicht ran.

Lösung:
Das Module für dein Root-FS (bei dir ext3?) fest in den Kernel
kompilieren.


Ciao,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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



[ACPI] Asus A8N-E und Standby

2006-02-05 Thread Simon Brandmair
Hallo NG!

Ich habe mir von Asus das A8N-E zugelegt. Mein Problem ist, dass ich den
Rechner nicht dazu überreden kann, mit $echo standby  /sys/power/state
eine Pause einzulegen. Da passiert rein gar nichts, auch nichts in
/var/log/acpid.

Habe hier einen 2.6.8-Kernel, aber auch bei 2.6.12 aus Etch desselbe.
Au0erdem habe ich auch das BIOS aktualisiert (1010).

Hat hier jemand das MB mit ACPI richtig am Laufen? Oder bleibt mir das
Stromsparen erstmal versagt?

Schon mal vielen Dank  Tschüss,
Simon


-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: exim4 und rewriting (Exim-Newbi)

2005-10-03 Thread Simon Brandmair
Hallo Ingmar!

On Mon, 03 Oct 2005 19:20:05 +0200, Dr. Ingmar Hellhoff wrote:

 
 ich brauche Eure Hilfe: Ich habe Sarge installiert und mit Sarge Exim4.
 Bei der Installation habe ich Smarthost und Adress-Rewriting installiert.
 Das umschreibben der Adressen anhand von /etc/email-adresses funktioniert
 auch anstandslos, ebenso der Versand über den Smarthost. Auch die interne
 Mailzustellung für mehrere User funktioniert. Aber jetzt kommts:
 
 Exim ist stur und schreibt nun auch die Adressen bei interner
 Mailzustellung um. Also: Mail die an den Smarthost geht soll umgeschrieben
 werden in die offiziellen Adressen (das klappt), Mail die nicht an
 Smarthost geht und lokal zugestellt wird soll nicht umgeschrieben werden
 (das klappt nicht).

Ts, ts, ts, schon am 28.09. hat hier jemand daselbe Problem gehabt
(http://groups.google.de/group/linux.debian.user.german/browse_thread/thread/b1c83cdc80c92b31/765215fa26cdda4f?lnk=stq=group:linux.debian.user.german+exim4rnum=2#765215fa26cdda4f).

Schuss aus der hohlen Hüfte: Host- und/oder Domainname sind nicht richtig
konfiguriert. Was sagt den $hostname -f?

Tschüss,
Simon


-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Drucken im Netz - Einstellen der Ausdruck-Größe

2005-10-02 Thread Simon Brandmair
Morgen!

On Tue, 27 Sep 2005 20:30:14 +0200, Tobias Hilbricht wrote:

 Am Dienstag, 27. September 2005 15:19 schrieb Heiner Gewiehs:
 
 Mein Problem ist, dass ich zwar vom Client auf dem Server ausdrucken
 kann - nur die Größe des Ausdrucks nicht stimmt.
 
 Schicken die Clienten druckfertige Daten zum Server,
 oder übernimmt der Server die Aufbereitung (Filter/Druckertreiber)?

Wie kann ich denn konfigurieren, ob der Client die Daten druckfertig macht
oder das erst der Server machen soll? Ich dachte zuerst, das macht der
Server immer, musste dann aber feststellen, dass beim Drucken vom Client
eine andere Seitengröße rauskam. 
Ach so, der Client spricht den Server über ipp://... an.

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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

2005-09-12 Thread Simon Brandmair
Hallo!

On Mon, 12 Sep 2005 10:40:14 +0200, Juergen Lammers wrote:
 
 Besteht die Möglichkeit Ihre Angebote zu sponsorn?

Ja.

 Wo werden Sponsoren auf Ihrer Homepage genannt?

http://www.de.debian.org/donations

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Wie werden die Kernel-Source installiert ?

2005-09-08 Thread Simon Brandmair
Morgen!

On Wed, 07 Sep 2005 00:10:10 +0200, Walter Saner wrote:

 Andrew Laarmann schrieb:
 
 bin vor kurzem von SuSE 9.3 auf Sarge 3.1r0 umgestiegen. Also fast kein
 Newbee mehr ;-) . Wie installiere ich die KernelSourcen bzw. einen neuen
 Kernel ?
 
 http://debiananwenderhandbuch.de/kernelbauen.html

Oder aus Debian-Referenz Der Linux-Kernel unter Debian:
http://www.de.debian.org/doc/manuals/reference/ch-kernel.de.html

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Kein Root Login

2005-07-13 Thread Simon Brandmair
Hallo!

On Tue, 12 Jul 2005 13:00:19 +0200, Andreas Pakulat wrote:

 On 12.Jul 2005 - 10:29:44, Simon Brandmair wrote:
 On Mon, 11 Jul 2005 13:10:15 +0200, Andreas Pakulat wrote:
 
  On 11.Jul 2005 - 12:37:14, Saskia Whigham wrote:
  
  wie schaffe ich es das root sich nicht mehr an der Kondole anmelden
  kann. Das heisst es muss sich erst ein normaler User anmelden und
  dann mittels su kann man erst den root spielen.
 
  Welchen Sinn soll das denn haben? Der Mechanismus hinter beiden
  Befehlen (login und su) ist derselbe.
 
 Ein Angreifer braucht ein Passwort mehr.
 
 Es ging doch wohl allein um die tty, also wenn ein Angreifer physischen
 Zugang zum System hat, braucht er gar kein Passwort.

Ja, stimmt grundsätzlich. Es wäre ein falsches Gefühl von Sicherheit zu
glauben, dass die Maßnahme von Saskia verhindern könnte, dass jemand mit
physichem Zugang root wird.

Allerdings finde ich, dass es nicht völlig irrelevant ist, wie jemand
root werden kann. Stell dir folgendes Szenario vor: Ich lasse in der
Bibliothek meinen Laptop unbeaufsichtigt stehen, um mir einen Kaffee zu
holen. Du kennst mein Root-Passwort. Wenn du dich damit einloggen kannst,
kannst du z.B. schnell ein Rootkit installieren. Wenn aber nicht,
müsstest du erstmal den Laptop aufschrauben, um das BIOS-Passwort zu
löschen, was in der Bibliothek vielleicht auffallen könnte und du
vielleicht auch zeitlich nicht hinbekommst.

Tschüss,
Simon


-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Kein Root Login

2005-07-12 Thread Simon Brandmair
On Mon, 11 Jul 2005 13:10:15 +0200, Andreas Pakulat wrote:

 On 11.Jul 2005 - 12:37:14, Saskia Whigham wrote:
 
 wie schaffe ich es das root sich nicht mehr an der Kondole anmelden
 kann. Das heisst es muss sich erst ein normaler User anmelden und dann
 mittels su kann man erst den root spielen.

http://www.de.debian.org/doc/manuals/securing-debian-howto/ch4.de.html#s-restrict-console-login

 Welchen Sinn soll das denn haben? Der Mechanismus hinter beiden Befehlen
 (login und su) ist derselbe.

Ein Angreifer braucht ein Passwort mehr. Allein mit dem root-Passwort kann
er nicht mehr root werden, da er sich davor als normaler Benutzer anmelden
muss. Und wenn man noch pam_wheel verwendet, reicht es u.U. auch nicht
aus, irgendein Benutzerpasswort zu haben.

Tschüss,
Simon 

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: iptables und das loggen von Paketen

2005-07-08 Thread Simon Brandmair
Hallo Malte!

On Thu, 07 Jul 2005 14:20:14 +0200, Malte Schirmacher wrote:

 
 So gehts mir grade, denn ich frage mich, was sinnvoll ist an (verworfenen,
 zurückgewiesen etc.)Paketen mitzuloggen, ob es sich überhaupt lohnt und
 wie man es generell aufbauen sollte (Stichwort Limit). Gibts da
 irgendwelche Faustregeln, gute Literatur oder sonstige Tipps?
 

Tja, die Frage, ob das Loggen sinnvoll ist, musst du schon selbst
beantworten. Loggen ist nur dann sinnvoll, wenn _du_ mit den Logeinträgen
auch etwas anfangen kannst. Also wenn du bei bestimmten Einträgen auf
bestimmte Art und Weise reagieren wirst. Wenn du dir sagst Ist mir egal,
was in iptables hängen bleibt, dann kannst du dir auch das Loggen
sparen. Und auch die 25ste Anfrage auf Port 137 wird in den meisten
Fällen wenig aufschlussreich sein.
Ich würde mir also überlegen, bei welchen Paketen ich informiert werden
möchte und die dann loggen.

Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: firewall für debian unstable

2005-05-21 Thread Simon Brandmair
Hi!

On Sat, 21 May 2005 11:30:13 +0200, Christian Schmidt wrote:
 
 Halim Sahin, 20.05.2005 (d.m.y):
 
 Was könntet Ihr da empfehlen?
 Habe bisher unter suse nur die susefirewall benutzt und bin noch nicht 
 all zu lange bei debian.
 
 Auch die Suse-Firewall kocht nur mit Wasser.
 man iptables ;-)

Wenn man sich nicht gleich durch die ganze Manpage kämnpfen will:
http://www.netfilter.org/documentation/index.html

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Was ist denn da los?!

2005-05-09 Thread Simon Brandmair
On Mon, 09 May 2005 19:40:09 +0200, Ludwig Maetzke wrote:

 
 Ein 'ls -ld /Atari-Apps' wäre auch hilfreicher gewesen.
 Das ergibt d-wx--x--x  29 ludwig  ludwig  4096 2005-05-07 22:25 
 /Atari-Apps
 Weil das Problem also vielleicht ist, daß meine Gruppe weder in 
 /Atari-Apps lesen und schreiben kann, habe ich nun befohlen
 chmod g + w /Atari-Apps
 bekomme aber dann gemeldet Ungültige Modus-Zeichenkette g
 Was ist denn an meinem chmod-Befehl auszusetzen?
 

man chmod:
The  format  of  a  symbolic mode is 
`[ugoa...][[+-=][rwxXstugo...]...][,...]'.
Also:
chmod g+w /Atari-Apps

Tschüss
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: CVS-update?

2005-05-01 Thread Simon Brandmair
Hi!

On Sat, 30 Apr 2005 18:00:17 +0200, Bertram Scharpf wrote:


 Am Samstag, 30. Apr 2005, 14:47:11 +0200 schrieb Michael Koch:
 On Sat, Apr 30, 2005 at 03:24:06PM +0200, Bertram Scharpf wrote:

  Bei CVS kamen dieser Tag die Updates 1.12.12 und 1.11.20; das zu
  schließende Sicherheitsloch scheint recht kritisch gewesen zu sein.

  Wann kann man bei Woody/Sarge damit rechnen? Was ist so schwierig
  daran?
 
 Die Fixes sind doch in 1.11.1p1debian-10 schon drin. Was dein Problem?
 Es ist halt der Debian Weg nicht einfach neue Versionen in eine stable
 Distribution zu packen sondern nur die wichtigen Fixes
 zurueckzuportieren.
 
 Ah, das wußte ich nicht. Danke.
 
Aus dem Debian-Sicherheitshandbuch: Die wichtigste Regel beim Erstellen
eines neuen Pakets, das ein Sicherheitsproblem behebt, ist, so wenig
Änderungen wie möglich vorzunehmen. Unsere Benutzer und Entwickler
vertrauen auf das genaue Verhalten einer Veröffentlichung nach dessen
Freigabe. Daher kann jede Änderung, die wir durchführen, möglicherweise
das System von jemandem zerstören. Dies gilt insbesondere für
Bibliotheken: Es muss darauf geachtet werden, dass sich das
Anwendungs-Programm-Interface (API) oder Anwendungs-Binär-Interface (ABI)
niemals ändert, egal wie klein die Änderung ist.

Dies bedeutet, dass das Umsteigen auf eine neue Version der
Originalprogramms keine gute Lösung ist und stattdessen die relevanten
Änderungen zurückportiert werden sollten. [1]

Tschüss,
Simon

[1]
http://www.de.debian.org/doc/manuals/securing-debian-howto/ch11.de.html#s-debian-sec-team-faq

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Firefox stürzt beim Drucken ab

2005-05-01 Thread Simon Brandmair
Morgen!

On Sat, 30 Apr 2005 19:00:20 +0200, Hartmut Figge wrote:

 Matthias Steffen:
 
 [FF crasht manchmal beim Drucken]
Hoffe, einer von euch, weiß da weiter Smile
 
[...]
 Falls das nichts bringt, solltest Du Dich an die Newsgroup
 de.comm.software.mozilla.browser wenden. Denk dann daran, die Version
 Deines FF sowie Dein OS anzugeben.

Zumindest für die Newsgroup (und wahrscheinlich auch für die eigene
Fehlersuche) ist es äußerst hilfreich, sich vom Chrash einen Backtrace
z.B. mit gdb zuerstellen. Dazu muss FF nur mit der Option -g gestartet
werden, dann run und nach dem Chrash bt.
Daneben habe ich auch gerade gesehen, dass FF die Option -safe-mode hat.
Kann vielleicht auch weiterhelfen.

Tschüss
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Mozilla Firefox crasht reproduzierbar

2005-04-26 Thread Simon Brandmair
Morgen!

On Fri, 22 Apr 2005 16:40:10 +0200, Martin Röhricht wrote:

 Ich habe aber schon häufiger ähnliche Probleme bei Mozilla und Firefox 
 beobachtet. Auf meinem iMac geschieht immer(!) ein Absturz, wenn ich 
 spiegel.de laden lassen möchte. Ich vermutete ein fehlerhaftes Plugin 
 (Flash?) dahinter, aber hatte einfach noch keine Zeit, nachzuforschen.

Ich hatte auch mal häufigere Abstürze mit Firefox. Verwendet mal gdb
oder ähnliches. Damit lässt sie das Problem meistens ziemlich gut
eingrenzen. Bei mir war's ein kaputter Schriftsatz.

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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



Verfall von Passwoertern (was: Uebersetzung von passwd.1)

2005-04-14 Thread Simon Brandmair
Hallo!

Bei der Übersetzung der Manpage von passwd bin ich darüber gestolpert,
wie der Verfall der Passwörter funktioniert.

On Wed, 13 Apr 2005 10:30:14 +0200, Simon Brandmair wrote:

 Ehrlich gesagt bin ich nicht komplett durchgestiegen, wie
 der Verfall der Passwörter funktioniert. Aus der englischen Manpage:
The
-w option is used to set the number of days of warning  the  user  will
receive  before  his/her password will expire.  The warning occurs warn
days before the expiration, telling the user how many days remain until
the  password  is  set  to expire.  The -i option is used to disable an
account after the password has been  expired  for  a  number  of  days.
After  a  user  account has had an expired password for inact days, the
user may no longer sign on to the account.
 
 Ich habe das so verstanden:
 1. Nutzer bekommt warn Tage eine Warnung vor dem Verfall des Passworts.
 2. Wenn der Nutzer sein Passwort nicht ändert, verfällt es. Er kann
 sich aber noch einloggen, wird dann aber sofort aufgefordert, sein
 Passwort zu ändern.
 3. Nach inact Tagen nach dem Verfall des Passworts wird sein Konto
 gesperrt.
 
 Korrekt?

Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: ISP DNS-Server an Clients weitergeben

2005-04-13 Thread Simon Brandmair
Hi!

On Wed, 13 Apr 2005 13:40:10 +0200, Peter wrote:

 Kann ich bastille beibringen, die vom ISP übermittelten DNS Server auch an
 die Clients weiterzugeben?
 Oder komme ich um einen Caching-Only DNS Server nicht drumherum?
 Müsste doch eigentlich auch ohne eigenen DNS Server funktionieren.
 Soweit, wie ich das überblicken kann, läuft bei meinem fli4l
 Disketten-Router auch kein bind

Also ich weiss nicht, wie das ohne DNS-Server gehen soll. Ich kenne fli4l
nicht wirklich, aber ein DNS-Server scheint da schon dabei zu sein:
Router: [...] DNS-Server, damit nicht jede Anfrage von Windows-PCs in's
WAN geht [1] So wirklich schwierig ist das auch nicht, einen einfachen
DNS-Server einzurichten und hat nebenbei auch noch ein paar Vorteile.

Simon

[1]
http://www.fli4l.de/german/extern/docu/stable/doc/deutsch/html/0_intro.html#Router

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Exim4 Queue

2005-03-13 Thread Simon Brandmair
Morgen!

On Sat, 12 Mar 2005 20:40:08 +0100, Jens Schüßler wrote:

 * Mike Dietrich [EMAIL PROTECTED] [12-03-05 19:19]:
 
 wie und wo kann ich Exim4 dazu bewegen, nicht-lokal zustellbare Mails zu 
 sammeln und erst beim online-gehen (manuelle Einwahl) zu versenden, 
 anstatt bei jeder eingehenden (nicht-lokal zustellbaren) Mail zu 
 versuchen die sofort zu verschicken?
 
 In der exim4.conf queue_only = true setzen.
 
Ich glaube nicht, dass da genau das ist, was Mike will. 
queue_only: If queue_only is set, a delivery process is not automatically
started whenever a message is received. Er will ja nur die nicht-lokalen
Mails in der Queue haben. Ich habe das hier mit queue_domains gelöst.
In meiner 02_exim4-config_options steht:
# Queue all none-local domains
queue_domains = ! +local_domains

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Firewire unter Sarge ans Rennen bringen

2005-03-01 Thread Simon Brandmair
On Mon, 28 Feb 2005 22:20:09 +0100, Dirk Salva wrote:

 Und leider dennoch so:
 gscanbus -v2
 Debug level: 2
 Setting Debug level: 2
 couldn't get handle: No such file or directory
 This probably means that you don't have raw1394 support in the kernel
 or that
 you haven't loaded the raw1394 module.
 
 Es wird definitiv kein passendes device angelegt;-(

Sorry, _ich_ kann dir da auch nicht weiterhelfen. Aber es gibt sicher ein
paar Menschen hier auf der Liste, ein etwas mehr Plan haben. Ansonsten
gibt es immer noch [EMAIL PROTECTED]

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Firewire unter Sarge ans Rennen bringen

2005-02-28 Thread Simon Brandmair
On Sun, 27 Feb 2005 17:10:11 +0100, Dirk Salva wrote:

 
 Ich füge eines der Module (egal welches) in /etc/modules hinzu, es
 wird laut lsmod geladen, ebenso wie ohci1394 und ieee1394, aber es
 existiert kein device utner /dev!? Wieso das nicht?
 Muß ich das device selbst erstellen? Wenn ja - wie geht das? Ich habe
 keine Ahnung, welche Parameter dafür anzuwenden sind;-(
 
Hast du Getting Started wirklich durchgearbeitet? So wie ich das sehe,
sollte libraw1394 das Device anlegen.
Also bei mir hat es ausgereicht, die Module zu laden und gscanbus zu
installieren.

SImon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Firewire unter Sarge ans Rennen bringen

2005-02-27 Thread Simon Brandmair
Hi!

On Sat, 26 Feb 2005 22:10:10 +0100, Dirk Salva wrote:
 
 wie kriege ich eigentlich FireWire unter Sarge ans Rennen?
[...]
 Welches Modul muss ich verwenden, was benötige ich zusätzlich? Beim
 Modul raw1394 (so heißt das glaube ich, meine Versuche sind ein paar
 Tage her) bekomme ich jedenfalls immer noch kein FW-Device angelegt,
 das scheint alleine also nicht auszureichen:-(

Beste Anlaufstelle für Probleme mit FireWire ist immer:
http://www.linux1394.org/.
Ich denke mal, du brauchst noch ohci1394 und ieee1394.

Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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



[lm-sensors] sensors liest Fangeschwindigkeit nicht aus

2005-02-27 Thread Simon Brandmair
Hallo zusammen!

Ich habe ein kleines Problem mit lm-sensors.
$ sensors sagt:
w83697hf-isa-0290
Adapter: ISA adapter
VCore: +1.60 V  (min =  +1.71 V, max =  +1.89 V)  
+3.3V: +3.15 V  (min =  +2.98 V, max =  +3.47 V)  
+5V:   +4.87 V  (min =  +4.76 V, max =  +5.24 V)  
+12V: +11.49 V  (min = +10.82 V, max = +13.19 V)  
-12V:  +1.37 V  (min = -13.18 V, max = -10.80 V)  
-5V:   +2.59 V  (min =  -5.25 V, max =  -4.75 V)  
V5SB:  +5.38 V  (min =  +4.76 V, max =  +5.24 V)  
VBat:  +0.02 V  (min =  +2.40 V, max =  +3.60 V)  
fan1:0 RPM  (min = 3750 RPM, div = 2) 
fan2:0 RPM  (min = 39705 RPM, div = 2) 
temp1:   +42°C  (high =   +72°C, hyst =   +88°C)   sensor = thermistor  
 
temp2: +49.0°C  (high =   +60°C, hyst =   +55°C)   sensor = thermistor  
 
alarms:   
beep_enable:
  Sound alarm disabled

fan1 und fan2 sollen danach auf 0 RPM laufen. Im BIOS kann ich die
wohl richtige RPM-Zahl sehen (um die 2200). Ich weiss nicht, wie ich das
auch mit lm-sensors hinbekommen kann.
Irgendwelche Vorschläge, was ich noch probieren könnte?

Kernel: 2.6.8-2-k7

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: [lm-sensors] sensors liest Fangeschwindigkeit nicht aus

2005-02-27 Thread Simon Brandmair
On Sun, 27 Feb 2005 18:10:09 +0100, Dirk Salva wrote:

 On Sun, Feb 27, 2005 at 03:40:13PM +0100, Simon Brandmair wrote:
 Irgendwelche Vorschläge, was ich noch probieren könnte?
 
 Die Glaskugeln mit mehr Angaben füttern, wie z.B. um welches Board
 bzw. welchen Lüfter es sich handelt?
 Ansonsten: anderen Divisor probieren, bei mir z.B.
 ignore fan1
 set fan2_div 4
 label fan2 CPU Fan
 ignore fan3
 
Glaskugel rules! Anderer Divisor war das richtige Stichwort. Mit set
fan2_div 32 kommt da ein ziemlich vernüngtiges Ergebnis raus.

Ich schreibe nochmal Mainboard und Lüfter dazu, nur dass man das auch
später im Archiv finden kann: K7VT4A Pro von ASRock, Copper Silent 2 von
arctic cooling.

Merci,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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

2005-02-21 Thread Simon Brandmair
On Fri, 18 Feb 2005 13:30:15 +0100, Michelle Konzack wrote:

 Am 2005-02-18 11:05:46, schrieb Simon Brandmair:
 
  ich möchte gerne unter debian mein dvd-ram in fat32 formatieren
^^^
 
 ? Auf eine DVD FAT32 drauftun? AFAIK ist auf DVDs ein eigenes Filesystem
 drauf, nämlich entweder ISO 9660 oder UDF.
 
 Ich habe ext2 drauf...
 
Und machst dann sowas: $ mount -t ext2 /dev/hdc /cdrom ?
Kannst du kurz mal sagen, warum du sowas machen willst? Mir fällt da
spontan nichts dazu ein.

Tschüss,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


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

2005-02-18 Thread Simon Brandmair
Hallo!

Ein paar allgemeine Hinweise: Du bekommst eher (gute) Antworten, wenn du
pro Problem einen Thread aufmachst und nicht alles in einen packst.
Außerdem wird HTML in den Mails nicht so gerne gesehen.

On Fri, 18 Feb 2005 09:30:08 +0100, Rene Tesch wrote:
 
 ich bin anfänger was debian bzw. linux betrifft
 deshalb hoffe ich ihr könnt mir helfen
 ich möchte gerne unter debian mein dvd-ram in fat32 formatieren
 und komme mit mkfs.vfat -v -F 32  /dev/hdc 4590144
 nicht weiter

? Auf eine DVD FAT32 drauftun? AFAIK ist auf DVDs ein eigenes Filesystem
drauf, nämlich entweder ISO 9660 oder UDF.

 desweiteren würde ich mich freuen wenn ihr mir input betreffs
 internetzugang via a-dsl geben könntet
 speziell 1. einrichten via pppoeconf mit kernel 2.6.8 ist bei mir nicht 
 möglich mußte kernel 2.4 verwenden der ließ einrichten zu

Generell ist http://www.adsl4linux.de/ ein guter Anlaufspunkt, wenn's um
DSL geht. Wenn du mehr Hilfe als nur ein bisschen allgemeines Blahblah
hören willst, dann musst du schon ein paar mehr Infos posten (Was hast du
gemacht? Was hat nicht funktioniert? V.a. welche (Fehler-)Meldungen?)

 2. ich suche ein interneteinwahlprogramm für kde (debian,kinternet gibts ja 
 nicht für debian oder?) weil über konsole mit rootrechten ist mir zu 
 umständlich

Ich habe früher mal bbppp verwendet. Das ist zwar nicht für kde, geht da
aber auch.

 im übrigen kppp funzt auch nicht jedenfalls nicht als benutzer
 Darling:/home/papa# kppp
 Xlib: connection to :0.0 refused by server
 Xlib: No protocol specified
 
 kppp: cannot connect to X server :0.0
 und so siehts aus als root

Das sieht so aus, dass dein kppp keine Verbindung mit dem x-server
herstellen kann. Bist du remote eingeloggt? Eigentlich sollte der User
volle Kontrolle über X haben, der ihn auch gestartet hat. Kannst du
andere Programme starten, die auf X zugreifen?

Hoffentlich hilft das erstmal für den Anfang,
Simon

-- 
pub  1024D/5781B453 2003-09-14 Simon Brandmair [EMAIL PROTECTED]
Primary key fingerprint: 2A47 DD6D ABC5 414A FA87  ABF5 1E15 B86B 5781 B453


-- 
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: Gdm/Kdm

2005-01-23 Thread Simon Brandmair
Morgen!

On Sun, 23 Jan 2005 12:00:15 +0100, Peter Baumgartner wrote:

 Am Sonntag, 23. Januar 2005 11:11 schrieb Alexander Schmehl:
 Moin!

 * Peter Baumgartner [EMAIL PROTECTED] [050123 10:01]:
  aber ich bekomme den Gdm nicht weg, der mich mit seinem Runterfahren
  nur durch root ärgert ($user sollen gefälligst den Netzstecker
  ziehen?).

 Kann man auch entsprechend einstellen.
 
 Genau das finde ich im Gnome Controlcenter nicht! Die Einstellung only by 
 root, all users bzw remote bewirkt keine Änderung.
 

Du hast auch /etc/gdm/gdm.conf entsprechend angepasst?
  # The Actions in the Actions menu require the root password
  SecureSystemMenu=false

Simon


-- 
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: [icewm] Nerviger Hide-Taskbar-Button (Solved)

2004-12-13 Thread Simon Brandmair
On Sun, 12 Dec 2004 15:50:32 +0100, Simon Brandmair wrote:

 
 Seit 1.2.17 habe ich bei icewm einen Knopf ganz rechts auf der Taskbar,
 mit dem ich diese zum Verschwinden bringen kann.

Dank Klaumi und Georg   (deren Antwort ich aber nur als PM erhalten habe,
also nochmal für die Liste):
In ~/.icwm/preferences:

#  Show a button to collapse the taskbar
TaskBarShowCollapseButton=0 # 0/1

Ich habe die preferences immer nur nach hide durchsucht. 

Meci,
Simon


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



Rubrica automatisch nach vCard konvertieren

2004-12-13 Thread Simon Brandmair
Hi!

Ich habe gerade ein bißchen mit Rubrica rumgespielt und finde das
eigentlich ganz nett. Problem ist nur, dass ich als MUA balsa verwende,
der wiederrum ein Adressbuch in vCard (gnomecard) erwartet.
Kennt jemand ein Skript mit dem ich Rubricas Adressbuch nach vCard
konvertieren kann? Ich weiss, dass ich in Rubrica händisch das Adressbuch
konvertieren kann, aber das läßt sich halt schlecht mittels cron
aufrufen.

Simon


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



[icewm] Nerviger Hide-Taskbar-Button

2004-12-12 Thread Simon Brandmair
Hallo!

Seit 1.2.17 habe ich bei icewm einen Knopf ganz rechts auf der Taskbar,
mit dem ich diese zum Verschwinden bringen kann. Ich finde den Knopf aber
eher störend. Weiss jemand, ob und wie ich den wieder wegbekomme?

Simon


-- 
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: [grub] nachträglich eingebaute Windowsplatte lässt sich nicht booten

2004-11-29 Thread Simon Brandmair
Hi Pierre!

On Mon, 29 Nov 2004 19:40:19 +0100, Pierre Gillmann wrote:

 Nun habe ich das Problem, dass grub sich einfach nicht 
 dazu überreden lässt diese Platte zu nutzen, es geht nur beim booten ESC 
 drücken und dann diese Festplatte auszuwählen.
 Windows liegt auf /dev/hdb1 und der ganze Eintrag in grub sieht wie 
 folgt aus:
 
 title   Windows ME
   root(hd1,0)
   makeactive
   chainloader +1
 
Also ich habe hier anstatt root rootnoverify stehen. Der Unterschied
ist, dass damit grub nicht versucht, die Partition zu mounten. Vielleicht
ist ja daran bei dir gescheitert.

Simon


-- 
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: mounten des DVD-Laufwerks nicht mehr möglich

2004-08-25 Thread Simon Brandmair
On Wed, 25 Aug 2004 01:40:06 +0200, Christian Christmann wrote:
 
 Ein mount -t iso9660 /dev/hdc /cdrom ausgeführt als root
 ergibt folgende Meldung:
 mount: /dev/hdc ist kein gültiges blockorientiertes Gerät
 
 hdc scheint zu stimmen. dmesg | grep toshiba sagt:
 Kernel command line: BOOT_IMAGE=Linux_2.6.7 ro root=306 hda=scsi 
 hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi
 apm=power-off nomce ide_setup: hdc=scsi
 ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
 hdc: TOSHIBA DVD-ROM SD-R6012, ATAPI CD/DVD-ROM drive ide-cd: passing
 drive hdc to ide-scsi emulation.
 
Ich denke, es liegt daran, dass du die SCSI-Emulation für dein
DVD-Laufwerk aktiviert hast. Damit ist dein Laufwerk kein IDE-Laufwerk
mehr, sondern ein SCSI-Laufwerk. Also entweder du schaltest das aus, oder
du bindest die DVD mit mount -t iso9660 /dev/sda /cdrom ein. /dev/sda
muss du natürlich durch den richtigen scsi-device ersetzen.

Simon


-- 
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: MPlayer unter Sarge will nicht (mehr) ;-((

2004-08-21 Thread Simon Brandmair
Hi!

On Sat, 21 Aug 2004 18:10:07 +0200, Dirk Salva wrote:
 On Sat, Aug 21, 2004 at 02:27:06PM +0200, Patrick Wunderlich wrote:
 seit kurzem bringt mein MPlayer (fuer Sarge von Ch. Marillat)
 folgende Fehlermeldung:
 1. (unwichtig vermutlich):
New_Face failed. Maybe the font path is wrong. Please supply the
 text font file (~/.mplayer/subfont.ttf).
 Kannst du bitte die genaue MPlayer Version und die Version der
 installieren MPlayer Pakete posten!
 
 Mplayer von Christian Marillat, ftp.nerim.net/debian-marillat
 Version 1:1.0-pre5-sarge0.3

Sieht so aus, als gäbe es ein Problem mit einem MPlayer-Face (scheint
seine Schriftsätze nicht zu finden). Vielleicht solltest du es mal mit
dem Standard-Face probieren. Auf blöd würde ich mal ~/.mplayer/
umbenennen.

 Eine neuere Version haette sich schon installiert, wenn es die gaebe.
 Oder gibt es eine bessere Quelle fuer den Mplayer?
 
Nö, ich glaube die ist schon i.O.

Simon


-- 
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: hallo liste-NAUTILUS-DATEIBROWSER

2004-08-21 Thread Simon Brandmair
Hi Dirk!

On Tue, 17 Aug 2004 16:50:07 +0200, Dirk Weckerlei wrote:

 NACH EINEM DIST-UPGRADE SPINNT NUN MEIN GNOME-DATEIBROWSER. SÄMTLICHE
 FUNKTIONEN WIE AUF, AB, VORWÄRTS ETC. FUNKTIONIEREN NICHT MEHR. UM DIE
 GEWOHNTEN FUNKTIONEN ZU BEKOMMEN, MUSS ICH VIA NAUTILUS
 --NO-DESKTOP--BROWSER ALS COMMANDA EINGEBEN. WAS IST GESCHEHEN? FRÜHER
 HAT EIN EINFACHER KLICK AUF DAS VERZEICHNISSYSMBOL DIESE FUNKTION VON
 ALLEIN AUSGEFÜHRT. WO KANN ICH DAS WIEDER ALS DEFAULT-AKTION EINSTELLEN?

Bei google hättest du eigentlich genügend Antworten finden sollen...
z.B. http://www.bytebot.net/geekdocs/spatial-nautilus.html. Dort steht
dann auch, wie der (das?) neue Nautilus funktioniert und wie du den wieder
dauerhaft (reichlich umständlich, für meinen Geschmack) in den alten
Zustand versetzen kannst.

Simon

P.S.: Deine Shift-Taste klemmt ;-)


-- 
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: Problem mit apt-proxy

2004-08-08 Thread Simon Brandmair
Hi Jörg!

On Sun, 08 Aug 2004 12:10:07 +0200, Jörg Arlandt wrote:

 Jörg Arlandt schrieb:
 
 ich möchte apt-proxy verwenden, habe es installiert. Anfänglich hatte ich
 die üblichen Problem, bis auf ein Problem konnte ich die jedoch
 beseitigen.
 
 [...]
 
 Den Fehler habe ich zwischenzeitlich behoben.
 
Es wäre nett von dir, wenn du die Lösung noch kurz für's Archive posten
könntest. Vielleicht wird ja irgendwann mal jemand dasselbe Problem haben...

Simon


-- 
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: Wieso geht der active-filter in ppp mit Kernel 2.6.7 nicht mehr

2004-08-01 Thread Simon Brandmair
Hi!

On Sun, 01 Aug 2004 13:40:05 +0200, Heike C. Zimmerer wrote:

 Michelino Caroselli [EMAIL PROTECTED] writes:
 
 Wie Heike geschrieben hat: Auf das Ende der Diskussion warten.
 
 Was Kernel 2.6.7 und Debian anbelangt, reicht offensichtlich die
 Rückgängigmachung von
 
 http://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv2.6%2Fpatch-2.6.6.bz2;z=1276
 
 aus, wie Simon schon schrieb.  Ich hatte in einer ganz anderen
 Software Probleme, und es hat sich herausgestellt, dass der Fehler
 unabhängig davon ist.
 
 Michelino schrieb, dass es bei ihm trotzdem nicht funktioniert, das
 kann ich aber (leider) nicht nachvollziehen.
 
Nee sorry, das war wohl ein Missverstaendnis. Ich habe mich in meinem
ersten Posting auf Michelinos Mail vom 07 Jul 2004 bezogen, wo er
gemeint hat, dass das Rueckgaengigmachen des Patches ausreicht. Ich selber
habe das noch nicht ausprobiert, und wenn er sagt, dass das nicht gehen
wird, dann werde ich es auch lassen. Ich fahre dann lieber noch den
2.6.5er, wo mit dem Active-Filter noch alles in Butter ist.

Simon


-- 
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: Wieso geht der active-filter in ppp mit Kernel 2.6.7 nicht mehr

2004-07-29 Thread Simon Brandmair
On Thu, 29 Jul 2004 07:00:11 +0200, Michelino Caroselli wrote:

 Simon Brandmair wrote:
[...]
 
 Kann mir jemand erklären, was der Hintergrund davon ist. Der 2.6.7-Kernel
 läuft ja so für mich schlechter als der 2.6.5.
 Würde mich auch interessieren.
 
Ich hab nochmal gegoogelt und bin noch darauf gestossen:
Einerseits wurde die interne Darstellung von in-/outbound so
geändert, dass die libpcap0.7 das nicht mehr erkennt, andererseits
ist in-/outbound in libpcap0.8 gar nicht mehr funktional. Ganz traurig.
Und scheint auch pppd erwischt zu haben. [1]
Wenn ich das richtig interpretiere, heisst das, dass der Active-filter tot
ist.

Simon


[1]
http://groups.google.de/groups?q=libpcap0.8+%22active-filter%22hl=delr=ie=UTF-8selm=87llhqoj5q.fsf%40ibh.dernum=1


-- 
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: System als User runterfahren

2004-07-29 Thread Simon Brandmair
Hi!

On Thu, 29 Jul 2004 00:40:07 +0200, Christian Christmann wrote:

 
 wie kann ich unter Debian es unpriviligiert usern
 erlauben, das System mit shutdown runterzufahren?
 Ist sudo die einziege Möglichkeit?
 
Was spricht gegen sudo? Zur Not kannst du dir doch einen kleinen wrapper
dafür schreiben.

Simon


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



Wieso geht der active-filter in ppp mit Kernel 2.6.7 nicht mehr

2004-07-28 Thread Simon Brandmair
Guten Abend!

Nach ein paar Stunden rumsuchen habe ich rausgefunden, war mein pppd immer
exakt nach Ablauf der idle-time auch bei heftigem Traffic auflegt: Ab
Version 2.6.6 wurde ppp_generic.c gepatch. Wenn man diesen Patch
rückgangig macht, scheint der active-filter wieder zu funktionieren [1].
Oder einfach weiter 2.6.5 verwenden.

Kann mir jemand erklären, was der Hintergrund davon ist. Der 2.6.7-Kernel
läuft ja so für mich schlechter als der 2.6.5.

Simon


[1] http://lists.debian.org/debian-user-german/2004/07/msg00620.html


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



  1   2   >