Re: Re: instable X after upgrade to buster - X? firefox? liberoffice? screensaver? lxde?

2019-12-21 Thread Wolfgang Rosner
Have it running for some days now without screensaver gimmick. Appears to be quite stable now. --

Re: Re: inconsistent Clipit cut paste with firefox, konsole, claws

2019-12-21 Thread Wolfgang Rosner
on't know why it got lost in the upgrade. regards Wolfgang

Re: Re: instable X after upgrade to buster - X? firefox? liberoffice? screensaver? lxde?

2019-12-20 Thread Wolfgang Rosner
> You told us that you upgraded to Buster by accident: yes what I did: - btrfs subvol snap - apt-get upgrade - cat /etc/debian_version 10.2 - "OOPS" - google "debian versions" - btrfs subvol snap - apt-get dist-upgrade - Wolfgang

Re: inconsistent Clipit cut paste with firefox, konsole, claws

2019-12-20 Thread Wolfgang Rosner
tried parcellite instead of clipit as clipboard manager. looks good so far. still trouble with vi, but I think that's teh old never ending story. --

Re: Re: instable X after upgrade to buster - X? firefox? liberoffice? screensaver? lxde?

2019-12-20 Thread Wolfgang Rosner
> You told us that you upgraded to Buster by accident: yes what I did: - btrfs subvol snap - apt-get upgrade - cat /etc/debian_version 10.2 - "OOPS" - google "debian versions" - btrfs subvol snap - apt-get dist-upgrade - btw: does this message get sorted to the correct

inconsistent Clipit cut&paste with firefox, konsole, claws

2019-12-17 Thread Wolfgang Rosner
7;t use bare X mouse clipboard any more, just CTL+C / CTL+V Is there any point where I can finetune this behaviour? Or at least understand it? Could I use another clipboard manager within lxde? - regards Wolfgang

Re: instable X after upgrade to buster - X? firefox? liberoffice? screensaver? lxde?

2019-12-17 Thread Wolfgang Rosner
after openOffice-restore. will watch and report Wolfgang --

instable X after upgrade to buster - X? firefox? liberoffice? screensaver? lxde?

2019-12-17 Thread Wolfgang Rosner
KDE) dual screen VGA compatible controller: NVIDIA Corporation G92 [GeForce 9800 GT] (rev a2) lsmod: I think current driver is nouveau. dpkg: xserver-xorg-video-nouveau1:1.0.16-1 Anybody else with similiar experience? Wolfgang

Re: Debian Stretch doesn't boot without Monitor

2017-09-08 Thread Wolfgang
I was not able to solve the problem properly, so I made a workaround by using a EDID VGA-Adapter(Lindy EDID/DDC Adapter for VGA-Displays) . On 2017-08-21 11:02, Wolfgang wrote: > Hi, > > I have an embedded device(/small pc) and I want to run Debian Stretch on > it. But I am ex

Debian Stretch doesn't boot without Monitor

2017-08-21 Thread Wolfgang
are. The device has intel-graphics: i915 I installed(without success) the following firmware/microcode: firmware-amd-graphics firmware-linux firmware-linux-free firmware-linux-nonfree firmware-misc-nonfree amd64-microcode intel-microcode Does anyone have a clue? Thanks in advance Wolfgang

script purge-old-kernels

2017-02-15 Thread Wolfgang Truber
Hello, why is under Debian no possibility to install the script purge-old-kernels or the package bikeshed (this package includes the script purge-old-kernels). Viele Grüße Wolfgang -- Dipl.-Inform. Wolfgang Truber Technische Universität Darmstadt Fachbereich Bau- und

Re: Unattended-upgrades do not seem to be able to restart services

2016-06-09 Thread Wolfgang Karall
ever, apache2 and cron have not been restarted [..] It's not unattended-upgrades, what you're seeing is the output of needrestart, which is configured by default to only showing what it would do, but not actually restarting anything. Take a look at the configuration below /etc/needrestart

