Setting Up a CVSup Mirror for FreeBSD on a Debian Lenny system

2010-06-25 Thread Holger Rauch
Hi to everybody, I would like to set up a FreeBSD mirror using CVSup on a Debian Lenny system. I know there's the "sup" package containing both CVSup server and client. However, I'm currently sort of stuck converting FreeBSD's cvsupd config to supfilesrv's config. Has anybody done something simi

[SOLVED] Re: [LONG] Trouble using debmirror on Lenny (certain public keysnot found)

2010-06-25 Thread Holger Rauch
Hi Mirko, thanks for your suggestion. It worked. Must have been overlooking that hint in the manpage. Sorry. Greetings, Holger On Thu, 24 Jun 2010, Mirko Parthey wrote: > [...] > By default, gpg stores new public keys in ~/.gnupg/pubring.gpg, > while gpgv expects them in ~/.gnupg/trusted

[LONG] Trouble using debmirror on Lenny (certain public keys not found)

2010-06-24 Thread Holger Rauch
Hi to everybody, I want to create a partial mirror for both the stable (Lenny) and testing (Squeeze) distributions of Debian. The mirror is supposed to contain the amd64 arch only (all binary packages of all sections). Here's how I invoke debmirror from within a shell script: === debmirror -a am

Re: On Access Virus Scanner Recommendation

2009-12-11 Thread Holger Rauch
Hi Berni On Mon, 30 Nov 2009, Berni Elbourn wrote: > > Or look at it the other way round > > Linux is not vulnerable to windows virus. Note the careful wording > ;-) So don't waste valuable server cpu cycles on-access scanning on > a Linux server. The problem is that I can't rely on all c

Re: On Access Virus Scanner Recommendation

2009-11-29 Thread Holger Rauch
Hi, On Fri, 27 Nov 2009, Paul Johnson wrote: > Holger Rauch wrote: > > > I'm thinking about using NOD32 on a Debian system for on access virus > > scanning (i.e. scan a file when it's created or its contents are > > modified in some way). > > Wh

Re: On Access Virus Scanner Recommendation

2009-11-25 Thread Holger Rauch
Rehi, please see my answers below. On Wed, 25 Nov 2009, Tzafrir Cohen wrote: > > > [...] > > > Why is that a problem? Do you have Windows clients accessing the system > > > through NFS? > > > > Not necessarily, but I'd like to be on the safe side. > > On what safe side? > > Can you give an e

Re: On Access Virus Scanner Recommendation

2009-11-25 Thread Holger Rauch
Hi, On Tue, 24 Nov 2009, Tzafrir Cohen wrote: > [...] > Why is that a problem? Do you have Windows clients accessing the system > through NFS? Not necessarily, but I'd like to be on the safe side. Furthermore, there seem to be many Dazuko versions around: - dazuko-source_2.3.3-1_all.deb - dazuk

On Access Virus Scanner Recommendation

2009-11-24 Thread Holger Rauch
Hi to everybody, I'm thinking about using NOD32 on a Debian Lenny system for on access virus scanning (i.e. scan a file when it's created and/or its contents are modified in some way). I'm aware that there's the Dazuko module, but allegedly it doesn't seem to support NFSv3 or NFSv4 file systems s

On Access Virus Scanner Recommendation

2009-11-22 Thread Holger Rauch
Hi to everybody, I'm thinking about using NOD32 on a Debian system for on access virus scanning (i.e. scan a file when it's created or its contents are modified in some way). I'm aware that there's the Dazuko module, but allegedly it doesn't seem to support NFSv3 or NFSv4 file systems since NFS u

Re: Recommended Debian package for hard disk cloning

2009-10-27 Thread Holger Rauch
Hi Javier, On Mon, 26 Oct 2009, Javier Barroso wrote: > Hi, [...] > > If you have another machine with disks availables: > cat raw devices to other machine throw ssh/nc and vgchange -u and vgrename thanks a lot for mentioning this hint, but I was talking about the senario when both disks are co

Re: Recommended Debian package for hard disk cloning

