Re: Does FreeBSD support UTF-8 locale well?

2007-09-20 Thread ronggui
I use zh_CN.GBK as a tentative solution, It works but not as perfectly
as I expected. If I use zh_CN.UTF-8, almost all of the Chinese
characters in the fat32 partition can't be displayed correctly when
mounted.

BTW, is there any plan the improve UTF-8 support in BSD community?


2007/9/19, Ivan Voras [EMAIL PROTECTED]:
 ronggui wrote:

  In terms of UTF-8 support, Linux seems better than FreeBSD. How do you
  guys think?

 Yes. FreeBSD's UTF-8 support is really bad, and it's practically
 nonexistant when you look at things like collation.





-- 
Ronggui Huang

Department of Sociology, Fudan University, Shanghai, China

Department of Public and Social Administration, CityU, HK
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: switching between WAPs

2007-09-20 Thread Heiko Wundram (Beenic)
Am Donnerstag 20 September 2007 04:47:03 schrieb C Thala:
 That OS from the NorthWestern US seems to keep a list of WAPs and will
 detect whenever you are in the vicinity of one and use the available
 one. How can I get FreeBSD to do the same?

Try setting up a wpa_supplicant configuration (and putting WPA DHCP in 
rc.conf); that does the proximity-switching for you (and does so for me, 
happily).

I don't really know whether wpa_supplicant works with non-security-enabled 
(i.e. non-WEP and non-WPA) wireless networks, but I guess there's a switch to 
tell it to do so.

-- 
Heiko Wundram
Product  Application Development
-
Office Germany - EXPO PARK HANNOVER
 
Beenic Networks GmbH
Mailänder Straße 2
30539 Hannover
 
Fon+49 511 / 590 935 - 15
Fax+49 511 / 590 935 - 29
Mail   [EMAIL PROTECTED]


Beenic Networks GmbH
-
Sitz der Gesellschaft: Hannover
Geschäftsführer: Jorge Delgado
Registernummer: HRB 61869
Registergericht: Amtsgericht Hannover
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-20 Thread Aliya Harbouri
Hi Dan,

One last thing (It's way past my bedtime here ;-p)

 See that --with-berkeley-db in there? :-(

A little digging in the mysql ditribution's source files dredged up
the CONF_COMMAND variable.

Do-ing,

 CONF_COMMAND=--without-berkeley-db; export $CONF_COMMAND
 perl -pi -e 
's/^(CONFIGURE_ARGS.*)with-berkeley-db(.*)$/$1without-berkeley-db$2/g'
Makefile

Seems to do the trick as far as the build /process/ goes,

 grep berkeley-db ./work/mysql-5.0.45/config.log | grep $ ./configure
  $ ./configure --localstatedir=/var/db/mysql --without-debug
--without-readline --without-libedit --without-bench
--without-extra-tools --with-libwrap --with-mysqlfs --with-low-memory
--with-comment=FreeBSD port: mysql-server-5.0.45
--enable-thread-safe-client --with-openssl=/usr/local
--enable-assembler --without-berkeley-db
--with-named-thread-libs=-pthread --prefix=/usr/local
--mandir=/usr/local/man --infodir=/usr/local/info/
--build=i386-portbld-freebsd6.2

See the --without-berkeley-db is there, now.  I'll check the build's
output with ldd when the build finishes.

For now, my pooch inists that it's lights out :-}

Ali
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Are you guys using xcdroast?

2007-09-20 Thread Lisandro Grullon
Hi Ladies and Gentleman,
I have been trying to get a Buring aplication going in my box, as per the 
handbook recomendation I decided to get xcdroast, I am getting an error when I 
try launching it from commmand line as root. Can someone elaborate if they 
experience the same error.

(xcdroast:20529): Gtk-WARNING **: cannot open display: 

_
Gear up for Halo® 3 with free downloads and an exclusive offer. It’s our way of 
saying thanks for using Windows Live™.
http://gethalo3gear.com?ocid=SeptemberWLHalo3_WLHMTxt_2___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

not a case of misrepresentations that I have found on network
attached hard disk storage devices and Firewire drives.
I have one that was expressly advertised on the package to be
120 Gb capacity, and in fact only 111Gb are available for storage.


common marketlie: telling capacity not in gigabytes (2^30) but in billions 
of bytes. in computers giga always meant 2^30 (like mega 2^20 and kilo 
2^10) but they found just another place to lie.


on all (most) drive there are numbers of sectors written on label.
one sector is half a REAL kilobyte, divide it by 2^21 to get gigabyte 
count.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

as 120 Gb and actually only has 117 Gb usable capacity.
Like 9Gb is enough for several operating systems. 3Gb is even
enough for an operating syste


Advertised sizes are for unformatted media. Each filesystem will use different


no. they use available space (in sectors) but counted in billions of bytes 
instead of 2^30 bytes

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you guys using xcdroast?

2007-09-20 Thread Erich Dollansky

Hi,

hey, this is an X application.

Lisandro Grullon wrote:

Hi Ladies and Gentleman,
I have been trying to get a Buring aplication going in my box, as per the 
handbook recomendation I decided to get xcdroast, I am getting an error when I 
try launching it from commmand line as root. Can someone elaborate if they 
experience the same error.

(xcdroast:20529): Gtk-WARNING **: cannot open display: 


All GTK applications need X up and running.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash plugin after xorg update

2007-09-20 Thread Zbigniew Komarnicki
On Tuesday 18 of September 2007 02:12:38 you wrote:
 Hi Zbigniew - did u try re-running nspluginwrapper -i {flash's .so} as root
 ?

Hi Mel, 

I was absent for a moment. So I tried today and it works now.
Thanks :-) 

Best regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunnel ipsec whith racoon2-20070720a

2007-09-20 Thread ckd ckd
thank u .
The probleme was with gif interface.
when i start iked, it  trys to bind the ip @ already allowed by the kernel
for gif.

Now, i'm looking fro experience using racoo2-02006... or racon2-2007...whith
(net|free)BSD

best regards
ckd


2007/9/19, Lowell Gilbert [EMAIL PROTECTED]:

 ckd ckd [EMAIL PROTECTED] writes:

  hi,
 
  i'm looking for some experience using racoon2 to create tunnel IPSEC
 between
  2 freebsd 6.2 gateways.
 
  i followed the procedure described in freebsd handbook, but whne i start
  iked, i get the follow message :
 
  iked: [INTERNAL ERR]: isakmþ.c:521:isakmp_øþen_address():
 
  bind(10.0.2.254[500]): Address already in use.
 
  there is no iked/racoon daemon started before .
 
  thank for ur help

 Use sockstat(1) to see what is holding the port?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: switching between WAPs

2007-09-20 Thread Matthias Apitz
El día Thursday, September 20, 2007 a las 08:43:57AM +0200, Heiko Wundram 
(Beenic) escribió:

 Am Donnerstag 20 September 2007 04:47:03 schrieb C Thala:
  That OS from the NorthWestern US seems to keep a list of WAPs and will
  detect whenever you are in the vicinity of one and use the available
  one. How can I get FreeBSD to do the same?
 
 Try setting up a wpa_supplicant configuration (and putting WPA DHCP in 
 rc.conf); that does the proximity-switching for you (and does so for me, 
 happily).
 
 I don't really know whether wpa_supplicant works with non-security-enabled 
 (i.e. non-WEP and non-WPA) wireless networks, but I guess there's a switch to 
 tell it to do so.

I have some 10 diffrent AP in my file /etc/wpa_supplicant.conf
because I'm traveling often to diffrent locations of our company,
WPA-PSK and WEP, for example:


# Coimbra
#
network={
ssid=x
key_mgmt=WPA-PSK
psk=x
}

# Westeregeln
#
network={
ssid=x
scan_ssid=0
key_mgmt=NONE
wep_tx_keyidx=0
wep_key0=x
}

in /etc/rc.conf I only have

ifconfig_iwi0=WPA

but in addition I'm using the daemon devd(8) to set the IP stuff
of iwi0 accordingly to the network I'm associating; you need two
files for this:

/usr/local/etc/devd/iwi.conf

notify 1 {
match system  IFNET;
match subsystem   iwi0;
match typeLINK_UP;
action /usr/local/etc/devd/iwi.sh $subsystem $type;
};
notify 1 {
match system  IFNET;
match subsystem   iwi0;
match typeLINK_DOWN;
action /usr/local/etc/devd/iwi.sh $subsystem $type;
};

and the work is done in the sheel script /usr/local/etc/devd/iwi.sh
like for example:

#!/bin/sh
#
echo `date`: $0 $*  /tmp/devd.out

case $2 in
'LINK_DOWN')
exit 0 ;
;;
esac

ap=`/sbin/ifconfig iwi0 list sta | awk '{print $1;}' | fgrep -v ADDR`

case ${ap} in

'00:04:e2:a1:76:0b')
printf ap [%s] seems to be the Oberhaching office\n ${ap}  
/tmp/devd.out ;
#
ifconfig bge0 222.222.222.2 netmask 255.255.255.0
ifconfig bge0 down
dhclient iwi0
#
# drop and reload the firewall rules
ipf -D
ipf -E
ipmon -Ds
ipf -Fa -f /etc/ipf.rules.sisis
ipnat -CF -f /etc/ipnat.rules.sisis
;;
...
*)
printf ap [%s] not known in %s\n ${ap} $0  /tmp/devd.out ;
;;
esac

