Re: Disabling wifi to save battery

2011-10-11 Thread Raf Czlonka
On Tue, Oct 11, 2011 at 08:22:38AM BST, Daniel Dalton wrote:
 So could I just unload the module to save power?

Yes, unloading modules for devices which you don't want to use will
reduce power consumption, e.g. bluetooth, wifi or even usb.

Regards,
-- 
Raf


-- 
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/20111011101255.gb14...@linuxstuff.pl



Re: Keyboard and mouse problems in wheezy

2011-10-11 Thread Raf Czlonka
On Tue, Oct 11, 2011 at 02:37:40PM BST, Wawrzek Niewodniczanski wrote:
 Hello,
 
 I wonder if you have any expirence how to set up a interface in
 /etc/network/interfaces to pick up IPv6 address using wide dhcpv6
 client. It seems that I can have static and DHCP for IPv4, but only
 static for IPv6.

iface eth0 inet dhcp
pre-up modprobe ipv6
post-up /etc/init.d/wide-dhcpv6-client start
pre-down /etc/init.d/wide-dhcpv6-client stop

Ifupdown doesn't support ipv6 DHCP as of yet.

Regards,
-- 
Raf


-- 
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/20111011140014.ga15...@linuxstuff.pl



Re: debian vs. wide-dhcpv6-client

2011-10-11 Thread Raf Czlonka
On Tue, Oct 11, 2011 at 02:37:40PM BST, Wawrzek Niewodniczanski wrote:
 Hello,
 
 I wonder if you have any expirence how to set up a interface in
 /etc/network/interfaces to pick up IPv6 address using wide dhcpv6
 client. It seems that I can have static and DHCP for IPv4, but only
 static for IPv6.

iface eth0 inet dhcp
pre-up modprobe ipv6
post-up /etc/init.d/wide-dhcpv6-client start
pre-down /etc/init.d/wide-dhcpv6-client stop

Ifupdown doesn't support ipv6 DHCP as of yet.

Regards,
-- 
Raf


-- 
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/20111011141843.ga15...@linuxstuff.pl



Re: Keyboard and mouse problems in wheezy

2011-10-11 Thread Raf Czlonka
On Tue, Oct 11, 2011 at 03:02:34PM BST, Victor Nitu wrote:
 You have replied to the wrong thread, please re-send this message
 where it belongs.
 Thanks.

I had indeed - all done, resent.

Ta,
-- 
Raf


-- 
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/20111011141949.gb15...@linuxstuff.pl



Re: Upgrading base-files wants to wipe out half of system

2011-10-09 Thread Raf Czlonka
On Sat, Oct 08, 2011 at 11:45:02PM BST, Daniel D Jones wrote:
 Searching Google and this list archives haven't come up with anything on 
 this.  
 Running apt-get upgrade, base-files and a number of other packages are being 
 held back.  Doing a dist-upgrade or manually upgrading base-files gives me 
 this:

Which release are you using? to which release are you trying to update?
What entries do you have in sources.list file(s)?
What do aptitude safe-upgrade and aptitude full-upgrade say
respectively?

P.S. Please provide more information next time. It'll save us all time
in trying to help you - we're not mind-readers.

Regards,
-- 
Raf


-- 
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/20111009071933.ga10...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-09 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 09:13:42PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  What's the content of /etc/default/locale and what does locale say?
 
 The content of /etc/default/locale is:
 LANG=hu_HU.UTF-8

Last but not least, try running:

% LANG=hu_HU.UTF-8 mc

or any other program prefixed with LANG.

Just tested it on my laptop with Hungarian locale and it works fine.
If the above work that would point to your DM or WM not setting your
environment properly.

Please check whether you have any other locale set in /etc/environment.

Regards,
-- 
Raf


-- 
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/20111009074635.ga14...@linuxstuff.pl



Re: How to unlock apt-get?

2011-10-09 Thread Raf Czlonka
On Sun, Oct 09, 2011 at 12:59:33PM BST, Sven Joachim wrote:
 On 2011-10-09 13:47 +0200, Matt Harrison wrote:
  Are you running apt-get as root?  I don't have my box right in front
  of me, but the errors you describe sound like you are trying to run
  apt as your user account.
 
 No, in that case he would get a (13: Permission denied) error.  The dpkg
 database is locked by another process, lsof should find out which one.

It means that another update process[0] is running or ran but hadn't had
the time to clear locks after it finished. Seems like this time it's the
latter since the problem remains after reboot. It could've happened when
you rebooted the system or simply closed a window while a package manager
was performing its tasks.
Since you've rebooted it's safe to remove the lock files now as no
process, even the automated one, will run.

[0] auto-apt, cron-apt, unattended-upgrades, etc.

Regards,
-- 
Raf


-- 
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/20111009145756.gb4...@linuxstuff.pl



Re: When was Debian installed

2011-10-09 Thread Raf Czlonka
On Sat, Oct 08, 2011 at 11:39:26PM BST, Jari Fredriksson wrote:
 8.10.2011 4:09, Mark Panen kirjoitti:
  Which command do i run to find out on which date i installed my Debian OS?
 
 uptime

Have you read the question?

-- 
Raf


-- 
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/20111009151932.ga6...@linuxstuff.pl



Re: Disabling wifi to save battery

2011-10-08 Thread Raf Czlonka
On Sun, Oct 09, 2011 at 01:44:57AM BST, Daniel Dalton wrote:
 Hi, 
 
 I've recently purchased a Dell vostro 3350 laptop, and to save battery,
 I was planning to disable wifi, when it wasn't required. On my old
 laptop I could use the rfkill package like so:
 rfkill block wifi 

What does rfkill list say?

 But it seems to have no effect on my Dell. The wifi hot key on the
 laptop does not seem to work either (from the console). Does anyone have
 any other ideas? If I do ifdown eth1 to bring down wifi, is it likely
 the wifi will still be consuming significant battery? 

Yes, until you remove the module, the device is still in use.
What model wifi card is it and what module does it use?
What does modinfo 'modulename' say?

Regards,
-- 
Raf


-- 
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/20111009051405.ga7...@linuxstuff.pl



Re: Totem tty's

