Re: full color ghostview ?

1999-08-17 Thread Arno
you can enable anti-aliasing through a menu option (State -> Antialiasing). AFAIK, ghostview has no support for enabling anti-aliasing. Hope it helps, -- Arno

Re: OT: SCSI hardware recommendation

2001-08-14 Thread Arno
0, the DC-390U3D. A bit cheaper then Adaptec. There are 2 IBM 36 LZX on the U160 channel, CD-RW, DVD, tape and scanner on the UW channel. Works well with Linux and Debian, but be aware of bios troubles on some motherboards (Abit KT7A in my case, I had to use a beta bios until Abit released a working one recently). - Arno.

Re: picture browser for debian

2001-08-17 Thread Arno
Hi, If running unstable, look for iv. It's small and fast and has some basic editing features. - Arno

Re: Debian dream machine?

2001-08-23 Thread Arno
advice welcome. > Here's my system: - Abit KT7A (not IDE raid) - Athlon 800 @ 1.1GHz - Tekram DC-390U3 + 2 x IBM 36LZX - GeForce 2 - SB Live! - 3Com 905 and I'm running 2.4.8 optimized for Athlon. Beside bios glitches between Abit and Tekram, Debian and Linux kernel are running fine on this motherboard. - Arno.

Re: Typing umlauts on an english keyboard

2001-08-27 Thread Arno
> What do people do for this case? I'm using a US keyboard and I needed to have a "compose" key, thus I put this in .Xmodmap: keycode 113 = Multi_key clear mod3 add mod3 = Multi_key The keycode 113 was discovered using xev and it maps to the right alt key on my keyboard. To see which modifi

Re: wireless networking support?

2001-08-28 Thread Arno
| also, links to good networking\wireless networking linux sites and general | advice are appreciated. Take a look here: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/

Re: Typing umlauts on an english keyboard

2001-08-28 Thread Arno
27;s mine to get the "compose" on the two alt keys: #> cat /etc/X11/Xmodmap keycode 64 = Multi_key keycode 113 = Multi_key clear mod3 add mod3 = Multi_key Also check /usr/X11R6/lib/X11/locale/iso8859-1/Compose, it can show you more combinations (if you use Latin1 encoding). -- Arno

Re: Typing umlauts on an english keyboard

2001-08-28 Thread Arno
enough, it works for me in Vim. I'll need to check that. -- Arno

Re: Looking for a wireless ethernet solution...

2001-08-30 Thread Arno
| What's available that is supported by Linux? Wireless LAN resources for Linux: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/

Re: How to get junkbuster to junk flash ads?

2001-12-16 Thread Arno
On Sun, 16 Dec 2001 12:32:23 +0100 Preben Randhol <[EMAIL PROTECTED]> wrote: > > Do anybody have a generic way to get rid of the annoying flash > commercials so that galeon won't ask me to install the flash plugin all > the time. > Usually the flash files have the file extension .swf, so someth

Re: lame: which version?

2001-12-16 Thread Arno
On Sun, 16 Dec 2001 04:09:48 -0800 Erik Steffl <[EMAIL PROTECTED]> wrote: > since lame seems to be the best mp3 encoder and there's no .deb > there's a question - which version to use? the 3.70 seems to be quite > old but the newer one 3.89beta is, well, beta. Does anybody have > experience with

Re: DVD Player Software

2001-10-16 Thread Arno
Patrick Lane <[EMAIL PROTECTED]> wrote: > > I like Mplayer (www.mplayerhq.hu). To my knowledge there is no debian > package > Some non-offical debs, for testing and unstable: http://marillat.free.fr/ I'm using the unstable ones, work great.

Re: mp3 encoder?

2001-11-02 Thread Arno
There are unofficial debs of Lame 3.89 (stable & unstable) here: http://marillat.free.fr/

Re: Promise Ultra100 TX2

2001-11-08 Thread Arno
I've got one and it works great with kernel 2.4.12. I've also used it with kernel 2.2.19 + IDE patch. Kernel config option is CONFIG_BLK_DEV_PDC202XX, IIRC. - Arno.

Re: aterm and ~/.Xdefaults

2001-09-09 Thread Arno
> I also tried 'ATerm' in place of 'XTerm', but to no avail. Aterm > remains the default white background and black foregound. try 'Aterm', not 'ATerm' (this works for me). Here's a snip from my ~/.Xresources: Aterm*background: black Aterm*foreground: white Aterm*transpare

