struct fileops question

2010-10-20 Thread Fernando Apesteguía
Hi, I'm trying to understand some pieces of the FreeBSD kernel. Having a look at struct fileops in file.h I was wondering why other file related functions don't have an entry in the vector. I was thinking in mmap, fsync or sendfile. Can anyone tell me the reason? Thanks in advance.

Re: Netbooks BSD

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 07:26:01AM +0200, Matthias Apitz wrote: El día Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribió: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my first UNIX V7 tape on a PDP-11 around 1982, I

rugy-pg and rubygem-pg in ports

2010-10-20 Thread Chad Perrin
Is there any particular reason there are two copies of the PostgreSQL library for the Ruby programming language in FreeBSD ports? Do the ruby-pg and rubygem-pg ports differ in some meaningful way? The pkg-descr files for these ports do not give any really substantial clues to what differences,

Re: Netbooks BSD

2010-10-20 Thread Uffe Jakobsen
On 20/10/10 04.29, Gary Kline wrote: $150 is seriously in my price range [!] But what about the optical drive? If I can buy one on sale and install FBSD from a CD or DVD, do all optivcal drive fit all notebooks? With a few things that I probably will buy.

Single user mode: no shell prompt

2010-10-20 Thread Martin Schweizer
Hello If I start the server in single user mode I get never a prompt/shell (at the console). After successfully boot in single user mode I see a the last line: Trying to mount root from ufs:/dev/mfid0s1a. The only thing I can do is CTRL-ALT-DEL, then the system reboots as usual (with no broken

Greybeards (Re: Netbooks BSD)

2010-10-20 Thread perryh
Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my first UNIX V7 tape on a PDP-11 around 1982, I think. Gotcha beat :) UNIX

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Svein Skogen (Listmail account)
On 20.10.2010 09:47, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my first UNIX V7 tape on a

Re: download cvsup?

2010-10-20 Thread Dick Hoogendijk
Are the forwarders in your named.conf file OK? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: filter a binary file and reduce 0x150a to 0x15

2010-10-20 Thread andrew clarke
On Tue 2010-10-19 21:21:00 UTC-0400, Karl Vogel (vogelke+u...@pobox.com) wrote: me% perl -0pe 's/\025\n/\025/g;' blah | od -c Nitpicking a little, but Perl isn't part of the FreeBSD base any more. Most FreeBSD users probably have it installed, though (perhaps as a dependency)...

Re: download cvsup?

2010-10-20 Thread Michael Powell
Dick Hoogendijk wrote: Are the forwarders in your named.conf file OK? That was the next thing I was about to suggest. His FIOS router should be running DNS itself by default, with it pointing to Verizon's name servers. So he could try using 192.168.1.1 in his named.conf forwarders directive.

Re: need help with php.

2010-10-20 Thread Odhiambo Washington
On Wed, Oct 20, 2010 at 5:34 AM, Alejandro Imass a...@p2ee.org wrote: On Mon, Oct 18, 2010 at 11:31 PM, Gary Kline kl...@thought.org wrote: Ok, I've done everything I can think of and still my php5 fails. Several pages use a php counter [[that I wrote years ago. That is the main thing

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Arthur Chance
On 10/20/10 09:32, Svein Skogen (Listmail account) wrote: On 20.10.2010 09:47, per...@pluto.rain.com wrote: Matthias Apitzg...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the

dd to clone disks - new disk fails to boot.

2010-10-20 Thread Modulok
Problem: I copied from an old hard drive to a new one via FreeBSD's dd. The new drive won't boot. The old drive worked fine. (The new drive is known-to-work.) Background: I have a system with a 160GB disk in it. It runs windows. It works. I have a blank 250GB disk. I want to copy the entire 160GB

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Mike Jeays
On October 20, 2010 03:47:38 am per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my first UNIX

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Jerry Dunham
On 20 Oct 2010 at 10:32, Svein Skogen (Listmail account) wrote: On 20.10.2010 09:47, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back

Re: dd to clone disks - new disk fails to boot.

2010-10-20 Thread Warren Block
On Wed, 20 Oct 2010, Modulok wrote: Problem: I copied from an old hard drive to a new one via FreeBSD's dd. The new drive won't boot. The old drive worked fine. (The new drive is known-to-work.) Background: I have a system with a 160GB disk in it. It runs windows. It works. I have a blank

Re: PHP version dependency problems, was need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 12:31:01AM -, John Levine wrote: compiled correctly. Then, still nothing. Typing php at a root prompt outputs these warnings. What's strange is that I _thought_ I had mysql set up correctly. PHP has a bunch of version dependencies on other

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Kevin Oberman
Date: Wed, 20 Oct 2010 00:47:38 -0700 From: per...@pluto.rain.com Sender: owner-freebsd-mob...@freebsd.org Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the VAX 780 days :-) I booted my

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 10:32:58AM +0200, Svein Skogen (Listmail account) wrote: On 20.10.2010 09:47, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Tim Daneliuk
On 10/20/2010 11:55 AM, Gary Kline wrote: On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline escribi?: PS: I really _was_ current on hardware stuff. Back in the

