Re: How do you rebuild wpa_supplicant?

2011-11-11 Thread Adam Vande More
On Sat, Nov 12, 2011 at 1:07 AM, John R. Levine jo...@iecc.com wrote: Surely there is some way to rebuild just part of the tree. I know there used to be. Doesn't this work for you? cd /usr/src/usr.sbin/wpa make install ;) -- Adam Vande More ___

How to persist tape configuration

2011-11-10 Thread Andrea Venturoli
Hello. I need to set my tape with: mt comp off. After a reboot I need to do this again. I could write a script and place it in /usr/local/etc/rc.d, but I'm just wondering if there's already something standard in /etc. bye Thanks av. ___

Custom compiler/{C,CXX,F}FLAGS and /etc/make.conf - how to?

2011-11-09 Thread Vladimir Kushnir
Dear ALL, The subject says it all. I'm trying to push out of my box every ounce of performance, perhaps even with (yet experimental) path64 compiler. So my question is as simple as that: what is the precise spell to put in make.comf to get (while not disrupting the ports infrastructure!)

Looking for a simple HOW-TO

2011-11-06 Thread Jack Raats
Hi, This is perhaps not the right mailinglist so I'm sorry. I'm looking for a simple how to to install Aterisk 1.8 on FreeBSD 7.4-STABLE from the ports. Compiling is not the problem but what to choose from the config before compiling, realizing that I'm only using SIP, so no hardware attached

Re: Looking for a simple HOW-TO

2011-11-06 Thread Bernt Hansson
2011-11-06 10:37, Jack Raats skrev: Hi, This is perhaps not the right mailinglist so I'm sorry. I'm looking for a simple how to to install Aterisk 1.8 on FreeBSD 7.4-STABLE from the ports. Compiling is not the problem but what to choose from the config before compiling, realizing that I'm

How to enable PAE in freebsd 8.0 i386

2011-11-05 Thread Nazir
Hi, I'm just to know how to / step / the best practice recompile kernel with PAE support in freebsd 8.0 i386 Ahmad Nazir b Haron Pusat Teknologi Maklumat Universiti Malaysia Terengganu___ freebsd-questions@freebsd.org mailing list http

freebsd-update: how to understand, what have changed?

2011-11-03 Thread Антон Клесс
I running 8.2-RELEASE-p4. I have just run freebsd-update and it dave done something I dont't understand: # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done. Fetching metadata index... done.

Fwd: How to get /dev/smb* ?

2011-11-03 Thread Антон Клесс
02.11.2011, 14:01, Conrad J. Sabatier conr...@cox.net:  I just noticed, looking back at your previous mail, that you don't seem  to have a device smbios line in your kernel config.  Try adding that  and see if the smbios facility shows up at boot time. You're actually right! Now, with this

Re: How to get /dev/smb* ?

2011-11-03 Thread Антон Клесс
02.11.2011, 14:01, Conrad J. Sabatier conr...@cox.net:   I just noticed, looking back at your previous mail, that you don't seem   to have a device smbios line in your kernel config.  Try adding that   and see if the smbios facility shows up at boot time. You're actually right! Now, with

Re: How to get /dev/smb* ?

2011-11-02 Thread Антон Клесс
mbmon is very old.  I've never gotten it to work on any machine I've every tried it on. Does your boot time output show anything smb-related at all, such as maybe smbios0: System Management BIOS at ...?  It's possible that your machine simply has no support for this. # dmesg -a |grep smb

Re: How to get /dev/smb* ?

2011-11-02 Thread Polytropon
On Wed, 02 Nov 2011 11:44:39 +0400, Антон Клесс wrote: mbmon is very old.  I've never gotten it to work on any machine I've every tried it on. Does your boot time output show anything smb-related at all, such as maybe smbios0: System Management BIOS at ...?  It's possible that your

Re: How to get /dev/smb* ?

2011-11-02 Thread Conrad J. Sabatier
On Wed, 2 Nov 2011 08:55:56 +0100 Polytropon free...@edvax.de wrote: I don't have a smb device in dmesg listed. But I have those in the kernel configuration: # System management bus device smbus device iicbus device iicsmb device

Re: How to get /dev/smb* ?

2011-11-02 Thread Conrad J. Sabatier
as you start to narrow down the items that my possibly be useful to you. Seriously, people here don't mind questions being asked, if they're even semi-intelligent ones. We're a friendly bunch, for the most part. :-) Perhaps someone may offer you some more useful information on how to monitor

Re: How to get /dev/smb* ?