Re: [TriLUG] Re: Typing umlauts on an english keyboard

2001-09-10 Thread Arno
> here are key combinations that I know of: You can actualy see all of them in /usr/X11R6/lib/X11/locale/iso8859-1/Compose (Change 'iso8859-1' to whatever locale you use).

Re: Problems with make-kpkg and pcmcia-source

2001-10-11 Thread Arno
Your kernel is probably already configured with PCMCIA support. Re-run make *config and disable PCMCIA support, then the PCMCIA package should build fine. There's a bug on that problem (#113997). - Arno.

Re: C programming under linux tutorial sites..

2001-12-27 Thread Arno
Petre Daniel <[EMAIL PROTECTED]> wrote: > > Where should i read about C programming under linux? > I need urls with download guides.. > http://www.advancedlinuxprogramming.com This book is published under the Open Publication License, you can get the full text in the download section. - Arno.

Install Nvidia Video Card (Nvidia Geforce GT 520)

2012-01-22 Thread Arno -
. Is that true? Do you think the drive mentioned before could be installed with the following command: sudo aptitude install Nvidia-linux-x86_64-209.10.run I'm a new user and not familiar with Debian. I would be very grateful if you could give me clear instructions. Best Wishes, Arno Kelle

Nvidia Geforce GT 520

2012-01-24 Thread Arno -
I wish to install Debian 6.0.3. (64 bit) on my PC. I have a Nvidia Geforce GT 520, which is not on the Debian Hardware compatibility list. I'm a new user and not familiar with Debian. I would be very grateful if you could give me clear, step by step instructions. The messages published about this t

segfault in strlen

2010-06-08 Thread arno
hi, I experience a segfault when using strlen. First time it happened was when doing: strlen(argv[0]), but it also happens when doing strlen(stdup(argv[0])) and in some other configurations. When a string triggers a segfault, I can printf it correctly, what's more: I can also traverse the string

Re: segfault in strlen

2010-06-08 Thread arno
a...@renevier.net wrote: > > hi, I experience a segfault when using strlen. First time it happened was > when doing: > strlen(argv[0]), but it also happens when doing strlen(stdup(argv[0])) and in > some other configurations. When a string triggers a segfault, I can printf it > correctly, what's

Re: segfault in strlen

2010-06-08 Thread arno
Boyd Stephen Smith Jr. wrote: > Please file a bug against binutils-gold if one doesn't already exist for that > issue. The code you posted is almost trivially valid, so I'd say there must > be some serious problems with that version of binutils-gold. I've filled bug #585051 -- To UNSUBSCRI

upgrading more then one box by downloading the files once!

2001-08-09 Thread Arno Baier
? i will not set up an mirror, to low internet connection - to many files ! thanks arno

RE: upgrading more then one box by downloading the files once!

2001-08-11 Thread Arno Baier
d burner bnd all the system have a cdrom, backup the >archives dir to cd. Option 2 is still faster. I'll try the first one. Thanks Arno

upgrade of x

2001-10-12 Thread Arno Baier
Hi i am usen woody and had upgraded x to 4.1.0-6pre7v3. after that x didn't work. i edited /etc/X11/Xsessin.d/99xfree86-common_start for the " problem. now only x is starting but kde don't. i have only the cursor and the standard x background . any ideas? thanks arno

Re: upgrade of x

2001-10-16 Thread Baier Arno
Timeboy wrote: > - Re: upgrade of x - > > On Friday Oct 12 17:28 Arno Baier wrote: > > ** Hi > > ** i am usen woody and had upgraded x to 4.1.0-6pre7v3. after that x > > didn't ** work. > > ** i edited /etc/X11/Xsessin.d/99xfree86-common_start fo

keymap problem

2001-06-03 Thread Arno Baier
Hi i'm usen deb potato and set up keymaps with kbdconfig. i selected de-latin1-nodeadkeys. during testing all chars were ok, but after reloading with loadkeys i can't get the typical german keys (ß,ö etc). what can i do? thanx arno

gvim / vim -g WON'T WORK

2007-01-19 Thread Arno Valentin
Mit freundlichen Grüßen / With kind regards Arno Valentin Dipl.math. Senior System Administrator im Auftrag Siemens Enterprise Communications GmbH & Co. KG NMC - Network Management Center Raum C00.03 Brunnenstraße 111 D-13355 Berlin Phone +4

