Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 09:03, jb wrote: s m sam.gh1986 at gmail.com writes: ... subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
thanks Frank, 192 is just a sample. if i want to define 125.0.0.0 netmask 255.0.0.0, dhcp server core dump either. you're right, it is better to use just some limited addresses to avoid possible troubles. but i want to run my dhcp server for all possible networks. now my question is: if i define

Re: Unable to build DOC ports

2013-07-23 Thread Marc Fonvieille
On Mon, Jul 22, 2013 at 08:47:47AM -0400, Carmel wrote: I am having a problem updating some ports since installing the print/texlive-full port a few days ago. I have: TEX_DEFAULT=texlive sans quotes at the top of my /etc/make.conf file. [...] I think you have the reason just above. For the

net-snmp - Crazy figures for swap interrupts?

2013-07-23 Thread Karl Pielorz
Hi, We've got a number of 9.x machines - just setup a new 9.1-RELEASE-p4 amd64 system, put net-snmp on it (net-snmp-5.7.2_3) - and we're getting 'weird' results for some stats, e.g. UCD-SNMP-MIB::ssSysInterrupts.0 = INTEGER: 1145324516 interrupts/s UCD-SNMP-MIB::ssSwapIn.0 = INTEGER:

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread J . McKeown
Quoting Frank Leonhardt fra...@fjl.co.uk: There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 addresses (i.e. 256). Don't use

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m sam.gh1986 at gmail.com writes: and thank you jb but if i define my network like below, server runs correctly: log-facility local7; subnet 192.168.0.0 netmask 255.255.0.0 { range 192.168.0.1 192.168.255.255; } i think 192.168.255.55 is reserved for broadcast too. is it not

poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Wolfgang Riegler
Hi, I having trouble using poudriere since updating it to 3.0.4 on FreeBSD 9.1-p4. Trying poudriere-devel throws the same error. Here is the complete output of trying to compile shells/bash: # poudriere bulk -p hostportstree -f /usr/local/etc/poudriere.d/91amd64-buildlist.conf -j 91amd64 -J

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Bryan Drewery
On 7/23/2013 8:36 AM, Wolfgang Riegler wrote: Hi, I having trouble using poudriere since updating it to 3.0.4 on FreeBSD 9.1-p4. Trying poudriere-devel throws the same error. Here is the complete output of trying to compile shells/bash: # poudriere bulk -p hostportstree -f

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Wolfgang Riegler
yes, there is /mnt/system/DATEN/poudriere/basefs/data/build/91amd64-hostportstree/ref/usr/ports/ports-mgmt/pkg/ regards Wolfgang Am Dienstag, 23. Juli 2013, 08:48:38 schrieb Bryan Drewery: On 7/23/2013 8:36 AM, Wolfgang Riegler wrote: Hi, I having trouble using poudriere since updating

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Bryan Drewery
On 7/23/2013 9:00 AM, Wolfgang Riegler wrote: yes, there is /mnt/system/DATEN/poudriere/basefs/data/build/91amd64-hostportstree/ref/usr/ports/ports-mgmt/pkg/ Can you try with NOLINUX=yes in your poudriere.conf? regards Wolfgang Am Dienstag, 23. Juli 2013, 08:48:38 schrieb Bryan

Newbye question VIM problem

2013-07-23 Thread Pietro Paolini
Hello all, I have to install in a probably not latest version BSD machine but when I try to pkg_add -r vim-lite Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim-lite.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to

Re: Newbye question VIM problem

2013-07-23 Thread Teske, Devin
On Jul 23, 2013, at 7:24 AM, Pietro Paolini wrote: Hello all, I have to install in a probably not latest version BSD machine but when I try to pkg_add -r vim-lite Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim-lite.tbz: File

Re: poudriere: Error: Unknown stuck queue bug detected. Please submit the entire build output to poudriere developers.