Re: Netbooks BSD

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 08:26:14AM +0200, Uffe Jakobsen wrote: On 20/10/10 04.29, Gary Kline wrote: $150 is seriously in my price range [!] But what about the optical drive? If I can buy one on sale and install FBSD from a CD or DVD, do all optivcal drive fit all

Re: need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 12:42:36PM +0300, Odhiambo Washington wrote: On Wed, Oct 20, 2010 at 5:34 AM, Alejandro Imass a...@p2ee.org wrote: On Mon, Oct 18, 2010 at 11:31 PM, Gary Kline kl...@thought.org wrote: Ok, I've done everything I can think of and still my php5 fails. Several

Re: need help with php.

2010-10-20 Thread Ryan Coleman
That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. On Oct 20, 2010, at 12:49 PM, Gary Kline wrote: I just noted a [warn] I hadn't caught before: anybody know why the CommonName != the server name? :: [Wed Oct 20

Re: Netbooks BSD

2010-10-20 Thread David Brodbeck
On Wed, Oct 20, 2010 at 10:32 AM, Gary Kline kl...@thought.org wrote:        Sure, the optical uses [I think] a USB connector.  Pretty sure        that all these tiny toys are made at one factory! and then        labeled by the vendor.  If all the opticals are essentially        the same, then

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Bob Hall
On Wed, Oct 20, 2010 at 12:07:55PM -0500, Tim Daneliuk wrote: On 10/20/2010 11:55 AM, Gary Kline wrote: On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las 07:29:46PM -0700, Gary Kline

Re: need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. --I don't know what the snag is, but even 5.2 fails. php execs; it just doesn't do anything. I built the

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Mike Jeays
On October 20, 2010 03:46:06 pm Bob Hall wrote: On Wed, Oct 20, 2010 at 12:07:55PM -0500, Tim Daneliuk wrote: On 10/20/2010 11:55 AM, Gary Kline wrote: On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias Apitz g...@unixarea.de wrote: El d?a Tuesday, October

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Arthur Chance
On 10/20/10 20:46, Bob Hall wrote: On Wed, Oct 20, 2010 at 12:07:55PM -0500, Tim Daneliuk wrote: On 10/20/2010 11:55 AM, Gary Kline wrote: On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias Apitzg...@unixarea.de wrote: El d?a Tuesday, October 19, 2010 a las

Re: need help with php.

2010-10-20 Thread Brad Mettee
Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. --I don't know what the snag is, but even 5.2 fails. php execs; it just doesn't do

Re: need help with php.