exit 0

this means when you get associated to an AP and LINK comes UP, the
devd(8) wakes up and runs the sheel script doing all the right work;
works really nice;

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype, Ekiga, and OSS

2007-09-20 Thread Predrag Punosevac

Predrag Punosevac wrote:

Shantanoo Mahajan wrote:


On 15-Aug-07, at 1:48 PM, Predrag Punosevac wrote:


Beech Rintoul wrote:

On Tuesday 14 August 2007, Predrag Punosevac said:


I was wondering if anybody is using successfully Skype or Ekiga
(any other SIP phone)  via the Open Sound System compiled from
ports? Would you mind sharing your devfs.conf file and rc.conf
file?

Thank you
Predrag



net/skype in the ports works out of the box. No special configs 
needed. net/skype-devel is a work in progress and is currently broken.


Beech



Maybe with build in OSS but not with OSS compiled from ports. In 
particular, how do I set up microphone. I can hear the test call but

my voice is not recorded.


You may try following command:

$ mixer igain 90 rec 90 mic 90

regards,
shantanoo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

OK,
I am sure it is a mixer problem. I tried your advice this is the result
[pedja@ /usr/home/Pedja]$ mixer
Mixer pcm  is currently set to  45:45
Recording source:


[pedja@ /usr/home/Pedja]$ mixer igain 90 rec 90 mic 90
mixer: unknown device: igain
usage: mixer [-f device] [-s | -S] [dev [+|-][voll[:[+|-]volr]] ...
  mixer [-f device] [-s | -S] recsrc ...
  mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ...
devices: pcm
rec devices:

I tried as a supper user too. It makes no difference.

But the following outputs are interesting
[pedja@ /usr/home/Pedja]$ ossinfo
Version info: OSS 4.0 (build 070707/200708012238/C (0x00040002)
Platform: FreeBSD/i386 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #0: 
Sun Jun  3 14:20:02 UTC 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP


Number of audio devices:9
Number of audio engines:9
Number of MIDI devices: 0
Number of mixer devices:1


Device objects
0: audigyls0 AudigyLS
1: vmix0 OSS transparent virtual support

MIDI devices (/dev/midi*)

Mixer devices (/dev/mixer*)
0: AudigyLS Mixer (Mixer 0 of device object 0)

Audio devices
/dev/oss/audigyls0/pcm0 AudigyLS front  (device index 0)
/dev/oss/audigyls0/pcm1 AudigyLS (shadow)  (device index 1)
/dev/oss/audigyls0/pcm2 AudigyLS center/lfe  (device index 2)
/dev/oss/audigyls0/pcm3 AudigyLS surround  (device index 3)
/dev/oss/audigyls0/pcm4 AudigyLS 5.1 output  (device index 4)
/dev/oss/vmix0/pcm0 AudigyLS front (VMIX0)  (device index 5)
/dev/oss/vmix0/pcm1 AudigyLS front (VMIX0)  (device index 6)
/dev/oss/vmix0/pcm2 AudigyLS front (VMIX0)  (device index 7)
/dev/oss/vmix0/pcm3 AudigyLS front (VMIX0)  (device index 8)

Note that number of mixer devices is zero.

[pedja@ /usr/home/Pedja]$ ossmix
Selected mixer 0/
Known controls are:
   pcm both/leftvol[:rightvol] (currently 45:45)
   rear both/leftvol[:rightvol] (currently 48:48)
   rear.rec ON|OFF (currently OFF)
   center both/leftvol[:rightvol] (currently 48:48)
   center.rec ON|OFF (currently OFF)
   ext.spread ON|OFF (currently OFF)
   ext.loopback ON|OFF (currently OFF)
   ext.recordvol monovol (currently 128)
   ext.recordsrc MIC|LINE (currently MIC)
   vmix0-src Fast|Low|Medium|High|High+|Production|OFF 
(currently Fast)

   vmix0-vol monovol (currently 25.0 dB)
   vmix0-out leftVU:rightVU] (currently 0:0)
   vmix0-out.pcm5 monovol (currently 25.0 dB)
   vmix0-out leftVU:rightVU] (currently 0:0)
   vmix0-out.pcm6 monovol (currently 25.0 dB)
   vmix0-out leftVU:rightVU] (currently 0:0)
   vmix0-out.pcm7 monovol (currently 25.0 dB)
   vmix0-out leftVU:rightVU] (currently 0:0)
   vmix0-out.pcm8 monovol (currently 25.0 dB)
   vmix0-out leftVU:rightVU] (currently 0:0)
   vmix0-in leftVU:rightVU] (currently 0:0)

The native mixer is enabled in the rc.conf file

Could you give me some kind of hint any suggestions? What should I 
read? Documentation?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
Just as a follow up on my earlier problems with Skype. I was rebuilding 
my userland over the weekend due to the XOrg 7.3 update. By accident I 
updated also OSS port.
My skype now works flawlessly. I found out that there was a mixer bug 
for the AudigySE card (I thought something was wrong with my oss mixer 
of course since the built in oss ROCKS but I am not using it)
By the way developers did spectacular job with XOrg 7.3. Everything went 
smoothly.


Sincerely,
Predrag Punosevac

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you guys using xcdroast?

2007-09-20 Thread NetOpsCenter

Erich Dollansky wrote:


Hi,

hey, this is an X application.

Lisandro Grullon wrote:


Hi Ladies and Gentleman,
I have been trying to get a Buring aplication going in my box, as per 
the handbook recomendation I decided to get xcdroast, I am getting an 
error when I try launching it from commmand line as root. Can someone 
elaborate if they experience the same error.


(xcdroast:20529): Gtk-WARNING **: cannot open display: 



All GTK applications need X up and running.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Aloha,

If you want a command line  cd burner try burncd from ports.

I have used it for years with rarely any coasters.

To make iso cd's I vse this:

#burncd -f /dev/acd0c  data testfile.iso  fixate

You can burn audio cd's just as easily.



~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.2 Headless Installs Don't Seem to Work.

2007-09-20 Thread Martin McCormick
Watanabe Kazuhiro writes:
 Try:
 
  console=comconsole,vidconsole
  boot
 
 instead of boot -h.

First, thanks for an excellent suggestion. I tried it
and have not been successful so far. During the pause, I hit 6
and got control of the boot process. I typed
console=comconsole,vidconsole, hit Enter and then the word
boot  at which time the booting process resumed. It came up in
video console mode, completely ignoring the directive.