Re: apt-cacher-ng not expiring any more

2015-09-11 Thread Wolfgang Karall
ng/Updating debrep/dists/jessie/InRelease... 404 Not Found Faced with the same problem, it seems removing the files that acng is complaining about from the local cache hierarchy stops it from trying to refresh it. This even worked with the backports (non-sloppy) version AFAICT. Cheers Wolfga

Lost in debian backport patch workflow

2015-03-03 Thread Wolfgang Rosner
this line: > - check what was changed by debian, ie. diff v3.16.7 3.16.7-ckt4-3 How can I reconstruct these different kernel trees? Any help is greatly appreciated :-) Wolfgang Rosner -- 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/201503031141.49539.wros...@tirnet.de

idmapd fails in dracut - nfsroot over nfsv4 with wrong UID

2015-02-15 Thread Wolfgang Rosner
mp; nfsv4-root simply no valid setup yet? I can provide MBytes of logs and screenshots, and with wireshark, we may be easily multiplying this figure Anybody out there to collaborate in a solution? yours Wolfgang Rosner -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: dovecot-imapd and imaps protocol

2014-02-13 Thread Wolfgang Karall
;s not an additional protocol config setting as it was in 1.x. What makes you think that imaps isn't working, did you try connecting and got a connection refused? Cheers Wolfgang signature.asc Description: Digital signature

Re: touch /var/lib/sudo/$USER / use sudo when unlocking xscreensaver (xfce)

2013-04-24 Thread Wolfgang Karall
cripting, but if you have only a couple of scripts that need to run rather often (and are not very "dangerous", i.e. allow no interactivity or shell commands), then I'd still use NOPASSWD for those specific scripts in sudoers. After all, it's not like you can only have one line

Re: touch /var/lib/sudo/$USER / use sudo when unlocking xscreensaver (xfce)

2013-04-24 Thread Wolfgang Karall
running your commands with sudo? Then why not just use NOPASSWD in the sudoers file? Cheers Wolfgang -- 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/20130424103541.ga3...@lenny.spiney.org

Re: NFS automount not happening

2012-12-11 Thread Wolfgang Karall
ICMP ping? Are you sure? I suppose Bob was referring to the ping-check as per the ISC dhcpd, see http://manpages.debian.net/cgi-bin/man.cgi?query=dhcpd.conf The client has to renew the lease, indeed, but the server also tries to make sure there are no duplicate IPs in the network. Cheers Wolfgang -

Re: Works on .htaccess but not in sites-available

2012-11-02 Thread Wolfgang Karall
ndex\.php|images|robots\.txt|user_guide) > RewriteRule ^(.*)$ /index.php/$1 [L] Matches in VirtualHost context start with /, i.e. you have to use !^/(index\.php|images|robots\.txt|user_guide) See http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewriterule (the box "What

Xen guest installation issue (Squeeze)

2012-08-13 Thread Wolfgang Rosenauer
; ramdisk="/root/xenboot/squeeze-initrd.gz" extra=" debian-installer/exit/always_halt=true -- console=hvc0" disk=[ 'phy:system/squeeze_root,hda,w', 'phy:system/squeeze_swap,hdb,w', 'phy:system/squeeze_var,hdc,w' ] Thanks for any hint, Wolfgang

Re: [OT] munin

2012-03-04 Thread Wolfgang Karall
wheezy or sid on any munin-node installations at the moment), could you try disabling IPv6 and try again? And if this is really a bug with munin-node not working with IPv6 enabled this needs to be reported to the BTS. Cheers Wolfgang -- To UNSUBSCRIBE, email to debian-user-requ...@lists.de

Re: [OT] munin

2012-03-04 Thread Wolfgang Karall
eld for the working/non-working hosts, any difference? Cheers Wolfgang PS: no need to CC me, I'm subscribed to the list. -- 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/20120304205247.ga9...@lenny.spiney.org