2011-10-07 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 06:56:19PM BST, Mark Panen wrote:
 On 05/10/2011 14:30, Raf Czlonka wrote:
 Please, be polite when you're asking for help.
 
 Please Dear Sir, i now have totem recognised by reportbug all of a
 sudden, but :

There's no need to be sarcastic either.

 Your version (2.30.2-6) of totem appears to be out of date.
 The following newer release(s) are available in the Debian archive:
   stable: 2.30.2-8+b2
   testing: 2.30.2-8+b2
   unstable: 2.30.2-8+b2
 Do you still want to file a report [y|N|q|?]?
 
 aptitude install totem does not install any new version?

According to p.d.o 2.30.2-6 is the newest version available for stable.
I also noticed that 2.30.2-8+b2 is also available in stable archive.
What I suspect happened is that it's an upload for upcoming point
release[0].
I'd check whether the bug's been fixed in the new version and file it,
maybe hold off until 6.0.3 is official.

[0] http://www.debian.org/News/2011/20110919

Regards,
-- 
Raf


-- 
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/20111007071251.ga21...@linuxstuff.pl



Re: Console font too wide in Wheezy

2011-10-07 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 07:46:30PM BST, Peter Brüel wrote:
 Hi list
 
 I have a box that dual boots Debian Squeeze and Wheezy. In Wheezy I have
 found that the console font in X (I use Xfce as DE) is about 17% wider
 compared to Squeeze. (The height is the same.)
 
 I have made a screenshot in both Squeeze and Wheezy then aligned them
 and taken a screenshot for comparison:
 
 http://en.zimagez.com/zimage/font-compare.php
 
 Details (equal in both situations): 
 - Font: monospace (Dejavu sans mono), size 8
 - Screen: Anti-aliasing, slight hinting, 96 dpi

How about screen resolution, is it the same?

Regards,
-- 
Raf


-- 
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/20111007123958.ga23...@linuxstuff.pl



Re: Unable to mount UDF Volume

2011-10-07 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 09:12:28PM BST, Steven Sciame wrote:
 I tried to manually mount the volume and got the same error
 
 debtop:/# mount -r /dev/sr0 /media/cdrom
 mount: wrong fs type, bad option, bad superblock on /dev/sr0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail  or so

Have you tried:

% modprobe udf

 It just works as expected on the Ubuntu laptop, but I don't have access to 
 that one all of the time.  Mine is running Debian Squeeze. 

Could you paste the corresponding lines from /etc/fstab from both
systems, please?

P.S. There's no need to reply both to me and to the list.

Regards,
-- 
Raf


-- 
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/20111007124953.gc23...@linuxstuff.pl



Re: Unable to mount UDF Volume

2011-10-07 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 04:58:54PM BST, Steven Sciame wrote:
 On Thu, Oct 06, 2011 at 09:12:28PM BST, Steven Sciame wrote:
  I tried to manually mount the volume and got the same error
  
  debtop:/# mount -r /dev/sr0 /media/cdrom
  mount: wrong fs type, bad option, bad superblock on /dev/sr0,
     missing codepage or helper program, or other error
     In some cases useful info is found in syslog - try
     dmesg | tail  or so
 
 Have you tried:
 
 % modprobe udf
 
 Yes.  That had the same result.

Assuming that /dev/sr0 is the correct device, /media/cdrom exists
and you have the right permissions, what happens if you try:

% mount -t iso9660 /dev/sr0 /media/cdrom

or

% mount -t udf /dev/sr0 /media/cdrom

  It just works as expected on the Ubuntu laptop, but I don't have access to 
  that one all of the time.  Mine is running Debian Squeeze. 
 
 Could you paste the corresponding lines from /etc/fstab from both
 systems, please?
 
 Here is the fstab from Squeeze:
[cut]
 /dev/cdrom    /media/cdrom0   udf,iso9660 user,noauto 0   0

And what happens if you simply try:

% mount /media/cdrom0

 And here it is from Ubuntu
[no reference to optical device in /etc/fstab]
 What do you think?

Hmmm... not a Ubuntu user so no idea how mounting is handled there, but
I suspect that it's being handled by your DE.

Try the above and we'll move from there.

Regards,
-- 
Raf


-- 
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/20111007163247.ga28...@linuxstuff.pl



Re: webdruid and cron.daily error: Permission denied

2011-10-07 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 03:30:33PM BST, Csanyi Pal wrote:
 ${WEBDRUID_BIN} -Q -n ${HOSTNAME} -o ${REPORT_ROOT}${NAME}
 ${LOG_DIR}/${NAME}/access.log.1

Initially I thought that your mailer broke the line but after installing
webdruid I noticed that you simply copied it from an example which in
turn had been copied from a bug report email where this line had been
broken by the email client of a person who reported the bug in a first
place. So either append \ at the end of the first line or make one out
of those two.

 When I run /etc/cron.daily/webdruid I get error message:
 /etc/cron.daily# ./webdruid
 ./webdruid: 19: /var/log/apache2/csplbubba/access.log.1: Permission
 denied 

No wonder, you're trying to run the log file - I should have spotted that
earlier.

 How can I solve this problem?

Stop copying things blatantly without understanding what they do ;^)

Regards,
-- 
Raf


-- 
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/20111007172634.ga2...@linuxstuff.pl



Re: Unable to mount UDF Volume

2011-10-07 Thread Raf Czlonka
I'd check more dmesg messages, not just the last 10 lines.
I'd also have a look in syslog as suggested when mount fails.
Apart from the obvious - a possible hardware fault - I'd check if this
bug report[0] applies to you.

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583949

Regards,
-- 
Raf


-- 
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/20111007184316.ga3...@linuxstuff.pl



Re: IP address depending on the MAC

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 06:13:04AM BST, Ireneusz Szcześniak wrote:
 This is what I have already done, but the static lease doesn't
 protect me from the unplugging problem and the behaviour of
 dhclient.  I haven't looked into the config of dhclient yet, but
 reconfiguring it so that it keeps trying to get a configuration and
 doesn't fall back to a random IP address seems a good thing to try.

You only need the IP address when the PC is plugged into the net, right?
In that case setting a static lease will solve your problem, simply make
sure to install a bit of software that detects the cable being plugged
in, e.g. AFAICR the aforementioned packages should have that capability
or simply use ifplugd or similar.
What do you mean by falls back to a random IP address?
What purpose unplugging the PC from the network has? Is it part of the lab?

