Re: disklabel differences FreeBSD, DragonFly

2006-07-29 Thread Andreas Klemm
On Fri, Jul 28, 2006 at 03:36:27PM -0700, Matthew Dillon wrote: > :On Thu, Jul 27, 2006 at 02:21:59PM +0200, Joerg Sonnenberger wrote: > :> On Thu, Jul 27, 2006 at 08:39:37AM +0200, Andreas Klemm wrote: > : > :Hmm, for the sake of compatibility, wouldn't it have been an op

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Andreas Klemm
On Thu, Jul 27, 2006 at 02:21:59PM +0200, Joerg Sonnenberger wrote: > On Thu, Jul 27, 2006 at 08:39:37AM +0200, Andreas Klemm wrote: > > Later I wanted to mount the dfly filesystems on FreeBSD 6.1, > > of course still my main Unix ;-) But it wasn't possible. > > Dra

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Andreas Klemm
igger files on average. If you have a news filesystem you perhaps want to finetune settings of filesystem to have more inodes available ... You see, I think there is still demand for using many filesystems if you are open minded for having the best support in every "shitty" situation ;-)

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Andreas Klemm
to followup myself ... I just see, we also have pack identifier, its the additional struct behind it that differs. "Bootstrap name" etc... Andreas /// -- Andreas Klemm - Powered by FreeBSD 6 Need a magic printfilter today ? -> http://www.

disklabel differences FreeBSD, DragonFly

2006-07-26 Thread Andreas Klemm
p name */ char *un_d_boot1; /* secondary bootstrap name */ } un_b; } d_un; #define d_packname d_un.un_d_packname #define d_boot0 d_un.un_b.un_d_boot0 #define d_boot1 d_un.un_b.un_d_boot1 /* disk geometry: */

Re: nvi for serious hacking

2005-10-23 Thread Andreas Klemm
ence in use ... Its only a thing to take into consideration whats better. To learn standard vi, thats available everywhere. Or to have the same situation as with emacs ... Vim is still kind of an exot for me. That its standard vi on nearly all Linuxes around still doesn't qualify it en

Re: network settings

2005-09-22 Thread Andreas Klemm
ot Found. > Not Found. > I cant exactly remember what the message is but it is something like > this. Im in work and my freebsd machine is at home. Any clues? Without error message usually no clue. And I never update systems that way, so in general no idea. Andreas /// -- Andreas Kle

Re: network settings

2005-09-21 Thread Andreas Klemm
on which needs different settings and reboot. Another method is to put it very early in a system startup file. But this method is tricky. Not too early and not too late in the system boot process ... It needs surely some fiddeling and trial and error ... Andreas /// -- Andreas Klemm

Re: need hints to recover lost FreeBSD partition entries in MBR ...

2005-09-12 Thread Andreas Klemm
On Mon, Sep 12, 2005 at 10:30:51AM +0200, Florent Thoumie wrote: > Le Dimanche 11 septembre 2005 à 20:24 +0200, Andreas Klemm a écrit : > > fdisk -u did the trick to interactively edit the partition table. > > > > Confusing was then, that the previous FreeBSD partitions >

Re: need hints to recover lost FreeBSD partition entries in MBR ...

2005-09-11 Thread Andreas Klemm
process of cleaning up. Thanks for all the help. -- Andreas Klemm - Powered by FreeBSD 5.4 Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: need hints to recover lost FreeBSD partition entries in MBR ...

2005-09-11 Thread Andreas Klemm
Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.4 Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

need hints to recover lost FreeBSD partition entries in MBR ...

2005-09-11 Thread Andreas Klemm
-r- 1 root operator4, 27 11 Sep 09:56 ad4s3c crw-r- 1 root operator4, 18 11 Sep 09:56 ad4s4 crw-r- 1 root operator4, 28 11 Sep 09:56 ad4s4c But not ad4s3d and ad4s4d which would indicate I got the partition table entries for Slice 3+4 right. Andreas /// --

need hints to recover lost FreeBSD partition entries in MBR ...