The FreeBSD Handbook has a chapter on Setting up the
Serial Console (24.6), which explains the -h and -D flags, the
-D flag allowing for a Duel video and serial console. It also
has a very interesting passage, quoted here:

-D
Toggles single and dual console configurations. In the
single configuration the console will be either the
internal console (video display) or the serial port,
depending on the state of the -h option above. In the
dual console configuration, both the video display and
the serial port will become the console at the same time,
regardless of the state of the -h option. However, note
that the dual console configuration takes effect only
during the boot block is running. Once the boot loader
gets control, the console specified by the -h option
becomes the only console.

End of quote.

That hard lockup I described in an earlier message is
not what I thought it was. It isn't a lockup for the whole
booting process, but a lockout of the serial console. It is as
if the -h flag gets turned off after the boot block runs. Either
the -h or the -D flags produce exactly the same results. You do
get the serial console during the kernel boot as expected and
then it reverts back to the local video console just after the
message I quoted in an earlier message that says, Trying to
mount /root on /dev/md0.

This makes a certain amount of sense even if it is the
wrong behavior. The documentation says that only the duel mode
should behave this way and then the kernel goes to whatever mode
-h told it to use. That is apparently what is not happening.

If I do just the 

console=comconsole,vidconsole

I get nothing serial at all. When I install a 6.2 kernel and put
that command in /boot/loader.conf, it works on the serial port
perfectly.

All versions of FreeBSD up to 6 did continue to work via
the serial port so that one could do the whole installation via
that method so whatever broke was introduced in FreeBSD6 if that
helps narrow things down any.

Thanks for any further suggestions.

I did go ahead and enlist the aid of a coworker on this
system so the immediate problem is solved, but I have been
experimenting with the CD this afternoon to see if the
suggestion solved the problem. It should have so this is a bit
strange.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Network Operations Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


David Jones sent you this eBay item: HP iPAQ rx1710 PDA Pocket PC Computer - BRAND NEW!

2007-09-20 Thread eBay member: [EMAIL PROTECTED]

-
David Jones  sent you this eBay item.
-

 Dear friend,
  There must be worthy of spending a few minutes to visit our website  
www.herebuy365.com to make you get much benefit or profit. We are a large 
wholesale company on internet. All of our products come from original famous 
manufacturers with complete warranty. the price we can offer you is lower than 
any other retail dealers on Ebay. 
Please feel free to contact us if any questions, You will get a satisfactory 
answer.
Contact:
  - Email :  [EMAIL PROTECTED]
 - MSN : [EMAIL PROTECTED]
  - Website : www.herebuy365.com--


Item Name: HP iPAQ rx1710 PDA Pocket PC Computer - BRAND NEW!
Current bid: £10.50 (8 bids) font face=Arial, Verdana size=2
(Approximately US $20.98)   
/font
Shipping: £6.99
End date: 15-Sep-07 22:00:00 BST

-   
Find out more - View this Item

http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemitem=230172073100ssPageName=ADME:B:EF:UK:11
-


To add to your watch list, click: 
http://cgi1.ebay.co.uk/ws/eBayISAPI.dll?MakeTrackitem=230172073100ssPageName=ADME:B:EF:UK:3
See similar items at: 
http://search.ebay.co.uk/HP-iPAQ-rx1710-PDA-Pocket-PC-Computer-BRAND-NEW_W0QQsacatZ38331QQssPageNameZADME-B-EF-UK-4

-
Details for item number: 230172073100
-
Item URL: 
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemitem=230172073100ssPageName=ADME:B:EF:UK:11
Description:   


The OFFICIAL clearance outlet for aMAJOR UK amp;amp; R.O.I RETAILERoperating 
over 680 stores! 
   

UK STOCK * NEXT DAY DELIVERY * PLATINUM POWERSELLE
Ships to: United Kingdom
Seller: clearancebargains-uk(18376)
99.2% Positive Feedback
Member since 10-Oct-02 in United Kingdom
-
Learn how you can protect yourself from spoof (fake) emails at: 
http://pages.ebay.com/education/spooftutorial

This email was generated by the sender through the eBay platform because 
the sender thinks you are likely to be interested in this item. eBay takes 
no liability for the sending of this email and its content. If you did not 
authorize the sender to send you this email, you can report this message 
as unsolicited (spam) email so that eBay can take appropriate action 
against the sender. For more information, go to: 
http://pages.ebay.com/help/policies/rfe-spam-ov.html. Please note that it 
may take up to 10 days to process your request. 

See our Privacy Policy and User Agreement if you have questions about 
eBay's communication policies. 
Privacy Policy: http://pages.ebay.com/help/policies/privacy-policy.html
User Agreement: http://pages.ebay.com/help/policies/user-agreement.html

Copyright © 2006-2007 eBay, Inc. All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.
eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc. 
eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


openoffice problem

2007-09-20 Thread ronggui
[EMAIL PROTECTED] /usr/home/wincent]$ locale
LANG=zh_CN.GBK
LC_CTYPE=zh_CN.GBK
LC_COLLATE=zh_CN.GBK
LC_TIME=zh_CN.GBK
LC_NUMERIC=zh_CN.GBK
LC_MONETARY=zh_CN.GBK
LC_MESSAGES=zh_CN.GBK
LC_ALL=

When I start the OOs, I can input Chinese correctly unless I set
export LC_CTYPE=zh_CN.UTF-8 before I fireup the oos.

Even I can input Chinese by this messy way, but when I save odf by
Chinese filename, the filename is in UTF-8 encoding (and I can open
the file with GBK encoding character as filename). I guess the OOS use
UTF-8 as its default encoding, so my question is how to set the
relevant parameters so that the OOs works fine?

Thanks

-- 
Ronggui Huang

Department of Sociology, Fudan University, Shanghai, China

Department of Public and Social Administration, CityU, HK
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you guys using xcdroast?

2007-09-20 Thread Patrick Lamaiziere
Le Wed, 19 Sep 2007 18:46:12 -0400,
Lisandro Grullon [EMAIL PROTECTED] a écrit :

 Hi Ladies and Gentleman,

Hello,

 I have been trying to get a Buring aplication going in my box, as per
 the handbook recomendation I decided to get xcdroast, I am getting an
 error when I try launching it from commmand line as root. Can someone
 elaborate if they experience the same error.
 
 (xcdroast:20529): Gtk-WARNING **: cannot open display: 

Yes, because connections from root are not allowed by default.

Anyway do not use the root account. Read the notes of the
k3b port (/usr/ports/sysutils/k3b/pkg-message) to use xcdroast with your
user account.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


jail+quota problem!

2007-09-20 Thread Wojciech Puchar
i have multi-jail server, moved every jail to a separate UFS partition, 
and turned on quota on some of them (where vserver customer asked for it).


repquota shows all right, edquota works, then repquota shows right things 
but after few syncs or just waiting a minute quota setting disappears!


mount as seen from master server:

/dev/mirror/szymon.eli on /jail/szymon (ufs, local, noatime, with quotas, 
soft-updates)

[EMAIL PROTECTED] ~]# ls -l /jail/szymon/quota*
-rw-r-  1 root  operator  2097120 20 wrz 22:00 /jail/szymon/quota.group
-rw-r-  1 root  operator  2097120 20 wrz 22:00 /jail/szymon/quota.user

[EMAIL PROTECTED] ~]# jexec 8 usr/bin/su -
[EMAIL PROTECTED] ~]# cat /etc/fstab
/dev/mirror/szymon.eli / ufs rw,userquota,groupquota 0 0


(i did it to make repquota work at all, with empty fstab doesn't, i found 
putting anything instead of /dev/mirror/szymon.eli make it work too)



then repquota works OK, edquota works, but is quickly losing the 
data. (typing sync once is enough)



any idea?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Wojciech Puchar

