ipfw confusion

2013-08-19 Thread Gary Aitken
I'm having some weird ipfw behavior, or it seems weird to me, and am looking for an explaination and then a way out. ipfw list ... 21109 allow tcp from any to 12.32.44.142 dst-port 53 in via tun0 setup keep-state 21129 allow tcp from any to 12.32.36.65 dst-port 53 in via tun0 setup keep-state

Re: ipfw confusion

2013-08-19 Thread Jason Cox
Are you sure that your DNS requests are over TCP? DNS primarily uses UDP to serve requests. TCP is used when the response data size exceeds 512 bytes (I think), or for tasks such as zone transfers. I know a few resolver implementations use TCP for all queries, but most I have used not. You might

Why does CD ripping fail?

2013-08-19 Thread Ben Laurie
Using grip, trying to rip a CD, I get: (cd0:ahcich3:0:0:0): MODE_SENSE(6) failed, increasing minimum CDB size to 10 bytes (cd0:ahcich3:0:0:0): MODE SENSE(10). CDB: 5a 0 e 0 0 0 0 0 20 0 (cd0:ahcich3:0:0:0): CAM status: SCSI Status Error (cd0:ahcich3:0:0:0): SCSI status: Check Condition

Re: FreeBSD on ThinkPad W530

2013-08-19 Thread Ian Smith
On Wed, 14 Aug 2013 15:40:58 +0200, vermaden wrote: Hi and thanks for reply ;) Yay another FreeBSD laptop user! I use FreeBSD for dekstop/workstation for I do not remember how long: http://vermaden.deviantart.com/art/CorporateBSD-FreeBSD-at-Work-190680188 Please do this: *

Re: ipfw gateway rerouting

2013-08-19 Thread Michael Sierchio
# my kernel has # options ROUTETABLES=16 GATEWAY_0=10.3.255.0 GATEWAY_1=10.3.255.1 setfib 0 route add default $GATEWAY_0 setfib 1 route add default $GATEWAY_1 ipfw table 1 add $NET_0 0 ipfw table 1 add $NET_1 0 ipfw table 1 add $NET_2 1 ipfw table 1 add $NET_3 0 ipfw add 00500 setfib

Re: Why does CD ripping fail?

2013-08-19 Thread Rares Aioanei
On Mon, 19 Aug 2013 05:35:48 -0400 Ben Laurie b...@links.org wrote: Using grip, trying to rip a CD, I get: (cd0:ahcich3:0:0:0): MODE_SENSE(6) failed, increasing minimum CDB size to 10 bytes (cd0:ahcich3:0:0:0): MODE SENSE(10). CDB: 5a 0 e 0 0 0 0 0 20 0 (cd0:ahcich3:0:0:0): CAM status:

Re: Setup HP Laserjet 1120m over network with LPD

2013-08-19 Thread Juris Kaminskis
ok I realised the problem was that i sent plain text to filter instead a postscript. when I run now: lpr test.ps no error messages appear anymore except that in the /var/spool/hp which is my spooling directory in the status file I have Sending to 192.168.1.105 and printer is silent

Re: Why does CD ripping fail?

2013-08-19 Thread Ben Laurie
On 19 August 2013 09:15, Rares Aioanei bsdlis...@gmail.com wrote: On Mon, 19 Aug 2013 05:35:48 -0400 Ben Laurie b...@links.org wrote: Using grip, trying to rip a CD, I get: (cd0:ahcich3:0:0:0): MODE_SENSE(6) failed, increasing minimum CDB size to 10 bytes (cd0:ahcich3:0:0:0): MODE

Re: pkgng problem

2013-08-19 Thread Michael W. Lucas
For the archives: I left the problem alone for a few days, with no changes on my side. Came back Monday. Tried again. Everything worked on the affected machines. ==ml -- Michael W. Lucas - mwlu...@michaelwlucas.com, Twitter @mwlauthor http://www.MichaelWLucas.com/,

Addition?