Regards,
-- 
Raf


-- 
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/20111006065617.ga3...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 09:13:36PM BST, Csanyi Pal wrote:
 I'm trying setup Hungarian environment by editing files in my $HOME
 directory: 
 
 .xsessionrc
 Language=hu_HU.utf8
 Layout=hu standard
 
 ~/GNUstep/Library/WindowMaker/autostart
 Language=hu_HU.utf8
 Layout=hu

That's not the right way to set up your environment.

Try:

% dpkg-reconfigure locales

-- 
Raf


-- 
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/20111006165022.ga7...@linuxstuff.pl



Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 03:30:33PM BST, Csanyi Pal wrote:
 When I run /etc/cron.daily/webdruid I get error message:
 /etc/cron.daily# ./webdruid
 ./webdruid: 19: /var/log/apache2/csplbubba/access.log.1: Permission
 denied 
 
 How can I solve this problem?

Who are you running the script as?

-- 
Raf


-- 
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/20111006171125.gb7...@linuxstuff.pl



Re: Unable to mount UDF Volume

2011-10-06 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 07:35:25PM BST, Steven Sciame wrote:
 I thought that there might be something wrong with the disc except, when I 
 insert this into another laptop running ubuntu 11.04, it works as expected.  
 Any help would be much appreciated. 

What options are you trying to mount it with?
What options work for Ubuntu?

Regards,
-- 
Raf


-- 
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/20111006173109.ga8...@linuxstuff.pl



Re: IP address depending on the MAC

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 07:30:00PM BST, Ireneusz Szcześniak wrote:
 On 06.10.2011 08:56, Raf Czlonka wrote:
  What do you mean by falls back to a random IP address?
 
 The interface is assigned an address in the range 169.254.0.0/16.

Remove the package which assigns those IP addresses, e.g.
network-manager or avahi-autoipd.

  What purpose unplugging the PC from the network has?
  Is it part of the lab?
 
 Student bring their laptops and get the ethernet cable from the lab
 computers.  They do it frantically a few times, and the desktop
 interface gets this address.

With static leases you wouldn't have that problem as now they're getting
dynamic IP addresses. Configure your DHCP server not to assign IP
addresses for MACs not in the database.

 Not only dhclient might be setting this random address, but also the
 Network Manager.

Don't use Network Manger ;^)

Regards,
-- 
Raf


-- 
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/20111006190155.ga8...@linuxstuff.pl



Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 08:18:52PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  Who are you running the script as?
 
 I'm running the script as root.

What about the permissions of the folders themselves, you only sent
file permissions?

-- 
Raf


-- 
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/20111006194301.ga8...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 08:44:07PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  Try:
 
  % dpkg-reconfigure locales
 
 I already did it and doesn't help.

What's the content of /etc/default/locale and what does locale say?

Regards,
-- 
Raf


-- 
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/20111006195946.ga8...@linuxstuff.pl



Re: Totem tty's

2011-10-05 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 01:46:32AM BST, Mark Panen wrote:
 Look in your crystal ball and from my many previous posts you will
 see that i use Squeeze 6.0.2 amd64

You have to assume that we hadn't read your many previous posts.
Some skip posts that don't interest them, some only just subscribed and
for them it is your first post they see.
Please, be polite when you're asking for help.

 I wish I could find that link on how to ask smart questions about now.
 
 When you find it you will be a boffin.

http://catb.org/~esr/faqs/smart-questions.html

I suggest man reportbug.

Ta,
-- 
Raf


-- 
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/20111005123034.ga3...@linuxstuff.pl



Re: IP address depending on the MAC

2011-10-05 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 08:59:08PM BST, Ireneusz Szcześniak wrote:
 The computers are in a university laboratory, where students often
 unplug the lan cable.  Then they plug the cable again after some
 time, and unplug again.
 
 The problem with this plugging and unplugging is that when the
 dhclient doesn't receive a lease in time, it randomly picks an
 address and stays with it even then the cable is plugged later.
 With this random address I can't connect to the computer remotely.
 And so the idea of a static address came to my mind.  But now I
 think I should look into the configuration of dhclient to resolve
 the problem.

You can resolve this issue by setting up a long lease time and set up
static leases only - it's trivial.

Regards,
-- 
Raf


-- 
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/20111005211558.ga14...@linuxstuff.pl



Re: launching apps from the menu

2011-10-03 Thread Raf Czlonka
On Sun, Oct 02, 2011 at 05:32:19PM BST, Richard Bown wrote:
 Do you mean something like 
 WSJT=/home/richard/SDR/wsjt-re2454
 then use $WSJT

No. You know what defining the PATH means, don't you?
First thing to do would be to swap the last line in the script from:

python wsjt.py

to:

echo $PATH  test
pwd  test

Then run it from the menu again and check the content of the test file.

Regards,
-- 
Raf


-- 
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/20111003223800.ga17...@linuxstuff.pl



Re: launching apps from the menu

2011-10-02 Thread Raf Czlonka
On Sun, Oct 02, 2011 at 02:12:26PM BST, Richard Bown wrote:
 sleep 1
 cd /home/richard/SDR/wsjt-rev2454/
 python wsjt.py

Drop the 'cd' and try:

python /home/richard/SDR/wsjt-rev2454/wsjt.py

If that doesn't help, define PATH in the script or use full path to the
binaries/scripts you're calling.

Regards,
-- 
Raf


-- 
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/20111002133545.ga10...@linuxstuff.pl



Re: launching apps from the menu

2011-10-02 Thread Raf Czlonka
On Sun, Oct 02, 2011 at 03:01:34PM BST, Richard Bown wrote:
 On Sun, 2011-10-02 at 14:35 +0100, Raf Czlonka wrote:
  If that doesn't help, define PATH in the script or use full path to the
  binaries/scripts you're calling.

[cut]

 The cd to that directory is due to it must start in its directory, as it
 reads several config files on start up.

In that case how bout defining the PATH?

P.S. Reply to the list, not to me directly.

Regards,
-- 
Raf


-- 
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/20111002155048.ga16...@linuxstuff.pl



Re: Locale set to C