no. they use available space (in sectors) but counted in billions of bytes
instead of 2^30 bytes


fair enough...but disk's useful capacity will be slightly
different after you format it in whatever filesystem you choose with whatever
options you choose to format.

but we are talking about disk capacity. filesystem is just kind of data on 
disk, you may access disk without it like my video stream server. actually 
only 1GB of each disk is allocated for filesystem (mirror+stripe on 8 
disks, giving 4GB for / partition), everything else simply contains 
movies, with catalog as file on / partition.


swap partitions are other example but they most often use only small part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 keyboard

2007-09-20 Thread Kevin Kinsey

Richard Tobin wrote:

I'm using a Mac mini, and the keyboard is wrong in various ways under X
(apart from the usual unwanted caps lock, keys like tilde are wrong).
What is the right way to fix this?  I'm using Xorg 7.2.

-- Richard


We may need more information?  Is this the case for all applications?
If not, which apps?

Are you using a terminal emulator?  If so, which one, and what does

$ env | grep TERM 


say?

HTH,

Kevin Kinsey
--
Fortune favors the lucky.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Software

2007-09-20 Thread Robert Huff

Roland Smith writes:

  OpenOffice, koffice and Abiword can handle word docs, IIRC.

It was my understanding that while OpenOffice tries to be 100%
compatible with MS Word ... the more esoteric the feature you want,
the less likely it is to be exactly the same (or possibly exist at
all).


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you guys using xcdroast?

2007-09-20 Thread Wojciech Puchar



Hi Ladies and Gentleman,
I have been trying to get a Buring aplication going in my box, as per the 
handbook recomendation I decided to get xcdroast, I am getting an error when I 
try launching it from commmand line as root. Can someone elaborate if they 
experience the same error.


simply use command line tools like mkisofs, burncd or growisofs.

xcdroast is just an overlay doing the same.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Norberto Meijome
On Thu, 20 Sep 2007 09:23:45 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

  Advertised sizes are for unformatted media. Each filesystem will use 
  different  
 
 no. they use available space (in sectors) but counted in billions of bytes 
 instead of 2^30 bytes

fair enough...but disk's useful capacity will be slightly
different after you format it in whatever filesystem you choose with whatever
options you choose to format.

_
{Beto|Norberto|Numard} Meijome

You shouldn't verb words.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Are you guys using xcdroast?

2007-09-20 Thread Lisandro Grullon

Hi Erich and thank youf rot the reply,
I do understand that this is an X aplication, I am trying to run it in 
6.2_release using Xorg 7.2 and Gnome2, still giving me that strange error when 
I try to execute from the shell as root, I try google at it and nothing shows 
up for it. Any ideas what might be happening?


 Date: Thu, 20 Sep 2007 15:34:46 +0800
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: freebsd-questions@freebsd.org
 Subject: Re: Are you guys using xcdroast?
 
 Hi,
 
 hey, this is an X application.
 
 Lisandro Grullon wrote:
  Hi Ladies and Gentleman,
  I have been trying to get a Buring aplication going in my box, as per the 
  handbook recomendation I decided to get xcdroast, I am getting an error 
  when I try launching it from commmand line as root. Can someone elaborate 
  if they experience the same error.
  
  (xcdroast:20529): Gtk-WARNING **: cannot open display: 
 
 All GTK applications need X up and running.
 
 Erich

_
Gear up for Halo® 3 with free downloads and an exclusive offer. It’s our way of 
saying thanks for using Windows Live™.
http://gethalo3gear.com?ocid=SeptemberWLHalo3_WLHMTxt_2___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


flash plugin after xorg update

2007-09-20 Thread Aryeh Friedman
Does anyone know if the new linux base that was put into cvsup a few
hours ago fixes flash?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvidia-driver rebooting machine on X startup

2007-09-20 Thread Darren Spruell
On 9/18/07, Eric Ekong [EMAIL PROTECTED] wrote:
 Seems there is a new driver in ports as of yesterday for nvidia.
 Anyone tried it as of yet?

The update alone hasn't done anything for me, but I'm thinking I'm
suffering from an issue not directly related to the driver itself;
stale libraries like Mel suggested, or something.

I just completed an update to xorg-7.3_1 following the procedure in
UPDATING 20070519. Now running FreeBSD 6.2-RELEASE-p7 and
nvidia-driver-100.14.11 and the reboot still occurs when starting X.

Something else I noticed is that my xorg.conf gets truncated to 0
bytes when I 'startx' and hit a reboot. I can't figure what would
cause this, and it's intermittent (post reboot I'll sometimes see the
file whole whole, sometimes truncated). Must be connected somehow to
the reboot?

On the off chance it had anything to do with stale libraries, how
would I determine which those were and how to right what is wrong? I
don't see anything notable in the output of ldconfig -r, but I'm not
certain I know what to look for. I'll include the ldconfig* related
configurations from rc.conf and ldconfig -r output below. Any other
ideas?

# grep -i ld /etc/{defaults/rc.conf,rc.conf}
/etc/defaults/rc.conf:# to change the default startup behavior of your
system.  You should
/etc/defaults/rc.conf:# The ${rc_conf_files} files should only contain
values which override
/etc/defaults/rc.conf:kldxref_enable=NO   # Build linker.hints files
with kldxref(8).
/etc/defaults/rc.conf:kldxref_clobber=NO  # Overwrite old linker.hints at 
boot.
/etc/defaults/rc.conf:kldxref_module_path=# Override
kern.module_path. A ';'-delimited list.
/etc/defaults/rc.conf:pflog_logfile=/var/log/pflog# where pflogd
should store the logfile
/etc/defaults/rc.conf:  # node, you should stop 
advertisement.
/etc/defaults/rc.conf:ldconfig_insecure=NO# Set to YES to disable
ldconfig security checks
/etc/defaults/rc.conf:ldconfig_paths=/usr/lib/compat /usr/X11R6/lib
/usr/local/lib /usr/local/lib/compat/pkg
/etc/defaults/rc.conf:ldconfig32_paths=/usr/lib32 # 32-bit
compatibility shared library search paths
/etc/defaults/rc.conf:ldconfig_paths_aout=/usr/lib/compat/aout
/usr/X11R6/lib/aout /usr/local/lib/aout
/etc/defaults/rc.conf:ldconfig_local_dirs=/usr/local/libdata/ldconfig
/usr/X11R6/libdata/ldconfig
/etc/defaults/rc.conf:  # Local directories with ldconfig 
configuration files.
/etc/defaults/rc.conf:ldconfig_local32_dirs=/usr/local/libdata/ldconfig32
/usr/X11R6/libdata/ldconfig32
/etc/defaults/rc.conf:  # Local directories with 32-bit 
compatibility ldconfig