Re: [OT] munin

2012-03-04 Thread Wolfgang Karall
v6 you need to actually uncomment the line, replacing the "ipv6" with "off", like alias net-pf-10 off > Can anyone tell me why these 5 nodes will not connect to the server > and refuses connections to localhost and ::1? What does grep ^allow /etc/munin/munin-node.conf p

Re: Output of /sbin/route reversed?

2011-10-13 Thread Wolfgang Karall
On Thu, Oct 13, 2011 at 02:43:12PM +, Camaleón wrote: > On Thu, 13 Oct 2011 08:57:56 +0200, Wolfgang Karall wrote: > > > I just noticed on my notebook running up-to-date sid that the output of > > route changed compared to what I've been used to for ages, in that i

Output of /sbin/route reversed?

2011-10-13 Thread Wolfgang Karall
enVPN, but it's the same w/out OpenVPN) Cheers Wolfgang -- 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/20111013065756.ga13...@lenny.spiney.org

Re: udev rules for 2 identical webcams + 1 spare cam

2011-07-15 Thread Wolfgang Karall
> ATTRS{idProduct}=="08a2", Name="video2", GROUP="video" I suppose using the same set of attributes for the 2 identical cameras twice leads to unpredictable or at least unwanted results. I'd suggest using the serial number of the cameras as additional attrib

Re: OT: Safe to access SSH server from work?

2011-05-06 Thread Wolfgang Karall
libpam-opie? A quick apt-cache search turns up libpam-otpw and otwp-bin available in sid, haven't used them (yet) though. Cheers Wolfgang -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Re: OT: Safe to access SSH server from work?

2011-05-06 Thread Wolfgang Karall
omputers" there are one-time-passwords. I've used libpam-opie in the past with great success for the occasional connection from internet cafe's for example. Cheers Wolfgang -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: xmodmap settings are forgotten/lost during session

2011-05-03 Thread Wolfgang Karall
10 minutes my xmodmap settings get flushed. Of course I searched for other Cron jobs, but to no avail. What else could reset my keyboard settings every 10 minutes? Or has anyone an idea how to debug this further? Cheers Wolfgang -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: xmodmap settings are forgotten/lost during session

2011-04-27 Thread Wolfgang Karall
Hello, On 04/28/2011 02:06 AM, Steve Kleene wrote: > On Wed, 27 Apr 2011 21:20:46 +0200, Wolfgang Karall wrote: > >> after upgrading ... I lost my F19/F20 mapping done via xmodmap > > About a week ago my ~/.Xmodmap, which turns off Caps Lock, started being > ignored. It

xmodmap settings are forgotten/lost during session

2011-04-27 Thread Wolfgang Karall
;s no way to listen to this kind of reconfiguration event I guess?), does anybody here have an idea if the latest XFCE updates might be the cause? Cheers Wolfgang PS: the list of packages that got upgraded after which the problem started showing up, most are probably completely unrelated: audacity audacity

dpkg bug regarding dependencies?

2011-04-02 Thread Wolfgang Karall
regarding the versioned dependency handling? I actually only noticed since "aptitude forbid-version" did bail out telling me that there is a dependency problem. Cheers Wolfgang PS: the shell output: x61s:~# apt-cache policy nfs-common nfs-kernel-server nfs-common: Installed:

Problems with my network

2009-05-08 Thread Wolfgang Braun
Hello, I have a problem with my network at work. I will describe short the installation of my network and what problem I have. It is a cluster with sereral pc (only debian systems) with one server, which serves as fileserver, dhcp server, local dns-server and so on. Then I set up an extra log

DSL Howto?