Re: Re: gvim / vim -g WON'T WORK

2007-01-19 Thread Arno Valentin
sed: Not enabled at compile time So, how to manage to enable at compile time? I don't find a point to unmark in the Makefile, where GUI would be enabled! -- Mit freundlichen Grüßen / With kind regards Arno Valentin Dipl.math. Senior System Administrator ___

Re: OT: The following packages will be REMOVED:

2012-11-14 Thread Arno Schuring
, udev's source tree was merged into systemd" - > http://en.wikipedia.org/wiki/Udev > Actually, it's because Wheezy's udev version (175) is from before the systemd merge. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subj

Re: Found problem source - BUG or undocumented "feature"? - was[Re: Mounting of USB flash drives - observed strangeness]

2012-11-14 Thread Arno Schuring
f you can explain that, perhaps the formulation of the bug report follows naturally. While you're at it, you may want to ask why the installer doesn't allow putting /media on a separate filesystem. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: debian 6.0.5 ISO installation issue. GRUB .. file not found

2012-08-09 Thread Arno Schuring
rescue shell and re-run grub-install and update-grub. Regards, Arno -- 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/20120809165340.4d3f0...@viper.intra.loos.site

Re: lenny to squeeze dbus-daemon

2011-04-23 Thread Arno Schuring
oes (headless) Squeeze need the dbus-daemon > for something that Lenny did not, or can I safely remove it? $ aptitude -s purge dbus should give you that answer. On my two headless boxes, dbus is not installed, so it is not *always* required. But like other have said, it really depends on the

Re: Help with Software RAID needed

2011-04-23 Thread Arno Schuring
per/vg00-var on /var type xfs (rw,usrquota) > /dev/mapper/vg00-home on /home type xfs (rw,usrquota) > You're using LVM. What does # pvdisplay show? Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Re: Command history

2011-04-28 Thread Arno Schuring
ost used is something like export HISTIGNORE=" *" which will not save any command that starts with a space. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org A

Re: Can't mount ntfs, says: unknown filesystem type 'LVM2_member'