/var/run/ld-elf.so.hints:
search directories:
/lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/compat/pkg:/usr/local/lib/compat:/usr/local/lib/nss
0:-lcrypt.3 = /lib/libcrypt.so.3
1:-lkvm.3 = /lib/libkvm.so.3
2:-lm.4 = /lib/libm.so.4
3:-lmd.3 = /lib/libmd.so.3
4:-lncurses.6 = /lib/libncurses.so.6
5:-lsbuf.3 = /lib/libsbuf.so.3
6:-lutil.5 = /lib/libutil.so.5
7:-lalias.5 = /lib/libalias.so.5
8:-latm.3 = /lib/libatm.so.3
9:-lbegemot.2 = /lib/libbegemot.so.2
10:-lbsnmp.3 = /lib/libbsnmp.so.3
11:-lc.6 = /lib/libc.so.6
12:-lcam.3 = /lib/libcam.so.3
13:-ldevstat.5 = /lib/libdevstat.so.5
14:-ledit.5 = /lib/libedit.so.5
15:-lbsdxml.2 = /lib/libbsdxml.so.2
16:-lgeom.3 = /lib/libgeom.so.3
17:-lgpib.1 = /lib/libgpib.so.1
18:-lipsec.2 = /lib/libipsec.so.2
19:-lipx.3 = /lib/libipx.so.3
20:-lufs.3 = /lib/libufs.so.3
21:-lkiconv.2 = /lib/libkiconv.so.2
22:-lpcap.4 = /lib/libpcap.so.4
23:-lpthread.2 = /lib/libpthread.so.2
24:-lz.3 = /lib/libz.so.3
25:-lreadline.6 = /lib/libreadline.so.6
26:-lcrypto.4 = /lib/libcrypto.so.4
27:-lbsm.1 = /usr/lib/libbsm.so.1
28:-lcom_err.3 = /usr/lib/libcom_err.so.3
29:-lnetgraph.2 = /usr/lib/libnetgraph.so.2
30:-lradius.2 = /usr/lib/libradius.so.2
31:-lrpcsvc.3 = /usr/lib/librpcsvc.so.3
32:-ltacplus.2 = /usr/lib/libtacplus.so.2
33:-lypclnt.2 = /usr/lib/libypclnt.so.2
34:-larchive.2 = /usr/lib/libarchive.so.2
35:-lbluetooth.2 = /usr/lib/libbluetooth.so.2
36:-lbz2.2 = /usr/lib/libbz2.so.2
37:-lc_r.6 = /usr/lib/libc_r.so.6
38:-lcalendar.3 = /usr/lib/libcalendar.so.3
39:-ldevinfo.3 = /usr/lib/libdevinfo.so.3
40:-lfetch.4 = /usr/lib/libfetch.so.4
41:-lform.3 = /usr/lib/libform.so.3
42:-lftpio.6 = /usr/lib/libftpio.so.6
43:-lmagic.2 = /usr/lib/libmagic.so.2
44:-lmemstat.1 = /usr/lib/libmemstat.so.1
45:-lmenu.3 = /usr/lib/libmenu.so.3
46:-lmilter.3 = /usr/lib/libmilter.so.3
47:-lmp.5 = /usr/lib/libmp.so.5
48:-lncp.2 = /usr/lib/libncp.so.2
49:-lngatm.2 = /usr/lib/libngatm.so.2
 

How to know who use NFS.

2007-09-20 Thread Albert Shih
Hi all

Sometime I've a user (or some users but not lot of users) make a very huge
transfert through NFS. I don't want that.

How can I known at un precise moment who charge my NFS server (I'm root in
both side : client and server).

Regards.

--
Albert SHIH
Observatoire de Paris Meudon
SIO batiment 15
Heure local/Local time:
Jeu 20 sep 2007 19:23:03 CEST
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GAIM??

2007-09-20 Thread Chad Perrin
On Wed, Sep 19, 2007 at 07:16:53PM -0700, Gary Kline wrote:
 On Thu, Sep 20, 2007 at 01:42:05AM +, Duane Hill wrote:
  On Wed, 19 Sep 2007 at 18:33 -0700, [EMAIL PROTECTED] confabulated:
  
 Folks,
  
 On my ubuntu srver I've used gaim for quite awhile.   When I
 looked for it with locate on my new server the file said it was
 going away by fall.  Is there ea new, improved port?
  
  It has been replaced by Pidgin:
  
/usr/ports/net-im/pidgin
  
  See:
  
http://sourceforge.net/projects/gaim/
  
 
 
   thanks to all you gents... i was going to ask why the name change but
   it'll probly be with the src, luke.  (.5-hearted ha ha)

There's been some contention between AOL and the Gaim project for a long
time.  Initially, it was typically spelled GAIM (all caps), but that was
too close to AIM for AOL's taste, so they only capitalized the first
letter -- making it Gaim.  Apparently, that wasn't good enough, either.
Now it's Pidgin instead.

I guess the only downside to the new name is that I can't make I've got
Gaim(game)! jokes about it now.  Well, I could, but they wouldn't make
much sense.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Marvin Minsky: It's just incredible that a trillion-synapse computer could
actually spend Saturday afternoon watching a football game.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you guys using xcdroast?

2007-09-20 Thread Tore Lund
Lisandro Grullon wrote:
 Hi Erich and thank youf rot the reply,
 I do understand that this is an X aplication, I am trying to run it 
 in 6.2_release using Xorg 7.2 and Gnome2, still giving me that strange
 error when I try to execute from the shell as root, I try google at it
 and nothing shows up for it. Any ideas what might be happening?

Please don't top-post and please wrap your lines.  Thank you.

You might try xhost +localhost in your .xinitrc.  That will allow all
local users to use X.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to add rule with pfctl...

2007-09-20 Thread Goltsios Theodore


Well I think that you mean to add this:

ext_if=rl0 # Or whatever your interface is ifconfig helps to find out
block drop in quick on $ext_if inet proto tcp from 192.168.0.1 to 
$ext_if port ssh


or even:
ext_if=rl0
external_addr=192.168.1.11
block drop in quick on $ext_if inet proto tcp from 192.168.0.1 to 
$external_addr port ssh


Think of macros as variables. As long as you don't define them they 
don't exist (are empty).



Agus wrote:

2007/9/15, Mel [EMAIL PROTECTED]:
  

On Saturday 15 September 2007 23:18:17 Agus wrote:



I am trying to figure out how to add a firewall rule with pfctl...
This is what i'm trying to do...

I've got SEC that matches certain pattern and takes the IP from that and
want to trigger a firewall rule to block that IP
Then after a couple of hours SEC will trigger the command to un-block
  

the


IP...
So what i need is the command to block an IP address from command line,
  

not


touching any pf.conf
  

If you don't need to add a rule but an IP, then tables are your friend.
Example for /etc/pf.conf:
# Placeholder for spammers table, non-routable network IP.
table spammers persist { 192.168.111.111 }
# Block this traffic
block return-rst in log on $ext_if proto tcp from spammers port smtp

Then on the command line:
/sbin/pfctl -t spammers -Tadd ip.from.new.spammer
And to delete:
/sbin/pfctl -t spammers -Tdel ip.from.old.spammer

--
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





Hi,
I put this on /etc/pf.conf
external_addr=192.168.1.11 which is the address of the only interface.
This machine isn't a router.

block drop in quick on $ext_if inet proto tcp from 192.168.0.1 to
$external_addr port ssh

but when i try to connect from 192.168.0.1 i connect with no problems...this
rule is to block access..
What am i doing wrong..is my first time with pf...

Thankss...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-20 Thread Aliya Harbouri
 I'll check the build's output with ldd when the build finishes.

Looks like the simple workaround works :-)

 ldd /usr/local/libexec/mysqld
libz.so.3 = /lib/libz.so.3 (0x284a8000)
libwrap.so.4 = /usr/lib/libwrap.so.4 (0x284b9000)
libssl.so.5 = /usr/local/lib/libssl.so.5 (0x284c)
libcrypto.so.5 = /usr/local/lib/libcrypto.so.5 (0x284fc000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x28642000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x2865a000)
libm.so.4 = /lib/libm.so.4 (0x28725000)
libpthread.so.2 = /lib/libpthread.so.2 (0x2873b000)
libc.so.6 = /lib/libc.so.6 (0x2876)

Port install's  done -- with No BDB.

Great!

Bye,

Ali
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread RW
On Thu, 20 Sep 2007 09:22:00 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

  not a case of misrepresentations that I have found on network
  attached hard disk storage devices and Firewire drives.
  I have one that was expressly advertised on the package to be
  120 Gb capacity, and in fact only 111Gb are available for storage.
 
 common marketlie: telling capacity not in gigabytes (2^30) but in
 billions of bytes. in computers giga always meant 2^30 (like mega
 2^20 and kilo 2^10) 

Not really, it's mostly to do with the fact that mechanical and
electrical engineers have never really bought into the lazy kludge of
using binary approximations for k,M and G. And there's no incentive
because of the way tape and disk devices are accessed. It's the same
with telecoms too.