2011-10-02 Thread Raf Czlonka
On Sun, Oct 02, 2011 at 01:47:30PM BST, Jörg-Volker Peetz wrote:
 Panayiotis Karabassis wrote, on 10/02/11 13:59:
 snip
  I will check in a minute. Also I am pretty sure I didn't set the locale
  to C. I copied .profile, .bashrc from another computer, where locales
  work.
  
 Could there have been a .bash_profile on the problematic computer which takes
 precedence over the .profile you copied from the working environment?

Panayiotis,

What if you try to set locale to el_GR.utf8 instead of en_US.UTF-8?
Could you include the content of /etc/default/locale?
Also, what does locale say?

Regards,
-- 
Raf


-- 
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/20111002171508.gb20...@linuxstuff.pl



Re: IP address depending on the MAC

2011-10-02 Thread Raf Czlonka
On Sun, Oct 02, 2011 at 05:31:59PM BST, Ireneusz Szcześniak wrote:
 I'm planning to install an image of Debian to a number of computers.
 Each of these computers will have the same configuration except the
 hostname and the IP address.  The IP configuration has to be static.
 I can't use a DHCP server.
 
 QUESTION; Is there a way to assign a hostname and a static IP
 address at boot time depending on the MAC address of the computer's
 network interface card?

I was about to suggest preseeding as well - works great if you combine
it with pxelinux, even if you need to set up a DHCP server on a small
subnet only for that purpose. But if it doesn't, your option is a
script - try some scripts/rules from ifupdown* packages and/or maybe
combined them with one of the IP autoconfig utils found in Debian.

Regards,
-- 
Raf


-- 
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/20111002203733.ga21...@linuxstuff.pl



Re: Serwery i RAID 1

2011-09-23 Thread Raf Czlonka
On Fri, Sep 23, 2011 at 10:10:56AM BST, Piotr Patan wrote:
 Allo!
 
 Mam 3 małe serwery produkcyjne:
 2 x HP ML110 G5
 1 x HP ML115 G5
 
 wybór systemu padł na Ubuntu Server 11.04 na serwerach ML110 G5 jest
 zbudowana macierz RAID 1 sprzętowo. Softwareowo było wszystko OK a
 teraz podczas instalacji - instalator wykrywa macierz i zawiecha -
 cóż robić?

1. To nie jest lista ubuntu-user-polish, ale niech ci bedzie.
2. To nie jest hardware RAID, a SATA RAID[0].

[0] http://wiki.debian.org/DebianInstaller/SataRaid

Pozdrawiam
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110923130423.ga28...@linuxstuff.pl



Re: Serwery i RAID 1

2011-09-23 Thread Raf Czlonka
On Fri, Sep 23, 2011 at 02:04:23PM BST, Raf Czlonka wrote:
 On Fri, Sep 23, 2011 at 10:10:56AM BST, Piotr Patan wrote:
  Allo!
  
  Mam 3 małe serwery produkcyjne:
  2 x HP ML110 G5
  1 x HP ML115 G5
  
  wybór systemu padł na Ubuntu Server 11.04 na serwerach ML110 G5 jest
  zbudowana macierz RAID 1 sprzętowo. Softwareowo było wszystko OK a
  teraz podczas instalacji - instalator wykrywa macierz i zawiecha -
  cóż robić?
 
 1. To nie jest lista ubuntu-user-polish, ale niech ci bedzie.
 2. To nie jest hardware RAID, a SATA RAID[0].
 
 [0] http://wiki.debian.org/DebianInstaller/SataRaid

Chyba, że masz wersję wyżej niż podstawowa[1] gdzie kontroler
Smart Array E200 jest obsługiwany przez moduł cciss.
Niestety w myślach nie czytam a informacji nie podałeś zbyt wiele.

[1] 
http://h2.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01487275lang=encc=ustaskId=101prodSeriesId=3663719prodTypeId=12169

Pozdrawiam,

Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110923174010.gb...@linuxstuff.pl



Re: Drukowanie CUPS/LPR do pdf?

2011-09-23 Thread Raf Czlonka
On Fri, Sep 23, 2011 at 02:51:30PM BST, Rafał Radecki wrote:
 Cześć.
 
 Mam taką sytuację:
 - 1 serwer (xxx), na którym w CUPS mam skonfigurowaną drukarkę drukującą do 
 PDF
 - drugi serwer (yyy), na którym nie mogę zainstalować CUPS (stare
 biblioteki C dla VMWare) ale zainstalowałem LPR
 Chciałbym, jeżeli to możliwe:
 - skonfigurować drukowanie na yyy na LPR tak by wydruki były
 przekazywane na PDF na xxx
 lub
 - skonfigurować drukowanie na yyy na LPR tak by wydruki były
 wykonywane do pliku tekstowego/pdf?
 
 Jakieś wskazówki?

CUPS obsługuje LPD[0] więc nie powinno być z tym problemu.
Zakładając, że CUPS-PDF na xxx działa poprawnie skonfiguruj klienta
LPD na yyy tak, żeby drukował do serwera LPD (CUPS) na xxx.

[0] http://www.cups.org/doc-1.1/sam.html#8_2

Pozdrawiam,

Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110923180606.ga...@linuxstuff.pl



Re: Crontab

2011-09-11 Thread Raf Czlonka
On Sat, Sep 10, 2011 at 08:54:52PM BST, Paweł Lalewicz || i-pawe...@tlen.pl 
|| wrote:
 Witam,
 Od pewnego czasu czyt. po upgrade wykonanym kilka m-cy temu crontab
 zachowuje mi się dość dziwnie.
 Mam ustawione wykonanie zdarzenia:
 30 19 2-31 * 1-5
 Czyli zdarzenie powinna wykonywać się o godzinie 19:30 od 2-31 dnia
 każdego miesiąca od poniedziałku do piątku.
 Mimo ustawień dni tygodnia 1-5 zdarzenia wykonuje się od
 poniedziałku do soboty.
 Jeżeli ustawię zakres dni z 2-31 na * zadanie wykonuje się poprawnie
 od poniedziałku do piątku.
 
 Ktoś wie o co może chodzić? Z góry dzięki za pomoc.

Upgrade czego, całego systemu czy tylko crona?
Z której wersji i do której?
cron, fcron, czy jeszcze inny?

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110911161411.ga2...@linuxstuff.pl