2006-03-21 Thread Wolfgang Lonien
help (and CC my brother)? Thanks, wjl aka Wolfgang Lonien -- Key ID 0x728D9BD0 - public key available at wwwkeys.de.pgp.net Key Fingerprint = A923 2294 B7ED EB3E 2F18 AE56 AAB8 D36A 728D 9BD0 uid Wolfgang Lonien (wjl) We prefer encrypted, text-only email messages here.

Xvnc does not run with "wait = yes"

2006-03-10 Thread wolfgang pauli
ap=Xvnc) from Mar 10 20:27:52 echo xinetd[10202]: Deactivating service Xvnc due to excessive incoming connections. Rest arting in 30 seconds. Mar 10 20:28:22 echo xinetd[10202]: Activating service Xvnc Cheers, wolfgang -- Bis zu 70% Ihrer Onlinekoste

[no subject]

2006-03-10 Thread wolfgang pauli
coming connections. Rest arting in 30 seconds. Mar 10 20:28:22 echo xinetd[10202]: Activating service Xvnc Cheers, wolfgang -- Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer! Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer -- To UNSUBSCRIBE, email to [EMAIL P

Wacom Graphire 3 (usb) under Debian Sarge

2005-10-18 Thread Wolfgang Qual
table: the cursor is jumping (or a jumping white border is visible) around when I hold the stylus pen still on the table! Also, klicking on the menue buttons will not work properly. Besides, my USB-mouse is attached to the PS2-port with an adapter. Any ideas to solve this? Thanks, Wolfgang ps

different resolutions on internal and external monitor possible with i830M?

2005-06-20 Thread Wolfgang Pauli
Hi, I have a 830M and want to run the external Monitor with 1280x1024 and the internal with 1024x768. But I can only run the external monitor with that resolution, if I unconfigure the internal monitor. Does anyone know what the problem might be? Wolfgang Error-Message: (II) I810(0): Not

installer/tasksel questions

2005-06-17 Thread Wolfgang Lonien
on be posted to the devel newsgroup/mailing list as well? kind regards, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Adaptec Serial ATA RAID 1210SA

2005-06-16 Thread Wolfgang Schulze-Zachau
Hi all,   Is there any further development planned regarding the adaptec 1210SA adapter ? I would be seriously interested in buying this if there is a way to make it work under debian   Regards Wolfgang Schulze-Zachau Manticore Software Ltd

i810 resolution of 1280x1024

2005-06-06 Thread wolfgang pauli
d the i810 driver depends on what the bios says. Unfortunately, I can not update my bios, because I don't have a working battery for my laptop. Does anyone know a solution? Thanks, Wolfgang -- Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis ++ Jetzt anmelden &

Re: Xen Virtual Server

2005-05-30 Thread Wolfgang Lonien
The howto is available at the Xen site, even Debian-related. I tried both the debootstrap and the "normal" installations, and both worked well. My test machine for that is now 4 machines :-) > Thanks, np, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Problem with camera and usb-storage

2004-11-24 Thread wolfgang pauli
> On Tue, 2004-11-23 at 22:58 +0100, wolfgang pauli wrote: > > Hi, > > > > I have a problem mounting my camera. It worked before, but since some > time > > ago, it won't work anymore. Here is some output from the bash. I hope > > someone can help me

Problem with camera and usb-storage

2004-11-23 Thread wolfgang pauli
t /dev/sg0 /mnt/camera/ mount: /dev/sg0 is not a block device Thank you, WOlfgang -- Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD ++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&quo

Setting vlock to verbose logging

2004-10-07 Thread Wolfgang Pfeiffer
ogging ... Regards and thanks in anticipation -- Wolfgang Pfeiffer gpg ID: 0AA7E825 Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: I have no /usr/src/linux/ sources

2004-09-23 Thread Wolfgang Pfeiffer
On Wed, 2004-09-22 at 23:50, Wolfgang Pfeiffer wrote: > Hi Eric > > Sorry for the late answer. But I don't have the time to check the > messages on debian-user more often. > > On Sat, 2004-09-18 at 15:03, Eric Dickner wrote: > > I am trying to compile some .src.rpm