The sooner the computer industry get it's act together and starts
using Ki, Mi Gi the better.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Multiple NICs - custom protocol development

2007-09-20 Thread Lowell Gilbert
Len Gross [EMAIL PROTECTED] writes:

 I have a host on my local 192.168.0 / 24 subnet that works fine in getting
 to the Internet via a default route.via a wireless connection.
 I want to develop some custom link protocols and I have placed two Ethernet
 NICs in the box.
 I want to be able to send packets from one NIC to the other and maintain the
 link to the Internet.
 I've tried a large number of things via rc.conf but when I ping of the cards
 it is not going out the interface; it just gets looped back.   (I test this
 by disconnecting the crossover cable between the two cards.)

 My current rc.conf has the following attempt, but this fails.

 #
 router_enable=Yes
 gateway_enable=Yes
 #  Ethernet 1:
 ifconfig_xl0=inet 192.168.1.1  netmask 255.255.255.0
 # Ethernet 2
 ifconfig_rl0=inet 192.168.2.1  netmask 255.255.255.0
 #
 # Set up loop between the two ethernet cards
 static_routes xtor, rtox
 route_rtox = -host 192.168.1.1 192.168.2.1
 route_xtor = -host 192.168.2.1 192.168.1.1

 Can I do what I want or must I have a second development box?

What you want to do doesn't make sense; there is no reason to send
packets to yourself over a wire.  If your machine is sending packets
to itself, the best path is over the loopback, and it doesn't make
sense to send it over a different path.  So you need to examine *why*
you want to do that before you can figure out the best approach to
your root problem.

I do protocol development and testing through a number of different
approaches, but for basic development there's usually no problem with
letting the packets go over the loopback.  For working on something
like DHCP, I need separate IP stacks, because that will modify the
routing tables differently on the server and the client(s).  For that,
I find virtual machines (qemu, most recently) to be the easiest and
most flexible environment.  I have also used environments based on
bpf(4) interfaces when I was working with IP stacks that ran
separately from the system's kernel.

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: is there any way of turning muttrc list into an evolution or other mail alias database?

2007-09-20 Thread Andrew Pantyukhin
On Wed, Sep 19, 2007 at 12:13:55PM -0700, Gary Kline wrote:
 On Mon, Sep 17, 2007 at 04:31:53PM -0700, Gary Kline wrote:
   
   Google says something about evo being able to import ldif files.
   Abook can convert mutt's aliases into ldif.
  
  
  I'll google for it; thanks for the tip.

 Thanks  to Andrew's posting I did find a few references on how
 to use abook to create the basics of email addresses for evol.
 Not enough, tho to let me get very far, tho, so if anybody has
 a sed script that can put the 'alias', Name, [EMAIL PROTECTED] into
 evolution format, that would be a help.   Or if any one of you
 has actually used mutt|elm and abook to do this, I'd be very
 much in your debt for an example.  I will post on my BSD
 website.

OK, I had to install evolution to try this, but it works
flawlessly:

% abook --convert --infile ./.mutt/aliases --informat mutt \
  --outformat ldif --outfile /tmp/try.ldif

Then go to evo, File-Import-Single file-/tmp/try.ldif

And I'm looking at my address book in evo.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


QEMU and tap problems

2007-09-20 Thread Doug Poland

Hello,

I've been following the various instructions I've found on the web in an
attempt to get tap networking with qemu-devel-0.9.0s.20070802 and
kqemu-kmod-1.3.0.p11_2 on 6.2-STABLE.

qemu was compiled with:
   _OPTIONS_READ=qemu-devel-0.9.0s.20070802
   WITH_KQEMU=true
   WITHOUT_HACKS_CIRRUS=true
   WITHOUT_RTL8139_TIMER=true
   WITHOUT_SAMBA=true
   WITH_SDL=true
   WITH_CDROM_DMA=true

The kernel modules are loaded: 
   if_tap, bridge, aio, kqemu

The sysctls are changed:
   sysctl net.link.ether.bridge_cfg=ath0,tap0
   sysctl net.link.ether.bridge.enable=1

The tap device exists:
   crw---  1 root  wheel0, 134 Sep 19 22:42 /dev/tap0

   tap0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 0.0.0.0 netmask 0xff00 broadcast 0.255.255.255
ether 00:bd:01:3c:01:00
Opened by PID 1317

The qemu-ifup script exists:
   cat /etc/qemu-ifup
 #!/bin/sh
 ifconfig ${1} 0.0.0.0

I launch qemu like this:
   qemu -m 512 -localtime -hda VMs/w2k3.img -net nic -net tap


Windows Server 2003 comes up.  If I attempt to use DHCP to configure the
interface in W2K3, I get a several minute pause while it attempts to
contact a DHCP server, finally it fails with the message:  
   This connection has limited or no connectivity
and windows assigns itself the 169.254.244.101 address.

If I try to manually configure the windows interface, i.e.,
   IP: 172.16.1.15
   NM: 255.255.255.0
   DG: 172.16.1.1
   NS: 172.16.1.17
   NS: 172.16.1.21

Windows thinks it has connectivity, but I cannot ping the default
gateway from the guest and I cannot ping the IP of the guest from the
host.

So at this point, I have no networking from the guest OS.  About the
only thing that I haven't seen on the web is people using wireless NICs
in the host.  In my case, I have an atheros chipset connected via WPA2
to my WAP.  

All help is appreciated...


-- 
Regards,
Doug
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My experiment which FreeBSD, stuck with wireless card.

2007-09-20 Thread [EMAIL PROTECTED]
Is there a solution to this issue for PCBDS 1.3?  I am using the WN825G 
on an old IBM TP 600.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hardware reality check - server

2007-09-20 Thread Ivan Voras

kalin mintchev wrote:

hi all...

some input about this hardware on fbsd 6.2 would be appreciated. just
would like to know if anybody has tried successfully something like this
before:

motherboard: Supermicro X7DVL-L Xeon 5000V Server Board(MB4284)

with:

INTEL® CPU PROCESSOR 1  Intel Quad-Core Xeon E5335 Processor 2.0GHz
1333MHz(CP1149)
INTEL® CPU PROCESSOR 2  Intel Quad-Core Xeon E5335 Processor 2.0GHz
1333MHz(CP1149)


Both 5000V chipsets and Xeon 53xx CPUs work fine with FreeBSD 6.2. There 
might be other hardware on board that doesn't, though.




signature.asc
Description: OpenPGP digital signature


Re: End-of-life for my amd64 ?

2007-09-20 Thread Ivan Voras

NetOpsCenter wrote:

I have been using FreeBSD 7.0  since Jan  8 2007  CURRENT on this box 
which is a desktop for browsing and email  with a Dual core AMD CPU setup.

It rocks.

I use FreeBSD 7.0 Current on 2 small mailservers using 3 year old 
hardware and it is rock solid. I believe the FreeBSD team has really got 
their act together on this one.


Are you using any of the new features in 7.x? SCHED_ULE, ZFS? Because my 
only 7.x production server that does crashes daily (luckily it's not a 
critical machine) and non-server machines are not far behind. If you're 
not using the new features, you could just as well run 6.x :)


I'm actively trying to solve some of these problems, but from my 
experience (I do a lot of things that may be considered experimental, 
but mostly userland-side, I run vanilla kernels) 7 simply isn't stable 
yet. It might be in 7.0, but it's not yet.






signature.asc
Description: OpenPGP digital signature


downgrading to an earlier version of the same port

2007-09-20 Thread Aryeh Friedman
On my machine it appears that jdk-1.5.0.12,1 is broken and I want to
downgrade to a previous cvsup of the same port (I don't know the exact
tag but it is the one using patch set 4)... how do I go about doing
this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: QEMU and tap problems