Re: Crontab

2011-09-11 Thread Raf Czlonka
On Sat, Sep 10, 2011 at 08:54:52PM BST, Paweł Lalewicz || i-pawe...@tlen.pl 
|| wrote:
 Ktoś wie o co może chodzić? Z góry dzięki za pomoc.

Ech, sam powinienem zerknąć do manuala zanim wysłałem poprzednią
wiadomość. Cron, przynajmniej Vixie, nie jest aż tak inteligentny:

Za man 5 crontab:

Note: The day of a command's execution can be specified by two fields
day of month, and day of week. If both fields are restricted (i.e.,aren't  *),
the command will be run when either field matches the current time.
For example,
``30  4  1,15  *  5''  would cause a command to be run at 4:30 am
on the 1st and 15th of each month, plus every Friday. One can, however,
achieve the desired result by adding a test to the command
(see the last example in EXAMPLE CRON FILE below).

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110911163531.ga2...@linuxstuff.pl



Re: SATA 3TB: unsupported sector size -1548812288.

2011-09-05 Thread Raf Czlonka
On Mon, Sep 05, 2011 at 08:12:54AM BST, Rafał Radecki wrote:
  Jakieś dodatkowe podpowiedzi?

Update systemu? Chociaz kernel + programy. Nie koniecznie do stable,
mozesz uzyc backporty lub przynajmniej najnowsze aktualizacje z lenny.

PS 2.6.18 nie ma juz nawet w archiwum.
PPS CentOS/RedHat mial podobne problemy na w/w kernelu.

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110905084511.ga25...@linuxstuff.pl



Re: cannot open display 0.0

2011-07-21 Thread Raf Czlonka
On Thu, Jul 21, 2011 at 12:08:06PM BST, Rafał Olejnik wrote:
 Zauważyłem taki mały problem, otóż mam włączonego screena i na nim kilka
 rzeczy, gdy powiedzmy otwieram gedita czy cokolwiek z gui to działa
 dopóki się ponownie nie zaloguje. Wtedy nic co ma gui nie rusza a
 jedynie wypluwa cannot open display 0.0.
 Niestety nie wiem kiedy dokładnie problem się pojawił a co za tym idzie
 czy któraś z aktualizacji to zrobiła.
 Wszystko oczywiście na sidzie.
 Jakieś pomysły gdzie leży przyczyna?

screen nie będzie pamiętać aplikacji z GUI bo nie do tego służy.
Potrzebujesz czegoś jeszcze, n.p.: dodatkowy X Server + xmove[0],
xpra[1], VNC, NX, etc.

[0] http://www.wensley.org.uk/x
[1] http://packages.debian.org/experimental/xpra

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110721191251.ga9...@linuxstuff.pl



Re: proftpd logi

2011-06-09 Thread Raf Czlonka
On Tue, Jun 07, 2011 at 01:12:47PM BST, Michał Leon Grzegorczyk wrote:
 Witam.
 
 Potrzebuję jakiegoś skryptu/programu do analizy logów proftpd.
 
 Głównie chodzi mi o informację jaki username co i kiedy pobrał.
 
 Próbowałem webalizera oraz awstats ale nie mogę znaleźć tam tej informacji.
 
 Czy ktoś może coś polecić?

Ze strony http://www.proftpd.org/docs/:

Log analysis scripts

There are various packages available to provide useful analysis of the
access logs generated by ProFTPD. Examples and more detail on their use
and the shortcomings will be put up shortly.

The Webalizer
ftpweblog

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110609135419.ga26...@linuxstuff.pl



Re: Klika pytań nt. systemu DNS

2011-05-18 Thread Raf Czlonka
On Wed, May 04, 2011 at 01:39:09PM BST, akurc...@aol.com wrote:
 Witam,

Witam,

Widze, ze nikt nie odpowiedzial, wiec postaram sie to zrobic:

 Przeczytałem parę publikacji nt. DNS i udało mi się postawić BIND9. Mam parę 
 pytań na które nie udało mi się znaleźć na necie odpowiedzi:
 1. Co to jest ten cały rndc? Było na necie na ten temat troche stron, jednak 
 na każdej pisało że to następca ndc i że służy do zarządzania BINDEM. 
 Zauwarzyłem że tworzy jakiś klucz.

http://www.isc.org/software/bind/documentation/arm95#man.rndc
http://www.isc.org/software/bind/documentation/arm95#man.rndc-confgen

 2. Jaki jest format zapytania/odpowiedzi DNS?

http://www.netfor2.com/dns.htm

 3. Na angielskiej Wikipedii było napisane że EDNS rozszerza wielkości 
 niektórych parametrów DNS i że jest wykorzystywany do transferu stref. O 
 jakie konkretnie parametry chodzi?

W w/w artykule sa linki do RFC.

 4. Jak konfiguruje się DNSSEC i jak on działa?

http://www.isc.org/software/bind/dnssec

 5. Gdy tworzę plik strefy to po rekordzie SOA wpisuje wszystkie serwery NS 
 dla strefy. Czy mam tam wpisać równierz serwer który właśnie konfiguruje 
 (master), czy tylko slavey?

Tak, wszystkie.

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110518141313.ga12...@linuxstuff.pl



Re: rpcbind - errno 2

2011-04-13 Thread Raf Czlonka
On Tue, Apr 12, 2011 at 11:30:15PM BST, Rafał Olejnik wrote:
 ps. to moja pierwsza wiadomość na mailing listę więc proszę o
 wyrozumiałość, mam nadzieję, że wszystko dobrze opisałem/dobrze
 wysłałem :)

Wszystko dobrze, tylko nie szukales tam gdzie powinienes[0].

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620800

Wystarczylo wklepac:

% reportbug rpcbind

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413070222.ga3...@linuxstuff.pl



Re: Serwer NTP - firewall

2011-04-08 Thread Raf Czlonka
On Thu, Apr 07, 2011 at 12:16:06PM BST, Bogusław Jan Kostrzeński wrote:
 # Network Time Protocol (NTP) Server
 iptables -A udp_inbound -p UDP -s 0/0 --destination-port 123 -j ACCEPT

Sprobuj:

iptables -A OUTPUT -p udp -sport 123 -j ACCEPT

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110408150754.ga3...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 06:06:40PM GMT, Norbert Kiszka wrote:
 xfs na backupy brzmi jak drut kolczasty na pasy bezpieczeństwa :)

Mozna wiedziec po czym wnosisz?
Jakis link?

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316183017.ga10...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 06:59:44PM GMT, Paweł Bogaczewicz wrote:
 wyłącz komputer przez wyciągnięcie wtyczki z gniazdka. porównaj wyniki dla 
 xfs i ext. 

Mozna wiedziec o co dokadnie Ci chodzi? Czego mam szukac?

PS Zaden system plikow nie jest odporny na pady napiecia.

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316192447.gb10...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 07:07:24PM GMT, Norbert Kiszka wrote:
 Statystycznie rzecz biorąc (statystyka wzięta z mojego własnego
 doświadczenia) xfs jest najbardziej wrażliwy na awarie i najtrudniejszy
 do naprawy.

O jakiego typu awarie chodzi?

 Wystarczy sobie wyobrazić sytuację gdy np. jest jedna tylko maszyna
 i robi się backup z xfs na xfs - jedna mała awaria = jedna wielka katastrofa 
 IMHO

Nie jest to prawda dla innych systemow plikow?

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316192637.gc10...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 07:21:42PM GMT, Norbert Kiszka wrote:
 Z ext szybciej odzyskasz dane i naprawisz fs.
 
 Z xfs/reiserfs szybciej/więcej stracisz dane i stracisz nerwy przy
 odzyskiwaniu/naprawie co może wcale się nie udać.

Mozna prosic o dokladniejsze dane?
Jeszcze raz zapytam - jakis link?

Pytam, bo nie mialem z XFS problemow, a uzywam od kilku lat.

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316193649.gd10...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 07:16:17PM GMT, Norbert Kiszka wrote:
 To chyba zależy w dużej mierze od fsck. Ext4 używam od zeszłego roku i
 ani razu nie miałem żadnych problemów. W praktyce fsck działa na nim o
 wiele szybciej.

xfs_check i xfs_repair potrzebowaly kilku(nastu?) sekund na ok. 200GB
partycji.

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316200935.ga4...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 07:26:09PM GMT, Norbert Kiszka wrote:
  O jakiego typu awarie chodzi?
 
 Awaria zasilania, awaria sprzętu albo awaria systemu.

;^)

  Nie jest to prawda dla innych systemow plikow?
 
 Nie testowałem wszystkich. Na pewno XFS i ReiserFS źle sobie radzą
 podczas awarii.

Czy istnieje jakis system plikow, ktory radzi sobie z w/w awariami
znakomicie?

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316201121.gb4...@linuxstuff.pl



Re: Partycje 3TB

2011-03-16 Thread Raf Czlonka
On Wed, Mar 16, 2011 at 07:35:47PM GMT, Norbert Kiszka wrote:
  Mozna prosic o dokladniejsze dane?
  Jeszcze raz zapytam - jakis link?
 
 Moje własne doświadczenie na nie jednym sprzęcie. Ew. można
 poszukać/popytać na forach.

Czyli nie dowiedzialem sie niczego - OK, dobra, wystarczy.

  Pytam, bo nie mialem z XFS problemow, a uzywam od kilku lat.
 
 Zapewne albo fart albo brak awarii.

Kilkanascie razy musialem hard-reset'owac mojego laptopa - /home na XFS,
jak dotad zadnych problemow.

No, ale jak cos to wszyscy mamy backupy, prawda?

A na serwerach uzywamy UPSow, tak?

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110316201639.gc4...@linuxstuff.pl



Re: Wymiana serwera

2011-02-14 Thread Raf Czlonka
Tomasz Suchodolski wrote:
  Widzę pewne potencjalne ryzyko w równoczesnym działaniu dwóch serwerów
  DHCP dla jednej sieci.

Wystarczy skonfigurowac i nie uruchamiac.

 Kolega napisał, że stary serwer zostanie wycofany. Zatem nie ma nic
 o równoczesnym działaniu.
 Czyli klonujemy konfigurację i podmieniamy uwzględniając punkty, które
 opisałem wcześniej(zatrzymanie usług itd.)

Rownoczesne dzialani nie, ale niektore uslugi skonfigurowane sa dla
konkretnego IP lub hostname nie interfejsu (etc. eth0), wiec trzeba
uwazac i pozmieniac pozniej, po przetestowaniu. Nie chesz chyba
podmienic sewera bez przetestowania?
Najprosciej podmienic wszystkie konfigi po instalacji.

Pozdrawiam,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110214111730.GA10207@thor.local



dm-crypt - verschlüsseltes /home, IO und es stockt

2006-10-13 Thread Raf Kimmig
Einen schönen guten Tag wünsche ich...

Und zwar habe ich folgendes Problem: 
Sobald ich größere Datenmengen auf meine Verschlüsselte /home Partition 
kopiere (Lesen ist kein Problem) stockt die GUI periodisch im Abstand von 
einigen Sekunden.

Erstmal das Setup:
##
Debian Unstable, Athlon XP 1800+, 768 Mb RAM
Kernel ist Linux 2.6.18 mit Debian Patchset.

Betreffende Festplatte: 
---
$hdparm -itT /dev/hdb: (gekürzt)
 Model=SAMSUNG SP2514N, FwRev=VF100-41, SerialNo=S08BJ1NL215208
 UDMA mode: udma5
 Timing cached reads:   1028 MB in  2.01 seconds = 512.26 MB/sec
 Timing buffered disk reads:  216 MB in  3.01 seconds =  71.66 MB/sec
---

Zugriff via Mapper:
---
$hdparm -t /dev/mapper/crypt
Timing buffered disk reads:   88 MB in  3.04 seconds =  28.98 MB/sec
---

Verschlüsselung: 
dm-crypt (luks) unter Verwendung von cryptsetup-luks 1.0.4-rc2
cipher ist aes-cbc-essiv:sha256
##

Habe auf diesem System in den letzten Monaten Ubuntu (Dapper) eingesetzt.
Dort ist mir ein solches Verhalten nicht aufgefallen (subjektiver Eindruck, 
nicht überprüft).

