Re: ipfw confusion

2013-08-18 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 wa

ipfw confusion

2013-08-18 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: freebsd 9.2 via svn

2013-08-18 Thread Polytropon
On Mon, 19 Aug 2013 04:22:15 +0100, John wrote: > > If you don't use a custom kernel, why not use freebsd-update > > and follow the 9.2-RELEASE path with the security updates? > > Not sure if this is logic or "religon", but freebsd-update makes me > nervous. I'm allergic to automatic anything unle

Re: freebsd 9.2 via svn

2013-08-18 Thread John
On Mon, Aug 19, 2013 at 04:17:02AM +0200, Polytropon wrote: > 9.2-RELEASE hasn't been released yet. :-) well yes, there is that I suppose ;) > If you don't use a custom kernel, why not use freebsd-update > and follow the 9.2-RELEASE path with the security updates? Not sure if this is logic or "

Re: freebsd 9.2 via svn

2013-08-18 Thread Polytropon
On Mon, 19 Aug 2013 02:28:25 +0100, John wrote: > Is it "safe" to start using 9.2 in the svn repos? I have a line like > this in a daily crontab: > > svn co svn://svn.us-east.freebsd.org/base/releng/9.1 /usr/src > > Can I change that 9.1 to 9.2 now, or should I wait? I aim to follow > 9.2-R with

freebsd 9.2 via svn

2013-08-18 Thread John
Hello list, Is it "safe" to start using 9.2 in the svn repos? I have a line like this in a daily crontab: svn co svn://svn.us-east.freebsd.org/base/releng/9.1 /usr/src Can I change that 9.1 to 9.2 now, or should I wait? I aim to follow 9.2-R with security updates. thanks, -- John _

RE: Pre-sales question

2013-08-18 Thread Thomas Mueller
I would like to know if your freebsd OS 9.1 suite on CD(DVD) can be installed, and then run, on a Dell Inspiron 531S? I looked-over your website, and did +not see a citation for that specific PC (though I did see it for others). > For your reference, my PC has a AMD Athlon(tm) 64 X2 Dual core pro

RE: Pre-sales question

2013-08-18 Thread petersontr
Sir: I would like to know if your freebsd OS 9.1 suite on CD(DVD) can be installed, and then run, on a Dell Inspiron 531S? I looked-over your website, and did not see a citation for that specific PC (though I did see it for others). For your reference, my PC has a AMD Athlon(tm) 64 X2 Dual core

Re: undelete files in msdosfs

2013-08-18 Thread Matthias Apitz
El día Sunday, August 18, 2013 a las 10:09:57PM +0200, CeDeROM escribió: > On Sun, Aug 18, 2013 at 7:00 PM, 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 FreeB

Re: undelete files in msdosfs

2013-08-18 Thread Polytropon
On Sun, 18 Aug 2013 22:09:57 +0200, CeDeROM wrote: > On Sun, Aug 18, 2013 at 7:00 PM, 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 undel

Re: undelete files in msdosfs

2013-08-18 Thread Polytropon
On Sun, 18 Aug 2013 15:01:37 -0500, iamatt wrote: > Its called backups. Not trying to be a dick but it's 2013. Not 1983. But it doesn't help when Johnny Fatfingers presses the wrong buttons on the camera _prior_ to archiving the photos. :-) > Plenty of online backup/archive options. And loc

Re: undelete files in msdosfs

2013-08-18 Thread CeDeROM
On Sun, Aug 18, 2013 at 7:00 PM, 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 undelete the files, as there are some for M$? /usr/ports/sysuti

Re: undelete files in msdosfs

2013-08-18 Thread iamatt
Its called backups. Not trying to be a dick but it's 2013. Not 1983. Plenty of online backup/archive options. As always. Test restores periodically. On Aug 18, 2013 2:30 PM, "Matthias Apitz" wrote: > El día Sunday, August 18, 2013 a las 03:23:18PM -0400, Jerry escribió: > > > On Sun, 18 Aug 20

Re: undelete files in msdosfs

2013-08-18 Thread Polytropon
On Sun, 18 Aug 2013 20:28:53 +0100, Frank Leonhardt wrote: > I wrote something to do this a long time back, but I doubt I can find > the source quickly. The easiest way would be to download a forensic > live-CD like DEFT, which includes Undelete 360. Possibly over-kill but > it's handy to have o

Re: Setup HP Laserjet 1120m over network with LPD

2013-08-18 Thread Warren Block
On Sun, 18 Aug 2013, Juris Kaminskis wrote: Yes indeed, i corrected, but i have still the problem Please don't top-post, it makes responding more difficult. lpd will restart a queue when it gets an error from a filter. Manually test the filter before trying to use it with lpd.

Re: undelete files in msdosfs

2013-08-18 Thread Matthias Apitz
El día Sunday, August 18, 2013 a las 03:23:18PM -0400, Jerry escribió: > On Sun, 18 Aug 2013 19:00:39 +0200 > Matthias Apitz articulated: > > > 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

Re: undelete files in msdosfs

2013-08-18 Thread Frank Leonhardt
I wrote something to do this a long time back, but I doubt I can find the source quickly. The easiest way would be to download a forensic live-CD like DEFT, which includes Undelete 360. Possibly over-kill but it's handy to have one around. Most of these forensic tools use a GUI. There is a pro

Re: undelete files in msdosfs

2013-08-18 Thread Polytropon
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 undelete the files, as there are some for M$? We have plenty

Re: Setup HP Laserjet 1120m over network with LPD