2013-07-23 Thread Wolfgang Riegler
Running poudriere with NO_LINUX=yes in poudriere.conf seems to work. Because I using FreeBSD as a desktop system as well. I need some linux ports. Any chance for it? thanks regards Wolfgang Am Dienstag, 23. Juli 2013, 09:12:13 schrieb Bryan Drewery: On 7/23/2013 9:00 AM, Wolfgang Riegler

Re: Newbye question VIM problem

2013-07-23 Thread Pietro Paolini
On Jul 23, 2013, at 4:36 PM, Teske, Devin devin.te...@fisglobal.com wrote: env PACKAGESITE=ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/ pkg_add -r vim-lite Thanks for the quick answer but I got the error: env

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 13:35, j.mcke...@ru.ac.za wrote: Quoting Frank Leonhardt fra...@fjl.co.uk: There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means

Re: Newbye question VIM problem

2013-07-23 Thread Fernando Apesteguía
On Tue, Jul 23, 2013 at 5:09 PM, Pietro Paolini pulsarpie...@aol.comwrote: On Jul 23, 2013, at 4:36 PM, Teske, Devin devin.te...@fisglobal.com wrote: env PACKAGESITE= ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/pkg_add -r vim-lite Thanks

Re: Newbye question VIM problem

2013-07-23 Thread Pietro Paolini
On Jul 23, 2013, at 5:16 PM, Fernando Apesteguía fernando.apesteg...@gmail.com wrote: ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-release/Latest/ Yep, thanks a lot ! ___ freebsd-questions@freebsd.org mailing list

Re: Newbye question VIM problem

2013-07-23 Thread Teske, Devin
On Jul 23, 2013, at 8:56 AM, Pietro Paolini wrote: On Jul 23, 2013, at 5:16 PM, Fernando Apesteguía fernando.apesteg...@gmail.com wrote:

New Streaming Music Video Site Features 1000's Of Non-Stop Stations and FB chat

2013-07-23 Thread The Daily Rocker
Use this area to offer a short preview of your email's content. View this email in your browser (http://us7.campaign-archive2.com/?u=cff25387938a97b0fd838f920id=d26a5b1e40e=28498dfc2f) ** New Music Video Site THE DAILY ROCKER Launches With Thousands Of Non-Stop Stations and Facebook Chat

Finally a site that has JUST MUSIC VIDEOS

2013-07-23 Thread MUSIC TIPS
Use this area to offer a short preview of your email's content. View this email in your browser (http://us7.campaign-archive2.com/?u=cff25387938a97b0fd838f920id=2b48311924e=28498dfc2f) ** Finally A Music Video Site That Features JUST Music Videos Non-Stop

Re: Newbye question VIM problem

2013-07-23 Thread Bernt Hansson
On 2013-07-23 18:07, Teske, Devin wrote: (opening a can of squiggly worms here) Well, then you can go fishing This is a A sidenotnote ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Saving scanned document

2013-07-23 Thread Bernt Hansson
On 2013-07-23 19:14, Jerry wrote: I have a Brother MFC-9560CDW printer. The printer is hooked up wireless If you want it to work, use HP. Or make sure its compatible with HP. ___ freebsd-questions@freebsd.org mailing list

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 20:09:59 +0200 Bernt Hansson articulated: On 2013-07-23 19:14, Jerry wrote: I have a Brother MFC-9560CDW printer. The printer is hooked up wireless If you want it to work, use HP. Or make sure its compatible with HP. I certainly don't want start a flame war over HP vs

Finally a site that has JUST MUSIC VIDEOS