2007-09-20 Thread Derrick Ryalls
On 9/20/07, Doug Poland [EMAIL PROTECTED] wrote:

 Hello,

 I've been following the various instructions I've found on the web in an
 attempt to get tap networking with qemu-devel-0.9.0s.20070802 and
 kqemu-kmod-1.3.0.p11_2 on 6.2-STABLE.

 qemu was compiled with:
_OPTIONS_READ=qemu-devel-0.9.0s.20070802
WITH_KQEMU=true
WITHOUT_HACKS_CIRRUS=true
WITHOUT_RTL8139_TIMER=true
WITHOUT_SAMBA=true
WITH_SDL=true
WITH_CDROM_DMA=true

 The kernel modules are loaded:
if_tap, bridge, aio, kqemu

 The sysctls are changed:
sysctl net.link.ether.bridge_cfg=ath0,tap0
sysctl net.link.ether.bridge.enable=1

 The tap device exists:
crw---  1 root  wheel0, 134 Sep 19 22:42 /dev/tap0

tap0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 inet 0.0.0.0 netmask 0xff00 broadcast 0.255.255.255
 ether 00:bd:01:3c:01:00
 Opened by PID 1317

 The qemu-ifup script exists:
cat /etc/qemu-ifup
  #!/bin/sh
  ifconfig ${1} 0.0.0.0

 I launch qemu like this:
qemu -m 512 -localtime -hda VMs/w2k3.img -net nic -net tap


 Windows Server 2003 comes up.  If I attempt to use DHCP to configure the
 interface in W2K3, I get a several minute pause while it attempts to
 contact a DHCP server, finally it fails with the message:
This connection has limited or no connectivity
 and windows assigns itself the 169.254.244.101 address.

 If I try to manually configure the windows interface, i.e.,
IP: 172.16.1.15
NM: 255.255.255.0
DG: 172.16.1.1
NS: 172.16.1.17
NS: 172.16.1.21

 Windows thinks it has connectivity, but I cannot ping the default
 gateway from the guest and I cannot ping the IP of the guest from the
 host.

 So at this point, I have no networking from the guest OS.  About the
 only thing that I haven't seen on the web is people using wireless NICs
 in the host.  In my case, I have an atheros chipset connected via WPA2
 to my WAP.

 All help is appreciated...


I just got tap working with an earlier build of qemu using clues from this site:

http://forums.bsdnexus.com/viewtopic.php?id=1563

Also, I can only get it working when I run it with sudo at the moment
and I have only tried with a wired nic.  I have read in some places
that encryption causes problems with tap, but I don't have a link to
where I read it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: downgrading to an earlier version of the same port

2007-09-20 Thread Jay Chandler

Aryeh Friedman wrote:

On my machine it appears that jdk-1.5.0.12,1 is broken and I want to
downgrade to a previous cvsup of the same port (I don't know the exact
tag but it is the one using patch set 4)... how do I go about doing
this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/ports-mgmt/portdowngrade/ is your friend in these situations...


--
Jay Chandler / KB1JWQ
Living Legend / Systems Exorcist
Today's Excuse: Bit rot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 keyboard

2007-09-20 Thread James Cook
On Wed, Sep 19, 2007 at 10:51:56PM +0100, Richard Tobin wrote:
 I'm using a Mac mini, and the keyboard is wrong in various ways under X
 (apart from the usual unwanted caps lock, keys like tilde are wrong).
 What is the right way to fix this?  I'm using Xorg 7.2.
 
 -- Richard

Have you gotten other mac keyboards working under FreeBSD?  If not,
you probably want, try man setxkbmap.  The files setxkbmap uses are in
/usr/local/share/X11/xkb.  For example, there's a file
geometry/macintosh, so setxkbmap -geometry macintosh might help.

James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: End-of-life for my amd64 ?

2007-09-20 Thread NetOpsCenter

Ivan Voras wrote:


NetOpsCenter wrote:

I have been using FreeBSD 7.0  since Jan  8 2007  CURRENT on this box 
which is a desktop for browsing and email  with a Dual core AMD CPU 
setup.

It rocks.

I use FreeBSD 7.0 Current on 2 small mailservers using 3 year old 
hardware and it is rock solid. I believe the FreeBSD team has really 
got their act together on this one.



Are you using any of the new features in 7.x? SCHED_ULE, ZFS? Because 
my only 7.x production server that does crashes daily (luckily it's 
not a critical machine) and non-server machines are not far behind. If 
you're not using the new features, you could just as well run 6.x :)


I'm actively trying to solve some of these problems, but from my 
experience (I do a lot of things that may be considered 
experimental, but mostly userland-side, I run vanilla kernels) 7 
simply isn't stable yet. It might be in 7.0, but it's not yet.





I dont believe I use anything exotic. ZFS is not used either.

My needs are simple and I  have found 7 CURRENT works on several nic 
cards that I had problems with using in previous versions.




~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: downgrading to an earlier version of the same port

2007-09-20 Thread Jonathan Horne
On Thursday 20 September 2007 19:37:10 Aryeh Friedman wrote:
 On my machine it appears that jdk-1.5.0.12,1 is broken and I want to
 downgrade to a previous cvsup of the same port (I don't know the exact
 tag but it is the one using patch set 4)... how do I go about doing
 this?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

i do this from time to time, byjust making an edit to my ports-supfile.  
normally, there is a line like this in your ports-supfile:

*default release=cvs tag=.

i comment that line out, and put one right below it like this:

# *default release=cvs tag=.
*default release=cvs tag=. date=2007.06.01.01.01.01

as you can see, ive added a date 'keyword' (see man csup), and as you can 
likely see, the format is year.month.day.hour.minute.second.  put in the 
date/time that you want to go back to, and then:

csup -g -L 2 -i ports/java/diablo-jdk15 ports-supfile

and just that one port should roll back to the date/time you specified in your 
ports-supfile.  remember, to comment out your new date-line, and un-comment 
your original date-keyword-less line, so that the next time you csup you dont 
run your whole ports tree backwards in time.

oh, and a good resource to find exactly what date you need to specify that you 
want to go back to (remember to choose a time *before* the change you want to 
avoid), is to check here:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/#dirlist

find your port's Makefile, check the date of the revision, and step back a 
day, an hour, or whatever you need.

good luck,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: QEMU and tap problems

2007-09-20 Thread RW
On Thu, 20 Sep 2007 06:21:20 -0500
Doug Poland [EMAIL PROTECTED] wrote:

 
 Hello,
 
 I've been following the various instructions I've found on the web in
 an attempt to get tap networking with qemu-devel-0.9.0s.20070802 and
 

Are you actually sure that you actually need tap? A lot of the how-tos
are out of date - recent versions of Qemu can give a guest network
access without it.

 Windows thinks it has connectivity, but I cannot ping the default
 gateway from the guest and I cannot ping the IP of the guest from the
 host.

This suggest you are accessing the net without tap, ping is a setuid
binary so pings generated in the guest can't be passed on by qemu.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: downgrading to an earlier version of the same port

2007-09-20 Thread RW
On Thu, 20 Sep 2007 20:27:10 -0500
Jonathan Horne [EMAIL PROTECTED] wrote:

 On Thursday 20 September 2007 19:37:10 Aryeh Friedman wrote:
  On my machine it appears that jdk-1.5.0.12,1 is broken and I want to
  downgrade to a previous cvsup of the same port (I don't know the
  exact tag but it is the one using patch set 4)... how do I go about
  doing this?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 i do this from time to time, byjust making an edit to my
 ports-supfile. normally, there is a line like this in your
 ports-supfile:
 

It's a lot easier to use portdowngrade.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: downgrading to an earlier version of the same port

2007-09-20 Thread Aryeh Friedman
If the portdowngrade method actually works (the supfile one does)