Re: Locked out! How to circumvent password urgently?

2004-09-22 Thread Wolfgang Pfeiffer
se fails I shall have to reinstall the system. [ ... ] Basically all (more or less) you have to do is to type "passwd" in what I call rescue-mode. Details here: <http://lists.debian.org/debian-powerpc/2004/08/msg00659.html> Best Regards Wolfgang -- Wolfgang Pfeiff

Re: I have no /usr/src/linux/ sources

2004-09-22 Thread Wolfgang Pfeiffer
ults in > them looking for these headers. [ ... ] Did you ever install a kernel from a deb package? If not: Perhaps this is the reason you don't have these "headers" on your system ... ?? Any one out there knows more on that? And Eric: Please let me know

Re: dead X install

2004-09-13 Thread Wolfgang Lonien
he screen goes dark (not really black), using Sid's xserver-xfree86 (1-7). With the one from Sarge (1-4), everything is fine. So in my case it's no hardware problem... Greetings, wjl aka Wolfgang Lonien -- Key ID 0x728d9bd0 - public key available at wwwkeys.de.pgp.net Honda NTV &

Sid: xserver and kdm

2004-09-09 Thread Wolfgang Lonien
Installing an older xserver seems to be a workaround again, but still Issue 1 is the same. So at the moment, only that old ASUS laptop (P3-750) runs fine - but that one uses sarge instead of sid... Anyone who can help? TIA, wjl aka Wolfgang Lonien -- Key ID 0x728d9bd0 - public key available a

Re: io-error during kde-startup

2004-09-03 Thread Wolfgang Pauli
I solved the Problem by using a different graphics-driver in XFree86-4. Regards, Wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

io-error during kde-startup

2004-09-02 Thread wolfgang pauli
do? Thanks, Wolfgang -- NEU: Bis zu 10 GB Speicher für e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: HP all-in-one PSC 1110 USB

2004-08-05 Thread Wolfgang Zocher
HP to get an idea why the hpoj software won't work together with "acient" (4 years old?) woody. There simply must be a reason for that ... Regards, Wolfgang -- Wolfgang Zocher http://www.wolfgang-zocher.privat.t-online.de/ Registered Linux User #337888 using Debian GNU/Linux 97

Re: HP all-in-one PSC 1110 USB

2004-08-05 Thread Wolfgang Zocher
e the printer AND all the sources compiled without errors AND installation went smooth: WHY shouldn't it work? Wolfgang -- Wolfgang Zocher http://www.wolfgang-zocher.privat.t-online.de/ Registered Linux User #337888 using Debian GNU/Linux 97.025% of statistics are wrong -- To UN

HP all-in-one PSC 1110 USB

2004-08-03 Thread Wolfgang Zocher
question: is there any body out there who succeeded with installing hpoj AND printing AND scanning via ptal with woody r2 2.4.18? Is there a chance to get the scanner working without using hpoj? Thanks in advance Wolfgang -- Wolfgang Zocher http://www.wolfgang-zocher.privat.t-online.de/ Registered

Re: When Will Postscript PPC FireFox Be Available?

2004-07-17 Thread Wolfgang Pfeiffer
g version HTH Best Regards Wolfgang -- Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

No support for device type: thermal

2004-07-10 Thread wolfgang pauli
, doesn't it. I hope somebody can help me. Wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[no subject]

2004-07-10 Thread wolfgang pauli
, doesn't it. I hope somebody can help me. Wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

apt-get trying to install same package version again

2004-07-07 Thread Wolfgang Pfeiffer
rwritten with a package of the same version number? Please tell me someone I missed something. Thanks in anticipation. Best Regards Wolfgang -- Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: apt-get upgrade conflicts