Ich würde mich sehr über Lösungsansätze/Ideen oder aber Vorschläge wie ich das 
Problem eingrenzen könnte freuen.


Grüße

Raf Kimmig



Re: WLan Problem. Komme nicht weiter

2006-10-13 Thread Raf Kimmig
Am Freitag, 13. Oktober 2006 20:51 schrieb Dirk Salva:
 ESSID verstecken ist ungefähr so sinnvoll wie bei einer Erkältung vor
 dem Spiegel stehen und sagen: geh' weg Schnupfen, oder ich bekämpfe
 Dich...

Da ich gerade einen Schreibdrang habe das ganze nochmal bildlich ausgeführt:

Man stelle sich ein Haus vor (WLAN) bei dem die Hausnummer abgedeckt ist 
(ESSID Versteckt). Jeder der hinein möchte muss seinen Namen sagen und kommt 
nur rein, wenn er auf der Gästeliste steht (MAC-Filter). Um sich zu 
Identifizieren ruft er dazu jemandem in ersten Stockwerck lautstark seinen 
Namen zu.

Nun stelle man sich vor man wolle in eben jenes Haus eindringen. Die nicht 
sichtbare Hausnummer können wir als Sicherheitsmaßnahme wohl gleich 
streichen. Die Gästeliste zu umgehen ist, da jeder der sich in der Umgebung 
des Hauses aufhält die Namen der anderen Gäste hören kann, wohl ebenfalls 
nicht allzu schwer. 

Drängt sich die Frage auf: Wozu also?

Grüße

Raf Kimmig



Re: kernel kompilieren

2006-10-13 Thread Raf Kimmig
Am Freitag, 13. Oktober 2006 21:31 schrieb Christian Wohlgemuth:
 hallo liste,

 ich versuche gerade einen Kernel unter Debian zu kompilieren, was aber
 scheitert an folgender Fehlermeldung:
 [...]
 Ich bin wie folgt vorgegangen:
  - apt-get install kernel-headers-2.6-686 kernel-package
 [...]
 habe ich etwas vergessen oder nicht beachtet?


Du möchtest den Linux-Quellcode (linux-source-*) installieren, nicht die 
Header.

grüße

Raf Kimmig



dm-crypt - verschlüsseltes /home, IO und es stockt

2006-10-13 Thread Raf Kimmig
Einen schönen guten Tag wünsche ich...

Und zwar habe ich folgendes Problem: 
Sobald ich größere Datenmengen auf meine Verschlüsselte /home Partition 
kopiere (Lesen ist kein Problem) stockt die GUI periodisch im Abstand von 
einigen Sekunden.

Erstmal das Setup:
##
Debian Unstable, Athlon XP 1800+, 768 Mb RAM
Kernel ist Linux 2.6.18 mit Debian Patchset.

Betreffende Festplatte: 
---
$hdparm -itT /dev/hdb: (gekürzt)
 Model=SAMSUNG SP2514N, FwRev=VF100-41, SerialNo=S08BJ1NL215208
 UDMA mode: udma5
 Timing cached reads:   1028 MB in  2.01 seconds = 512.26 MB/sec
 Timing buffered disk reads:  216 MB in  3.01 seconds =  71.66 MB/sec
---

Zugriff via Mapper:
---
$hdparm -t /dev/mapper/crypt
Timing buffered disk reads:   88 MB in  3.04 seconds =  28.98 MB/sec
---

Verschlüsselung: 
dm-crypt (luks) unter Verwendung von cryptsetup-luks 1.0.4-rc2
cipher ist aes-cbc-essiv:sha256
##

Habe auf diesem System in den letzten Monaten Ubuntu (Dapper) eingesetzt.
Dort ist mir ein solches Verhalten nicht aufgefallen (subjektiver Eindruck, 
nicht überprüft).

Ich würde mich sehr über Lösungsansätze/Ideen oder aber Vorschläge wie ich das 
Problem eingrenzen könnte freuen.


Grüße

Raf Kimmig



Re: 14 Zoll Laptop oder kleiner fr Debian

2005-03-12 Thread RAF
On Friday 11 March 2005 11:31, Michelle Konzack wrote:
 Am 2005-03-11 11:01:42, schrieb Michael Ott:
  Hallo Ihr!
 
  Ich suche ein günstiges 14-Laptop oder kleiner für meine Freundin.
  Am besten mit Centrino und soll unter Debian kaufen.
 
  Wer hat einen Tipp oder Erfahrungen?

 IBM R40 gibt es ab 700 ¤ und wird perfect von Linux unterstützt.
 Einziger nachteil ist, da man nicht gleichzeitig ein internes Floppy
 und CDROM hat. Aber Die lassen sich selbst unter Linux per Hotswap
 austauschen.

 Mein R40-2723 ist ein Centrino mit 1300Mhz

  CU
 
Michael

 Greetings
 Michelle
wird _fast_ perfekt unterstützt
http://www.thinkwiki.org/Category:R40



Re: Schriften in Bastille

2005-02-17 Thread RAF
On Thursday 17 February 2005 15:28, Andreas Janssen wrote:
 Hallo

 Juergen Doenitz ([EMAIL PROTECTED]) wrote:
  Am Dienstag 15 Februar 2005 21:34 schrieb Klaus Becker:
  auf einem Rechner mit einer Sarge-Minimalinstallation möchte ich
  Bastille-Linux benutzen, aber die Schriften in der gtk-Version sind
  unleserlich. Welche Pakete fehlen mir da?
 
  als ich unleserliche Schriften in diversen Programmen hatte fehlten
  mir xfonts-75dpi / xfonts-100dpi.

 Außerdem sollte man die xtonfs-.*-transcoded-Pakete installieren. Und da
 libgtk-perl GTK 1.2 benutzt sollte man über switch (Paket
 gtk-theme-switch) eine passende Standardschrift für GTK 1 einstellen.

 Grüße
  Andreas Janssen

jupp, die transcoded sinds afaik :)

xfonts-100dpi-transcoded 
xfonts-75dpi-transcoded
xfonts-base-transcoded

gruß

RAF





Re: Schriften in Bastille