On 9/21/07, RW [EMAIL PROTECTED] wrote:
 On Thu, 20 Sep 2007 20:27:10 -0500
 Jonathan Horne [EMAIL PROTECTED] wrote:

  On Thursday 20 September 2007 19:37:10 Aryeh Friedman wrote:
   On my machine it appears that jdk-1.5.0.12,1 is broken and I want to
   downgrade to a previous cvsup of the same port (I don't know the
   exact tag but it is the one using patch set 4)... how do I go about
   doing this?
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  i do this from time to time, byjust making an edit to my
  ports-supfile. normally, there is a line like this in your
  ports-supfile:
 

 It's a lot easier to use portdowngrade.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Are you guys using xcdroast?

2007-09-20 Thread Warren Block

On Thu, 20 Sep 2007, Lisandro Grullon wrote:


(xcdroast:20529): Gtk-WARNING **: cannot open display:


I do understand that this is an X aplication, I am trying to run it in 
6.2_release using Xorg 7.2 and Gnome2, still giving me that strange 
error when I try to execute from the shell as root, I try google at it 
and nothing shows up for it. Any ideas what might be happening?


No DISPLAY variable set for root, which has its own environment.
Try this:

  log in to X as your normal user
  xhost +localhost
  su -
  setenv DISPLAY :0.0
  xcdroast

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: downgrading to an earlier version of the same port

2007-09-20 Thread Aryeh Friedman
% portdowngrade java/jdk15

portdowngrade 0.6 by Heiner Eichmann
Please note, that nothing is changed in the ports tree
unless it is explicitly permitted in step 6!

Seeking port java/jdk15 ... not found


On 9/21/07, Jay Chandler [EMAIL PROTECTED] wrote:
 Aryeh Friedman wrote:
  If the portdowngrade method actually works (the supfile one does)

 I've never heard of it NOT working-- have you?

 --
 Jay Chandler / KB1JWQ
 Living Legend / Systems Exorcist
 Today's Excuse: Bit rot

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


skype with garbled characters

2007-09-20 Thread Girish Venkatachalam
Hello all,

  I am not able to use skype with FreeBSD 6.2.

  It installs fine after a CVSup of the ports tree.

  But whenever I try to run it, I get a screen like this.

  http://koushikn.fastmail.fm/skype.png

  All my efforts at resolving failed.

  Please help.

Best,
Girish
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Strange Java behaviour

2007-09-20 Thread Aryeh Friedman
On every JDK (linux-sun-jdk14,jdk15,diablo-jdk15,linux-sun-jdk16 and
jdk16) I have tried this on it opens the JFrame then just dies
(immediatly):

import javax.swing.JFrame;

public class Main
{
public static void main(String[] args)
{
JFrame frame=new JFrame();

frame.pack();
frame.setVisible(true);

while(true)
;
}
}

I am using FreeBSD 7-Current with xorg 7.3 (gnome)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mediawiki 1.9.*

2007-09-20 Thread John Andrewartha
Hi,
I am trying to get the math working in mediawiki19 
(/usr/ports/www/mediawiki19) but, keep running up against problem with LateX.

The httpd-error.log shows Latex not found.
I do have tetex installed which includes latex and a raft of other packages.

I have searched the mediawiki structure for a PARTH statement for latex/tex, 
with no joy.  Yes the LocalSettings has the use tex variable set to true.

Has anyone else had any experience or advice with this package on FreeBSD 
6.2-S?

Cheers John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Strange Java behaviour

2007-09-20 Thread Pieter de Goeje
On Friday 21 September 2007, Aryeh Friedman wrote:
 On every JDK (linux-sun-jdk14,jdk15,diablo-jdk15,linux-sun-jdk16 and
 jdk16) I have tried this on it opens the JFrame then just dies
 (immediatly):

 import javax.swing.JFrame;

 public class Main
 {
 public static void main(String[] args)
 {
 JFrame frame=new JFrame();

 frame.pack();
 frame.setVisible(true);

 while(true)
 ;
 }
 }

 I am using FreeBSD 7-Current with xorg 7.3 (gnome)
Your code is wrong. You cannot do GUI creation / updating outside the 
Swing/AWT event dispatching thread. Also, the while(true); is unnessecary 
(and a waste of CPU time) because java does not terminate while there are 
active threads.

For more information: 
http://java.sun.com/docs/books/tutorial/uiswing/concurrency/

Example:

import javax.swing.*;
public class Main {
  public static void main(String[] args) {
java.awt.EventQueue.invokeLater(new Runnable() {
  public void run() {
JFrame f = new JFrame(Hello);
f.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
f.setVisible(true);
  }
});
  }
}

Regards,
Pieter de Goeje
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Multiple NICs - custom protocol development

2007-09-20 Thread Len Gross
First, thanks for the response; It's nice to see some community support.

Here is what I am trying to do:

I am building a custom MAC protocol for a wireless system that has different
software on
the head end and the clients.  It is not peer-to-peer,  While the
hardware is being developed
I want to use Ethernet as a physical layer.

So,I want to use one card running server code and one card running client
code initially.   Later I will do
the checkout with multiple client machines and a single server.

If the OS loops a packet back (At the IP layer) before it gets to my MAC
layer then I can't test any code.

-- Len





On 9/20/07, Lowell Gilbert [EMAIL PROTECTED] wrote:

 Len Gross [EMAIL PROTECTED] writes:

  I have a host on my local 192.168.0 / 24 subnet that works fine in
 getting
  to the Internet via a default route.via a wireless connection.
  I want to develop some custom link protocols and I have placed two
 Ethernet
  NICs in the box.
  I want to be able to send packets from one NIC to the other and maintain
 the
  link to the Internet.
  I've tried a large number of things via rc.conf but when I ping of the
 cards
  it is not going out the interface; it just gets looped back.   (I test
 this
  by disconnecting the crossover cable between the two cards.)
 
  My current rc.conf has the following attempt, but this fails.
 
  #
  router_enable=Yes
  gateway_enable=Yes
  #  Ethernet 1:
  ifconfig_xl0=inet 192.168.1.1  netmask 255.255.255.0
  # Ethernet 2
  ifconfig_rl0=inet 192.168.2.1  netmask 255.255.255.0
  #
  # Set up loop between the two ethernet cards
  static_routes xtor, rtox
  route_rtox = -host 192.168.1.1 192.168.2.1
  route_xtor = -host 192.168.2.1 192.168.1.1
 
  Can I do what I want or must I have a second development box?

 What you want to do doesn't make sense; there is no reason to send
 packets to yourself over a wire.  If your machine is sending packets
 to itself, the best path is over the loopback, and it doesn't make
 sense to send it over a different path.  So you need to examine *why*
 you want to do that before you can figure out the best approach to
 your root problem.

 I do protocol development and testing through a number of different
 approaches, but for basic development there's usually no problem with
 letting the packets go over the loopback.  For working on something
 like DHCP, I need separate IP stacks, because that will modify the
 routing tables differently on the server and the client(s).  For that,
 I find virtual machines (qemu, most recently) to be the easiest and
 most flexible environment.  I have also used environments based on
 bpf(4) interfaces when I was working with IP stacks that ran
 separately from the system's kernel.

 Good luck.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hard drive RPM

2007-09-20 Thread Norberto Meijome
On Thu, 20 Sep 2007 19:35:28 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

 but we are talking about disk capacity. filesystem is just kind of data on 
 disk, you may access disk without it like my video stream server. actually 
 only 1GB of each disk is allocated for filesystem (mirror+stripe on 8 
 disks, giving 4GB for / partition), everything else simply contains 
 movies, with catalog as file on / partition.

OP was complaining he/she could only access a smaller % of his disk after
formatting it. so i think the effect of formatting also goes to answering the
OP.

_
{Beto|Norberto|Numard} Meijome

Liberty is not a means to a higher political end. It is itself the highest
political end... liberty is the only object which benefits all alike, and
provokes no sincere opposition... The danger is not that a particular class is
unfit to to govern. Every class is unfit to govern... Power tends to corrupt,
and absolute power corrupts absolutely. Lord Acton

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]