2011-04-28 Thread Arno Schuring
Chris Brennan (xa...@xaerolimit.net on 2011-04-27 20:01 -0400): > > file /dev/sdxX (where 'x' is sda and sdb and 'X' is for each > partition. You might need file -s there. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org w

which -dbg to install

2011-04-29 Thread Arno Schuring
from a core dump, or should I just stick to downgrading/upgrading packages until I've found the cause? Thanks, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arc

Re: which -dbg to install

2011-05-01 Thread Arno Schuring
Hi again, Thanks for the response. Camaleón (noela...@gmail.com on 2011-05-01 17:46 +): > On Fri, 29 Apr 2011 22:12:04 +0200, Arno Schuring wrote: > > > since updating both gstreamer and alsa this afternoon, I'm having > > regular segfaults in quodlibet. However

Re: KDE does not start any more

2011-05-03 Thread Arno Schuring
. [..] > > Any ideas, how to have a clearer look, what is happening at start of > KDE? I'm not familiar with KDE, but you should be able to find details about user sessions (i.e. anything after succesful login) in ~/.xsession-errors. Regards, Arno -- To UNSUBSCRIBE, email to debia

Re: Bug report: Which package?

2011-05-05 Thread Arno Schuring
y: option "AllowEmptyInput" "false" Hope this helps, Arno -- 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/20110505135645.6e1e6...@neminis.loos.site

URL shortening (was Re: Need /etc/apt/sources.list)

2011-05-06 Thread Arno Schuring
now. And while we cannot guarantee that any link remains valid, it is foolish to assume URL shorteners outlive the target website. In other words, please do not use (unnecessary) URL mangling. It needlessly makes your message useless for posterity. Thanks, Arno -- To UNSUBSCRIBE, email to d

Re: Loss of connectivity on recent testing updates

2011-05-06 Thread Arno Schuring
up. If your network was configured via the GUI (NetworkManager), that might explain the network issue as well. Good luck, Arno -- 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/20110507005036.02cea...@neminis.loos.site

Re: Problems setting up USB printer with CUPS

2011-05-07 Thread Arno Schuring
t what it should be because I cannot find any > recent postings on this that answer this query. I always start my search with "open printing database". Hope this helps, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: Booting a USB hard drive

2011-05-09 Thread Arno Schuring
k/netboot? Because if it's not via USB, it's not too surprising that usb support is not loaded by the bios. > Selecting the experimental USB support doesn't seem to change > anything. laptops are not known for their strict adherence to hardware standards, so this isn

RE: kde fully broken in debian/testing

2015-07-30 Thread Arno Schuring
/07/plasmakf5-testing-situation.html Regards, Arno -- 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/dub130-w57ce0fcddc2783d09d34b6b8...@phx.gbl

RE: VLAN config on Jessie

2015-07-30 Thread Arno Schuring
configure eth1.1 and eth1.2, and leave eth1 itself unconfigured. Or perhaps, if that configuration confuses ifupdown: iface eth1 inet manual   up ip link set eth1 up Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

RE: Encrypted swap with cryptsetup won't mount at startup

2015-08-11 Thread Arno Schuring
e gotten this (kinda) working by removing the systemd generator and manually creating a service file around cryptdisks_start and cryptdisks_stop. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618862 Regards, Arno -- To UNSUBSCRIBE, email to d

RE: Encrypted swap with cryptsetup won't mount at startup

2015-08-11 Thread Arno Schuring
> From: somebody.mo...@gmail.com > Date: Tue, 11 Aug 2015 10:08:05 +0200 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 11/08/2015 09:38, Arno Schuring wrote: >> On one of my machines I've gotten this (kinda) working by removing >> the sys

RE: should I get rid of pulse audio ?

2015-08-17 Thread Arno Schuring
you expect to have sound output from multiple programs at the same time. So yes, it is doable, depending on what other programs you use and what features you expect. Regards, Arno

RE: should I get rid of pulse audio ?

2015-08-17 Thread Arno Schuring
io This to me suggests that it doesn't even install without the daemon. Regards, Arno

RE: systemd alternative for Jessie?

2015-10-14 Thread Arno Schuring
er errors. Well, not a problem, right? Systemd was said to be modular, so I'll just uninstall the systemd cryptsetup component. Har har. So for all of my systems, systemd doesn't even work. I hope you understand I don't care about boot time when the boot is unsuccesful. Regards, Arno

RE: systemd alternative for Jessie?

2015-10-14 Thread Arno Schuring
> Date: Wed, 14 Oct 2015 22:26:53 +0200 > From: geo...@nsup.org > > Le tridi 23 vendémiaire, an CCXXIV, Arno Schuring a écrit : >> It's been years since I've seen a system where the OS boot took longer >> than the BIOS boot. Linux or Windows alike. > >

RE: strange booting behavior

2015-05-19 Thread Arno Schuring
the kernel keeps spewing USB messages every 30 seconds or > so. these start with usb disconnect, then new usb device > and it mentions my mouses and stuff. i have to clear the > screen each time. I would expect that dmesg -n 1 should solve that, but am not sure if that works within the initramfs. Hope this helps, Arno

RE: strange booting behavior

2015-05-20 Thread Arno Schuring
Hi, > On 5/19/15, Arno Schuring wrote: > > > > Note that you can add break=premount to the kernel cmdline > > to force an initramfs shell, then use sh -x /scripts/$phase/$script > > to manually step through the initramfs procedure. > > > > You can use

RE: Strange problem with *.local / avahi / zeroconf

2015-05-29 Thread Arno Schuring
o mention of what happens when the limit is reached, or what the default values are. I would point you to the server's logfiles, but I can't say for certain if avahi logs anything at all. Regards, Arno

RE: Strange problem with *.local / avahi / zeroconf

2015-05-29 Thread Arno Schuring
(apologies in advance for any mangling caused by hotmail's web interface) > From: b-m...@gmx.ch > Date: Fri, 29 May 2015 21:19:48 +0200 > > On Friday 29 May 2015 18.11:29 Arno Schuring wrote: [..] > > Sorry, forgot to mention, ping with ip does work, only ping with &

RE: How to boot without GUI

2015-05-29 Thread Arno Schuring
a complete rewrite as of gnome 2.30. But the rewrite did not have all the features of gdm (iirc), so Squeeze shipped with both. It's only with the introduction of gdm3 that people started referring to the original gdm as gdm2. Before gdm3, there was only gdm. Regards, Arno

RE: Old Computers

2015-06-02 Thread Arno Schuring
> Needs i486. :-( > The Linux kernel itself requires 486, it doesn't build for 386 anymore. IIRC it's because it uses the CMPXCHG instruction to implement locking, and that instruction isn't available on 80386. Regards, Arno

RE: changing from BIOS to GPT

2015-06-05 Thread Arno Schuring
pretty all the pointers I can give you. The process above is how I converted one of my machines from legacy to efi boot. Be prepared for a lot of reading, trialing, and erroring. Best of luck, Arno

RE: changing from BIOS to GPT

2015-06-07 Thread Arno Schuring
(sending again through hotmail's web interface -- apologies for anything my MUA may do to the content) > Date: Sun, 7 Jun 2015 14:23:40 -0500 > From: deb...@lionunicorn.co.uk > > Quoting Gary Dale: >> Arno Schuring said: >>> "reconfigure grub" i

RE: changing from BIOS to GPT

2015-06-08 Thread Arno Schuring
when I shrank the > main partition and installed Linux. I only added an EFI partition after > switching to GPT. If there wasn't an EFI System Partition, you were not booting through UEFI but in BIOS mode (which we already knew, as Windows does not support booting in EFI mode from an MBR-style disk). I can't explain how grub-efi came to be on your system, but it wasn't what made your system boot. Regards, Arno

RE: changing from BIOS to GPT

2015-06-08 Thread Arno Schuring
ard drive is not configured for UEFI mode. You’ve got a few options: - Reboot the PC in legacy BIOS-compatibility mode. This option lets you keep the existing partition style. [..] - Reformat the drive for UEFI by using the GPT partition style. This option lets you use the PC’s UEFI firmware features. Regards, Arno

RE: cdda2wav missing

2015-06-09 Thread Arno Schuring
for a long time. Since 2010, to be exact: http://archive.debian.net/etch/cdda2wav In Etch, cdda2wav was replaced with icedax. Regards, Arno

RE: Why Debian 8.1 has no torrents beyond first 3 DVD ISO images

2015-06-14 Thread Arno Schuring
ep -E '^(stumpwm|cl-ppcre|sbcl|gcl|mpd|gmpc|feh|libtheora0)_' * | cut -d: -f1|sort|uniq debian-8.1.0-amd64-DVD-1.list.gz debian-8.1.0-amd64-DVD-2.list.gz debian-8.1.0-amd64-DVD-3.list.gz debian-8.1.0-amd64-DVD-5.list.gz debian-8.1.0-amd64-DVD-6.list.gz Regards, Arno

RE: Why Debian 8.1 has no torrents beyond first 3 DVD ISO images

2015-06-15 Thread Arno Schuring
Hi, > From: cu...@free.fr > Date: Mon, 15 Jun 2015 12:39:44 + > > On 2015-06-14, Arno Schuring wrote: >> >> $ wget >> http://cdimage.debian.org/debian-cd/current/amd64/list-dvd/debian-8.1.0-amd64-DVD-{1..13}.list.gz >> [..] >> $ zgrep -E '^(st

RE: Boots into emergency mode. How to analyze?

2015-06-26 Thread Arno Schuring
account and allowing passwordless login through sulogin is a perfectly reasonable and valid setup. Regards, Arno -- 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/dub124-w460a5c57b12873b9424974b8...@phx.gbl

RE: auto-mount NFS shares on boot

2015-06-26 Thread Arno Schuring
with EINVAL. If I've understood the mount scripts correctly, the error is correct: the _netdev mount option is for mount scripts only, and should /not/ be passed to the mount command. I would guess that this is another case where systemd breaks backwards compatibility. Maybe it's mentioned in the release notes? Regards, Arno

RE: aptitude full-upgrade bug?

2015-06-27 Thread Arno Schuring
ll it. The kernel is unique in that no package depends on it. In any case, jessie should be able to boot with a kernel from wheezy iirc. So there may be a bug lurking there, but it's not a bug in aptitude. Regards, Arno -- To UNSUBSCRIBE, email

RE: RAID b/w GPT and NON GPT partition.

2015-06-29 Thread Arno Schuring
rom your old disk to the new. Let it complete, and then remove the old disk: # mdadm /dev/mdX --fail $old_partition --remove $old_partition # mdadm --grow --raid-devices=2 /dev/mdX Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

RE: slightly OT: what's the point of vagrant when I have a debian VM

2015-06-29 Thread Arno Schuring
IT "infra". I simply can't find infra as a noun! intrastructure admin / manager / department, i.e. the network overlords. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe

RE: RAID b/w GPT and NON GPT partition.

2015-06-30 Thread Arno Schuring
on (gdisk type ef02, with parted you need to set the Bootable flag). Then reboot, as the kernel won't load the new partition table immediately. After reboot, the grub-install command above should work. Regards, Arno -- To UNSUBSCRIBE, ema

RE: RAID b/w GPT and NON GPT partition.

2015-07-01 Thread Arno Schuring
g to make mandatory. The way I read the thread is that people have been trying to correct your misconceptions, not argue with you. But meh, I'm sure I'm reading it wrong. Regards, Arno -- 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/dub124-w22438138a64c6273aea1dab8...@phx.gbl

RE: Installing glibc-2.21 on debian-8

2015-07-03 Thread Arno Schuring
there. You don't even need to develop in the chroot, just develop on your own and run the integration tests in the chroot. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

RE: clock losing time after a reboot with HP ZBook G2

2015-07-03 Thread Arno Schuring
.cgi?bug=790974 Michael, since I've seen you reply on this list as well, could you please provide a little more rationale than "we intentionally broke your system" when closing a bug? Regards, Arno -- To UNSUBSCRIBE, email to deb

RE: clock losing time after a reboot with HP ZBook G2

2015-07-03 Thread Arno Schuring
> Date: Fri, 3 Jul 2015 15:38:02 +0200 > From: bi...@debian.org > > Am 03.07.2015 um 15:18 schrieb Arno Schuring: >> >>> Date: Fri, 3 Jul 2015 15:07:34 +0200 >>> From: vinc...@vinc17.net >>> >>> When I run "hwclock --systohc" manual

RE: Installing glibc-2.21 on debian-8

2015-07-06 Thread Arno Schuring
can be found through > the Bug Tracking System at https://bugs.debian.org/ > > Upstream bug information for GNU libc can be found at > https://sourceware.org/bugzilla/ There's also https://security-tracker.debian.org/tracker/source-package/glibc Regards, Arno

RE: Free GNU/Linux intro class for teens advice? Purchase box? Squeak/Smalltalk programming

2015-07-06 Thread Arno Schuring
ugh runghc) and compile it (though ghc). Not sure if e.g. Go has a similar mode? Regards, Arno -- 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/dub124-w112d4f776ccadea0dd3619b8...@phx.gbl

RE: Initrd and USB Keyboard

2015-07-10 Thread Arno Schuring
tion password. You probably are missing hid_generic. You need either that module or evdev (iirc) for input (hot/cold)plugging to work. Even with those modules, I still haven't been able to access the usb keyboard connected through my laptop's docking station, t

RE: YAGF is a seriously screwed package

2015-07-11 Thread Arno Schuring
> > I've given up emailing them. They never answer. There's an app for that: http://www.parrot.com/usa/products/flower-power/ Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscr

RE: cp output format

2015-07-17 Thread Arno Schuring
> From: andrew.mcglas...@affinityvision.com.au > Date: Fri, 17 Jul 2015 20:54:16 +1000 > > for filex in $(ls); [..] No. Just no. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

RE: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Arno Schuring
09216e54318" LABEL="genie:0" TYPE="linux_raid_member" for a metadata 1.2 array member Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

RE: nano needs curses.h?

2015-07-23 Thread Arno Schuring
s.h or is some other package a > prerequisite for nano? apt-get source does not install build dependencies. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

RE: sexist content in the package openclipart2-png

2016-01-06 Thread Arno Schuring
e to [protect] girls and women". If you do the latter, you reinforce the former. Yes, teach boys to respect others. Teach girls the same. But stop perpetuating the misguided idea that one gender is reponsible (as either provider or protector) for the other. Regards, Arno

Re: GPT on BIOS system partitions scheme

2011-10-16 Thread Arno Schuring
not optimal, but it will work as it should. Just remember to install grub2 on the whole disk (/dev/sda), not in a partition. Regards, Arno -- 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/20111017001602.40ef2...@neminis.loos.site

NFSv4: rpc.gssd hangs indefinitely

2011-10-16 Thread Arno Schuring
've reported a bug, I found a solution within five minutes of sending. So here's hoping... :) Any pointers/hints/tips are greatly appreciated. Thanks, Arno -- 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/20111017020517.79ca2...@neminis.loos.site

Re: GPT on BIOS system partitions scheme

2011-10-17 Thread Arno Schuring
Virgo Pärna (virgo.pa...@mail.ee on 2011-10-17 08:50 +): > On Mon, 17 Oct 2011 00:16:02 +0200, Arno Schuring > wrote: > > yudi v (yudi@gmail.com on 2011-10-16 15:20 +1000): > >> Partitions will be aligned on 2048-sector boundaries > > This is not necessary.

Re: GPT on BIOS system partitions scheme

2011-10-17 Thread Arno Schuring
ctor alignment should be a multiple of 8. I didn't know newer disks were all advanced format, even the smaller models. Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Re: OT: harddrive addition for RAID

2011-10-17 Thread Arno Schuring
ared to do a lot of command-line typing where a single typo could possibly destroy your system. If you are already using LVM, that makes the process slightly less dangerous and significantly easier. This list can help you out. Just making sure you know what you're getting into :) Regards and g

Re: bash command

2011-10-20 Thread Arno Schuring
t; search the word and replace it?? > > Well, I don't know about bash command but I know about sed. Theoretically it's possible with bash (>=3) as well: $ VAR=oldword $ echo $VAR oldword $ echo ${VAR/old/new} newword And use a read loop over all the lines in the file :) Regards,

Re: how to get pkg names not upgraded

2011-10-22 Thread Arno Schuring
cthunk.net/~dburrows/projects/aptitude/doc/en/ch02s03s05.html for the complete search term reference. Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http:

Re: Sharing files on a local network

2011-10-23 Thread Arno Schuring
really is no satisfactory answer to the OP's question besides Samba/CIFS. All (Unix-)native solutions have their roots in enterprise (managed) networking, which implies manual setup. In terms of autodiscovery and autoconfiguration, nothing can hold a candle to the original SMB. Regards, Arno

RE: ubuntu.

2011-10-25 Thread Arno Schuring
a http://lists.debian.org/debian-italian/ -- it should be very clear to non-pedants what the intended language of this list is. > > There's very little excuse, however, for discussing Ubuntu here. lol Arno

Re: Broken packages............

2011-10-27 Thread Arno Schuring
y chance? Or have had it? Arno -- 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/20111027142518.01071...@neminis.intra.loos.site

RE: Fetchmail certificate problem

2011-10-28 Thread Arno Schuring
t solve the problem. /etc/ssl/certs is a managed location (yes, I know, not strictly FHS compliant). You need to put the certificate in /usr/local/share/ca-certificates (from memory, please double-check with the ca-certificates documentation) and re-run u

Re: Broken packages............

2011-10-29 Thread Arno Schuring
> On Thu, Oct 27, 2011 at 4:53 PM, Charlie > wrote: > >  On Thu, 27 Oct 2011 14:25:18 +0200 "Arno Schuring > >  aelschur...@hotmail.com" suggested this: > > > >>Charlie (aries...@skymesh.com.au on 2011-10-27 16:35 +1100): > >>> > >>

Re: Broken packages............

2011-10-29 Thread Arno Schuring
Charlie (aries...@skymesh.com.au on 2011-10-30 00:12 +1100): > On Sat, 29 Oct 2011 14:01:16 +0200 "Arno Schuring > aelschur...@hotmail.com" suggested this: > > >DMO? > > Sorry, silly question, but. what is DMO? Have been googling it > and not getting

Re: KVM networking.

2011-11-07 Thread Arno Schuring
gt; br0, /sbin/ip *, /sbin/brctl *, /sbin/tunctl * If you precreate the tap interface, you won't need these... Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

partitions missing on my external hard drive

2011-11-08 Thread arno renevier
/sdb. But it seems like no partition at all is recognized. Nothing appears in /dev/sdb*, and fdisk -l outputs nothing. Do you have any idea on what could possibly be wrong, and how I could debug this problem more ? Regards, arno dmesg output when connecting the drive: [334008.507212] us

Re: partitions missing on my external hard drive

2011-11-09 Thread arno renevier
t;You might also try cfdisk. I seem to remember that once I had a >>problem with seeing the partitions with fdisk but cfdisk worked, >>though I'm not absolutely sure. I'm not successful with cfdisk. > I think it is hardware (USB-to-SATA?) failure. I had same problem few

  1   2   3   >