2004-07-02 Thread Wolfgang Pfeiffer
On Fri, 2004-07-02 at 22:28, Wolfgang Pfeiffer wrote: > On Fri, 2004-07-02 at 18:41, Thomas Adam wrote: > > --- Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote: > > > Hi Adam > > > > > > !root! /home/adam # apt-get upgrade > > > > dist-upgr

Re: apt-get upgrade conflicts

2004-07-02 Thread Wolfgang Pfeiffer
On Fri, 2004-07-02 at 18:41, Thomas Adam wrote: > --- Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote: > > Hi Adam > > > > !root! /home/adam # apt-get upgrade > > dist-upgrade should be used here. > > > Sometimes in these situations I do a > > apt-g

Re: apt-get upgrade conflicts

2004-07-02 Thread Wolfgang Pfeiffer
d to get 43.3MB of archives. > After unpacking 22.9MB of additional disk space will be used. > Do you want to continue? [Y/n] > [ ... ] I extremely rarely say yes to something like "removing?" ... and only if I can be sure I don't need the package(s) to be re

Re: mozilla-mplayer

2004-07-01 Thread Wolfgang Lonien
Keith O'Connell wrote: > Thank you uw = you're welcome Cheers, wjl aka Wolfgang Lonien -- Key ID 0x728d9bd0 - public key available at wwwkeys.de.pgp.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mozilla-mplayer

2004-07-01 Thread Wolfgang Lonien
Keith O'Connell wrote: > [sound in mplayer] Hi Keith, look at /etc/mplayer/mplayer.conf - you can select between various sound plugins there. HTH, wjl aka Wolfgang Lonien -- Key ID 0x728d9bd0 - public key available at wwwkeys.de.pgp.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

how can i resume after standby or suspend to disk with acpi under kernel 2.6

2004-06-04 Thread wolfgang pauli
hough I put "resume=/dev..." into lilo.conf. What do I have to do to tell the kernel to load the image from swap? best regards and thank you! Wolfgang -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info -

how can i resume after standby or suspend to disk with acpi under kernel 2.6

2004-06-04 Thread wolfgang pauli
hough I put "resume=/dev..." into lilo.conf. What do I have to do to tell the kernel to load the image from swap? best regards and thank you! Wolfgang -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info -

Need help installing Woody

2004-05-29 Thread Wolfgang Zocher
hda6. Is this possible without any problems? btw. hda5,6,7 builds a SuSE Linux system, which, if Woody is running on this machine as stable as on my Laptop, should be replaced by Woody stable while the system on hda1 will be my testing system. Any hints to possible snares are welcome! Wolfgang

Re: cdrom does not un-mounts

2004-05-28 Thread Wolfgang Pfeiffer
at times ... not being sure ... :) Most of the time is FAMD, or something like that, that prevents umounting the CDROM here. Good luck Best Regards Wolfgang -- Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer and 3 more reasons for Linux: <http://uptime.netcraft.com/up/graph?site=

Re: books on debian

2004-05-28 Thread Wolfgang Pfeiffer
#x27;t like it, as it seems: <http://www.edu-books.com/UNIX_Primer_Plus_3rd_Edition_1571691650.html> On WWW: <http://www.aboutdebian.com/> <http://newbiedoc.sourceforge.net/> And Google. With its help you'll prolly find hundreds of docs. Some might be crap. Some helped me a lot. You'll

Can't load user dot files in open office (/usr/bin/oowriter)

2004-05-27 Thread Wolfgang Pfeiffer
files are the same in /root and ~/home What did I miss? Thanks in anticipation Best Regards Wolfgang -- Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: test

2004-05-22 Thread Wolfgang Zocher
[EMAIL PROTECTED] (carex) writes: > test-send via google As always: use *.test groups for your (annoying) test postings. Hint: read the netiquette ... -- Wolfgang Zocher http://www.wolfgang-zocher.privat.t-online.de/ Registered Linux User #337888 using Debian GNU/Linux 97.025% of statist