2013-07-23 Thread Music Video News
New music video site launches with thousands of stations and facebook chat View this email in your browser (http://us7.campaign-archive2.com/?u=cff25387938a97b0fd838f920id=c749d5a658e=28498dfc2f) ** Finally A Music Video Site That Features JUST Music Videos Non-Stop

New Music Video Website

2013-07-23 Thread The Daily Rocker
New music video site launches with thousands of stations and facebook chat View this email in your browser (http://us7.campaign-archive2.com/?u=cff25387938a97b0fd838f920id=25ecb7fdeee=28498dfc2f) Use this area to offer a short preview of your email's content. View this email in your browser

New music video site reaching out

2013-07-23 Thread THe Daily Rocker
We just launched the first site to feature JUST music videos! View this email in your browser (http://us7.campaign-archive2.com/?u=cff25387938a97b0fd838f920id=ffcc81cf21e=28498dfc2f) ** Finally A Music Video Site That Features JUST Music Videos Non-Stop

Re: HOWTO monitor changes in installed packages within jails?

2013-07-23 Thread Michael Grimm
On 20.07.2013, at 18:34, Michael Grimm trash...@odo.in-berlin.de wrote: On 20.07.2013, at 14:53, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 20/07/2013 12:09, Michael Grimm wrote: I did migrate to pkgng some month ago, and ever since I am curious how to monitor changes in

Re: Saving scanned document

2013-07-23 Thread Lowell Gilbert
Jerry je...@seibercom.net writes: Does anyone know of a way of getting the scanner to see the FreeBSD machine and saving a file to it? I'm not sure I correctly understand your intention, but maybe Samba is what you're looking for? ___

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 15:50:00 -0400 Lowell Gilbert articulated: Jerry je...@seibercom.net writes: Does anyone know of a way of getting the scanner to see the FreeBSD machine and saving a file to it? I'm not sure I correctly understand your intention, but maybe Samba is what you're

dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
hello all, i have a question about dhcpd in freebsd8.2 . when i define my network like below in dhcpd.conf file, server doesn't run correctly and return core dump this is my dhcpd.conf file: ddns-update-style none; log-facility local7; subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m sam.gh1986 at gmail.com writes: ... subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb

Re: Saving scanned document

2013-07-23 Thread Mario Lobo
On Tue, 23 Jul 2013 16:35:40 -0400 Jerry je...@seibercom.net wrote: On Tue, 23 Jul 2013 15:50:00 -0400 Lowell Gilbert articulated: Jerry je...@seibercom.net writes: Does anyone know of a way of getting the scanner to see the FreeBSD machine and saving a file to it? I'm not

Re: Saving scanned document

2013-07-23 Thread Jerry
On Tue, 23 Jul 2013 19:16:06 -0300 Mario Lobo articulated: Doesn't Brother printers have a webpage where you can scan from it? At least that's what the HP I have does. Any computer on the network can access this page and scan from it. Including my BSD. I don't know. It seems like a lot more

TRIM and changing mount options

2013-07-23 Thread aurfalien
Hi, I've some what blindly followed a how to on installing FreeBSD 9.1 on a ZFS mirror. My typing is horrid so I simply ssh'd to a live CD env and pasted line by line as per the how to found here; http://wp.strahlert.net/wordpress/zfs-2/installing-freebsd-9-1-using-root-on-zfs-and-gpt-disks/

Re: TRIM and changing mount options

2013-07-23 Thread Dan Nelson
In the last episode (Jul 23), aurfalien said: I've some what blindly followed a how to on installing FreeBSD 9.1 on a ZFS mirror. My typing is horrid so I simply ssh'd to a live CD env and pasted line by line as per the how to found here;

Re: TRIM and changing mount options

2013-07-23 Thread aurfalien
On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote: In the last episode (Jul 23), aurfalien said: I've some what blindly followed a how to on installing FreeBSD 9.1 on a ZFS mirror. My typing is horrid so I simply ssh'd to a live CD env and pasted line by line as per the how to found here;

Re: TRIM and changing mount options

2013-07-23 Thread aurfalien
On Jul 23, 2013, at 8:10 PM, kpn...@pobox.com wrote: On Tue, Jul 23, 2013 at 03:54:57PM -0700, aurfalien wrote: Hi, I've some what blindly followed a how to on installing FreeBSD 9.1 on a ZFS mirror. My typing is horrid so I simply ssh'd to a live CD env and pasted line by line as