2005-09-11 Thread Andreas Klemm
I unluckily lost the partition table of my 1st disc in a 2 disc system. Tip: avoid gag boot manager and don't do my mistakes ... Having a printout of the df command I was able to re-create all of my fat32 partitions on disc XP boot and 4x FAT32 in an extended part. Now I'm looking for suggestions

please help with: warning: initialization makes integer from pointer

2004-10-08 Thread Andreas Klemm
Dear FreeBSD hackers, could somebody please help Jonathan, the dspam owner, how to code this best under FreeBSD ? Please see his question below: On Thu, Oct 07, 2004 at 01:16:17PM -0400, Jonathan A. Zdziarski wrote: > I'm a little concerned about these warnings: > > pgsql_drv.c:873: warning: in

Re: how to monitor remote users shell activities best ? watch / snp / ...

2003-10-31 Thread Andreas Klemm
e one window with the while loop of "w" every 10 seconds to look for new tty sessions. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTE

how to monitor remote users shell activities best ? watch / snp / ...

2003-10-29 Thread Andreas Klemm
y mind and the question, if perhaps somebody had done such a monitor for similar purposes. Remote vendor access and such things come to my mind. Of course I would ask him if its o.k. for him, that I can snoop his terminal traffic, better to play with open cards. Andreas /// -- And

Re: Looking for detailed documentation: Install to existing filesystem

2003-09-23 Thread Andreas Klemm
/// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Intel and Broadcom NICs

2003-09-23 Thread Andreas Klemm
ys. Yes good idea, my next Laptop, a Dell Dimension 600 or 700 (don't remember) will have a 10/100/1000 broadcom adapter. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ _

Re: PUzzling sshd behaviour

2003-09-08 Thread Andreas Klemm
have the split > horizon DNS[1] setup for the internal and external DNS queries separate. Ah, this explains it more ;-) Thanks ! Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http

Re: PUzzling sshd behaviour

2003-09-08 Thread Andreas Klemm
in sshd, to turn off reverse lookup entirely ... The suns have already been secured by firewalls so no real need for this reverse lookup feature. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> htt

Re: PUzzling sshd behaviour

2003-09-08 Thread Andreas Klemm
rk as expected from the description. And for me a functionality like being able to prevent reverse lookup would be completely logical ... Result was to create about 20 /etc/hosts entries on every sun, to prevent this 60 seconds timeout for our Out Of

Whats the maximum filesize on fat32 partitions (FreeBSD 4.7) ?

2003-01-06 Thread Andreas Klemm
Hi ! Trying to backup my own files from one fat32 partition to another fat32 partition. After 4 GB gzip complains, that filesize is too large. What's the max filesize of files on fat32 / ufs filesystems ?? Andreas /// -- Andreas

Re: Restoring superblock backup?

2002-12-15 Thread Andreas Klemm
k run would fail and need manual operation to use the alternate superblock. -- Andreas Klemm /\/\/\/\/\/\/\/\/\/\/\ http://www.64bits.de < Powered by FreeBSD > http://www.apsfilter.org/ \ www.FreeBSD.org / http://people.Fre

Re: Restoring superblock backup?

2002-12-14 Thread Andreas Klemm
lways on block 32. The next copy depends on the size and geometry of the filesystem and is not so easy predictable like the "32" which is always present -- Andreas Klemm /\/\/\/\/\/\/\/\/\/\/\ http://www.64bits.de <

Re: aps2file doesn't work on FreeBSD

2001-12-16 Thread Andreas Klemm
s email. :) > -Anthony. I'm looking for a technical reason, why I can't write to /dev/stdout, which works under Linux but not with FreeBSD. It doesn't work for a user and not after doing a su -l. Andreas /// -- Andreas Klemm Apsfilter Homepage

aps2file doesn't work on FreeBSD

2001-12-16 Thread Andreas Klemm
/spool/lpd/$QUEUE} \ APS2FILE_CONTEXT=dummy "$SHELL" $DEBUG "$APSFILTER" -h"$HOSTNAME" \ -n"$USER" -f$(basename "$INPUT_FILE") $Z_OPTS \ < "$INPUT_FILE" > "$OUTPUT_FILE" } Andreas /// -- A

Re: Can TCP changes be put in RELENG_4?