2011-11-02 Thread Carl Johnson
Антон Клесс rc5h...@yandex.ru writes: mbmon is very old.  I've never gotten it to work on any machine I've every tried it on. Does your boot time output show anything smb-related at all, such as maybe smbios0: System Management BIOS at ...?  It's possible that your machine simply has no

Re: How to get /dev/smb* ?

2011-11-02 Thread Julian H. Stacey
Have you tried: $ sysctl -a | grep temperature dev.cpu.0.temperature: 29.2C dev.cpu.1.temperature: 29.2C s/temperature/temp/ some systems will show more, eg: sysctl -a | grep temp | grep -v template dev.cpu.0.temperature: 35.0C dev.amdtemp.0.%desc: AMD K8 Thermal

How to remove ACPI from boot ?

2011-11-02 Thread Al Plant
Aloha, I have a box that wont shut down with ACPI setting activated. Anyone point me to a how to on keeping ACPI from being set to on at boot. Thanks . ## Please copy me directly as I cant get messages on the list for some reason. Any one know who I can email about whats blocking

Re: How to remove ACPI from boot ?

2011-11-02 Thread Michael Sierchio
in /boot/loader.conf (see /boot/defaults/loader.conf) acpi_load=NO On Wed, Nov 2, 2011 at 3:11 PM, Al Plant n...@hdk5.net wrote: Aloha, I have a box that wont shut down with ACPI setting activated. Anyone point me to a how to on keeping ACPI from being set to on at boot. Thanks

mail list debug - Was Re: How to remove ACPI from boot ?