2013-08-18 Thread Juris Kaminskis
Yes indeed, i corrected, but i have still the problem 2013. gada 18. aug. 22:01 "Chris Hill" rakstīja: > On Sun, 18 Aug 2013, Juris Kaminskis wrote: > > as suggested i tried now foo2xqx filter. My printcap entry: >> --- >> HP:\ >> :lp=:\ >> :sh:\ >> :mx#0:\ >> :rm=192.168.1.1

Re: undelete files in msdosfs

2013-08-18 Thread Jerry
On Sun, 18 Aug 2013 19:00:39 +0200 Matthias Apitz articulated: > 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 undelete the files, > as there are some for M$? There a

ipfw gateway rerouting

2013-08-18 Thread Jos Chrispijn
Can someone please hint me to to good explanatory site that explains how to reroute a network server to different/non standard network gateway(s) with ipfw? thanks, Jos Chrispijn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

Re: Setup HP Laserjet 1120m over network with LPD

2013-08-18 Thread Chris Hill
On Sun, 18 Aug 2013, Juris Kaminskis wrote: as suggested i tried now foo2xqx filter. My printcap entry: --- HP:\ :lp=:\ :sh:\ :mx#0:\ :rm=192.168.1.105:\ :rp=raw:\ :sd=/var/spool/hp:\ :if=/usr/bin/foo2xqx-wrapper:\ :lf=/var/log/lpd-errs:\ ---

undelete files in msdosfs

2013-08-18 Thread Matthias Apitz
Hello, 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 undelete the files, as there are some for M$? Thanks matthias -- Matthias Apitz | /"\ ASCII

Re: Setup HP Laserjet 1120m over network with LPD

2013-08-18 Thread Juris Kaminskis
as suggested i tried now foo2xqx filter. My printcap entry: --- HP:\ :lp=:\ :sh:\ :mx#0:\ :rm=192.168.1.105:\ :rp=raw:\ :sd=/var/spool/hp:\ :if=/usr/bin/foo2xqx-wrapper:\ :lf=/var/log/lpd-errs:\ --- Now I get following errors in log file: --

Re: Mouse Trails?

2013-08-18 Thread Walter Hurry
On Sun, 18 Aug 2013 18:29:23 +0200, cpghost wrote: > On 08/18/13 16:48, Gary Aitken wrote: >> On 08/17/13 19:08, cpghost wrote: >>> On 08/17/13 18:14, Walter Hurry wrote: On Sat, 17 Aug 2013 17:31:26 +0200, Polytropon wrote: >> >>> Good ole Xeyes... ;-) But beware, xeyes crashes X server rig

freebsd-update fails to tfetch public key

2013-08-18 Thread david coder
freebsd-update whatever on 9.2-PRERELEASE yields "Fetching public key from ... failed." using the freebsd-update.conf that comes w/the system. i must be doing something wrong. what? david coder ___ freebsd-questions@freebsd.org mailing list http

Re: VPN where local private address collide

2013-08-18 Thread Frank Leonhardt
On 18/08/2013 12:51, Terje Elde wrote: On 18. aug. 2013, at 12.20, Frank Leonhardt wrote: I'm not sure that TLS would cause more problems than any other packets, but as you point out, the exercise is bound to be full of pooh traps as yet undiscovered. FTP should be interesting, for a start. B

Re: Mouse Trails?

2013-08-18 Thread cpghost
On 08/18/13 16:48, Gary Aitken wrote: > On 08/17/13 19:08, cpghost wrote: >> On 08/17/13 18:14, Walter Hurry wrote: >>> On Sat, 17 Aug 2013 17:31:26 +0200, Polytropon wrote: > >> Good ole Xeyes... ;-) But beware, xeyes crashes X server right now! Using >> >> xeyes-1.1.1 >> xorg-server-1.7.7_8,1 >>

Re: Mouse Trails?

2013-08-18 Thread Gary Aitken
On 08/17/13 19:08, cpghost wrote: > On 08/17/13 18:14, Walter Hurry wrote: >> On Sat, 17 Aug 2013 17:31:26 +0200, Polytropon wrote: > Good ole Xeyes... ;-) But beware, xeyes crashes X server right now! Using > > xeyes-1.1.1 > xorg-server-1.7.7_8,1 > > on > FreeBSD 9.2-PRERELEASE #0 r253323 Sat J

Re: VPN where local private address collide

2013-08-18 Thread Terje Elde
On 18. aug. 2013, at 02.43, Adam Vande More wrote: > > What about SSL/TLS for example? How would the router swap the header in an > > encrypted session? > > Same as it would any sessions since only the payload is encrypted. What > Frank calls basic nat, most people call static nat(at least peo

Re: VPN where local private address collide

2013-08-18 Thread Terje Elde
On 18. aug. 2013, at 12.20, Frank Leonhardt wrote: > I'm not sure that TLS would cause more problems than any other packets, but > as you point out, the exercise is bound to be full of pooh traps as yet > undiscovered. FTP should be interesting, for a start. But for most things, > why would swap

Re: VPN where local private address collide

2013-08-18 Thread Frank Leonhardt
On 18/08/2013 00:29, Terje Elde wrote: > The obvious answer is IPv6, of course. I'm surprised no one has mentioned it yet. You seemed dead set on not renumbering the networks, and moving to IPv6 would not only be just that, but also be harder than just renumbering IPv4-nets, so you answered

Re: where to start with PGP/GPG?

2013-08-18 Thread Graham Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>I never needed to use pgp till now. >>So I'm not sure where to start. >>Is security/gnupg the way to go? >>Any other advice? >> >>Thanks >>Anton You might like to look at: http://www.cyberdelix.net/tech/bsd-gpg.htm as a start. Its got a list of "