2005-02-17 Thread RAF
On Thursday 17 February 2005 19:05, Klaus Becker wrote:
 Le Jeudi 17 Février 2005 15:28, Andreas Janssen a écrit :
  Hallo
 
  Juergen Doenitz ([EMAIL PROTECTED]) wrote:
   Am Dienstag 15 Februar 2005 21:34 schrieb Klaus Becker:
   auf einem Rechner mit einer Sarge-Minimalinstallation möchte ich
   Bastille-Linux benutzen, aber die Schriften in der gtk-Version sind
   unleserlich. Welche Pakete fehlen mir da?
  
   als ich unleserliche Schriften in diversen Programmen hatte fehlten
   mir xfonts-75dpi / xfonts-100dpi.
 
  Außerdem sollte man die xtonfs-.*-transcoded-Pakete installieren. Und da
  libgtk-perl GTK 1.2 benutzt sollte man über switch (Paket
  gtk-theme-switch) eine passende Standardschrift für GTK 1 einstellen.

 Ok, ich hab' jetzt leserliche Schriften, danke.

 Noch ne Frage: was bedeutet transcoded?

 tschüs
 Klaus
iirc enthalten die transcoded mehrere code tables (z.B.  ISO-8859-15 welche du 
wohl benutzen wirst)

gruß

RAF



Problem: wpa_supplicant mit netgear wg 511

2005-02-08 Thread RAF
Hallo, 

ich hab folgendes problem mit wpa_supplicant und meiner netgear wg 511

debian unstable, wpa_supplicant und wireless-tools aktuell, kernel 2.6.10 mit 
benötigten modulen


wpa_supplicant -i eth0 -c /etc/wpa/supplicant.conf -D prism54
gibt mir folgenden output:

Trying to associate with ##:##:##:##:##:## (SSID=`` freq=2442 MHz) #er 
findet also den ap
Authentication with 00:00:00:00:00:00 timed out. #wieso auf einmal die vielen 
nullen?

--
wpa_supplicant.conf sieht folgendermassen aus:

network={
 key_mgmt=WPA-PSK
 ssid=
 psk=***
}
__

irgendwelche ideen woran es liegen könnte?


gruß 
RAF



Re: Problem: wpa_supplicant mit netgear wg 511

2005-02-08 Thread RAF
On Tuesday 08 February 2005 19:43, Andre Raabe wrote:
 On Tue, Feb 08, 2005 at 05:31:34PM +0100, RAF wrote:
  irgendwelche ideen woran es liegen könnte?

 Meine Vermutung geht jetzt einfach mal dahin, dass Du eventuell auch ein
 Besitzer einer Version 3 Karte bist. Auf der Rueckseite der PCMCIA-Karte
 steht rechts unten (beim CE Logo) eine Versionsangabe. Sollte es sich
 tatsaechlich um eine V3.0 [1] handeln, wirst Du wohl die Karte nicht zum
 laufen bringen koennen.
 Prism54 hat leider noch keine Unterstuetzung dafuer.

 [1] http://prism54.org/pipermail/prism54-devel/2004-November/002164.html


 Gruss,
hallo :)

ist eine taiwan (2.0)
also daran wird es wohl nicht liegen 

hier nochmal der output von wpa_supplicant mit -dd:

Initializing interface 'eth0' conf '/etc/wpa_supplicant.conf' driver 'prism54'
Configuration file '/etc/wpa_supplicant.conf' - '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Line: 1 - start of a new network block
ssid - hexdump_ascii(len=4):
 ## ## ## ##   
PSK - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid=''
Initializing interface (2) 'eth0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: ##:##:##:##:##:##
wpa_driver_prism54_set_countermeasures - not yet implemented
Setting scan request: 0 sec 10 usec
Starting AP scan (broadcast SSID)
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
Scan timeout - try to get results
Received 143 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 0
0: 00:09:5b:eb:18:9c ssid='' wpa_ie_len=24 rsn_ie_len=0
   selected
Trying to associate with ##:##:##:##:##:## (SSID='' freq=2442 MHz)
Cancelling scan request
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 
00 50 f2 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
Setting authentication timeout: 5 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b04 len=12
Wireless event: cmd=0x8b1a len=17
Wireless event: cmd=0x8c02 len=67
Custom wireless event: 'Received a probe from client to 00:09:5B:EB:18:9C  
(00)'
Wireless event: cmd=0x8c02 len=67
Custom wireless event: 'Received a probe from client to 00:09:5B:EB:18:9C  
(00)'
Wireless event: cmd=0x8c02 len=67
Custom wireless event: 'Received a probe from client to 00:09:5B:EB:18:9C  
(00)'
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
Authentication with 00:00:00:00:00:00 timed out.
No keys have been configured - skip key clearing



gruß

RAF



Re: restauration LILO sur XFS

2004-05-16 Thread raf
On Sun, May 16, 2004 at 11:40:30AM +0200, Jean-Luc Coulon (f5ibh) wrote :
 
 Est-ce que vous utilisez les noyaux précompilés de Debian ?
 Sur sid sont présents les noyaux 2.4.26 sous forme de binaires ou de  
 sources avec le support xfs intégré. J'ai tout en xfs (et lvm) et ça  
 fonctionne très bien. Il vous faut xfs soit en module mais alors il  
 faut un initrd ou alors xfs codé en dur dans le noyau.

J'utilise un kernel provenant de kernel.org, compilé traditionnellement,
mais y'a-t-il un rapport avec mon problème ?
En fait, je recherche juste un CD de rescue supportant le XFS me permettant
de restaurer lilo (car je n'ai pas de floppy).



restauration LILO sur XFS

2004-05-15 Thread raf
Bonjour à tous.
Voici mon problème. Je souhaite formater ma partition windows, hda1, sur
laquelle est installé mon lilo.
Le problème est que mon ordinateur ne boot pas sur les kernels 2.4.x,
seulement sur 2.2 et 2.6. Vu que je suis en XFS, je suis obligé de
booter en 2.6 .

Mais je n'ai pas trouvé d'installeur bootant sur un
2.6.x permettant de faire un rescue root=/dev/hdaX pour réinstaller lilo.

De plus, je n'ai pas de lecteur de disquette,juste un CD-ROM.
Je suis en unstable, installée avec un mini.iso qui configure le réseau
et qui permet de finir l'installation.
Merci d'avance ! 



<    1   2