2013-08-19 Thread Jenny Frost
Hi there, Cheeky me!? I came across your page with grammar exercises at http://web008.pavilion.net/fr/gallery/npgallery.html and wondered if you might be interested in mentioning my grammar checker? It's located here: http://www.grammarcheck.net/ It's totally free, checks for grammar and

Re: copying milllions of small files and millions of dirs

2013-08-19 Thread Mark Felder
On Fri, Aug 16, 2013, at 1:46, Nicolas KOWALSKI wrote: On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote: Is there a faster way to copy files over NFS? I would use find+cpio. This handles hard links, permissions, and in case of later runs, will not copy files if they already exist

Re: ipfw confusion

2013-08-19 Thread OpenSlate ChalkDust
On Sun, Aug 18, 2013 at 8:06 PM, Gary Aitken vagab...@blackfoot.net wrote: I'm having some weird ipfw behavior, or it seems weird to me, and am looking for an explaination and then a way out. ipfw list ... 21109 allow tcp from any to 12.32.44.142 dst-port 53 in via tun0 setup keep-state

Re: copying milllions of small files and millions of dirs

2013-08-19 Thread aurfalien
On Aug 19, 2013, at 10:41 AM, Mark Felder wrote: On Fri, Aug 16, 2013, at 1:46, Nicolas KOWALSKI wrote: On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote: Is there a faster way to copy files over NFS? I would use find+cpio. This handles hard links, permissions, and in case of

Re: ipfw confusion

2013-08-19 Thread Dan Lists
On Mon, Aug 19, 2013 at 1:06 AM, Gary Aitken vagab...@blackfoot.net wrote: ipfw list ... 21109 allow tcp from any to 12.32.44.142 dst-port 53 in via tun0 setup keep-state 21129 allow tcp from any to 12.32.36.65 dst-port 53 in via tun0 setup keep-state ... 65534 deny log logamount 5 ip

Re: jail.conf ignoring exec.fib?

2013-08-19 Thread Karl Pielorz
--On 17 August 2013 17:32:18 +0100 Arthur Chance free...@qeng-ho.org wrote: What do you get in the jail from sysctl net.fibs sysctl net.my_fibnum ? I didn't know those sysctl's existed :) If I fire up the jail, and jexec to it, and run the above - I get: root@jail:/ # sysctl

Re: ipfw confusion

2013-08-19 Thread Gary Aitken
On 08/19/13 11:53, OpenSlate ChalkDust wrote: On Sun, Aug 18, 2013 at 8:06 PM, Gary Aitken vagab...@blackfoot.net wrote: I'm having some weird ipfw behavior, or it seems weird to me, and am looking for an explaination and then a way out. ipfw list ... 21109 allow tcp from any to

Re: ipfw confusion

2013-08-19 Thread Gary Aitken
On 08/19/13 00:36, Jason Cox wrote: Are you sure that your DNS requests are over TCP? DNS primarily uses UDP to serve requests. TCP is used when the response data size exceeds 512 bytes (I think), or for tasks such as zone transfers. I know a few resolver implementations use TCP for all

Re: Tex Live vs. print/texlive-full (was Re: texlive and package updating)

2013-08-19 Thread Roland Smith
On Fri, Aug 16, 2013 at 08:43:13AM +0200, Aymeric Mansoux wrote: Hello, On Sat, August 10, 2013 6:03 pm, Nikola Pavlović wrote: On 09/08/13 18:40, Tim Daneliuk wrote: I've given up on all OS distribution-based TexLive drops. I install texlive manually from their installer Same here. I

Re: undelete files in msdosfs

2013-08-19 Thread Roland Smith
On Sun, Aug 18, 2013 at 09:28:03PM +0200, Polytropon wrote: On Sun, 18 Aug 2013 19:00:39 +0200, Matthias Apitz wrote: After a nice day in the fields, my wife deleted accidently the pictures in her cam; the microSD mounts fine in FreeBSD as -t msdosfs; do we have some FreeBSD 10-CUR tool to