Re: [nbusers] Problems remain using Java apps

2004-05-16 Thread Johannes Wolfgang Woger
/jre, it is : JAVA_HOME=/usr/j2sdk1.4.2_04 CLASSPATH=/usr/java/j2sdk1.4.2_04/jre/lib/rt.jar same here, omit /rt.jar What says the console if you give injava -version Wolfgang Would those "dummy" packages for Sun Java make an diffrence? I am running Debian, 2.6.5-4 kernel, KDE. Jave i

Re: last test, sorry people

2004-05-13 Thread Wolfgang Zocher
There are *.test groups in usenet news -- Wolfgang Zocher http://www.wolfgang-zocher.privat.t-online.de/ Registered Linux User #337888 using Debian GNU/Linux 97.025% of statistics are wrong -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

[Sid] perl breaks apache

2004-05-02 Thread Wolfgang Lonien
...since this morning - also php4, cacti, ... Greetings, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Files in /etc/pam.d/

2004-05-02 Thread Wolfgang Pfeiffer
On Sun, 2004-05-02 at 12:51, Colin Watson wrote: > On Sat, May 01, 2004 at 11:04:41PM +0200, Wolfgang Pfeiffer wrote: > > Problem for me, as I said: no docs that I found so far on which file in > > /etc/pam.d is used by which service. Which currently renders the whole > >

Re: Files in /etc/pam.d/

2004-05-01 Thread Wolfgang Pfeiffer
On Sat, 2004-05-01 at 23:12, William Ballard wrote: > On Sat, May 01, 2004 at 11:04:41PM +0200, Wolfgang Pfeiffer wrote: > > Problem for me, as I said: no docs that I found so far on which file in > > /etc/pam.d is used by which service. Which currently renders the whole > >

Re: Files in /etc/pam.d/

2004-05-01 Thread Wolfgang Pfeiffer
On Sat, 2004-05-01 at 22:24, William Ballard wrote: > On Sat, May 01, 2004 at 10:14:57PM +0200, Wolfgang Pfeiffer wrote: > > Hi All > > > > there seem to be some new files on debian: > > > > /etc/pam.d/common-account /etc/pam.d/common-password > > /etc/

Files in /etc/pam.d/

2004-05-01 Thread Wolfgang Pfeiffer
files are used when passwords are changed. And yes: I didn't find useful docs on the subject. Thanks in anticipation Wolfgang -- Profile, Links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

How can I find identical files in a directory

2004-04-20 Thread Wolfgang Pfeiffer
ong the line of that and are identical, resp. that they differ, and then grep the identical ones. Hints? Thanks in anticipation. Best Regards Wolfgang -- Profile, Links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: upgrade debian kernal

2004-04-15 Thread Wolfgang Pfeiffer
seful for understanding what actually is done with these commands. Or that's at least what I'm hoping for. Should work, as I hope, on a x86 machine, too: I learned this stuff on ppc. And yes: Comments on how useful this page is are extremely welcome :) HTH Good luck Wolfgang -- Pro

Re: 2.6.x kern on production servers..