2001-12-06 Thread Andreas Klemm
3 467015 0%/tmp Best regards Andreas /// -- Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter

Re: Frustration with SCSI system

2000-10-03 Thread Andreas Klemm
aybe its even possible to put /var onto a Vinum Software RAID-5 .. Andreas /// -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<http://www.apsfilter.org/64bits.html My homepage

cvs question concerning creating and handling of vendor branches

2000-08-16 Thread Andreas Klemm
anks a lot Andreas /// -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<http://www.apsfilter.org/64bits.html My homepage http://people.FreeBSD.ORG/~andreas Please note: Ap

cvs question (was Re: cvs commit: src/apsfilter SETUP )

2000-04-30 Thread Andreas Klemm
the commit logs to the ChangeLog file and let that be part of the just happening commit. Is this a chicken and egg problem, that the change of the ChangeLog file only could be part of the next committ ??? Andreas /// -- Andreas Klemm

Re: FreeBSD as high speed router

2000-02-23 Thread Andreas Klemm
oadcast address. In a normal routed segment without proxy-arp you only the the station answering, which are in the segment. Turning on proxy arp you also get answers from machines from other connected lans... I'd avoid that ! Andreas /// -- Andreas Klemm

Re: Sun StarOffice51

1999-09-04 Thread Andreas Klemm
i.so.bak > libosl516li.so > touch /compat/linux/so > > (replace 516 by 517). Could somebody please do a port, so that it doesn't take N people's time to get it installed ? Andreas /// -- Andreas Klemm http://www.FreeBSD.OR

Re: Sun StarOffice51

1999-09-04 Thread Andreas Klemm
> touch /compat/linux/so > > (replace 516 by 517). Could somebody please do a port, so that it doesn't take N people's time to get it installed ? Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas

[gtay...@picante.com: apsfilter/pnp database integration]

1999-07-06 Thread Andreas Klemm
ht/#2 for general information about the printer database. Cc'd to Marcel since he does Linux Emulation. Cc'd to Grant, that he can perhaps exchange infos with Marcel. Thanks Andreas /// -- Andreas Klemm http://www.FreeB

[gtaylor@picante.com: apsfilter/pnp database integration]

1999-07-06 Thread Andreas Klemm
ht/#2 for general information about the printer database. Cc'd to Marcel since he does Linux Emulation. Cc'd to Grant, that he can perhaps exchange infos with Marcel. Thanks Andreas /// -- Andreas Klemm http://www.FreeB

Re: FreeBSD 3.2, arp command doesn't show any entry

1999-05-30 Thread Andreas Klemm
On Sun, May 30, 1999 at 02:51:51PM +0200, Andreas Klemm wrote: > Hi ! > > Is that normal, that arp -a doesn't show any entry in the arp table ? [...] Umpf, was the only host on local network. Thought that perhaps my local LAN adapters show up, but this is perhaps because my lo

FreeBSD 3.2, arp command doesn't show any entry

1999-05-30 Thread Andreas Klemm
--- # # userland driver to do ISDN tracing (for passive cards only) pseudo-device "i4btrc"4 # # userland driver to control the whole thing pseudo-device "i4bctl" # # userland driver for access to raw B channel pseudo-device "

Re: lpd woes ... missing feature that different printer share same spool

1999-05-26 Thread Andreas Klemm
Hi David ! Great, thanks for looking at it / for the patch. I'll put it into the apsfilter FAQ and the INSTALL file. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP

lpd woes ... missing feature that different printer share same spool

1999-05-25 Thread Andreas Klemm
dir needed :lf=/var/spool/lpd/stcolor-a4-auto-color/log:\ :af=/var/spool/lpd/stcolor-a4-auto-color/acct:\ :if=/usr/local/apsfilter/filter/aps-stcolor-a4-auto-color-720x720:\ :mx#0:\ :sh: -

security: what does OpenBSD have, that FreeBSD doesn't have...

1999-05-23 Thread Andreas Klemm
TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other network services. vscan - McAfee's evaluation VirusScan for FreeBSD, provides immediate scanning of MS-DOS files hosted on FreeBSD Unix systems. Could somebody p