2010-10-20 Thread Alejandro Imass
On Wed, Oct 20, 2010 at 1:49 PM, Gary Kline kl...@thought.org wrote: On Wed, Oct 20, 2010 at 12:42:36PM +0300, Odhiambo Washington wrote: On Wed, Oct 20, 2010 at 5:34 AM, Alejandro Imass a...@p2ee.org wrote:        Anyway, thanks, Wash, for your cookbook backup commands.  ((See,        

Re: need help with php.

2010-10-20 Thread Kevin Kinsey
Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. --I don't know what the snag is, but even 5.2 fails. php execs; it just doesn't do anything.

Re: need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 04:16:54PM -0400, Brad Mettee wrote: Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. --I don't know what the snag is, but

Re: need help with php.

2010-10-20 Thread Brad Mettee
Gary Kline wrote: On Wed, Oct 20, 2010 at 04:16:54PM -0400, Brad Mettee wrote: Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right.

Re: need help with php.

2010-10-20 Thread Indexer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try using ?php as your beginning tag. r...@ethic:/usr/local/www/apache22/data# php ./test.php ? phpinfo(); ? r...@ethic:/usr/local/www/apache22/data# Hm. php aimed at ./test.php just catenates the file. Does that tell you

Re: Resin 3.1.9, Apache 2.2.16 and mod_caucho?

2010-10-20 Thread Andy Wodfer
Got mod_caucho.so installed. The makefile only refers to Apache 20 while I am running 22. I changed the path in the Makefile to /usr/ports/www/apache22 and the compile arg to yes and it installed fine. Will test now. Cheers, Andy --- Mvh/Rgds, Andreas Wideroe andr...@wideroe.net Den 14. okt.

Re: Netbooks BSD

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 11:32:01AM -0700, David Brodbeck wrote: On Wed, Oct 20, 2010 at 10:32 AM, Gary Kline kl...@thought.org wrote:        Sure, the optical uses [I think] a USB connector.  Pretty sure        that all these tiny toys are made at one factory! and then        labeled by the

Re: Netbooks BSD

2010-10-20 Thread Kevin Oberman
Date: Wed, 20 Oct 2010 14:15:46 -0700 From: Gary Kline kl...@thought.org Sender: owner-freebsd-mob...@freebsd.org On Wed, Oct 20, 2010 at 11:32:01AM -0700, David Brodbeck wrote: On Wed, Oct 20, 2010 at 10:32 AM, Gary Kline kl...@thought.org wrote:        Sure, the optical uses [I think]

Re: Netbooks BSD

2010-10-20 Thread Lowell Gilbert
Gary Kline kl...@thought.org writes: On Wed, Oct 20, 2010 at 11:32:01AM -0700, David Brodbeck wrote: On Wed, Oct 20, 2010 at 10:32 AM, Gary Kline kl...@thought.org wrote:        Sure, the optical uses [I think] a USB connector.  Pretty sure        that all these tiny toys are made at one

Re: Netbooks BSD

2010-10-20 Thread David Brodbeck
On Wed, Oct 20, 2010 at 2:42 PM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: The plug isn't the issue.  Drivers are. Fortunately, USB mass storage devices are highly standardized. One of the things they got right. Now, the USB keyboard protocol...ugh, they really dropped the

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread David Brodbeck
On Wed, Oct 20, 2010 at 1:10 PM, Arthur Chance free...@qeng-ho.org wrote: On 10/20/10 20:46, Bob Hall wrote: Getting back to reality, although I never did it (fortunately), a friend of mine who was about a decade older than me (I'm mid/late 50s) had the experience of programming microcode on a

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 09:10:28PM +0100, Arthur Chance wrote: On 10/20/10 20:46, Bob Hall wrote: On Wed, Oct 20, 2010 at 12:07:55PM -0500, Tim Daneliuk wrote: On 10/20/2010 11:55 AM, Gary Kline wrote: On Wed, Oct 20, 2010 at 12:47:38AM -0700, per...@pluto.rain.com wrote: Matthias

Re: need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 04:45:17PM -0400, Brad Mettee wrote: Gary Kline wrote: On Wed, Oct 20, 2010 at 04:16:54PM -0400, Brad Mettee wrote: Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the

Re: Netbooks BSD

2010-10-20 Thread Chip Camden
Quoth David Brodbeck on Wednesday, 20 October 2010: Now, the USB keyboard protocol...ugh, they really dropped the ball on that one. It's standardized, which is good, but it's a polling interface and tends to occasionally lose events under high CPU load, which is bad. Especially if it's a

Re: need help with php.

2010-10-20 Thread Gary Kline
On Wed, Oct 20, 2010 at 03:53:47PM -0700, Gary Kline wrote: [ save the electrons] WEll guys, methinks things are back after some months of not-working. Since Sunday night I've managed to pull thr few remaining hair out of my head. That's insignificant. Thanks for your help. time for a

Re: Netbooks BSD

2010-10-20 Thread David Brodbeck
On Wed, Oct 20, 2010 at 4:19 PM, Chip Camden sterl...@camdensoftware.com wrote: Quoth David Brodbeck on Wednesday, 20 October 2010: Now, the USB keyboard protocol...ugh, they really dropped the ball on that one.  It's standardized, which is good, but it's a polling interface and tends to

Re: Greybeards (Re: Netbooks BSD)

2010-10-20 Thread Rich Kulawiec
Unix, v6, on a PDP-11 (although I can't recall which model), circa 1977. Got away from it for a bit, then landed in the middle of the v6-v7 shift and the BSD takeover a couple of years later. Still recall being amazed by the Fujitsu Eagle (small form factor, large capacity). And I'm appalled

My mail server flagged spam!

2010-10-20 Thread Marwan Sultan
Hello list.. Well! im kinda lost here.. I have like 8 domains hosted in my server. FreeBSD 7.2R, sendmail, openwebmail, spamassassin, milter all installed. I have few customers complaining that thier emails (the domain they send from) to hotmail/yahoo..etc.. flagged as spam! i have

Re: My mail server flagged spam!

2010-10-20 Thread Chuck Swiger
On Oct 20, 2010, at 5:10 PM, Marwan Sultan wrote: Hello list.. Well! im kinda lost here.. I have like 8 domains hosted in my server. FreeBSD 7.2R, sendmail, openwebmail, spamassassin, milter all installed. I have few customers complaining that thier emails (the domain they send

Re: My mail server flagged spam!

2010-10-20 Thread Matthew Seaman
On 21/10/2010 01:10, Marwan Sultan wrote: if I check that domain in mxtoolbox.com it complains Warning - Reverse DNS does not match SMTP Banner could it be the SMTP banner flagging the mail as spam? This is certainly possible. It would add spam points on my servers. The address in