2004-04-12 Thread Wolfgang Lonien
Michael Bellears wrote: > Is 2.6.x "stable" enough for production? Hi Michael, I'm running 2.6 on several production systems, and I've had no issues yet except a much better throughput - there's an article on the IBM developers' site about that (2.6 on web

Re: No sound with Kernel 2.6.5-1 package (atiixp)

2004-04-12 Thread Wolfgang Lonien
f I see a soultion somewhere, I'll be back to you... Greets, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Can't use GUI as root

2004-04-09 Thread Wolfgang Pfeiffer
On Fri, 2004-04-09 at 19:34, Wolfgang Pfeiffer wrote: > Hi Toshiro > I'm on ppc Debian. > > On Mon, 2004-04-05 at 00:50, Toshiro wrote: > > I'm running sid and I can login to root from the console but when I try to > > startx if fails, the same happens with th

Re: Can't use GUI as root

2004-04-09 Thread Wolfgang Pfeiffer
same thing, and in fact do even more. However it is still followed, so you should probably leave it true for PAM systems. - HTH Best Regards Wolfgang > > Toshiro. -- Profile, Links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Sarge Installer and DHCP

2004-03-29 Thread Wolfgang Jeltsch
Am Montag, 29. März 2004 11:15 schrieb Krikket: > [...] > Googling hasn't been much use (finding Windows-related stuff...), Didn't you include "Linux" in the list of words to search for? > [...] Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
updates get ported to testing on an > expedited basis as compared to regular packages. Hey, I didn't know that there was something like security updates for testing. > [...] Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
ween support for the newest software > and hardware, or stability and fewer bugs, then I choose for myself > (and would choose for my company given the chance), Debian precisely > for these reasons. Were the gaps between releases ever so large as the gap between woody and sarge? > Alexis Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
Am Sonntag, 28. März 2004 19:16 schrieb Colin Watson: > On Sun, Mar 28, 2004 at 06:13:19PM +0200, Wolfgang Jeltsch wrote: > [...] > > When is the installer expected to be ready? > > There will be a schedule posted to debian-devel-announce in the next > couple of days.

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
7;s just that my work has priority over bug reporting. But maybe I will give sarge a try soon and see. > [...] Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
Am Sonntag, 28. März 2004 19:06 schrieb Colin Watson: > [...] > The release team is likely to remove unimportant packages with > release-critical bugs once the installer is ready. When is the installer expected to be ready? > [...] Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
t; ip-cop or similar. Isn't it overdone to buy a firewall/NAT box for just connecting your home PC to the internet? What's wrong with just disallowing nearly every incoming connection via iptables? > [...] Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
uick security updates, with sarge, you don't get them. > If your running a server the latest is not always the greatest, debian > woody is a great server OS, as is. I agree with you in part. The problem is that you sometimes need newer software also for a server. > [...] > Jody Wolfgang

Re: Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
Am Sonntag, 28. März 2004 18:25 schrieb Colin Watson: > On Sun, Mar 28, 2004 at 04:46:27PM +0200, Wolfgang Jeltsch wrote: > > I just discovered the recent increase of the numer of release-critical > > bugs and was shocked. The RCB diagramm seems to suggest that sarge will >

Goodbye stable?

2004-03-28 Thread Wolfgang Jeltsch
I hope to hear good opinions, no flamewars and no apologetic. Wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Newbie question: moving from RedHat to Debian

2004-03-21 Thread Wolfgang Pfeiffer
d] defaults without the '-n' option To be sure please man update-rc.d HTH Best Regards Wolfgang -- Profile, Links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[Solved] Re: [Sid] gnucash 1.8.8-5

2004-03-21 Thread Wolfgang Lonien
Hi Chris & Sudarshan, thx for the tips - it worked well :-) kind regards, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debain over Redhat

2004-03-19 Thread Wolfgang Pfeiffer
fully prices that you possibly have to pay nowadays for a RedHat system and its possible updates when they become necessary. All in all I really enjoyed RedHat Linux until some time ago - minus the difficulties regarding packages updates. But as I said: If you pay then you decide. Best Regar

[Sid] gnucash 1.8.8-5

2004-03-18 Thread Wolfgang Lonien
re do I look for the bug list for that one? TIA, wjl aka Wolfgang Lonien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[SOLVED] Re: [Sid] mozilla-firefox 0.8-4

2004-03-18 Thread Wolfgang Lonien
/lib/mozilla/components/libgklayout.so > /usr/lib/mozilla-firefox/components/ apt-get upgrade > > Configuration goes through and firefox 0.8-4 even *starts* ! My wife already wrote that she tried it and now has her "Lieblingsbrowser" back - and I tried and can confirm it. So tha

  1   2   3   >