2009-10-26 Thread Holger Rauch
lger Johannes Wiedersich schrieb am Monday, den 26. October 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Holger Rauch wrote: > > which Debian package would you recommend for hard disk cloning, > > provided that UUIDs related to both file systems and/or the LVM (

Recommended Debian package for hard disk cloning

2009-10-26 Thread Holger Rauch
Hi, which Debian package would you recommend for hard disk cloning, provided that UUIDs related to both file systems and/or the LVM (PVs, LVs, VGs) should be changed in order to be unique? Is there a package around that's able to take care of this or would you recommend writing a custom shell/Per

Kerberized NFSv4: rpc.idmapd only "sees" root principal

2009-10-21 Thread Holger Rauch
Hi everybody, I've got an autofs5, OpenLDAP, MIT Kerberos, and NFSv4 setup running on Debian Lenny. All required principals are present in the krb5.keytab files on both client and server. PAM has been configured accordingly for krb5. Generally speaking, everything (kinit, passwordless ssh logins,

gdb 6.0 (unofficial) backport from unstable to testing available?

2004-02-15 Thread Holger Rauch
Hello! I'm running Debian testing with kernel 2.6.2. When debugging programs with gdb 5.3, I get the following error messages: (gdb) r Starting program: /home/holgi/sara4-stuff/sas/xmlmodule/test-progs/sqltok+xqueryconv-test/tam_select-test_mg Error while reading shared library symbols: Cannot fi

Panasonic DMC-LC33E digital camera & USB mass storage

2004-01-19 Thread Holger Rauch
Hi! I'm running Debian testing with a 2.6.1 kernel with USB EHCI, OHCI, UHCI, mass storage drivers, and SCSI emulation layer compiled in. I own a Asus P4PE mainboard and a Dawicontrol DuoMedia card for additional USB 2.0 and IEEE1394 (firewire) ports. When I attach a Panasonic DMC-LC33E digital ca

Re: Setting system-wide ulimits (esp. # of open files)

2004-01-04 Thread Holger Rauch
Hi! On Sat, 03 Jan 2004, Shaul Karl wrote: > There might be a switch to the kernel, perhaps by using /proc, which > let you do that. Or so I believe. I assume that if the kernel enforces a > lower limit then you wouldn't be able to change it without instructing > the kernel otherwise. However

Re: Setting system-wide ulimits (esp. # of open files)

2004-01-04 Thread Holger Rauch
Hi! Thanks for your reply! On Sat, 03 Jan 2004, Jan Minar wrote: > > On Sat, 03 Jan 2004, GCS wrote: > > I tried that too, but got an "Operation not permitted" message as soon as > > I logged in as a regular user. > > Exactly. This is a feature. Mere users can't higher their hard limits, > so

Re: Setting system-wide ulimits (esp. # of open files)

2004-01-03 Thread Holger Rauch
Hi! Thanks for your quick reply! On Sat, 03 Jan 2004, GCS wrote: > [...] > Maybe put the relevant lines into /etc/profile? Someone really know a > better solution, this one is ugly IMHO. I tried that too, but got an "Operation not permitted" message as soon as I logged in as a regular user. G

Setting system-wide ulimits (esp. # of open files)

2004-01-03 Thread Holger Rauch
Hi! I'm running Debian testing in conjunction with kernel 2.6.0. I've got an application demanding up to 32000 sockets in certain circumstances. So, I wanted to set the # of open file descriptors on a system-wide basis. I'm using bash as the shell for all my user accounts. Here's what I tried: 1

[OT] Executing code once on initialization of a .so file

2003-12-06 Thread Holger Rauch
Hi! Is it possible to include code in a .so that gets executed only once on initialization of a shared lib? If so, how can I do this (provided I use "gcc -fPIC" to compile the stuff and "gcc -shared" to link it together). Thanks in advance for any hints! Greetings, Holger -- To UNSUB

www.apt-get.org down?

2003-08-14 Thread Holger Rauch
Hi! I'm experiencing severe problems accessing www.apt-get.org. Neither ping nor http return anything. Does anybody know what's going on with www.apt-get.org? Are there mirrors of www.apt-get.org? Thanks a lot in advance for any info! Greetings, Holger -- To UNSUBSCRIBE, email to [EM

Re: www.apt-get.org down?

2003-08-10 Thread Holger Rauch
Hi! Thanks for your quick reply! On Tue, 05 Aug 2003, Paul Johnson wrote: > [...] > Read before posting. There is already a thread about this running. Well, I followed your advice and according to http://lists.debian.org/debian-user/2003/debian-user-200308/msg00822.html it seems to be an IS

OT: Limit on maximum # of threads in Linux?

2003-07-02 Thread Holger Rauch
Hi! I tried the following test program with various 2.4.x und 2.2.x kernels and noticed that it doesn't *seem* to be possible to create more than 1021 threads. I changed "ulimit -u" from within bash before running the thread test program, I modified a setting in the /proc filesystem: /proc/sys/ke

waimea pkgs for Woody

2003-03-13 Thread Holger Rauch
Hi! Does anybody know whether and where there are packages of the waimea window manager for Debian Woody available? I was using http://www.apt-get.org/search.php but it didn't come up with any. I also used the "Find" function of my browser but again nothing showed up. Thanks in advance for a

Woody->FreeBSD box via null modem cable

2002-12-30 Thread Holger Rauch
Hi! I would like to connect to a FreeBSD box from Woody using a null modem cable. The FreeBSD box is already set up properly (a getty is running on one of the serial ports). The serial cable is connected to ttyS1 on my Debian box. I tried to set things up using "minicom -s": 1. I entered the seri

Re: Exchange Calendar client?

2002-12-13 Thread Holger Rauch
On Thu, 12 Dec 2002, Robert L. Harris wrote: > Not an option, the CEO is doing the "exchange is the only true calendar > app!" thing. I'd rather not come back with a "but linux doesn't work > nicely with that proprietary, bloated PoS" as he'd only hear "linux > doesn't work"... Then tell your CE

OT: mutt deletes folder when last message is removed

2002-12-10 Thread Holger Rauch
Hi! First of all, sorry for being OT, but judging from what I've seen in the past on this list, there seem to be quite a few mutt users around here. I've recently switched from Pine to mutt on Debian Woody and am now faced with the problem that as soon as I remove the last message from a folder,

Re: Graphics & Linux

2002-12-03 Thread Holger Rauch
Hi Oki! On Tue, 3 Dec 2002, Oki DZ wrote: > [...] > Just add the following into your sources.list, to get it from one of the > mirrors. > deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openoffice/ unstable > main contrib Do you know whether it's also available for stable (Woody)? TIA. Greet

Re: two more architectures?

2002-10-28 Thread Holger Rauch
Hi Colin! On Mon, 28 Oct 2002, Colin Watson wrote: > On Sun, Oct 27, 2002 at 07:43:02PM -0400, Oleg wrote: > [...] > > As to compiling from deb sources (some else mentioned it in this > > thread), the one big inconvenience is that "apt-get upgrade" will > > overwrite your optimized program as soo

OT: Recommendations for Linux Distributions running on Intel-basedEmbeded Systems/Flash Disks

2002-10-25 Thread Holger Rauch
Hi! I admit that this is OT, but maybe someone has already tried (possibly Debian-based distributions) that are available for free and work on embedded Intel-based systems and accompanying flash disks? The distro should also support journaling filesystem(s) and should come with packages allowing

Re: OT: Alternatives to ls for sorting files by modification time

2002-09-26 Thread Holger Rauch
Hi! Thanks to all who responded to my question(s)! It's working now. I use the suggestion made by Miquel, as shown below, though I will be happy to try the others as well. I've got some scripting tricks to play with now :-) (The reason I was using this method is that it integrates well in my pre

Re: OT: Alternatives to ls for sorting files by modification time

2002-09-25 Thread Holger Rauch
Hi Tom! Thanks again for your quick reply! On Wed, 25 Sep 2002, Tom Cook wrote: > [...] > I can safely say that I knew nothing about the -1 option to ls when I > sent that message, except that I have observed this result: > > tkcook@brain:~/mbox$ ls -lt1 > total 40 > drwx--S---2 tkcook

Re: OT: Alternatives to ls for sorting files by modification time

2002-09-25 Thread Holger Rauch
Hi Miquel! Thanks a lot for your quick reply! On Wed, 25 Sep 2002, Miquel van Smoorenburg wrote: > [...] > No, you probably have lots of filed in $BACKUP_DIR/arc, so > the expression $BACKUP_DIR/arc/*.arc expands in more arguments > than is possible on the command line of ls. Right, I do have

Re: OT: Alternatives to ls for sorting files by modification time

2002-09-25 Thread Holger Rauch
Hi Tom! Thanks for your quick reply! On Wed, 25 Sep 2002, Tom Cook wrote: > [...] > All I can say is... it works for me. How many files in the directory > where you're having this fail? It works for me in /usr/lib. > > # ls /usr/lib -lt1 | wc -l > 841 I suspect the problem is not $NUM_OF_

Re: OT: Alternatives to ls for sorting files by modification time

2002-09-25 Thread Holger Rauch
Hi Vineet! Thanks a lot for your quick reply! On Wed, 25 Sep 2002, Vineet Kumar wrote: > [...] > processing the list, i.e. with xargs? It's hard to make suggestions > without seeing what you're trying to do... You're right ;-) What I'm doing is FILES=`$LS -lt1 $BACKUP_DIR/arc/*.arc | $TAIL -

OT: Alternatives to ls for sorting files by modification time

2002-09-25 Thread Holger Rauch
Hi! I admit that this is off-topic since it's a general shell scripting question, but what alternative commands instead of ls can be used to sort files by modification time? I'm not interested in the modification times, just the file names. So, actually in something that emulates "ls -lt1" behavi

Re: Woody: What's the proper name of the C++ lib?

2002-09-19 Thread Holger Rauch
Hi Colin! On Thu, 19 Sep 2002, Colin Watson wrote: > [...] > I was assuming that it was possible to trigger the error with a single > file. I did some further investigation and it is finally possible for me to reproduce the error with only two C++ file which are however linked against various

Re: Woody: What's the proper name of the C++ lib?

2002-09-19 Thread Holger Rauch
Hi Colin! Thanks again for quick reply! On Thu, 19 Sep 2002, Colin Watson wrote: > [...] > Just strip it down as far as you can by experiment. If all else fails, I > imagine the maintainers would be happy enough if you ran a sample source > file through the preprocessor and gave them the output

Re: Woody: What's the proper name of the C++ lib?

2002-09-19 Thread Holger Rauch
Hi Colin! Thanks for your quick reply! Some further info on this topic: I was able to build the same app successfully on a SuSE 7.0 system (glibc 2.1.3 based) with the following version of ld: GNU ld version 2.9.5 (with BFD 2.9.5.0.24) So it *seems* to me it's really a Debian Woody specific ld

Re: Woody: What's the proper name of the C++ lib?

2002-09-19 Thread Holger Rauch
Hi Colin! Thanks again for your really quick reply! On Thu, 19 Sep 2002, Colin Watson wrote: > [...] > Just use g++ rather than gcc ... That's what I did. Still keep getting the linker error, though. That's the reason why I thought of using of some special C++ lib in order to get rid of the li

Woody: What's the proper name of the C++ lib?

2002-09-19 Thread Holger Rauch
Hi! What's the right lib name to pass to the -l linker flag for compiling C++ progs on Debian 3.0 (Woody)? I tried to use "-lstdc++-libc6.2-2", but that didn't work. Simply using "-lstdc++" leads to a very strange linker error (hope it's not really a linker bug, but only the wrong library name):

Re: Woody: pthread_rwlock_t error

2002-09-18 Thread Holger Rauch
Hi Colin! Thanks a lot for this really quick reply! On Wed, 18 Sep 2002, Colin Watson wrote: > [...] > #define _XOPEN_SOURCE 500 > > ... at the top of your file to access it. See 'info libc "Feature Test > Macros"'. I followed your advice and read the section you mentioned. I found out tha

Woody: pthread_rwlock_t error

2002-09-18 Thread Holger Rauch
Hi! Why does the following simple test program #include pthread_rwlock_t lock; int main( int argc, char** argv ) { return(0); } yield these errors: thread_test.c:3: parse error before `lock' thread_test.c:3: warning: data definition has no type or storage class and what can I do to fix the

Questions on P4 Mainboards

2002-06-09 Thread Holger Rauch
Hi! I'm thinking of getting myself a new machine with a 2 GHz P4 (Northwood variant) and 512 KB cache. One of the main concerns I got is: Which P4 mainboard works well with Debian Woody? (I'm talking about stability, good IDE controller & USB support with the kernels shipped with Woody). I'm plann

Re: Which encoder for grip?

2002-05-21 Thread Holger Rauch
Hi! On Mon, 20 May 2002, Sean 'Shaleh' Perry wrote: > [...] > ogg is fine as long as you never intend to use the songs in a mp3 portable > player or other hardware player. oggs are also smaller usually and tend to > sound as good or better than a similar sized mp3. This leads me to a different

Re: Woody: "xhost +" on Local Machine not Working

2002-04-22 Thread Holger Rauch
Hi! On Sat, 20 Apr 2002, Alexander Schmehl wrote: > [...] > /etc/X11/xinit/xserverrc . Remove it, or use "ssh -x" instead of > telnet/xhost should solve your problem. Yes, indeed. It *did* solve my problem. Thanks a lot! Greetings, Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECT

Re: Woody: "xhost +" on Local Machine not Working

2002-04-22 Thread Holger Rauch
Hi Bruno! On Mon, 22 Apr 2002, Bruno Boettcher wrote: > [...] > as others pointed out, i don't want to open the access to the X server > and am trying the ssh solution without success so far > > here's my try: > ssh -A -X router Yes, I got it solved. The "ssh -X" solution works for me

Woody: "xhost +" on Local Machine not Working

2002-04-20 Thread Holger Rauch
Hi! When I execute "xhost +" on localhost, telnet to another machine, set the DISPLAY to my machine's hostname (!export DISPLAY=prag:0.0"), I get the error message that this connection is refused by the server? Why? (It doesn't make sense to me since I executed "xhost +" on the machine the X serve

Re: Emacs advice,what to install?

2002-04-18 Thread Holger Rauch
Hi! On Wed, 17 Apr 2002, Wendell Cochran wrote: > [...] > Flaming vi vs emacs is for script kiddies. There *are* arguments for Emacs: - You don't have to think about which mode you are currently in, just hack your stuff in there (something which is rather difficult with vi since you need to be

Using /lib/ld-lsb.so.1 from LSB package

2002-04-16 Thread Holger Rauch
Hi! How can I use /lib/ld-lsb.so.1 from the lsb package instead of the "standard" ld.so? Thanks for any hints! Greetings, Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Installing & Getting Rid of gdm in Woody

2002-04-14 Thread Holger Rauch
Rehi! Replying to my own post. Here's what I tried: I "apt-get remove"d fluxbox. That worked without any problems. I commented out "set -e" in the "/var/lib/dpkg/info/gdm.prerm" script, since I guessed it might be the culprit. Reran "apt-get remove gdm" ==> same problem (hung after printing "Remo

Installing & Getting Rid of gdm in Woody

2002-04-14 Thread Holger Rauch
Hi! I am faced with the following problem: prag:~# apt-get install gdm Reading Package Lists... Done Building Dependency Tree... Done The following packages will be upgraded gdm 1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Need to get 0B/1524kB of archives. After unp

Re: Does libqt3 refers to kde3

2002-04-12 Thread Holger Rauch
Hi Colin! On Fri, 12 Apr 2002, Colin Watson wrote: > [...] but KDE3 > will not make it into woody at this stage. What's the reason for this? Thanks for the info! Greetings, Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Re: Woody???

2002-04-12 Thread Holger Rauch
stall xserver-xfree86 Hope this will be helpful to users wanting to upgrade to Woody. (I also took the time to write this to prevent unecessary and unjustified attacks against the other subscribers as recently done by Matthias). Greetings, Holger On Thu, 11 Apr 2002, Holger Rauch wrote: &

Re: Woody: Apache SSL not starting

2002-04-12 Thread Holger Rauch
Hi! On Thu, 11 Apr 2002, Shawn McMahon wrote: > [...] > That's not a bug, that's what it's supposed to do. http uses port 80; > https uses port 443. They are not the same thing. I am aware of that, but I thought it should listen to *both* port 80 *and* 443. Greetings, Holger --

Re: Woody???

2002-04-11 Thread Holger Rauch
Hi! The following suggestion worked well for me: http://lists.debian.org/debian-user/2002/debian-user-200201/msg05307.html I did "dselect update" instead of "apt-get update" since that will update the "available" file as well (which is useful when using "tasksel"). In addition, you might conside

Re: Sources from Sid & Binaries from Woody

2002-04-11 Thread Holger Rauch
Hi! Thanks for your quick reply! On Thu, 11 Apr 2002, David Z Maze wrote: > [...] > Sure, if you're willing to accept that 'apt-get install' and 'apt-get > source' will get you different versions of things. (And it sounds > like that's your intent.) What I would like to do is install the more

Sources from Sid & Binaries from Woody

2002-04-11 Thread Holger Rauch
Hi! Is it safe (in the sense that it won't hose my system) to stay with Woody when it comes to the binaries and to add appropriate deb-src lines to /etc/apt/sources.list for the latest and greatest stuff? Thanks in advance for any hints! Greetings, Holger -- To UNSUBSCRIBE, email to

Re: Woody: Apache SSL not starting

2002-04-11 Thread Holger Rauch
Hi! On Wed, 10 Apr 2002, Tom Cook wrote: > [...] > access it). The only thing which seems likely is apache. I tried very hard, but suddenly https works. What doesn't work with apache-ssl is "http://localhost/";, though. But this may be a bug which has already been reported. > [...] > then that

Re: Woody: Apache SSL not starting

2002-04-10 Thread Holger Rauch
Hi Tom! On Wed, 10 Apr 2002, Tom Cook wrote: > [...] > You seem to have made a couple of silly mistakes here. Yes, indeed... I admit it ;-) Thanks for pointing this out. > [...] maybe apache was already configured to listen there? I don't know. In order to verify what you suggested, I did the

Re: Woody: Apache SSL not starting

2002-04-09 Thread Holger Rauch
Rehi! My problem is solved now! I removed apache-ssl, and installed apache and libapache-mod-ssl instead (Tim Dijkstra suggested this). Then I made the necessary adjustments to the httpd.conf file. Works really well. Can someone tell me why both libapache-mod-ssl and apache-ssl are included? Than

Re: Woody: Apache SSL not starting

2002-04-09 Thread Holger Rauch
Hi! Replying to my own post since I found a quick hack that fixes my problem. I changed the port number in the "Listen" directive from 443 to 8443. Still got no idea what process is supposed to listen on port 443 though... Greetings, Holger On Tue, 9 Apr 2002, Holger R

Re: Woody: Apache SSL not starting

2002-04-09 Thread Holger Rauch
Hi! On 9 Apr 2002, Crispin Wellington wrote: > [...] > Its probably your virtual host settings in Apache-SSL. If you remove > them from the ssl config, does it start? Thanks for the hint on the HTTPS protocal, but I'm not using virtual hosts at all, just the selfsigned certificate generated by a

Re: Woody: Apache SSL not starting

2002-04-09 Thread Holger Rauch
Hi Thomas! On Tue, 9 Apr 2002, Thomas Gebhardt wrote: > [...] > You might have hit Bug#136052? As far as I understand, this bug deals with password-protected keys, which mine is not. (I am aware that this is insecure, but I'm only using it for testing purposes so it shouldn't matter too much).

Woody: Apache SSL not starting

2002-04-09 Thread Holger Rauch
Hi! I installed the apache-ssl package from Woody. When I try to start it using "/etc/init.d/apache-ssl start" I get the following messages leading to the impression that apache-ssl was started correctly: Starting web server: apache-sslReading key for server prag.datech2.er.heitec.net:443 Launchi

Alt as Meta Key in Emacs21 and XFree 4.1.0.1

2002-04-08 Thread Holger Rauch
Hi! I noticed that in Debian Woody the Alt key does not work as Meta key when using Emacs 21 under X (XFree 4.1.0.1). What do I have to put in my .emacs file to get it to work? (I was looking at the FAQ using Help->Emacs FAQ, but found nothing there.) Searching with google revealed: (define-key f

Re: installing oracle 9i

2002-04-07 Thread Holger Rauch
Hi! Why not give SAP DB a try? It's open source. For more info: http:/www.sapdb.org It uses table spaces (called "devspaces" in SAP lingo) and you are also given the ability to reconstruct/synchronize a database based on redo logs. Greetings, Holger -- To UNSUBSCRIBE, email to [EMAI

Re: Disk rescue tools?

2002-04-04 Thread Holger Rauch
Hi! Another solution is Knoppix. It's available from ftp://ftp.uni-kl.de/pub/linux/knoppix/ Choose the english version (the one ending in "EN.iso") A general description of Knoppix is available at http://www.knopper.net/knoppix/ (unfortunately only in German) Greetings, Holger -

Woody & Java Web Start 1_0_1_02

2002-04-02 Thread Holger Rauch
Hi! I got Java Web Start 1_0_1_02 installed on Woody (glibc 2.2.5, binutils 2.12.90.0.1, kernel 2.2.17) and am now faced with the following problem: Changing to the "javaws" subdir and running "./javawsbin" yields the following error message: Inconsistency detected by ld.so: dynamic-link.h: 62:

Fixing unmet dependencies (Was: Re: General Update Hints Potato->Woody)

2002-03-28 Thread Holger Rauch
Hi! Finally took the time to *try* to upgrade from Potato to Woody. On Tue, 29 Jan 2002, Thomas R. Shemanske wrote: > [...] > Feel free to post your intermediate results. Ok, here they are. I did the following: 1. Changed /etc/apt/sources.list so that it contains the following entries: deb h

OT: Different Java Plugins with Netscape 6.2

2002-02-18 Thread Holger Rauch
Hi! I'm having trouble selecting different Java Plugin versions for Netscape 6.2. This means I can only use the Java 1.3.1 that's been shipped with Netscape 6.2. I tried the following: 1. Setting the NPX_PLUGIN_PATH variable from the command line (didn't work, but used to work for my Netscape 4.7

Re: Which Linux Kernel Version for Athlon XP?

2002-02-18 Thread Holger Rauch
Hi Ron! Thanks for your reply! On Mon, 18 Feb 2002, Ron Johnson wrote: > On a workstation, after the installer defaulted to 2.2.20, I downloaded > kernel-source-2.4.17 & kernel-headers-2.4.17-k7, then built my own > kernel, choosing "Athlon". No problems... Ok, a few questions: 1. Did the 2.2

Woody & LSB Conformance

2002-02-18 Thread Holger Rauch
Hi! To what extent will Woody be conformant to the LSB (i.e. will it be fully conformant or are there areas where Woody deviates from the spec. If so, for what reason?) Thanks for enlightening me on this issue. Kind regards, Holger

Which Linux Kernel Version for Athlon XP?

2002-02-18 Thread Holger Rauch
Hi! Which version of the Linux kernel do you recommend for using an Athlon XP's special features? Is it supported by 2.2.20 as well as 2.4.17? Any advice will be greatly appreciated. Greetings, Holger

Screen Dump Util

2002-01-29 Thread Holger Rauch
Hi! I would like to make dumps of screens/windows. Which tool in Debian Potato do you recommend (it should also support different color depths)? (I know there is GIMP, but this one is rather large and I'm looking for something smaller in size). Thanks for your help! Regards, Holger

General Update Hints Potato->Woody

2002-01-29 Thread Holger Rauch
Hi! Is there something like a "upgrade HOWTO" describing upgrading Potato->Woody in more detail? If so, pointers are most welcome. Is it "safe" to upgrade to Woody/testing at present or may it leave the system unusable? Thanks for any hints! Greetings, Holger

Re: PDF 1.4 Capable Apps in Debian GNU/Linux?

2002-01-21 Thread Holger Rauch
Hi! Thanks for your quick reply! On Mon, 21 Jan 2002, J.H.M. Dassen (Ray) wrote: > [...] > xpdf's upstream changelog for 0.93 includes: > :Implement PDF 1.4 (128-bit) decryption. > :Bump supported PDF version number to 1.4. Ok. Does that mean PDF 1.4 is already implemented or that it will be i

PDF 1.4 Capable Apps in Debian GNU/Linux?

2002-01-21 Thread Holger Rauch
Hi! Is there a PDF viewer in Potato/Woody that's capable of displaying the latest PDF standard (which I think is 1.4)? If not, are there any open source tools available at all that can be used to view PDF 1.4 documents? Thanks in advance for any advice! Greetings, Holger

Re: Java Web Start on Debian Potato

2002-01-20 Thread Holger Rauch
Hi Bill! First of all, thanks for your quick and informative reply! On Tue, 15 Jan 2002, Bill Wohler wrote: > [...] but I > suppose your mileage may vary--I may have made some wise decisions and > others may have made some poor decisions. Could you please be a bit more precise on which de

Re: Large file sizes (2+Gb)

2002-01-16 Thread Holger Rauch
Hi Miquel! On Wed, 16 Jan 2002, Miquel van Smoorenburg wrote: > Also ext2 and ext3 support 64-bit filesizes just fine and have done > so for years. They are very stable filesystems, while reiser is > experimental. Reiser can be unstable (I've seen filesystems go > up in smoke) and it *especially*

Re: Java Web Start on Debian Potato

2002-01-15 Thread Holger Rauch
Hi Bill! Thanks for your quick and informative reply. On Mon, 14 Jan 2002, Bill Wohler wrote: > Holger Rauch <[EMAIL PROTECTED]> writes: > [...] > I think the problem is that Potato's libc versions are too old to > support the post 1.2 JVM's at all (let alon

Re: Pentium 4 Processors & 2.2.20 Kernel

2002-01-14 Thread Holger Rauch
Hi Karl! Thanks for your quick reply! On Mon, 14 Jan 2002, Karl E. Jorgensen wrote: > [...] > Yep. I guess that you ask because it mentions i386. This i386 refers to > the *architecture* i386 (i.e. to the i386 processor and its offspawn). Ok, but what option do I have to select in the menu entr

Pentium 4 Processors & 2.2.20 Kernel

2002-01-14 Thread Holger Rauch
Hi! Are Pentium 4 processors supported by a 2.2.20 kernel out-of-the-box? If not, where can I get the right patches? Thanks a lot. Greetings, Holger

Java Web Start on Debian Potato

2002-01-14 Thread Holger Rauch
Hi! Does anybody have Java Web Start version 1_0_1_01 in conjunction with Java 1.3.0 or higher running on a Debian Potato system? When I try to invoke "./javawsbin" (from the directory where javaws.cfg and javawsbin are installed, I get a segfault. Has anybody else had the problem? If so, what di

Re: OT: Perl & UTF-8

2002-01-14 Thread Holger Rauch
Hi Jaldhar! Thanks for your quick reply! On Sun, 13 Jan 2002, Jaldhar H. Vyas wrote: > [...] > Well, I don't exactly remember what your problem was but if it is > converting strings from an ISO encoding to Unicode or vice-versa then yes > they should do the trick. My problem was that I wanted

Re: [2] djbdns (was: ssh)

2002-01-14 Thread Holger Rauch
Hallo! > [...] > > Der Unfug, der derzeit mit dem Linux-Kernel 2.4.x getrieben wird, > > [...] und Machwerke wie die glibc motivieren mich > > dazu, auch auf andere freie Unix-Derivate zu setzen. Das mit dem 2.4er kernel ist mir klar, aber was hast Du denn gegen die glibc? Danke fuer die Info!

Re: OT: Perl & UTF-8

2002-01-13 Thread Holger Rauch
Hi Henry! Thanks a lot for replying! On Sat, 12 Jan 2002, Henry House wrote: > [...] > Perl 5.6 has EXPERIMENTAL UTF-8 support. There are bugs. If possible, you > should use iconv to convert the files to an ISO 8859 encoding before > processing. In the likely event that that is not possible, yo

Re: OT: Perl & UTF-8

2002-01-12 Thread Holger Rauch
Hi! Thanks for your reply! On Sun, 6 Jan 2002, dman wrote: > [...] > So the regexps you're using are in a 8859-n source file, right? Yep. > Can perl handle UTF-8 source files? Don't know. That's why I mailed this question ;-) > Are you trying to use things like the > posix character class

OT: Perl & UTF-8

2002-01-06 Thread Holger Rauch
Hi! I want to substitute element content by entity references in UTF-8 encoded XML files using Perl. My script currently only works with ISO 8859 encodings. Is there a module that can be used in Perl scripts that correctly reads and writes files according to specified encoding? If so, what's the n

Re: JBoss & Linux Threads

2001-12-17 Thread Holger Rauch
Hi Greg! Thanks for your reply! On Sun, 16 Dec 2001, Greg Wiley wrote: > On Sunday, December 16, 2001 8:52 AM, [EMAIL PROTECTED] > [...] > Linux is obviously multi-threaded but I think they > are referring to so-called "lightweight" threads. > IIRC, Linux creates intra-process threads via the

Re: OT: JBoss & Linux Threads

2001-12-16 Thread Holger Rauch
Hi Ray! Thanks for your quick reply! On Sun, 16 Dec 2001, J.H.M. Dassen (Ray) wrote: > [...] > Some people's definition of that seems to > include hybrid user and kernel space threading, and in that case, the > statement is correct. Is this a big disadvantage for Linux compared to other OSes?

Re: OT: JBoss & Linux Threads

2001-12-16 Thread Holger Rauch
Hi dman! Thanks for your quick reply! On Sun, 16 Dec 2001, dman wrote: > [...] > What is a "real" thread? Unfortunately, that wasn't clarified further in the documentation. > [...] > Perhaps they (or you, I haven't checked the website) meant to say that > _java_ on linux doesn't use kernel

OT: JBoss & Linux Threads

2001-12-16 Thread Holger Rauch
Hi! This is a rather general Linux kernel/glibc issue. In the JBoss documentation http://www.jboss.org/online-manual/HTML/ch10s02.html I read that Linux allegedly does not support "real threads". My questions on this issue are: 1. Is that statement correct at all? 2. If its correct, wh

Re: free/open documentation formats

2001-12-03 Thread Holger Rauch
Hi Christoph! On Mon, 3 Dec 2001, Lupe Christoph wrote: > [...] > I had a hard time getting the DocBook tools working enough to > convert the docs of one free software package on Solaris x86. > I can't call them universal. What DocBook tools have you used on Solaris? What was your problem with

Re: acroread crashes

2001-12-03 Thread Holger Rauch
Hi Ben! Thanks for your reply! On Sun, 2 Dec 2001, ben wrote: > [...] > i agree. the purpose of a boycott is to disempower. adobe have shown that > they don't deserve a position of any esteem in the free system that linux > exemplifies. Would love to do that if xpdf worked as nice as as a *w

Re: acroread crashes

2001-12-03 Thread Holger Rauch
Hi Karsten! Thanks for your quick reply! On Sun, 2 Dec 2001, Karsten M. Self wrote: > Try the free software replacements (and boycott the programmer > persecuter Adobe in the process) xpdf or gv. Ok. I tried acroread 4.05 on a SuSE system and it worked just fine. Concerning xpdf I got to say

Re: OT: free cmd is lying to me

2001-12-03 Thread Holger Rauch
Hi Michael! First of all, thanks for your hint! On 2 Dec 2001, Michael Heldebrant wrote: > IIRC from the Understanding the Linux Kernel book by O'Reilly, linux > doesn't actually worry about memory until you actually use it. I'm not > sure if a malloc counts as using it for storing data since I

Re: OT: free cmd is lying to me

2001-12-03 Thread Holger Rauch
Hi Jason! Thanks a lot for your quick and informative reply! On Sun, 2 Dec 2001, Jason Healy wrote: > [...] > Looks right to me. According to free, your system has 2GB of memory, > most of which is 'used'. However, looking at the next line, you'll > see that 1.8GB of that is actually free for

acroread crashes

2001-12-02 Thread Holger Rauch
Hi! When viewing PDFs on a Debian Potato system with Acrobat Reader 4.05, I encounter crashes with the following error message: Exited with error code: 0x400e0009. Something similar happens to me when viewing PDFs from within Netscape 4.78 using either the nppdf.so plugin or Acrobat Read

OT: free cmd is lying to me

2001-12-02 Thread Holger Rauch
Hi! First of all, I admit that this is slightly OT, since I believe this to be not strictly related to Debian, but rather a general mainboard/kernel/mem config issue. I got a system equipped with a Supermicro dual processor mainboard, one PIII 1GHz CPU (the other processor slot is currently unus

  1   2   >