serendipity Web Site s9y.org

2012-11-08 Thread Sabine Baer
Hallo, is someone out there using www/serendipity? I installed it and it works fine (I think), but I can't access their website http://s9y.org, I get a site with "mixed" advertisement. Heve they moved, faded away or been hacked? Sorry offtopic but in the hope thet some FreeBDS-Users may use serend

HI

2012-11-08 Thread R shidhpra
Hi, I was just reviewing your website and found it very interesting. I really like your website and services you are providing. I was wondering if we can work with you and help you with your business. I would like to offer you our Hire Developer/Programmer service where you can hire our dedi

PCB exporter

2012-11-08 Thread sales7
Dear Manager, Hi,I'm Jason,so gald to introduce our company to you: First:What we do ? We are one PCB manufacturer for more than ten years,located in Shenzhen,China.With good quality and confidence,cooperating to foreign customer is our developing tendency.It's my pleasure to serve for you.To m

Re: pf synproxy slowdown

2012-11-08 Thread Gleb Smirnoff
On Fri, Nov 09, 2012 at 05:40:16AM +, Anders N. wrote: A> Hi. I've got a server running pf that has been displaying some odd (at least to me) behavior. A> A> I use the "synproxy state"[1] option quite a few times in my config without any ill effects that I've noticed until now. I realized it

pf synproxy slowdown

2012-11-08 Thread Anders N.
Hi. I've got a server running pf that has been displaying some odd (at least to me) behavior. I use the "synproxy state"[1] option quite a few times in my config without any ill effects that I've noticed until now. I realized it was on every open port except for ssh, so I added it to my ssh lin

Re: Installing fusefs-ntfs and nvidia-drivers fails

2012-11-08 Thread Neil M. Stewart
Hi Arthur, Thanks for your response. The installation works now. It turns out that I was working with the wrong version of the source tree. Regards, Neil Stewart On 11/8/12 11:33 AM, Arthur Chance wrote: On 11/08/12 13:30, Neil M. Stewart wrote: Hi All, I am new to FreeBSD, and I am having

gzip 1.5

2012-11-08 Thread Лузянин Илья
Hello, when to expect porting gzip 1.5 on FreeBSD? Sincerely, Ilya Luzyanin, begigging FreeBSD user. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-ques

Free website custom built by design students

2012-11-08 Thread Design J
Hello, We have some student interns looking to design a few free websites for their portfolio. Up to ten pages, Custom logo, Custom background. shopping carts and more. I was wondering if you would be interested in a free custom website design for your business? Either a brand new site, a red

Re: trying to build a port for vagrant and failing

2012-11-08 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/7/12 4:46 PM, Christopher J. Ruwe wrote: > On Tue, 06 Nov 2012 17:58:42 -0500 Greg Larkin > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >> On 11/6/12 4:00 PM, Christopher J. Ruwe wrote: >>> Currently, I am trying to write up a

features.h: No such file or directory

2012-11-08 Thread Stephan Schindel
Hey :)! I try to get CUDA 5 up and running, well, I hope to get it running ;D. I could install the cuda toolkit using /compat/linux/bin/sh and now when I try to compile some code using nvcc I get: /usr/local/cuda/include/host_config.h:114:40: error: features.h: No such file or directory

Re: Installing fusefs-ntfs and nvidia-drivers fails

2012-11-08 Thread Arthur Chance
On 11/08/12 13:30, Neil M. Stewart wrote: Hi All, I am new to FreeBSD, and I am having an issue installing fusefs-ntfs and nvidia-driver. The error messages are shown below. Any idea what's going on here? Thanks in advance. ===> Installing for fusefs-ntfs-2012.1.15 ===> fusefs-ntfs-2012.1.

Feature request

2012-11-08 Thread Paul Macdonald
The default behaviour of "last" would be much more useful if /etc/defaults/rc.conf had sshd_flags="-u 32" # Additional flags for sshd. Currently any dns resolved connections are truncated at 22 characters, leading to useless information out of the box. Is this a suitable PR

Re: Fault in Terminal Server causing server to hang on boot?

2012-11-08 Thread Olivier Nicole
Rick, > I'm reaching out in hopes that someone may have seen something similar > and can shed some light. Consider an HP DL360p G8 with FreeBSD > 8.3-RELEASE-p4, serial port cabled to a Cisco 2800 series terminal > server. Console is configured in the following manner: > > /boot/loader.conf: co

Fault in Terminal Server causing server to hang on boot?

2012-11-08 Thread Rick Miller
Hi All, I'm reaching out in hopes that someone may have seen something similar and can shed some light. Consider an HP DL360p G8 with FreeBSD 8.3-RELEASE-p4, serial port cabled to a Cisco 2800 series terminal server. Console is configured in the following manner: /boot/loader.conf: console="com

Re: getting packets on a specific port by pf

2012-11-08 Thread s m
dear takcoder maybe you are right but now it is not important for me. i want to get packets by pf in order to set packet's TOS bit (packets which comes from IPFW). have you any suggestion? thanks for your attention sam On Thu, Nov 8, 2012 at 4:11 PM, takCoder wrote: > hey sam, > > i don't kn

Installing fusefs-ntfs and nvidia-drivers fails

2012-11-08 Thread Neil M. Stewart
Hi All, I am new to FreeBSD, and I am having an issue installing fusefs-ntfs and nvidia-driver. The error messages are shown below. Any idea what's going on here? Thanks in advance. ===> Installing for fusefs-ntfs-2012.1.15 ===> fusefs-ntfs-2012.1.15 depends on file: /usr/local/modules/f

Re: GELI Swap password on boot

2012-11-08 Thread Mike Barnard
Thanks Fabian, > Maybe the device contains old geli meta data with the > boot flag set, or garbage that looks like geli meta data. > > Try to "geli clear" the device and if it fails "geli init" + "geli clear". > > I tried this as well, but still got no joy. I re-did the installation and it works

Re: getting packets on a specific port by pf

2012-11-08 Thread takCoder
hey sam, i don't know the exact answer for your question.. but a question occurred in my mind.. what's your final purpose of doing so? what do you exactly mean by the phrase "to change them"?? and don't you think that this sequence of firewalls has a deep effect on your system performance? in my

getting packets on a specific port by pf

2012-11-08 Thread s m
hello guys i have a problem with getting packets which are diverted to a specific port by PF. i mean i diverted my packets to a specific port by IPFW and want to get these packets by PF to change them. i used "ipfw add 1000 divert 8000 all form any to any" command to divert my packets. how can i

Re: GELI Swap password on boot

2012-11-08 Thread Fabian Keil
Mike Barnard wrote: > On 8 November 2012 03:30, Michael Sierchio wrote: > > > On Wed, Nov 7, 2012 at 4:20 PM, Mike Barnard > > wrote: > > > Hi, > > > > > > I am running FreeBSD 9.0-RELEASE and I am experiencing some strange > > > behaviour with GELI. > > > > > > Every time I boot up my compute