2011-11-02 Thread Julian H. Stacey
Al Plant wrote: ## Please copy me directly as I cant get messages on the list for some reason. Any one know who I can email about whats blocking the FreeBSD list? ## It's downstream from freebsd.org toward you then, so suggestions: 1) Ask your own postmas...@hdk5.net Point them at

Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 02 Nov 2011 12:11:19 -1000, Al Plant n...@hdk5.net a écrit : Aloha, Bonjour, I have a box that wont shut down with ACPI setting activated. Anyone point me to a how to on keeping ACPI from being set to on at boot. in /boot/loader.conf hint.acpi.0.disabled=1 man acpi (DISABLING

Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 2 Nov 2011 15:15:43 -0700, Michael Sierchio ku...@tenebras.com a écrit : in /boot/loader.conf (see /boot/defaults/loader.conf) acpi_load=NO Not useful since acpi is built by default in the kernel GENERIC. Regards. ___

Re: How to remove ACPI from boot ?

2011-11-02 Thread Al Plant
Patrick Lamaiziere wrote: Le Wed, 02 Nov 2011 12:11:19 -1000, Al Plant n...@hdk5.net a écrit : Aloha, Bonjour, I have a box that wont shut down with ACPI setting activated. Anyone point me to a how to on keeping ACPI from being set to on at boot. in /boot/loader.conf hint.acpi.0.disabled

How to get /dev/smb* ?

2011-11-01 Thread Антон Клесс
I built new PC with MSI Z68A-GD65(G3) motherboard, running 8.2-RELEASE and trying to get /dev/smb working (want to use mbmon with it). MSI Z68A-GD65(G3) have Intel Z68 chipset. Kernel compiled with those options: device cpufreq device coretemp device smb device smbus device ichsmb device iic

Re: How to get /dev/smb* ?

2011-11-01 Thread Антон Клесс
Updating to 8.2-RELEASE-p4 does not help. Any ideas? -- Антон Клесс, http://kless.spb.ru/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: How to get /dev/smb* ?

2011-11-01 Thread Conrad J. Sabatier
On Tue, 01 Nov 2011 15:28:55 +0400 Антон Клесс rc5h...@yandex.ru wrote: I built new PC with MSI Z68A-GD65(G3) motherboard, running 8.2-RELEASE and trying to get /dev/smb working (want to use mbmon with it). MSI Z68A-GD65(G3) have Intel Z68 chipset. Kernel compiled with those options:

Re: How to dual-boot FreeBSD 9 with Linux?

2011-10-29 Thread Unga
- Original Message - From: Thomas Mueller mueller6...@bellsouth.net To: freebsd-questions@FreeBSD.org Cc: Sent: Saturday, October 29, 2011 4:47 AM Subject: Re: How to dual-boot FreeBSD 9 with Linux? Is any one by now successfully dual-booting FreeBSD 9 with Linux? I have

How to dual-boot FreeBSD 9 with Linux?

2011-10-28 Thread Unga
Hi all Is any one by now successfully dual-booting FreeBSD 9 with Linux? I have tried with OpenSuse 11.4 with FreeBSD 9. OpenSuse installs Grub1 to mbr. Grub1 doesn't seem to support FreeBSD 9. It cannot recognise the file system type. Any help in this regard is very much appreciated. Many

Re: How to dual-boot FreeBSD 9 with Linux?

2011-10-28 Thread Carl Johnson
Unga unga...@yahoo.com writes: Hi all Is any one by now successfully dual-booting FreeBSD 9 with Linux? I have tried with OpenSuse 11.4 with FreeBSD 9. OpenSuse installs Grub1 to mbr. Grub1 doesn't seem to support FreeBSD 9. It cannot recognise the file system type. Any help in this

Re: How to dual-boot FreeBSD 9 with Linux?

2011-10-28 Thread Thomas Mueller
Is any one by now successfully dual-booting FreeBSD 9 with Linux? I have tried with OpenSuse 11.4 with FreeBSD 9. OpenSuse installs Grub1 to mbr. Grub1 doesn't seem to support FreeBSD 9. It cannot recognise the file system +type. Any help in this regard is very much appreciated. Many

Re: How to dual-boot FreeBSD 9 with Linux? [ SOLVED]

2011-10-28 Thread Unga
- Original Message - From: Carl Johnson ca...@peak.org To: freebsd-questions@freebsd.org Cc: Sent: Saturday, October 29, 2011 4:12 AM Subject: Re: How to dual-boot FreeBSD 9 with Linux? Unga unga...@yahoo.com writes: Hi all Is any one by now successfully dual-booting

Re: csup: How do I know I have correct version?

2011-10-23 Thread Thomas Mueller
a ...SUPFILE. In fact, without PORTSUPFILE defined in /etc/make.conf typing 'make update' in /usr/ports will invoke portsnap for you, so long as you obtained the ports tree by 'portsnap fetch extract' originally. Cheers, Matthew Now I know better how 'make update' works, though

Re: csup: How do I know I have correct version?

2011-10-22 Thread Thomas Mueller
SUPHOST=cvsup1.fr.freebsd.org SUPFILE=/etc/cvsup/stable-supfile PORTSSUPFILE= /etc/cvsup/ports-supfile DOCSUPFILE= /etc/cvsup/doc-supfile Then, you just have to copy the sample supfiles to /etc/cvsup/ Then how do you update the system source, ports tree or doc

Re: csup: How do I know I have correct version?

2011-10-22 Thread Matthew Seaman
/ports-supfile DOCSUPFILE= /etc/cvsup/doc-supfile Then, you just have to copy the sample supfiles to /etc/cvsup/ Then how do you update the system source, ports tree or doc? Something with 'make'? 'make update' ? make update is the correct command. For ports, I run portsnap fetch

csup: How do I know I have correct version?

2011-10-21 Thread Thomas Mueller
After I run csup /usr/share/examples/releng9-supfile how do I know I have the correct version, like 9.0-BETA3 or 9.0-RC1? I can't find any such information explicitly anywhere under /usr/src . This releng9-supfile was made from stable-supfile by changing RELENG_8 to RELENG_9 in the line

Re: csup: How do I know I have correct version?

2011-10-21 Thread Damien Fleuriot
On 10/21/11 11:27 AM, Thomas Mueller wrote: After I run csup /usr/share/examples/releng9-supfile how do I know I have the correct version, like 9.0-BETA3 or 9.0-RC1? I can't find any such information explicitly anywhere under /usr/src . This releng9-supfile was made from stable

Re: csup: How do I know I have correct version?

2011-10-21 Thread Matthew Seaman
On 21/10/2011 10:27, Thomas Mueller wrote: After I run csup /usr/share/examples/releng9-supfile how do I know I have the correct version, like 9.0-BETA3 or 9.0-RC1? So long as you're confident that you have actually downloaded the sources from the RELENG_9 branch, then you can

Re: need to check for hex in C: how/

2011-10-17 Thread perryh
Matthew Seaman m.sea...@infracaninophile.co.uk wrote: '32/' is not any sort of syntax I've ever seen before to indicate hexadecimal. I suspect it's a typo, intending '32.' My fingers are forever mixing up slashes and periods, since the keys are adjacent (on a US/English keyboard, dunno about

Re: How To Fix Use of assignment to $[ is deprecated

2011-10-16 Thread johan Hendriks
in os Making install in unix Making install in server Making install in mpm Making install in prefork find: /usr/local/include/apr-1/apr.h: No such file or directory ... And then includes No such file or directory for 2-3 screens of files. How can I fix my system? Thanks, Drew I have had

Re: How To Fix Use of assignment to $[ is deprecated

2011-10-16 Thread Drew Tomlinson
... And then includes No such file or directory for 2-3 screens of files. How can I fix my system? Thanks, Drew -- Like card tricks? Visit The Alchemist's Warehouse to learn card magic secrets for free! http://alchemistswarehouse.com ___ freebsd-questions

need to check for hex in C: how/

2011-10-16 Thread Gary Kline
if n == 15 and x is the int. i can say if ((int)x == 15) Or to check if x == 'A' i can cast x to (char)x. what's the syntax to chec if x is , say, 32/ -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book:

Re: need to check for hex in C: how/

2011-10-16 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Sun Oct 16 16:27:46 2011 Date: Sun, 16 Oct 2011 14:26:31 -0700 From: Gary Kline kl...@thought.org To: FreeBSD Mailing List freebsd-questions@freebsd.org Cc: Subject: need to check for hex in C: how/ if n == 15 and x is the int. i can say

Re: need to check for hex in C: how/

2011-10-16 Thread Polytropon
On Sun, 16 Oct 2011 14:26:31 -0700, Gary Kline wrote: if n == 15 and x is the int. i can say if ((int)x == 15) Or to check if x == 'A' i can cast x to (char)x. what's the syntax to chec if x is , say, 32/ The integer types are automatically casted, no matter if you compare (int) or

Re: need to check for hex in C: how/

2011-10-16 Thread Matthew Seaman
On 16/10/2011 22:26, Gary Kline wrote: if n == 15 and x is the int. i can say if ((int)x == 15) Or to check if x == 'A' i can cast x to (char)x. what's the syntax to chec if x is , say, 32/ In C code you can write an integer constant in hexadecimal by prefixing it with 0x -- so 0x32 is

Re: need to check for hex in C: how/

2011-10-16 Thread Gary Kline
On Sun, Oct 16, 2011 at 11:07:59PM +0100, Matthew Seaman wrote: Date: Sun, 16 Oct 2011 23:07:59 +0100 From: Matthew Seaman m.sea...@infracaninophile.co.uk Subject: Re: need to check for hex in C: how/ To: freebsd-questions@freebsd.org On 16/10/2011 22:26, Gary Kline wrote: if n == 15

Re: need to check for hex in C: how/

2011-10-16 Thread Gary Kline
On Sun, Oct 16, 2011 at 11:58:03PM +0200, Polytropon wrote: Date: Sun, 16 Oct 2011 23:58:03 +0200 From: Polytropon free...@edvax.de Subject: Re: need to check for hex in C: how/ To: Gary Kline kl...@thought.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org X-Mailer: Sylpheed 3.1.1

Re: need to check for hex in C: how/

2011-10-16 Thread Polytropon
On Sun, 16 Oct 2011 16:06:54 -0700, Gary Kline wrote: this will bbe my 'sanity-checck' of sorts. the ck function will have something like: if ((char)x == 'a') { } I'm not sure this is required. Many functions that deal with characters (in this case: letters) do operate on (int) instead of

Re: need to check for hex in C: how/

2011-10-16 Thread Robert Bonomi
Date: Sun, 16 Oct 2011 16:06:54 -0700 From: Gary Kline kl...@thought.org Subject: Re: need to check for hex in C: how/ this will bbe my 'sanity-checck' of sorts. the ck function will have something like: if ((char)x == 'a') { } And, you deserve what happens if you use that kind

How To Fix Use of assignment to $[ is deprecated

2011-10-15 Thread Drew Tomlinson
in server Making install in mpm Making install in prefork find: /usr/local/include/apr-1/apr.h: No such file or directory ... And then includes No such file or directory for 2-3 screens of files. How can I fix my system? Thanks, Drew -- Like card tricks? Visit The Alchemist's Warehouse

Re: OT: how to tell when i've hit a Fn key?

2011-10-08 Thread Polytropon
] test program that gets rid of the rat-a-tat-tat WAV response whenever i hit a non-std key. say home or up-arrow, or F12 or Scroll Lock. how long it will be before i've joined this test program with my kclick stuff is unknown. maybe 45 mins, maybe 75 years

Re: OT: how to tell when i've hit a Fn key?

2011-10-07 Thread Polytropon
On Thu, 6 Oct 2011 15:41:17 -0700, Gary Kline wrote: I've got a 103-key keyboard. most of them produce the right WAV file. i was having some trouble with the arrow key, but think i've found a resolution. next are the Function key, F1 to F12. anybody on-list familiar with curses and

Re: OT: how to tell when i've hit a Fn key?

2011-10-07 Thread Polytropon
On Thu, 6 Oct 2011 21:51:01 -0700, Gary Kline wrote: On Thu, Oct 06, 2011 at 07:37:25PM -0400, Thomas Dickey wrote: Date: Thu, 6 Oct 2011 19:37:25 -0400 From: Thomas Dickey dic...@radix.net Subject: Re: OT: how to tell when i've hit a Fn key? To: Gary Kline kl...@thought.org Cc: FreeBSD

Re: OT: how to tell when i've hit a Fn key?

2011-10-07 Thread Polytropon
On Fri, 7 Oct 2011 02:36:49 -0500 (CDT), Robert Bonomi wrote: Date: Fri, 7 Oct 2011 09:18:57 +0200 From: Polytropon free...@edvax.de Cc: FreeBSD Mailing List freebsd-questions@freebsd.org Subject: Re: OT: how to tell when i've hit a Fn key? On Thu, 6 Oct 2011 15:41:17 -0700, Gary

Re: OT: how to tell when i've hit a Fn key?

2011-10-07 Thread Gary Kline
On Fri, Oct 07, 2011 at 09:56:20AM +0200, Polytropon wrote: Date: Fri, 7 Oct 2011 09:56:20 +0200 From: Polytropon free...@edvax.de Subject: Re: OT: how to tell when i've hit a Fn key? To: Robert Bonomi bon...@mail.r-bonomi.com Cc: freebsd-questions@freebsd.org X-Mailer: Sylpheed 3.1.1 (GTK

Re: snd_hda: how to configure line-in passthrough to line-out?

2011-10-06 Thread Brandon Kuczenski
as simple today as they did in the past. :-) Indeed, I wonder if it is a hardware capability problem, but I don't know how to try to answer that question. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

OT: how to tell when i've hit a Fn key?

2011-10-06 Thread Gary Kline
I've got a 103-key keyboard. most of them produce the right WAV file. i was having some trouble with the arrow key, but think i've found a resolution. next are the Function key, F1 to F12. anybody on-list familiar with curses and can help me with this? right now, most of the function keys

Re: OT: how to tell when i've hit a Fn key?

2011-10-06 Thread Thomas Dickey
On Thu, Oct 06, 2011 at 03:41:17PM -0700, Gary Kline wrote: I've got a 103-key keyboard. most of them produce the right WAV file. i was having some trouble with the arrow key, but think i've found a resolution. next are the Function key, F1 to F12. anybody on-list familiar with curses

Re: OT: how to tell when i've hit a Fn key?

2011-10-06 Thread Gary Kline
On Thu, Oct 06, 2011 at 07:37:25PM -0400, Thomas Dickey wrote: Date: Thu, 6 Oct 2011 19:37:25 -0400 From: Thomas Dickey dic...@radix.net Subject: Re: OT: how to tell when i've hit a Fn key? To: Gary Kline kl...@thought.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org On Thu, Oct

Re: snd_hda: how to configure line-in passthrough to line-out?

2011-10-05 Thread Carl Johnson
Brandon Kuczenski bran...@301south.net writes: I'm working on the sound on my system running 8.2-RELEASE. Currently I have sound input and output working using snd_hda (i.e. I can record on line in, and play it back on line out). What I would like to do is take the audio coming in on

snd_hda: how to configure line-in passthrough to line-out?

2011-10-04 Thread Brandon Kuczenski
I'm working on the sound on my system running 8.2-RELEASE. Currently I have sound input and output working using snd_hda (i.e. I can record on line in, and play it back on line out). What I would like to do is take the audio coming in on line-in and send it back out the line-out live without

Re: snd_hda: how to configure line-in passthrough to line-out?

2011-10-04 Thread Polytropon
ago, and nobody expects simple things to work as simple today as they did in the past. :-) On the line out channel, all input should be accumulated according to the individual levels (pcm, line in, mic); the setting which source to _record_ from is handled independently. Refer to man mixer on how

how to i set the vi bindings to kwrite? [or kwrite-devel]?

2011-10-02 Thread Gary Kline
Ok, so it's KATE or kwrite or whatever the KDE editor is. I found something about 5yy (yank 5 lines). But nothing about setting up the vi/vim abbrevs feature; how to use the abbreviations feature in this KDE edititor. most of us---or, really, 100%---know how to use the abbrev feature in vi

top: how to obtain which process take CPU time

2011-10-01 Thread Коньков Евгений
hi, Freebsd-questions. last pid: 92665; load averages: 2.40, 2.68, 4.75up 5+02:45:23 20:29:07 218 processes: 3 running, 215 sleeping CPU: 59.6% user, 0.0% nice, 40.4% system, 0.0% interrupt, 0.0% idle Mem: 225M Active, 81M Inact, 115M Wired, 3936K Cache, 60M Buf, 64M Free Swap: 2048M

Re: top: how to obtain which process take CPU time

2011-10-01 Thread Robert Bonomi
Date: Sat, 1 Oct 2011 20:38:49 +0300 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= kes-...@yandex.ru To: freebsd-questions@freebsd.org Subject: top: how to obtain which process take CPU time [[.. sneck ..]] It is unclear which process take CPU time. is there any other tool, which help

Re: top: how to obtain which process take CPU time

2011-10-01 Thread Frank Shute
On Sat, Oct 01, 2011 at 08:38:49PM +0300, ??? ??? wrote: hi, Freebsd-questions. last pid: 92665; load averages: 2.40, 2.68, 4.75up 5+02:45:23 20:29:07 218 processes: 3 running, 215 sleeping CPU: 59.6% user, 0.0% nice, 40.4% system, 0.0% interrupt, 0.0% idle Mem: 225M

Re[2]: top: how to obtain which process take CPU time

2011-10-01 Thread Коньков Евгений
Здравствуйте, Frank. Вы писали 1 октября 2011 г., 21:38:56: FS On Sat, Oct 01, 2011 at 08:38:49PM +0300, ??? ??? wrote: hi, Freebsd-questions. last pid: 92665; load averages: 2.40, 2.68, 4.75up 5+02:45:23 20:29:07 218 processes: 3 running, 215 sleeping CPU: 59.6% user,

Re: top: how to obtain which process take CPU time

2011-10-01 Thread Dan Nelson
In the last episode (Oct 01), ??? ??? said: hi, Freebsd-questions. last pid: 92665; load averages: 2.40, 2.68, 4.75up 5+02:45:23 20:29:07 218 processes: 3 running, 215 sleeping CPU: 59.6% user, 0.0% nice, 40.4% system, 0.0% interrupt, 0.0% idle Mem: 225M Active, 81M

Re: dump/restore, how to reduce slice size

2011-09-30 Thread John Levine
3.6G 24G13%/var procfs 4.0k4.0k 0B 100%/proc /dev/ad2s1f 39G 25G 10G71%/mnt devfs 1.0k1.0k 0B 100%/var/named/dev as you can see /dev/ad4s1f is 40G and /dev/ad2s1f is 39G but on ad4s1f only 25G used. How can I dump

Re: dump/restore, how to reduce slice size

2011-09-30 Thread Jerry McAllister
/dev/ad2s1f 39G 25G 10G71%/mnt devfs 1.0k1.0k 0B 100%/var/named/dev as you can see /dev/ad4s1f is 40G and /dev/ad2s1f is 39G but on ad4s1f only 25G used. How can I dump /dev/ad4s1f and restore it on /dev/ad2s1f? These commands: #mount

Re[2]: dump/restore, how to reduce slice size

2011-09-30 Thread Коньков Евгений
Здравствуйте, Robert. Вы писали 30 сентября 2011 г., 4:11:15: From owner-freebsd-questi...@freebsd.org Thu Sep 29 14:37:35 2011 Date: Thu, 29 Sep 2011 22:36:38 +0300 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= kes-...@yandex.ru To: freebsd-questions@freebsd.org Subject: dump/restore, how

dump/restore, how to reduce slice size

2011-09-29 Thread Коньков Евгений
/ad4s1d 31G3.6G 24G13%/var procfs 4.0k4.0k 0B 100%/proc /dev/ad2s1f 39G 25G 10G71%/mnt devfs 1.0k1.0k 0B 100%/var/named/dev as you can see /dev/ad4s1f is 40G and /dev/ad2s1f is 39G but on ad4s1f only 25G used. How

Re: dump/restore, how to reduce slice size

2011-09-29 Thread Jerry McAllister
see /dev/ad4s1f is 40G and /dev/ad2s1f is 39G but on ad4s1f only 25G used. How can I dump /dev/ad4s1f and restore it on /dev/ad2s1f? These commands: #mount /dev/ad2s1f /mnt #cd /mnt #dump -0Lf - /usr | restore -rf - does not help, because of ad2s1f does not have space to restore 'end

How should I complain about ARM compiler?

2011-09-26 Thread Naoyuki Tai
Hello, I'm working on running a FreeBSD system on Globalscale's DreamPlug. It's an ARM processor hardware. I hit a problem which is the PR arm/154189, and it turned out that there is a bug in GCC's ARM's code generation. The GCC in arm's world is cross-compiled from Release 8.2 on i386, and

How to find out which version of PF a given box is using...

2011-09-21 Thread Modulok
List, Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE '\bpf\b' /usr/src/UPDATING Just wondering if I'm missing something. I didn't see any '--version' flag in pfctl. -Modulok-

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 07:34, Modulok wrote: Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE '\bpf\b' /usr/src/UPDATING Just wondering if I'm missing something. I didn't see any '--version' flag in pfctl. Uh -- bpf is a

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 08:34, Matthew Seaman wrote: On 21/09/2011 07:34, Modulok wrote: Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE '\bpf\b' /usr/src/UPDATING Just wondering if I'm missing something. I didn't see any

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread krad
On 21 September 2011 09:05, Matthew Seaman m.sea...@infracaninophile.co.ukwrote: On 21/09/2011 08:34, Matthew Seaman wrote: On 21/09/2011 07:34, Modulok wrote: Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 09:17, krad wrote: If its been syncd to openbsd 4.5 version of pf, its still quite a way behind openbsd's version in the latest release as they are not on 4.9 with 5.0 imminent. Looking at the docs there were quite a lot of changes when openbsd was bumped to 4.7 Yes. However I

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-20 Thread Matthew Seaman
On 20/09/2011 05:33, Jason C. Wells wrote: I noticed only recently that there are now packages on FTP in a folder called packages-8-stable. I am not sure how often these are built. I expect that the entire ports tree is built much like it is during a release, except at some later point

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-20 Thread Jason C. Wells
On 09/20/11 01:23, Matthew Seaman wrote: 'Latest' packages are built for each updated port + OS version + architecture combination whenever resources are available on the build cluster. Typically that implies a delay of a few days or a week or so after the update hits the ports CVS. Yes, if

How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread Jason Usher
benefits greatly from SMP, but is not playing nicely with hyperthreading. That is, it is trying to farm out 4 things at a time to a cpu setup that really is only able to do two things at a time. How can I disable HT completely, but still retain ALL the benefits of SMP ? Thanks

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread Richard Collyer
have reason to believe that my workload benefits greatly from SMP, but is not playing nicely with hyperthreading. That is, it is trying to farm out 4 things at a time to a cpu setup that really is only able to do two things at a time. How can I disable HT completely, but still retain ALL

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread RW
I also see this: machdep.hyperthreading_allowed: 0 How can I disable HT completely, but still retain ALL the benefits of SMP ? Thanks. It's usually a setting in the BIOS to disable Hyperthreading then reconfigure the kernel to only use 2 cores (which it might do automatically

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread b. f.
The problem is, I have reason to believe that my workload benefits greatly from SMP, but is not playing nicely with hyperthreading. That is, it is trying to farm out 4 things at a time to a cpu setup that really is only able to do two things at a time. How can I disable HT

Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Brandon Kuczenski
Hi, I'm running RELENG_8_2 and I've been using packages instead of ports for most things, because they're so much quicker. But certain packages aren't compiled the way I need them to be-- postfix had no TLS or SASL support, for example, so I built it from the port. However, that is

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Lars Eighner
On Mon, 19 Sep 2011, Brandon Kuczenski wrote: I'm concerned that, if I have some packages built from ports and some installed from the release, that the system will become unstable if things get too out of sync. I'd like to say it doesn't matter, but ... If you are using packages from the

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Jason C. Wells
that there are now packages on FTP in a folder called packages-8-stable. I am not sure how often these are built. I expect that the entire ports tree is built much like it is during a release, except at some later point in time. I would expect that those ports are all dependency consistent with each other

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-19 Thread Jason C. Wells
On 09/19/11 13:56, Lars Eighner wrote: On Mon, 19 Sep 2011, Brandon Kuczenski wrote: I'm concerned that, if I have some packages built from ports and some installed from the release, that the system will become unstable if things get too out of sync. Doh, I just read the handbook.

Re: Re[2]: How to check where space is LOST

2011-09-12 Thread Adam Vande More
89483 /var 47171 -rw--- 282447082 w That is FD #3, how to find what file is that? find /var -inum 47171 -ls -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re[2]: How to check where space is LOST

2011-09-12 Thread Коньков Евгений
/dev How to obtain what take space on /var fstat -f /var -- Adam Vande More # fstat -f /var USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root cron 20455 wd /var 47105 drwxr-x--- 512 r root cron 204553 /var

Re[4]: How to check where space is LOST

2011-09-12 Thread Коньков Евгений
- 767747 w clamav smtp-gated 9428 wd /var 23569 drwxr-xr-x 512 r root snmpd 89483 /var 47171 -rw--- 282447082 w That is FD #3, how to find what file is that? find /var -inum 47171 -ls -- Adam Vande More -- S uvazheniem

BUG: snmpd or How to check where space is LOST

2011-09-12 Thread Коньков Евгений
Здравствуйте, Robert. Вы писали 12 сентября 2011 г., 10:28:22: From kes-...@yandex.ru Mon Sep 12 00:51:16 2011 Date: Mon, 12 Sep 2011 08:51:27 +0300 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= kes-...@yandex.ru To: Robert Bonomi bon...@mail.r-bonomi.com Subject: Re[2]: How to check where

Re: Re[4]: How to check where space is LOST

2011-09-12 Thread Adam Vande More
2011/9/12 Коньков Евгений kes-...@yandex.ru # fstat -f /var USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root snmpd 205453 /var 47141 -rw--- 37217152 w root snmpd 205458 /var 47159 -rw-r- 728 r root cron

Re: Re[4]: How to check where space is LOST

2011-09-12 Thread Adam Vande More
2011/9/12 Adam Vande More amvandem...@gmail.com 2011/9/12 Коньков Евгений kes-...@yandex.ru # fstat -f /var USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root snmpd 205453 /var 47141 -rw--- 37217152 w root snmpd 205458 /var

how to make devfs show fdisk updates?

2011-09-12 Thread Benjamin Kaduk
is necessary to perform the fdisk.) Please advise on how to effect the creation of the device node(s) in a non-disruptive fashion. Thanks, Ben Kaduk ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: how to make devfs show fdisk updates?

2011-09-12 Thread Polytropon
. (This is on the device which contains the root filesystem, so kern.geom.debugflags=16 is necessary to perform the fdisk.) Please advise on how to effect the creation of the device node(s) in a non-disruptive fashion. I think it's still common practice to taste the device file in order to make new partitions

Re: how to make devfs show fdisk updates?

2011-09-12 Thread Adam Vande More
. (This is on the device which contains the root filesystem, so kern.geom.debugflags=16 is necessary to perform the fdisk.) Please advise on how to effect the creation of the device node(s) in a non-disruptive fashion. You can force a GEOM retaste by issuing a true /dev/devname. -- Adam Vande More

How to check where space is LOST

2011-09-11 Thread Коньков Евгений
12%/var devfs 1.0K1.0K 0B 100%/var/named/dev How to obtain what take space on /var -- С уважением, Коньков mailto:kes-...@yandex.ru ___ freebsd-questions@freebsd.org mailing list http

Re: How to check where space is LOST

2011-09-11 Thread ill...@gmail.com
/dev/ad1s1f    1.8G    1.1G    596M    65%    /usr /dev/ad1s1d    989M     98M    891M    12%    /var devfs          1.0K    1.0K      0B   100%    /var/named/dev How to obtain what take space on /var You probably have a process that is holding a file open that has been rotated or deleted

Re: How to check where space is LOST

2011-09-11 Thread Rares Aioanei
124M 40K114M 0%/tmp /dev/ad1s1f1.8G1.1G596M65%/usr /dev/ad1s1d989M 98M891M12%/var devfs 1.0K1.0K 0B 100%/var/named/dev How to obtain what take space on /var -- С уважением, Коньков

Re: How to check where space is LOST

2011-09-11 Thread Adam Vande More
40K114M 0%/tmp /dev/ad1s1f1.8G1.1G596M65%/usr /dev/ad1s1d989M 98M891M12%/var devfs 1.0K1.0K 0B 100%/var/named/dev How to obtain what take space on /var fstat -f /var -- Adam Vande More

How to check current port options before updating

2011-08-31 Thread zszalbot
Dear all, I have been wondering how I can check current options of a port before I update it. The port in question (apache22) has a number of options and I would like to look at the current ones so that I do not install options that I may not need. I'd appreciate if you can point me

<    3   4   5   6   7   8   9   10   11   12   >