XEmacs: How to suppress a warning

2006-12-04 Thread a
I set LC_CTYPE=ru_RU.CP866 Every time I start XEmacs 21.5 (beta27) fiddleheads [Lucid] (i386--freebsd, Mule) it reads me in a separate buffer: (1) (xintl/warning) System supports locale `' but X Windows does not But I do not need this notification 30 times a day. How to prevent this warning?

Re: 32bit jails on 64bit hosts

2006-12-04 Thread Vlad Galu
On 11/30/06, Pieter de Goeje [EMAIL PROTECTED] wrote: On Thursday 30 November 2006 10:33, Vlad Galu wrote: Is there any knob in the .mk infrastructure that I can use to achieve $subj? Thanks in advance. build(7) suggests the use of TARGET_ARCH=i386. Thanks! - Pieter de Goeje --

unable to Check wtmp file contents for last month.

2006-12-04 Thread DeadMan Xia ....
Hello Every1, well i m using FreeBSD 6.0 with qmail. i usually used to take backups remotely. i want to check the content of wtmp files for last month which was overwritten by new wtmp file of current month. Any body help me out regarding this Regards,,, Zia Ullah Khan Project Manager - WHSS

Problem mounting a USB hard drive

2006-12-04 Thread Hristo Iliev
Hello FreeBSD users! Briefly, I am having problems mounting my 2.5 USB hard drive. I am running 6.1-RELEASE FreeBSD on a Samsung Sens 820 notebook (I attach the dmesg and the relavent extracts from /var/log/messages at the end of my post) and I have several external USB storage devices that I

Re: ssh client affecting fonts?

2006-12-04 Thread Alex Zbyslaw
Eric wrote: So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex i have tried xterm, linux, ansi, etc

Is there a standard function for converting IP address to number?

2006-12-04 Thread a
Is there a standard function converting four numbers to one 32-bit IP address? I mean a function like f(i, j, k, l) { return (i 8) | j) 8) | k) 8) | l; } Elisej Babenko ___ freebsd-questions@freebsd.org mailing list

Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
106Hi; I entered the following stupid command: cp -R /* /ad2 thinking that would copy the contents of my working HD to my new 1/2 teraflop HD (ad2). What it did was manage to wipe out some very important files (thank goodness I had up-to-date backups) and it appears to have corrupted gcc...my C

Re: Is there a standard function for converting IP address to number?

2006-12-04 Thread Giorgos Keramidas
On 2006-12-04 14:45, [EMAIL PROTECTED] wrote: Is there a standard function converting four numbers to one 32-bit IP address? I mean a function like f(i, j, k, l) { return (i 8) | j) 8) | k) 8) | l; } That's not even a complete, usable function, but if you are looking

Re: ssh client affecting fonts?

2006-12-04 Thread Eric
Alex Zbyslaw wrote: Eric wrote: So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex i have tried

Acroread never dies

2006-12-04 Thread Pietro Cerutti
Hello, FreeBSD gahr-laptop 6.2-RC1 FreeBSD 6.2-RC1 #0: Mon Dec 4 08:59:14 CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GAHR i386 acroread7-7.0.8,1 acroreadwrapper-0.0.20060221 firefox-2.0_2,1 the Acrobat Reader 7 plugin works just fine, but the acroread process doesn't die even after

Re: Configuring DNS (BIND) in isolation

2006-12-04 Thread David Robillard
Hello, I have a need to make my own DNS system on an isolated network. Years ago, I administered DNS for a couple of different companies, but that was quite a while ago and since I've turned to programming I haven't done much in the way of network administration. I recall from using BIND 4,

Re: /usr/ports/x11-toolkits/eel linker error

2006-12-04 Thread Lowell Gilbert
Laszlo Nagy [EMAIL PROTECTED] writes: What am I going wrong? Please help! System: FreeBSD 6.1-RELEASE-p10 #4: Thu Nov 30 13:33:49 CET 2006 The ports tree was updated yesterday, then I ran portupgrade -a It was completed today. Then I ran portinstall gnome2 and got this error: grep:

Re: Automount

2006-12-04 Thread Lowell Gilbert
Robert Davison [EMAIL PROTECTED] writes: After some kind advice from this mail list, im trying to set up an amd automount so that my external hard drive doesnt have to be on all the time for the main server to boot. My fstab for the drives (there is two drives contained within a Sun

Re: Corrupted C Compiler

2006-12-04 Thread Josh Paetzel
On Monday 04 December 2006 07:05, Rachel Florentine wrote: 106Hi; I entered the following stupid command: cp -R /* /ad2 thinking that would copy the contents of my working HD to my new 1/2 teraflop HD (ad2). What it did was manage to wipe out some very important files (thank goodness I had

Re: Freebsd Fail to boot

2006-12-04 Thread Lowell Gilbert
Thomas Wahyudi [EMAIL PROTECTED] writes: Hi, I have freebsd 6.1 and 6.2 RC1 and i trying to install to my desktop computer using old motherboard ASUS P4S533 but everytime install is finish and trying to boot from HD its make my coumputer reboot and reboot again seems something wrong with boot

Re: Configuring DNS (BIND) in isolation

2006-12-04 Thread Andrew Falanga
On 12/4/06, David Robillard [EMAIL PROTECTED] wrote: Hello, I have a need to make my own DNS system on an isolated network. Years ago, I administered DNS for a couple of different companies, but that was quite a while ago and since I've turned to programming I haven't done much in the

Re: How does my computer work with an empty arp table?

2006-12-04 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: My computer is connected to ISP via ADSL and works properly. I typed arp -a and saw an empty table, although I pinged successfully an Internet host one second ago. How does it work? $ ifconfig

Re: Acroread never dies

2006-12-04 Thread Warren Block
On Mon, 4 Dec 2006, Pietro Cerutti wrote: FreeBSD gahr-laptop 6.2-RC1 FreeBSD 6.2-RC1 #0: Mon Dec 4 08:59:14 CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GAHR i386 acroread7-7.0.8,1 acroreadwrapper-0.0.20060221 firefox-2.0_2,1 the Acrobat Reader 7 plugin works just fine, but the

Re: How does my computer work with an empty arp table?

2006-12-04 Thread a
On Mon, Dec 04, 2006 at 10:26:46AM -0500, Lowell Gilbert wrote: [EMAIL PROTECTED] writes: My computer is connected to ISP via ADSL and works properly. I typed arp -a and saw an empty table, although I pinged successfully an Internet host one second ago. How does it work?

Re: Acroread never dies

2006-12-04 Thread Alex Zbyslaw
Pietro Cerutti wrote: acroread7-7.0.8,1 acroreadwrapper-0.0.20060221 firefox-2.0_2,1 the Acrobat Reader 7 plugin works just fine, but the acroread process doesn't die even after the Firefox window containing the object visualized by the plugin (a PDF document) has been closed. The process is

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread hal
On Dec 3, 2006, at 9:43 AM, Boris Samorodov wrote: On Sun, 03 Dec 2006 04:09:18 -0400 Marc G. Fournier wrote: Since the point of this is to be run monthly, out of periodic monthly, the 1st of the month is when all hosts should be 'renewing' their information ... I have some diskless

Re: Corrupted C Compiler

2006-12-04 Thread Warren Block
On Mon, 4 Dec 2006, Rachel Florentine wrote: I entered the following stupid command: cp -R /* /ad2 thinking that would copy the contents of my working HD to my new 1/2 teraflop HD (ad2). What it did was manage to wipe out some very important files (thank goodness I had up-to-date backups) and

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Wayne
hal wrote: Since the point of this is to be run monthly, out of periodic monthly, the 1st of the month is when all hosts should be 'renewing' their information Cool project. Just added my main machine to it. Is there any way for me to see what it's really sending? Looks like it sends a

Re: Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
- Original Message From: Josh Paetzel [EMAIL PROTECTED] It's not immediately clear to me what you mean by repairing broken C files. The port uses the Zope source and the system compiler, presumably the same source and compiler you are using to build it by hand. Are you sure you

Re: unable to Check wtmp file contents for last month.

2006-12-04 Thread Frank Shute
On Mon, Dec 04, 2006 at 03:51:16PM +0500, DeadMan Xia wrote: Hello Every1, well i m using FreeBSD 6.0 with qmail. i usually used to take backups remotely. i want to check the content of wtmp files for last month which was overwritten by new wtmp file of current month. Any body help

Re: Is there a standard function for converting IP address to number?

2006-12-04 Thread Matthew Seaman
[EMAIL PROTECTED] wrote: Is there a standard function converting four numbers to one 32-bit IP address? I mean a function like f(i, j, k, l) { return (i 8) | j) 8) | k) 8) | l; } Not exactly. inet_ntoa() and inet_aton() are about the closest I can think of. There's

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Boris Samorodov
On Sun, 03 Dec 2006 20:28:15 -0400 Marc G. Fournier wrote: --On Monday, December 04, 2006 02:07:08 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: On Sun, 03 Dec 2006 17:05:04 -0400 Marc G. Fournier wrote: If its diskless, will each reboot end up reporting as a whole new host each

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread IOnut
On Mon, 04 Dec 2006 20:46:49 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: As I said I'm afraid those machines may give some destabilization to bsdstats results when the First of month is a holiday/weekend. So I'm not sure if it's a good thing to report them to bsdstats.org. What do you

Re: How does my computer work with an empty arp table?

2006-12-04 Thread Jona Joachim
On Mon, 4 Dec 2006 08:14:44 +0200 [EMAIL PROTECTED] wrote: On Sun, Dec 03, 2006 at 02:53:44PM -0800, Atom Powers wrote: On 12/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My computer is connected to ISP via ADSL and works properly. I typed arp -a and saw an empty table,

How to install a 32bit port on a amd64bit machine

2006-12-04 Thread Prudhvi Krishna Surapaneni
Hi, is there a way i can install a 32bit port on a amd64 bit machine. Ex: rite now istanbul port only compiles on a i386 system. But, i need that port badly so is there a way to install in on my amd64 box ? Thanks in advance -- Prudhvi Krishna Surapaneni C.S.E

Re: DVD Movies

2006-12-04 Thread Jona Joachim
On Sat, 2 Dec 2006 11:09:24 -0500 John Nielsen [EMAIL PROTECTED] wrote: On Saturday 02 December 2006 08:49, Andrew Pantyukhin wrote: On 12/2/06, Graham Bentley [EMAIL PROTECTED] wrote: Is it possible to play a DVD without loading X ? Apparently, yes

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, December 04, 2006 20:46:49 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: Add something like that (real code at least) to the init/rc file used on the diskless station, to be run after all mounts are up? As I said I'm afraid

custom rc.d script not working

2006-12-04 Thread Gobbledegeek
I compiled quagga 0.99.5 from source (not freebsd port) and wrote this little script in the /etc/rc.d/zebra file. --- #!/bin/sh # PROVIDE: zebra # REQUIRE: NETWORKING . /etc/rc.subr name=zebra rcvar=${name}_enable required_files=/usr/local/etc/${name}.conf

Fwd: DGE-530T nic not found on 5.5

2006-12-04 Thread Derrick Ryalls
[Resending with more info] Greetings, I have a fileserver I installed this nic on but the device fails to show in ifconfig uname: 5.5-STABLE FreeBSD 5.5-STABLE #2: Sun Oct 29 14:12:46 PST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FRODO Except from FRODO kernel file (generic plus some): #

Realtek (re(4)) Driver in 6.1

2006-12-04 Thread Jon Drukman
I'm about to install 6.1 on a machine that's been happily ticking away with 4.1.1 for years now. (I need to upgrade it to gigabit ethernet.) Does the default kernel on the 6.1-R installation CD include the realtek re(4) driver? If not, what would I have to do to enable it? -jsd-

Ports: Starting over from scratch?

2006-12-04 Thread Drew
I'm running into some problems on a desktop box that I've not seen anywhere else with upgrading multiple ports. The problem is so extensive, and a solution not being forthcoming, I'm very tempted to make deinstall from /usr/ports and then pkg_deinstall -a, and start over again. Does anyone have

Re: Realtek (re(4)) Driver in 6.1

2006-12-04 Thread John Nielsen
On Monday 04 December 2006 13:54, Jon Drukman wrote: I'm about to install 6.1 on a machine that's been happily ticking away with 4.1.1 for years now. (I need to upgrade it to gigabit ethernet.) Does the default kernel on the 6.1-R installation CD include the realtek re(4) driver? Yes. If

Re: Ports: Starting over from scratch?

2006-12-04 Thread Ceri Davies
On Mon, Dec 04, 2006 at 01:05:08PM -0600, Drew wrote: I'm running into some problems on a desktop box that I've not seen anywhere else with upgrading multiple ports. The problem is so extensive, and a solution not being forthcoming, I'm very tempted to make deinstall from /usr/ports and then

What is the difference between No address associated with name and Unknown host

2006-12-04 Thread a
What is the difference between No address associated with name and Unknown host: $ ping accounts.eirtrade.ie ping: cannot resolve accounts.eirtrade.ie: No address associated with name and $ ping accounts.eirtrade.i ping: cannot resolve accounts.eirtrade.i: Unknown host The source of my

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Nagy László Zsolt
[EMAIL PROTECTED] wrote: What is the difference between No address associated with name and Unknown host: $ ping accounts.eirtrade.ie ping: cannot resolve accounts.eirtrade.ie: No address associated with name and $ ping accounts.eirtrade.i ping: cannot resolve accounts.eirtrade.i: Unknown

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Chuck Swiger
On Dec 4, 2006, at 11:54 AM, [EMAIL PROTECTED] wrote: What is the difference between No address associated with name and Unknown host: The former means there is no A record in the DNS for the hostname, but there is a DNS record for the domain and that it answered the question as such. The

ipod freebsd 6.1 on amd64

2006-12-04 Thread Dino Vliet
Hi peeps, does anyone have luck using an ipod on freebsd 6.1 on a amd64 system? I can't get mine to work. If I plug my ipod into a usb port, look what dmesg gives me: uhub1: device problem (SHORT_XFER), disabling port 8 uhub0: device problem (SET_ADDR_FAILED), disabling port 8 uhub1: device

Re: Configuring DNS (BIND) in isolation

2006-12-04 Thread Andrew Falanga
You're on the right track. Yes, you'ld need a zone file for the root of your DNS -- if it's all served from one machine then that would replace the 'hint' zone and named.root stuff in the example named.conf The zone file for '.' would contain an SOA record and then delegation for whatever

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Nagy László Zsolt
If you have the dig command available on your machine, you can read its documentation, and play with it. It will make things clear. Look below: in the first case, there is no A record, but there is a SOA record. However, the hostname of the SOA is different from the queried hostname. In

freebsd 6.1 smbutil error

2006-12-04 Thread george kinzie
When I try to use smbutil login I get this error message smbutil: smb_lib_init: can't find kernel module even though smbutil lookup works. What could be the problem? - Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done

Re: DGE-530T nic not found on 5.5 - Possibly solved

2006-12-04 Thread Derrick Ryalls
On 12/4/06, Derrick Ryalls [EMAIL PROTECTED] wrote: [Resending with more info] Greetings, I have a fileserver I installed this nic on but the device fails to show in ifconfig uname: 5.5-STABLE FreeBSD 5.5-STABLE #2: Sun Oct 29 14:12:46 PST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FRODO

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Antony Mawer
On 5/12/2006 2:47 AM, hal wrote: On Dec 3, 2006, at 9:43 AM, Boris Samorodov wrote: On Sun, 03 Dec 2006 04:09:18 -0400 Marc G. Fournier wrote: Since the point of this is to be run monthly, out of periodic monthly, the 1st of the month is when all hosts should be 'renewing' their information

Re: /usr/ports/x11-toolkits/eel linker error

2006-12-04 Thread Laszlo Nagy
Pablo Mora wrote: On 12/1/06, Laszlo Nagy [EMAIL PROTECTED] wrote: What am I going wrong? Please help! System: FreeBSD 6.1-RELEASE-p10 #4: Thu Nov 30 13:33:49 CET 2006 The ports tree was updated yesterday, then I ran portupgrade -a It was completed today. Then I ran portinstall gnome2 and

finding out what devices got an ip from the dhcp ?

2006-12-04 Thread Beni
Hi all, Is there an easy and fast way to find out what computers got an ip from the dhcp daemon running on my Linksys WAG54G ? I know I can log onto the adsl gateway and check it via the webinterface and see in realtime how many addresses are distributed to what pc-names, but there i have no

Re: Realtek (re(4)) Driver in 6.1

2006-12-04 Thread Marwan Sultan
Hello Pietro, A question, I have 8 servers! all intel motherboards, but some are 101 and others 945 models. all acting as NAT gateway, and the NAT NIC is dlink. vr0 and rl0 are my devices im having unknown dropdown connections! when i investigate i found nothing but watchdog timeout!

Looking for a cookbook on Oracle clients...

2006-12-04 Thread Brian J. McGovern
All, I have a task that requires I extract a data set from a MySQL server, and push it on to an Oracle (9i) server. I figured I'd go the ODBC route, and installed unix_odbc_driver and its dependencies. However, its pretty clear that I don't fully understand what I'm doing, and

How Do Binary Repair

2006-12-04 Thread Rachel Florentine
75Hi; I broke gcc. Yes, I'm pretty confident that's what I did. How do I repair it? Or is this the wrong forum to ask? TIA, Rachel Yahoo! Music Unlimited Access over 1 million songs.

RE: finding out what devices got an ip from the dhcp ?

2006-12-04 Thread Murray Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beni Sent: Tuesday, 5 December 2006 7:19 AM To: freebsd-questions@freebsd.org Subject: finding out what devices got an ip from the dhcp ? Hi all, Is there an easy and fast way to find out what

Re: finding out what devices got an ip from the dhcp ?

2006-12-04 Thread Chuck Swiger
On Dec 4, 2006, at 12:18 PM, Beni wrote: Is there an easy and fast way to find out what computers got an ip from the dhcp daemon running on my Linksys WAG54G ? I know I can log onto the adsl gateway and check it via the webinterface and see in realtime how many addresses are distributed to

Re: How Do Binary Repair

2006-12-04 Thread Kris Kennaway
On Mon, Dec 04, 2006 at 02:19:09PM -0800, Rachel Florentine wrote: 75Hi; I broke gcc. Yes, I'm pretty confident that's what I did. How do I repair it? Or is this the wrong forum to ask? Reinstall from backup or fresh binary media. Kris pgpXpuXqljxRu.pgp Description: PGP signature

issues with NgMkSockNode

2006-12-04 Thread Bill Thompson
Hello, I'm implementing a program using netgraph, and I'm having some issues when calling NgMkSockNode and would like to know if this is the right list to post questions for this subject or is there a better list that I should use. Thank you. Bill T.

Re: Realtek (re(4)) Driver in 6.1

2006-12-04 Thread Pietro Cerutti
On 12/4/06, Marwan Sultan [EMAIL PROTECTED] wrote: Hello Pietro, Hello! Yes its heavy load, and every few days my vr0 stops acting as DHCP and i find watchdog timeout error.. Yep, those are the symptoms... What is the solutions? (change the NICs? both? And how to fix it! (console

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Chris
Marc G. Fournier wrote: --On Monday, December 04, 2006 20:46:49 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: Add something like that (real code at least) to the init/rc file used on the diskless station, to be run after all mounts are up? As I said I'm afraid those machines may

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Boris Samorodov
On Mon, 04 Dec 2006 14:46:08 -0400 Marc G. Fournier wrote: --On Monday, December 04, 2006 20:46:49 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: Add something like that (real code at least) to the init/rc file used on the diskless station, to be run after all mounts are up? As I

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
82- Original Message From: Kris Kennaway [EMAIL PROTECTED] Reinstall from backup or fresh binary media. So go to GNU and look for a gcc tarball and have at it. But that's not the FBSD way of doing things, is it? I wouldn't do that with MySQL, for example, I'd use the port, right? So,

Re: Corrupted C Compiler

2006-12-04 Thread Jan Grant
On Mon, 4 Dec 2006, Rachel Florentine wrote: Hi; I entered the following stupid command: cp -R /* /ad2 thinking that would copy the contents of my working HD to my new 1/2 teraflop HD (ad2). What it did was manage to wipe out some very important files (thank goodness I had up-to-date

Re: How Do Binary Repair

2006-12-04 Thread Kris Kennaway
On Mon, Dec 04, 2006 at 03:08:20PM -0800, Rachel Florentine wrote: 82- Original Message From: Kris Kennaway [EMAIL PROTECTED] Reinstall from backup or fresh binary media. So go to GNU and look for a gcc tarball and have at it. But that's not the FBSD way of doing things, is it?

Re: How Do Binary Repair

2006-12-04 Thread Peter A. Giessel
On 2006/12/04 14:08, Rachel Florentine seems to have typed: 82- Original Message From: Kris Kennaway [EMAIL PROTECTED] Reinstall from backup or fresh binary media. So go to GNU and look for a gcc tarball and have at it. But that's not the FBSD way of doing things, is it? I

network interface status

2006-12-04 Thread Beni
Hi, Every day, Charly Root sends me an email with the Daily Run Output. In it is a section Network interface status who regroups per interface the traffic. What do i launch (manually) to get those results (not especially by mail but on screen is fine) ? Thanks, Beni. pgpo3bVam6gH1.pgp

Re: network interface status

2006-12-04 Thread Chuck Swiger
On Dec 4, 2006, at 12:23 PM, Beni wrote: Every day, Charly Root sends me an email with the Daily Run Output. In it is a section Network interface status who regroups per interface the traffic. What do i launch (manually) to get those results (not especially by mail but on screen is fine)

Re: network interface status

2006-12-04 Thread Lane
On Monday 04 December 2006 14:23, Beni wrote: Hi, Every day, Charly Root sends me an email with the Daily Run Output. In it is a section Network interface status who regroups per interface the traffic. What do i launch (manually) to get those results (not especially by mail but on screen

Duo core enable/support help.

2006-12-04 Thread Marwan Sultan
Hello Gurus, I just had Intel 102, duo core, fresh freebsd 6.1r installed. but i have been told that i have to enable duo core thing in kernel what should i have there? only options SMP ? what about the /usr/src/sys/i386/conf/SMP file? shall i copy the options to MYKERNEL ?

Re: Duo core enable/support help.

2006-12-04 Thread Lane
On Monday 04 December 2006 18:40, Marwan Sultan wrote: Hello Gurus, I just had Intel 102, duo core, fresh freebsd 6.1r installed. but i have been told that i have to enable duo core thing in kernel what should i have there? only options SMP ? what about the

Re: Duo core enable/support help.

2006-12-04 Thread Mike Tancsa
On Tue, 05 Dec 2006 00:40:50 +, in sentex.lists.freebsd.questions you wrote: Hello Gurus, I just had Intel 102, duo core, fresh freebsd 6.1r installed. but i have been told that i have to enable duo core thing in kernel what should i have there? only options SMP ? what

Re: Duo core enable/support help.

2006-12-04 Thread Old Ranger
Mike Tancsa wrote: On Tue, 05 Dec 2006 00:40:50 +, in sentex.lists.freebsd.questions you wrote: Hello Gurus, I just had Intel 102, duo core, fresh freebsd 6.1r installed. but i have been told that i have to enable duo core thing in kernel what should i have there? only options

(repost) cannot read windows share

2006-12-04 Thread 张韡武
This is a re-post, I am getting desperate because my work require me to connect to this share and my colleague can mount the share on Debian. I will have to move to install Debian if I wish to go on working... But I am already used to my BSD. It's too

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, December 04, 2006 22:50:26 +0300 Boris Samorodov [EMAIL PROTECTED] wrote: ...but you seem to pay most attention to those hosts reported at the first day. Thanks all for your tips, I'll report those hosts. I'm trying to look at

Re: (repost) cannot read windows share

2006-12-04 Thread Lane
On Monday 04 December 2006 19:34, 张韡武 wrote: This is a re-post, I am getting desperate because my work require me to connect to this share and my colleague can mount the share on Debian. I will have to move to install Debian if I wish to go on working... But I

more GIMP qauestions.

2006-12-04 Thread Gary Kline
A day or three ago I posted a question about turning off the grid (which was Off by-default). I did reply t the person o'er yonder by something happened to my mail. So this ACK. I've downloaded the GIMP docs, but HELP still can't find them, so

Re: system mail

2006-12-04 Thread David Schulz
you could also place a .forward in the roots home folder... On Dec 2, 2006, at 9:52 PM, Joe Holden wrote: Jeff wrote: I run postfix on 6.x with local delivery disabled. I'd like to send the system messages to an outside address, eg [EMAIL PROTECTED] instead of [EMAIL PROTECTED] ... Is

Re: BSDStats Report for December 1st, 2006

2006-12-04 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, December 04, 2006 11:09:31 -0500 Wayne [EMAIL PROTECTED] wrote: hal wrote: Since the point of this is to be run monthly, out of periodic monthly, the 1st of the month is when all hosts should be 'renewing' their information

Re: more GIMP qauestions.

2006-12-04 Thread ajm
On Mon, Dec 04, 2006 at 05:53:10PM -0800, Gary Kline wrote: A day or three ago I posted a question about turning off the grid (which was Off by-default). I did reply t the person o'er yonder by something happened to my mail. So this ACK. I've downloaded the

Booting a Freebsd HD on a windows box?

2006-12-04 Thread Steve Lake
Hi all. I'm looking to merge two of my machines in my home office into one to free up the second one for other uses, but one is a windows machine, the second is my freebsd 5.3x machine. Can I just move the HD from the Freebsd machine over to the windows machine and add something to

Re: (repost) cannot read windows share

2006-12-04 Thread Garrett Cooper
Lane wrote: On Monday 04 December 2006 19:34, 张韡武 wrote: This is a re-post, I am getting desperate because my work require me to connect to this share and my colleague can mount the share on Debian. I will have to move to install Debian if I wish to go on

Re: network interface status

2006-12-04 Thread Beni
On Tuesday 05 December 2006 01:17, you wrote: On Dec 4, 2006, at 12:23 PM, Beni wrote: Every day, Charly Root sends me an email with the Daily Run Output. In it is a section Network interface status who regroups per interface the traffic. What do i launch (manually) to get those

Re: (repost) cannot read windows share

2006-12-04 Thread Garrett Cooper
Garrett Cooper wrote: Lane wrote: On Monday 04 December 2006 19:34, 张韡武 wrote: This is a re-post, I am getting desperate because my work require me to connect to this share and my colleague can mount the share on Debian. I will have to move to install Debian if I

Re: (repost) cannot read windows share

2006-12-04 Thread 张韡武
在 2006-12-04一的 21:54 -0800,Garrett Cooper写道: Also, I'm not sure if FreeBSD has been configured to run the particular character set you need (nor am I sure where any documentation may be regarding how to set that up), but you also want to explore getting that solved in tandem with the

Re: (repost) cannot read windows share

2006-12-04 Thread 张韡武
在 2006-12-04一的 19:46 -0600,Lane写道: weiwu, One thing comes to mind: Try your question here: ... Your question is specific to samba, and probably not related to FreeBSD-specific issues. My question is DIRECTLY freebsd-related because: I. samba itself don't have this problem (tried on

Re: (repost) cannot read windows share

2006-12-04 Thread Antony Mawer
On 5/12/2006 5:28 PM, 张韡武 wrote: 在 2006-12-04一的 21:54 -0800,Garrett Cooper写道: Also, I'm not sure if FreeBSD has been configured to run the particular character set you need (nor am I sure where any documentation may be regarding how to set that up), but you also want to explore getting that

Re: more GIMP qauestions.

2006-12-04 Thread Gary Kline
On Mon, Dec 04, 2006 at 09:35:50PM -0600, ajm wrote: On Mon, Dec 04, 2006 at 05:53:10PM -0800, Gary Kline wrote: Or better to simply QUIT and use *paint? tia for any advice! gary -- Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix

Re: (repost) cannot read windows share

2006-12-04 Thread 张韡武
在 2006-12-05二的 17:36 +1100,Antony Mawer写道: [snip] I don't know if this is at all useful, but I have come across the following patches, which appear to have been ported from Darwin, to improve handling of multibyte character sets: http://people.freebsd.org/~imura/kiconv/ It would be

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
108 - Original Message From: Peter A. Giessel [EMAIL PROTECTED] I'm assuming that you are talking about GCC in the base system? How do you propose to recompile GCC without GCC? I suppose you could do a make buildworld but not if you don't have a working compiler. :) So from source,

Re: What is the difference between No address associated with name and Unknown host

2006-12-04 Thread Abdullah Al-Marrie
On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What is the difference between No address associated with name and Unknown host: $ ping accounts.eirtrade.ie ping: cannot resolve accounts.eirtrade.ie: No address associated with name and $ ping accounts.eirtrade.i ping: cannot resolve

Re: Ports: Starting over from scratch?

2006-12-04 Thread Abdullah Al-Marrie
On 12/4/06, Drew [EMAIL PROTECTED] wrote: I'm running into some problems on a desktop box that I've not seen anywhere else with upgrading multiple ports. The problem is so extensive, and a solution not being forthcoming, I'm very tempted to make deinstall from /usr/ports and then pkg_deinstall

Re: How Do Binary Repair

2006-12-04 Thread Rachel Florentine
858376 - Original Message From: Kris Kennaway [EMAIL PROTECTED] To: Rachel Florentine [EMAIL PROTECTED] Uh, what I said. Fresh binary media = either reinstall from an iso image, or extract a copy of the damaged files from the freebsd release media in another way (e.g. fetch the base.*

Re: (repost) cannot read windows share

2006-12-04 Thread Antony Mawer
On 5/12/2006 5:56 PM, 张韡武 wrote: 在 2006-12-05二的 17:36 +1100,Antony Mawer写道: [snip] I don't know if this is at all useful, but I have come across the following patches, which appear to have been ported from Darwin, to improve handling of multibyte character sets:

Re: Corrupted C Compiler

2006-12-04 Thread Rachel Florentine
76 - Original Message From: Jan Grant [EMAIL PROTECTED] I don't think it makes much sense, no. Zope is python-based and unless you're building products that rely on native libraries, what you describe doesn't sound like an accurate diagnosis. It's more likely (this is a stab in the