On Wednesday 24 September 2008, dhaneshk k wrote:
> HI all ;
>
> Can anyone recommend a working screencapturing tool such as XvidCap for
> FreeBSD-7.0
graphics/scrot
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x1A9BE943
OpenPGP-Key at hkp://wwwkeys.e
gt; http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x1A9BE943
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
___
e
show_frame=false
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x1A9BE943
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listi
hi Bill,
afaik, in your case the packets checked twice against the ipfw-rules - once
for the layer2-filtering part and 2nd time for the ip-filtering part.
1st enable filtering on ethernet demux/eth. output frame:
# sysctl net.link.ether.ipfw=1
then start your fw-script:
# -- sniplet from fw-scr
o allow the GRE (Generic Routing Encapsulation)
protocol.
ipfw add allow 47 from any to my-gateway
ipfw add allow 47 from my-gateway to any
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpJ4ayNTZfhm.pgp
Description: signature
kg_delete -f mplayer*
instead of
# pkg_delete mplayer*
If it's still not deinstalling enter the command
# ls -l /var/db/pkg/mplayer*
If it doesnt return somthing like
'/var/db/pkg/mplayer-gtk-esound'
no mplayer package has been registered on your system.
hth
ch
--
Christ
ting point that
> explains all this?
See the FreeBSD Handbook, Chapter 22.5 Tracking for Multiple Machines:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.ne
guru for either of these commands, but I'm guessing this is a
> canonical job for sed and/or awk. Something like:
>
> IPADDR = `ifconfig | awk ''`
> route add 192.168.0.0/16 $IPADDR
If you know the number of the interface, ie tun0:
IPADDR=`ifconfig tun0 | awk '$1~/inet
ed it, but whn I
> ssh to these 2 boxes DISPLAY does not get set.
>
> Anyone have any ideas?
Try ssh option -Y to enable trusted X11 forwarding.
hth
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpiuMc7hT9jX.pgp
Description: signature
>
> Now, if I use uname -a it appears for me:
>
> FreeBSD-RELEASE_5_3-p2
>
> How do I know without doing it ... witch patch version is ?
>
> How can I check about a FreeBSD-RELEASE_5_3-p3 release ... without
> rebuild my system ?
Hi, have a look into src/sys/conf/newver
will be allowed to create. The sentence
"hw.snd.maxautovchans is the number of virtual channels a new audio device is
given when it is attached using kldload(8)" is possibly wrong. I must admit
that I have never tested sound-module loading via kldload.
- --
Christian Hiris <[EMAIL PR
e86 and imake-4 packages, then remove
the xorg and imake-6 packages. After that do a clean install of the xorg meta
port.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE
want to change the default buffersize of the ESS driver you need
to change the line "#define ESS_BUFFSIZE (4096)" in
src/sys/dev/sound/isa/ess.c.
If you use the sbc driver, you need to do this changes in sb8.c or sb16.c,
depending on the soundcard you are using. sbc.c is on
't mounted and that it isn't locked by vinum (see also 'man 4 vinum',
chapters RUNNING VINUM and AUTOMATIC STARTUP).
IMHO there is only one thing that can go wrong with your configuration: If you
are booting your system from the mirro
ata'.
BTW - the manual page seems to be outdated. According to
src/sys/dev/ata/ata-all.c sysctl hw.ata.atapi_dma defaults to 1. I sent a PR
on this.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.
' when mergemaster asks, if you wish to delete
what is left of /var/tmp/temproot.
I mostly run a small script that runs installworld, cleans out /usr/include/*
and runs mergemaster for every enabled jail it finds in /etc/rc.conf. I run
it on 5.3. The bad thing is, that it depends on ng_rc-s
o tried using the 3 floppies... same problem.
Try to disable acpi at the loader(8) prompt:
set hint.acpi.0.disabled=1
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PG
move the harddisk of the 16MB box over to the 24MB box and
install 5.3 there?
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG
an entry in /etc/crontab. Inspect /var/log/cron to find out
what goes wrong with the script /usr/libexec/save-entropy.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
he command
'/rescue/chflags -R noschg *' on each of the paths in question to remove all
system immutable flags).
After your have fixed your system, re-cvsup sources and do a rebuild and
reinstall of world and kernel.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID
; FreeBSD download page is
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/
All the packages I have seen there are ver. 1.1.3. for various FreeBSD
branches including 5.3.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at
is was 2 weeks ago; perhaps OO compiles perfectly now?
No on 5.3-STABLE it doesn't. See http://porting.openoffice.org/freebsd/ there
is a note from 2004/Dec/22 and there is also an open PR about this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/75785
Cheers,
ch
- --
Christian Hiris &l
lar
> process to update OpenBSD machines over NFS but have never tried it on
> FreeBSD.
Normally you don't need the /usr/obj tree in your jail. However, some ports
need a set of /usr/src to compile. I for myself prefer to have independent
sets of /usr/src and /usr/ports inside my jail
there seems to be no command available, however they
provide a mouse config dialog in their settings menu.
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Versi
tml
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQFB4whH09WjGjvKU74RAqqVAJ4iAi3Ej8h9Rs2sJ7F++wzSgKxIPgCeLs45
D5fz1CZv5
as above, this looks to me like you have entered a command like 'gmirror
label -v -n -b round-robin gm0s1 /dev/ad6' instead of 'gmirror label -v -n -b
round-robin gm0s1 /dev/ad6s1'? Maybe I'm wrong, or maybe there are some stale
metadata on your disks?
>Mediasize: 8002636
'man 8
boot0cfg', scroll down to "-o options", option packet. If your box is not too
old, this should work.
http://www.freebsd.org/cgi/man.cgi?query=boot0cfg&sektion=8
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key
during system
startup, you will end up automatically at a shell prompt. From there you can
mount your filesystems by using the 'mount' command and edit your fstab.
It's maybe good to be familiar with 'man 8 boot', just in case.
Cheers,
ch
- --
Chri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 14 January 2005 20:43, Doug Poland wrote:
> On Thu, Jan 13, 2005 at 09:51:03AM +0100, Christian Hiris wrote:
> > On Thursday 13 January 2005 03:54, Doug Poland wrote:
> > >
> > > I'm having a problem wit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 15 January 2005 04:52, Doug Poland wrote:
> On Sat, Jan 15, 2005 at 12:12:28AM +0100, Christian Hiris wrote:
> > On Friday 14 January 2005 20:43, Doug Poland wrote:
>
> Yes, I tried it under both tcsh and sh. I didn'
ugin_oji.so:
> Undefined symbol "_ZTV16nsQueryInterface"]
> LoadPlugin: failed to initialize shared library
> /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
> [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so:
> Undefined symbol "_ZTV16nsQ
v -B -I /dev/ad4', but
on the other hand, it would be very interresting, if gmirror really handles
the consumers as they are displayed by your gmirror list command.
I would blank disk ad4 (as I described above) and see what happens when you
issue the command 'gmirror insert gm0s1 /d
ratum 1
server swisstime.ethz.ch# 129.132.2.21
server time2.stupi.se # 192.36.143.151
server ntps1-0.cs.tu-berlin.de # 130.149.17.21
restrict 192.168.123.0 mask 255.255.255.0
disable auth
statsdir /var/log/ntpstats/
filegen peerstats file peerstats type day enable
file
in a multiuser environment, please also read about the
securtity considerations of options "ForwardX11" and "ForwardX11Trusted" in
'man 5 ssh_config' .
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 18 January 2005 05:23, Rob wrote:
> Christian Hiris wrote:
> > On the server ntp.matrix.net I run ntpd with the following config files
> > (This machine still runs 5.3-BETA-4):
> >
> > # cat /etc/rc.conf | gre
# /etc/rc.d/ntpd stop
Stopping ntpd.
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQFB7KwI09WjGjvKU74RAiOsAJwM4urvuaeSka6k22X2An
3.1
;; Query time: 1 msec
;; SERVER: 192.168.123.1#53(192.168.123.1)
;; WHEN: Tue Jan 18 07:27:54 2005
;; MSG SIZE rcvd: 87
# cat /etc/resolv.conf
search matrix.net
nameserver 127.0.0.1
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 18 January 2005 23:14, John wrote:
> On Tue, Jan 18, 2005 at 04:04:30PM -0600, John wrote:
> > On Tue, Jan 18, 2005 at 07:23:41AM -0600, John wrote:
> > > On Tue, Jan 18, 2005 at 07:26:16AM +0100, Christian Hiris wrote:
d4
2.1. Blank out the first few blocks of ad4
# dd if=/dev/zero of=/dev/ad4 bs=512 count=128
2.2. Blank out gmirror metadata on ad4
# dd if=/dev/zero of=/dev/ad4 bs=512 skip=156301400
3. Initialize ad4 and create slize ad4s1
# fdisk -v -B -I /dev/ad4
4. Add /dev/ad4s1 to mirro
# swapon -a
# mergemaster -p
# cd /usr/src
# make installworld
# mergemaster
# reboot
For the details please read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
Good luck!
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 19 January 2005 22:53, you wrote:
> On Wed, Jan 19, 2005 at 06:55:53AM +0100, Christian Hiris wrote:
[...]
> >
> > 2.2. Blank out gmirror metadata on ad4
> > # dd if=/dev/zero of=/dev/ad4 bs=512 skip=156301400
dback. "-v" shows
> "no more authentication methods to try".
This points to commitment of rev. 1.35 for me:
http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/sshd_config.diff?r1=1.34&r2=1.35&f=h
Cheers
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpyT96S3Wfeq.pgp
Description: PGP signature
9-1/books/handbook/install-diff-media.html
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQFB9gOA09WjGjvKU74RAuP5AJ9NjmFnRU2vCZfK6PH5
cvar, load_rc_config and run_rc_command requires the line
". /etc/rc.subr". This line sucks in the file /etc/rc.subr and makes the
missing functions available to your script.
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpdpPO0idMSo.pgp
Description: PGP signature
rint/Sys-Req and Pause/Break keys) to make the console display scrollable by
the Pageup/Pagedown and Up/Down keys.
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpQq3jVw5LeB.pgp
Description: PGP signature
ab on /mirror/gm1s1a. After that reboot into /mirror/gm1s1a
and destroy the mirror on the bigger disk (ad2) and insert /dev/ad2
into /mirror/gm1.
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.m
n a cheap none-raid
Promise-Ultra-133-TX2 aka PDC20269, which costs about 25 Euros:
http://members.chello.at/freebsd-5.3/bonnie-gmirror/summary
http://members.chello.at/freebsd-5.3/bonnie-gmirror/detail
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenP
mediately after
hitting the damaged areas. Maybe it's the better solution to run smartd from
ports/smartctl and replace flaky disks asap.
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpQMiRLIbs6i.pgp
Description: PGP signature
et1, /dev/vmnet2, etc.) to your vmware
instances.
Some config and routing issues were discussed in the emulation list:
http://lists.freebsd.org/pipermail/freebsd-emulation/2004-July/thread.html#482
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
Open
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpgfM8ue6Fgm.pgp
Description: PGP signature
kout~/src/release/sysinstall/Attic/install.cfg?rev=1.9.2.2
Altough it's listed in the Attic, I think it will still work.
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpXL6nJCwm6E.pgp
Description: PGP signature
.5" not found, required by "nphelix.so"]
# locate libstdc++.so.5
/usr/compat/linux/usr/lib/libstdc++.so.5
/usr/compat/linux/usr/lib/libstdc++.so.5.0.1
You need to install one of the linux ports and set linux_enable="YES" in
your /etc/rc.conf.
Cheers,
ch
--
Chr
On Saturday 08 May 2004 00:24, Bill Moran wrote:
> Trying to install openoffice from ports tree cvsupped yesterday and
> failing. I don't want to install from a package, as I get an icky mess
> between gtk 1 (which the openoffice package wants) and gtk 2 (which the
> latest gnome wants)
>
> Suggest
On Saturday 08 May 2004 04:40, Bill Moran wrote:
> Christian Hiris wrote:
> > On Saturday 08 May 2004 00:24, Bill Moran wrote:
> >>Trying to install openoffice from ports tree cvsupped yesterday and
> >>failing. I don't want to install from a package, as I get an ic
On Sunday 02 May 2004 14:10, Florian wrote:
> Hi!
>
> >> I want to install using a CD with the 5.2.1-RELEASE-i386-miniinst.iso.
> >> It shows the "Welcome to FreeBSD!"-screen wit hthe 7 options and that
> >> ASCII-art demon to the right.
> >> If I chose "1. Boot FreeBSD [default]", it starts to boo
On Saturday 01 May 2004 15:29, platanthera wrote:
> On Saturday 01 May 2004 12:49, Christian Hiris wrote:
> ...
>
> > to create a new libmap.conf try the command
> > cd /var/db/pkg && pkg_info -D linuxpluginwrapper* > /etc/libmap.conf
> > and edit the re
On Sunday 02 May 2004 21:36, Derrick wrote:
> I am attempting to run the precompiled version of OO-1.1_0.1, but am
> having trouble on my 5.2 system. Whenever I try to run the setup, I get
> this:
>
> /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
> /usr/libexec/ld-elf.so.1: Share
On Monday 03 May 2004 19:52, David Wassman wrote:
> >From HP/Compaq website the soundcard driver for Windows is ESS
>
> 1869/1887/1888 Audio Driver. I am guessing then the soundcard is ESS
> (whatever that means). I see on the handbook that ESS Solo-1/1E is
> supported. Does this driver work and ho
On Tuesday 04 May 2004 02:26, William wrote:
> hi, i'm more or less a newbie to BSD administration. anyway, i forgot to
> close a quote on one of the lines in /etc/rc.conf. now the server on boots
> into single-user mode. problem is it won't let me edit the file so i can
> fix it. it goes into "rea
On Tuesday 04 May 2004 15:40, Stephen Liu wrote:
> Hi folks,
>
> Starting GNOME on Konsole window, following warning
> popup
>
> $ gnome-session
> /libexec/ld-elf.so.1: Shared object "libesd.so.2" not
> found
>
> $ find / libesd.so.2
> find: libesd.so.2: No such file or directory
>
> Kindly advise
On Tuesday 04 May 2004 07:14, David Wassman wrote:
> I have tried all that (recompile the kernel with the devices pcm and sbc
> added) but when I type
>
> dmesg | grep ESS
>
> Nothing happens. I am going to try loading sbc manually and not PNP and see
> if that works. Any other suggestions?
>
Yes
On Thursday 06 May 2004 11:28, Gregory Edigarov wrote:
> Hello,
>
> I forgot root pasword on my just installed server.
> I've tryed to recover it by going to single user, then doing
> mount -a; passwd root, but no success. It says "entropy device
> blocking. Dance fandago on keyboard to unlock".
>
On Thursday 06 May 2004 12:03, Christian Hiris wrote:
> On Thursday 06 May 2004 11:28, Gregory Edigarov wrote:
> > Hello,
> >
> > I forgot root pasword on my just installed server.
> > I've tryed to recover it by going to single user, then doing
> > mount -a
On Wednesday 05 May 2004 18:06, David Wassman wrote:
> I finally got it working using the manual settings in the LINT file. My
> last question is how to configure the secondary DMA channel. The man
> pages for sbc:
>
> The value of flags specifies the secondary DMA channel. If the
> secondar
On Thursday 06 May 2004 15:10, Robert Fitzpatrick wrote:
> How can I restore some lost system files from the original 5.2.1-RELEASE
> CD-ROM? Is there somewhere in the handbook to discuss this?
I did this once under 5.1 release. I think it's still the same procedere:
Insert the 5.2.1-RELEASE CD-R
install the x11/linux-XFree86-libs port.
hth
ch
>
> thank you very much,
> epi
> _______
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpqW7WnYX1Vz.pgp
Description: signature
On Friday 14 May 2004 22:19, Sanjay Chadda wrote:
> Here is the attached XFree86 logfile.
> Snajay
>
> >
> > these models have the integrated chipset 82845G on them. So while
> > configuring Xserver, I gave this info for this chipset. I have
> > FreeBSD 5.2.1 installed.
> >
For the intel 8xx chip
pkg-message of
linuxpluginwrapper by entering the command:
# cd /var/db/pkg && pkg_info -D linuxpluginwrapper*
regards
ch
>
> jms
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any
config. Refer to section "RUNNING NATD" in the natd(8) manual for some more
info.
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgp1vn8BHWioG.pgp
Description: signature
divcb sysctl or any other
mechanism, it might become possible that the ipfw kld could issue the correct
divert message.
Disabling of the divert message in case the ipfw has been compiled as kld
could be a simpler solution.
>
> -Original Message-
> From: Micheal Patterson [m
scribe, send any mail to
> "[EMAIL PROTECTED]"
attach md:
# mdconfig -a -t vnode -f /yourpath/your.iso
# mount -t cd9660 /dev/md0 /yourmountpoint
list configured mds:
# mdconfig -l
unmount and detach:
# umount /yourmountpoint
# mdconfig -d -u 0
There are some examples listed in
> Thanks - any help/hints is appreciated.
>
> Eric
About a year ago i observed strong nfs performance decrease when using
RLT8139A nics. Nfs transfers leaded into high system load, because of an
excessive high packet retransmission rate. Switching over to 3Com nics solved
my problem.
89C | gpg
>
> You need a passphrase to unlock the secret key for
> user: "Eric F Crist <[EMAIL PROTECTED]>"
> 1024-bit DSA key, ID 33114086, created 2004-01-06
Does the window open when you use your default key? It's defined in
~/.gnupg/gpg.conf or whatever name you ch
ent.conf file. You need to restart the gpg-agent if
you add or change the gpg-agent.conf file.
%cat ~/.gnupg/gpg-agent.conf
pinentry-program /usr/local/bin/pinentry-qt
no-grab
default-cache-ttl 1800
If that doesn't work, you can give the gtk window a try. change the line
pinentry-program /usr/local/bin/pinentry-qt
in your gpg-agent.conf to
pinentry-program /usr/local/bin/pinentry-gtk
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpYzuTEcPM2V.pgp
Description: signature
On Monday 24 May 2004 13:04, Supote Leelasupphakorn wrote:
> Hi... lists,
>
> I've read the "ipfw" man page and in the "RULE OPTION"
> There is "bridged" option there. I'm currently set the
> bridge-base firewall so my question is what's the bridged
> packets and how much I take advantage from th
0:00:00:02"
eth_broadcast="ff:ff:ff:ff:ff:ff"
${fwcmd} add pass MAC ${eth0} ${eth1}
${fwcmd} add pass MAC ${eth1} ${eth0}
${fwcmd} add pass MAC ${eth_broadcast} ${eth0}
${fwcmd} add pass MAC ${eth_broadcast} ${eth1}
[...]
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpxi3Pdngqfq.pgp
Description: signature
0 ronly 0 clean 0
avgfpdir 64 avgfilesize 16384
flags unclean soft-updates
fsmnt /jail
volname swuid 0
The filesystem held about 1.3 million files, softupdates enabled.
Is there any other way recover this filesystem on the fly?
Thanks!
ch
--
Christian Hir
On Thursday 27 May 2004 22:30, Christian Hiris wrote:
> When I rebooted the machine I got a "giving up on xx buffers" message and
> all filesystems marked dirty. After rebooting the system background fsck
> run and left one filesystem dirty - "unexpected softupdate in
p a
little (man 8 mount_nfs). Try to play around with readsize and timeouts or
try to use tcp instead of udp.
Hth
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.eduroo
pgpxJiJqhHQUr.pgp
Description: signature
mapping and a proxy, if you are
sitting behind firewall/natd. There are several ports listed in the FreeBSD
ports collection, like gatekeeper and opengk.
http://www.freebsd.org/cgi/ports.cgi?query=h323&stype=all
http://www.openh323.org/
http://www.protocols.com/pbook/h323.htm
hth
ch
--
, tr(1) and setlocale(3) on the
freebsd-current mailing list.
http://lists.freebsd.org/pipermail/freebsd-current/2004-March/thread.html#22517
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpkrJOGmRpwa.pgp
Description: signature
irewall later on.
>
>
> Thanks if you can help
> Antoine W. Solomon
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpDXbIqb3L6n.pgp
Description: signature
ne-config --libs
-lsane -lusb -lcam -lm -ljpeg
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpg9eQekFjIw.pgp
Description: signature
n
process of your scanner.
>
> Is there a configuration file where I should define the default scanner,
> i.e. "hp:/dev/uscanner0" ?
See SANE_DEFAULT_DEVICE above.
>
> A side effect of this is (I believe), that sane doesn't work as a plugin
> with Gimp. I th
usbd for reading
device attachment/detachment events. I didn't snipped it when I pasted the ls
command output :-)
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpHU6hixu9et.pgp
Description: signature
work anymore.
>
> I have FreeBSD 4.10-STABLE
> Scanner: USB Generic Flatbed Scanner
Is it completely dead now? What is it's vendor and product ID, what says
'usbdevs -v'? Is it listed in /usr/src/sys/dev/usb/uscanner.c and usbdevs?
regards
ch
--
Christian Hiris <
> are there any fundamental differences i should be aware of before
> admitting any knowledge of *nix
You might find some interresting points in the IBM online library.
http://www16.boulder.ibm.com/pseries/en_US/infocenter/base/aix52.htm
regards
ch
--
Christian Hiris <[EMAIL PROTECTED]>
raid config data on disk. This means gmirror takes care of
which disk belongs to which array. It is able to work independent of any
controller/channel to disk mapping.
Cheers
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgpdlCe0TYMmk.pgp
Description: PGP signature
> bit easier to explain using sysinstall so, here is the sysinstall way:
>
> #/stand/sysinstall
On newer 5.x systems you may want to use /usr/sbin/sysinstall instead
of /sbin/sysinstall.
Cheers,
ch
--
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
pgppDf9f3zO0V.pgp
Description: PGP signature
ed MAC.
# ipfw add pass MAC any 10:20:30:40:50:60
# ipfw add pass MAC 10:20:30:40:50:60 any
To use arp requests (which are addressed to ff:ff:ff:ff:ff:ff) you need to
allow them a way out, too.
# ipfw add pass MAC any ff:ff:ff:ff:ff:ff
Cheers,
ch
--
Christian Hiris <[EMA
netDev=fxp0
# Partitioning
disk=ad0
partition=all
bootManager=boot
diskPartitionEditor
# disklabel
ad0s1-1=ufs 524288 /
ad0s1-2=swap 131072 none
ad0s1-3=ufs 524288 /var
ad0s1-4=ufs 0 /usr
diskLabelEditor
# install sys
mediaSetCDROM
distSetKernDeveloper
installCommit
ain for configuration?
You may find what are you looking for in /var/db/ports/.
'man 7 ports' points you to 'make showconfig' and 'make rmconfig'.
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.p
mand 'vi -r' to recover files from crashed vi "sessions".
If that doesn't help clean out the files under /var/tmp/vi.recover.
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit
v LANG en_US.ISO8859-15
~/.shrc:
LANG=en_US.ISO8859-15
~/.login_conf:
me:\
:charset=iso-8859-15:\
:lang=en_US.ISO8859-15:\
This works for me - if you use german language apps replace "en_US.ISO8859-15"
by "de_DE.ISO8859-15". You can find some mor
some more ressources :)
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQFBUgPF09WjGjvKU74RAgjpAJ0cOWaq2hVNC5CoEvPrxIpG0c9JZQCfRVa
s codes are listed in timex.h.
There is also an easier way than searching timex.h :)
> ntpdc -c kerninfo | grep status
status: 6001 pll nano mode=fll
> ntpdc -c kerninfo matrix020 | grep status
status: 2001 pll nano
Cheers,
ch
- --
Christian Hiris <[EMAIL PR
have a look how grabbing works in scrot and ImageMagick:
Search imlib/imlib2 sources for "Imlib_create_image_from_drawable" or
ImageMagick soucres for "XImportImage".
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-Key at hkp://
our
win-guest-ip (192.168.11.nnn) in theese rules. You maybe want to do some
extra-blocking of unwanted win-specific traffic. I only use ipfw, so I'm not
the one that can answer your ipnat question in detail.
Cheers,
ch
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA
one important thing when you start vmware
and set up your virtual machine:
In the Ethernet Adapters configuration dialog select
Connection Type: --> Custom
Vmnet:--> /dev/vmnet1
- --
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE
OpenPGP-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 11 October 2004 16:37, Christian Hiris wrote:
> On Monday 11 October 2004 12:27, dick hoogendijk wrote:
> > The above information says it all, I guess. I was confused, because the
> > vmware3 ports speaks of no support for
1 - 100 of 160 matches
Mail list logo