Re: ip refresh, resolv.conf and local scripts on startup?

2007-05-09 Thread Jack Barnett
hrm, thanks, but this doesn't seem to work: `ifconfig xl0 down` doesn't do anything... executes without error, but the interface stays up. `/sbin/dhclient` gets a new IP, but doesn't re-do the firewall with new IP, so everything is broken. echo nameserver 123.34.45.67 /etc/resolv.conf

Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Gabriel Rossetti
Hello, I purchased a RocketRaid card + 3 disks, and moved my FreeBSD 6.1 to it using dump, I then changed my fstab entry to use da0s1d for /, I made sure that the it is bootable, I told my raid controller to be bootable, I set it up to boot in my BIOS as the first device, I added the kernel

Re: Disk problems?

2007-05-09 Thread Jack Barnett
hrm... ? Doing it again: twa0: INFO: (0x04: 0x000B): Rebuild started: unit=0 twa0: ERROR: (0x04: 0x003A): Drive power on reset detected: port=0 twa0: ERROR: (0x04: 0x003A): Drive power on reset detected: port=1 twa0: ERROR: (0x04: 0x003A): Drive power on reset detected: port=0 twa0: ERROR:

Re: Problem with RRDTool reinstallation

2007-05-09 Thread Dinesh Pandian
Thanks for pointing it out. And oh.. btw, if it's fixed, then would I be able to install it by doing a portsnap fetch portsnap update and then running portupgrade -a ? Thanks. On 5/8/07, Julien Gabel [EMAIL PROTECTED] wrote: This server is close to deployment so I can't afford to

Re: Problem with RRDTool reinstallation

2007-05-09 Thread Dinesh Pandian
Thanks Dan! Commenting out USE_GMAKE in the Makefile solved it! Regards, Dinesh On 5/8/07, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (May 08), Julien Gabel said: This server is close to deployment so I can't afford to reinstall. I get the following error when I try to

freebsd-update and locally modfied files

2007-05-09 Thread Zbigniew Szalbot
Hello, Can you help me by suggesting what I need to do when I want to use freebsd-update fetch (FBSD 6.2) but get the following message: The following files are affected by updates, but no changes have been downloaded because the files have been modified locally: /etc/rc.d/jail Now, I do not

Error on installation of Firebird2 (Revised)

2007-05-09 Thread Odhiambo Washington
Installation of Firebird2-server on FreeBSD 6.2-STABLE is giving me so much grief When I just do `make`, it fails with the following: cut == Please do not build firebird as 'root' because this may cause conflicts with SysV semaphores of running services. *** Error code 1 Stop in

Error on installation of Firebird2

2007-05-09 Thread Odhiambo Washington
I am trying to install databases/firebird2-server, but the process keeps failing with: cut == Please do not build firebird as 'root' because this may cause conflicts with SysV semaphores of running services. *** Error code 1 Stop in /usr/ports/databases/firebird2-client. *** Error code 1 Stop

Re: dual monitors?

2007-05-09 Thread Tom Evans
On Tue, 2007-05-08 at 19:17 -0500, Paul Schmehl wrote: --On May 8, 2007 6:15:52 PM -0500 Jonathan Horne [EMAIL PROTECTED] wrote: anyone out there running dual monitors in FreeBSD? Of course. if so, what is your setup? single display adapter/2 heads, or 2 seperate adapters?

Re: How to make Apache (2.2.4) less greedy, or Sendmail less polite? [semi-solved]

2007-05-09 Thread Olaf Greve
Hi again, Tnx for your further recommendations. I'll take the following actions: 1) I'll report the IP addresses to Spamcop and Spamhaus (note that indeed it appears to be virus-driven, or operated through backdoors, as the server is under constant attack, coming from a variety of IP

Compliance is Essential to your Business

2007-05-09 Thread Compliant Company
Compliant Company Demonstration: Take advantage of your Entity Join us for a Webinar on May 9 Bring your LLC, S-C corp, Non-profit, LLP or LP into compliance in all 51 Jurisdictions. Create a Compliant Company or Corporation. Maintain Compliance in all 51

Re: dual monitors?

2007-05-09 Thread Chad Perrin
On Tue, May 08, 2007 at 07:17:45PM -0500, Paul Schmehl wrote: I'm using ATI Radeon X300, but the setup was quite simple. One monitor section. One device section. One screen section. Section ServerLayout Identifier X.org Configured Screen 0 Screen0 0 0

Network interface restart

2007-05-09 Thread Bram Schoenmakers
Hi, I tried to reduce the MTU of a network interface on a remote FreeBSD 6.2 machine. So that means changing this line in rc.conf: ifconfig_bge0=inet xxx.xxx.xxx.xxx netmask 255.255.255.128 to ifconfig_bge0=inet xxx.xxx.xxx.xxx netmask 255.255.255.128 mtu 1472 Of course, there's a real IP

Re: Network interface restart

2007-05-09 Thread Sam Lawrance
On 09/05/2007, at 8:31 PM, Bram Schoenmakers wrote: Hi, I tried to reduce the MTU of a network interface on a remote FreeBSD 6.2 machine. So that means changing this line in rc.conf: ifconfig_bge0=inet xxx.xxx.xxx.xxx netmask 255.255.255.128 to ifconfig_bge0=inet xxx.xxx.xxx.xxx

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Frank Wissmann
FreeBSD boots by default from the a-partition and IMK you can't change this. Try to setup your rootdev as disk0s1a instead of disk0s1d and it will work. Regards Frank ___ freebsd-questions@freebsd.org mailing list

Re: Network interface restart

2007-05-09 Thread Bram Schoenmakers
Op woensdag 09 mei 2007, schreef Sam Lawrance: Hi, Could someone please point out where I made the mistake? When your network interface went down, you lost the connection, your shell lost the terminal and your script was terminated before it could finish doing what it was supposed to.

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Gabriel Rossetti
Frank Wissmann wrote: FreeBSD boots by default from the a-partition and IMK you can't change this. Try to setup your rootdev as disk0s1a instead of disk0s1d and it will work. Regards Frank How can I do that? When I use sysinstall to create my partitions it automatically create's it as

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Gabriel Rossetti
Gabriel Rossetti wrote: Frank Wissmann wrote: FreeBSD boots by default from the a-partition and IMK you can't change this. Try to setup your rootdev as disk0s1a instead of disk0s1d and it will work. Regards Frank How can I do that? When I use sysinstall to create my partitions

Re: Network interface restart

2007-05-09 Thread Steve Bertrand
Bram Schoenmakers wrote: Op woensdag 09 mei 2007, schreef Sam Lawrance: Hi, Could someone please point out where I made the mistake? When your network interface went down, you lost the connection, your shell lost the terminal and your script was terminated before it could finish doing

Video fileserver - Need some input

2007-05-09 Thread Andreas Widerøe Andersen
I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been a FreeBSD fan for almost 10 years now and will try to build this server based on the latest stable FreeBSD version, allthough most machines here run WinXP. We have

Re: ip refresh, resolv.conf and local scripts on startup?

2007-05-09 Thread RW
On Tue, 8 May 2007 16:11:21 -0500 Jack Barnett [EMAIL PROTECTED] wrote: I have a script that updates some dynamic DNS records (can be run as non-root if needed). It needs to be run on startup - after network is configured and after rc.firewall (it'll get blocked if it's run before the

Re: Network interface restart

2007-05-09 Thread Benjamin Sobotta
Op woensdag 09 mei 2007, schreef Sam Lawrance: Hi, Could someone please point out where I made the mistake? When your network interface went down, you lost the connection, your shell lost the terminal and your script was terminated before it could finish doing what it was

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Gabriel Rossetti wrote: Frank Wissmann wrote: FreeBSD boots by default from the a-partition and IMK you can't change this. Try to setup your rootdev as disk0s1a instead of disk0s1d and it will work. Regards Frank How can I do that? When

Support Quad-Core Intel Xeon 5310 CPU

2007-05-09 Thread Ivan Carey
Hi, Does FreeBSD 6.2 support Quad-Core Intel Xeon 5310 CPU and an Intel Xeon 5320 quad core CPU Regards, Ivan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Video fileserver - Need some input

2007-05-09 Thread Chris Slothouber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 08:21, Andreas Widerøe Andersen wrote: I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been a FreeBSD fan for almost 10 years now and will try to build

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Frank Wissmann
Well, I think if you boot your computer from a cdrom and edit with bsdlabel you get into an editor where you can change the d into an a. That must be the solution you want. Regards Frank ___ freebsd-questions@freebsd.org mailing list

Re: Network interface restart

2007-05-09 Thread Christoph Schug
On Wed, May 09, 2007, Bram Schoenmakers wrote: But as I said, I ran the script from a screen session, so that makes me wonder why the execution was aborted. But is running '/etc/rc.d/netif restart'' known to cause problems? I think I shouldn't have to use scripts like these just to

Default interface font size in Firefox Thunderbird 2.0

2007-05-09 Thread Erin E Conn
As can be seen in my screenshot: http://img.photobucket.com/albums/v709/TKou/screenshots/mozfonts.jpg, since upgrading to the 2.0 versions of Firefox and now Thunderbird the interface font sizes for those applications have become much larger than any of my other gtk applications, and they seem

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Alex Zbyslaw
Matthew Seaman wrote: Gabriel Rossetti wrote: How can I do that? When I use sysinstall to create my partitions it automatically create's it as da0s1d. Use: bsdlabel -e da0s1 There's also a trick you can use in sysinstall. It will only ever assign an a partition to /. So if you

Re: Network interface restart

2007-05-09 Thread Steve Bertrand
But as I said, I ran the script from a screen session, so that makes me wonder why the execution was aborted. But is running '/etc/rc.d/netif restart'' known to cause problems? I think I shouldn't have to use scripts like these just to change a setting on the network interface. Kind

Re: Video fileserver - Need some input

2007-05-09 Thread Andreas Widerøe Andersen
On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 08:21, Andreas Widerøe Andersen wrote: I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been a

Firebird-2.x - I am at /etc

2007-05-09 Thread Odhiambo Washington
Having googled over and over and tried the various suggestions without success, I am forced to ask here: How does one install databases/firebird2-\* in FreeBSD? I am running 6.2-STABLE. Thanks! -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See

Re: Firebird-2.x - I am at /etc

2007-05-09 Thread Schiz0
On 5/9/07, Odhiambo Washington [EMAIL PROTECTED] wrote: Having googled over and over and tried the various suggestions without success, I am forced to ask here: How does one install databases/firebird2-\* in FreeBSD? I am running 6.2-STABLE. Thanks! -Wash

Re: command to inentify the process that is listening in a port.

2007-05-09 Thread Tom Evans
On Wed, 2007-04-11 at 14:52 -0400, Bob Johnson wrote: On 4/10/07, Jonathan McKeown [EMAIL PROTECTED] wrote: On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the

Re: Video fileserver - Need some input

2007-05-09 Thread Chris Slothouber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 10:12, Andreas Widerøe Andersen wrote: On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: On 2007-05-09 08:21, Andreas Widerøe Andersen wrote: I'm planning a new fileserver for my post-production facility and need some input

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Gabriel Rossetti
Frank Wissmann wrote: Well, I think if you boot your computer from a cdrom and edit with bsdlabel you get into an editor where you can change the d into an a. That must be the solution you want. Regards Frank ___ freebsd-questions@freebsd.org

Re: Can't get FreeBSD to boot automatically from RAID 5 system

2007-05-09 Thread Gabriel Rossetti
Alex Zbyslaw wrote: Matthew Seaman wrote: Gabriel Rossetti wrote: How can I do that? When I use sysinstall to create my partitions it automatically create's it as da0s1d. Use: bsdlabel -e da0s1 There's also a trick you can use in sysinstall. It will only ever assign an a partition

Add a file to all outgoing mails

2007-05-09 Thread Martin Schweizer
Hello I looking for a solution where I can add a file to each outgoing mails which my sendmail sends out. Can I do that with MimeDefang? I need this for special solution. Any hints are welcome. -- Regards, Martin Schweizer [EMAIL PROTECTED] PC-Service M. Schweizer GmbH; Bannholzstrasse

Re: Firebird-2.x - I am at /etc

2007-05-09 Thread Odhiambo Washington
* On 09/05/07 10:26 -0400, Schiz0 wrote: | On 5/9/07, Odhiambo Washington [EMAIL PROTECTED] wrote: | | Having googled over and over and tried the various suggestions without | success, I am forced to ask here: | | How does one install databases/firebird2-\* in FreeBSD? I am running | 6.2-STABLE.

Re: scponly chroot doesn´t work FB6.2

2007-05-09 Thread J65nko
On 5/7/07, Marcelo Maraboli [EMAIL PROTECTED] wrote: I can´t seem to make scponly work with a chrooted jail. I´ve read many articles on how FREEBSD´s scripts on making jails really don´t work and a manual mknod of $jail/dev/null must be done, but it still does´t work... I´d appreciate any help

Re: Video fileserver - Need some input

2007-05-09 Thread Jeff Mohler
45MB/sec is too fast for GigE? Wha? On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 08:21, Andreas Widerøe Andersen wrote: I'm planning a new fileserver for my post-production facility and need some input regarding

Re: Video fileserver - Need some input

2007-05-09 Thread Jeff Mohler
Chris: Accept my fallin on my sword..I didnt see your reply before I sent. ;) On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 10:12, Andreas Widerøe Andersen wrote: On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: On

Re: Another slightly OT q...

2007-05-09 Thread [EMAIL PROTECTED]
On 09/05/07, Ted Mittelstaedt [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Kline Sent: Tuesday, May 08, 2007 7:19 PM To: [EMAIL PROTECTED] Cc: Gary Kline; FreeBSD Mailing List Subject: Re: Another slightly OT q...

Re: Video fileserver - Need some input

2007-05-09 Thread Jeff Mohler
The _main_ think I can think of, is windows in a SINGLE threaded movement of data via CIFS, is gonna limit you to about 17MB/sec. Andreas..have you tested this via CIFS/Redirector and been able to sustain the performance that you need before going with Samba (another performance layer issue) On

Re: Another slightly OT q...

2007-05-09 Thread Eduardo Morras
At 23:22 08/05/2007, you wrote: see: http://nl.wikipedia.org/wiki/Jan_Sloot about the Sloot Digital Coding System. great stuff. Danke. that seems to be German, in Dutch Bedankt would be appropiate. i appreciate the effort though. I found the english wkik entry so I could

Re: Another slightly OT q...

2007-05-09 Thread Eduardo Morras
At 19:05 08/05/2007, you wrote: Hey Guys, Does anybody have any websites where I can look up the latest in compression technology? I've got a very thin ISDL link so pulling streams over is like looking at postage-stamp images. Depends on what you are trying to

macbook pro support

2007-05-09 Thread George Iordanou
I'm using an Apple MacBook Pro, and i was wondering if there's any howto on installing FreeBSD 6.2 and/or 7 on that machine. The only documentation i was able to find is for Macbook, but none seems to exist for the pro version. Does anyone of you had luck with FreeBSD on the pro version?

Re: Video fileserver - Need some input

2007-05-09 Thread Eduardo Morras
At 14:21 09/05/2007, you wrote: I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been a FreeBSD fan for almost 10 years now and will try to build this server based on the latest stable FreeBSD version, allthough most

Re: Another slightly OT q...

2007-05-09 Thread Gary Kline
On Wed, May 09, 2007 at 07:50:02PM +0200, Eduardo Morras wrote: At 23:22 08/05/2007, you wrote: he died / killed himself / was murdered before his hoax could be uncovered. It's easily covered. Check usenet comp.compression faq. It's the Counting Theorem. For a sequence of n-bits there are

Re: Add a file to all outgoing mails

2007-05-09 Thread Jeffrey Goldberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 9, 2007, at 10:52 AM, Martin Schweizer wrote: I looking for a solution where I can add a file to each outgoing mails which my sendmail sends out. Can I do that with MimeDefang? I need this for special solution. Any hints are welcome.

WOW! {Or Holy whatever}

2007-05-09 Thread Gary Kline
I asked somebody directly, but I may as well ask the entire list. I'm looking for a video-card. The more recent mobo's (like the i815) have them builtin. My 750MHz machine uses the SRAM for its v-RAM. My old Kayaks came with Matrox Millennium 8MB video

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Gary Kline
On Wed, May 09, 2007 at 03:09:09PM -0700, Gary Kline wrote: I asked somebody directly, but I may as well ask the entire list. I'm looking for a video-card. The more recent mobo's (like the i815) have them builtin. My 750MHz machine uses the SRAM for its v-RAM. My

sshd segfaults on exit when no tty allocated

2007-05-09 Thread Christopher Cowart
Hello, When I ssh into FreeBSD hosts without allocating a tty, sshd segfaults after the process terminates. This problem occurs on both 6_1_REL and 6_2_REL installations at all sorts of patch levels. Examples: Client: `ssh -t server ls` Server Logs: | May 9 15:33:44 server sshd[1503]:

Re: macbook pro support

2007-05-09 Thread Eric Crist
AFAIK, the Macbook information will work exactly the same on a Pro model. There's no real core-level differences between the Pro and non-Pro systems. On May 9, 2007, at 1:12 PMMay 9, 2007, George Iordanou wrote: I'm using an Apple MacBook Pro, and i was wondering if there's any howto on

Re: Support Quad-Core Intel Xeon 5310 CPU

2007-05-09 Thread Josh Paetzel
Ivan Carey wrote: Hi, Does FreeBSD 6.2 support Quad-Core Intel Xeon 5310 CPU and an Intel Xeon 5320 quad core CPU Regards, Ivan Yes. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Eric Crist
On May 9, 2007, at 6:09 PMMay 9, 2007, Gary Kline wrote: On Wed, May 09, 2007 at 03:09:09PM -0700, Gary Kline wrote: I asked somebody directly, but I may as well ask the entire list. I'm looking for a video-card. The more recent mobo's (like the i815) have them

Backing up Samba share to USB jump drive?

2007-05-09 Thread L Goodwin
Here's another round of dumb questions for ya: Can USB jump drives be used to back-up a Samba share? If so, what do I need to do to prepare the USB drive to accept files? Since I don't really need to compress or encrypt, I was thinking about simply copying the entire directory tree using the cp

Re: Backing up Samba share to USB jump drive?

2007-05-09 Thread Bill Moran
L Goodwin [EMAIL PROTECTED] wrote: Here's another round of dumb questions for ya: Can USB jump drives be used to back-up a Samba share? If so, what do I need to do to prepare the USB drive to accept files? Since I don't really need to compress or encrypt, I was thinking about simply

Re: Backing up Samba share to USB jump drive?

2007-05-09 Thread L Goodwin
Thanks, Bill! --- Bill Moran [EMAIL PROTECTED] wrote: L Goodwin [EMAIL PROTECTED] wrote: Here's another round of dumb questions for ya: Can USB jump drives be used to back-up a Samba share? If so, what do I need to do to prepare the USB drive to accept files? Since I don't

Re: Network interface restart

2007-05-09 Thread boris
Op woensdag 09 mei 2007, schreef Sam Lawrance: Hi, Could someone please point out where I made the mistake? When your network interface went down, you lost the connection, your shell lost the terminal and your script was terminated before it could finish doing what it was supposed to.

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Gary Kline
On Wed, May 09, 2007 at 07:18:52PM -0500, Eric Crist wrote: On May 9, 2007, at 6:09 PMMay 9, 2007, Gary Kline wrote: On Wed, May 09, 2007 at 03:09:09PM -0700, Gary Kline wrote: I asked somebody directly, but I may as well ask the entire list. I'm looking for a video-card. The

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Chad Perrin
On Wed, May 09, 2007 at 06:34:53PM -0700, Gary Kline wrote: PS: Does anybody know of a website that 'splains VGA, SVGA, EVGA, and all the rest? I've been seriously guilty of being lazy; I'm fessing up! Wikipedia, believe it or not, has tons of great

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Gary Kline
On Wed, May 09, 2007 at 07:48:00PM -0600, Chad Perrin wrote: On Wed, May 09, 2007 at 06:34:53PM -0700, Gary Kline wrote: PS: Does anybody know of a website that 'splains VGA, SVGA, EVGA, and all the rest? I've been seriously guilty of being lazy; I'm fessing up!

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Eric Crist
On May 9, 2007, at 8:34 PMMay 9, 2007, Gary Kline wrote: On Wed, May 09, 2007 at 07:18:52PM -0500, Eric Crist wrote: Gary, Most cards that might come with DVI output instead of the standard VGA output usually include at least one DVI-VGA adapter, an additional one could be purchased at most

ip refresh, resolv.conf and local scripts on startup?

2007-05-09 Thread Richard Simmonds
(rc.firewall uses this to get network info: onet=`ifconfig xl0 | grep inet | awk '{print $6}'` oip=`ifconfig xl0 | grep inet | awk '{print $2}'` Meaning, rc.firewall would also have to be re-ran if the IP is new). [also to make things more complicated, I think I need a

Re: WOW! {Or Holy whatever}

2007-05-09 Thread jdow
From: Gary Kline [EMAIL PROTECTED] On Wed, May 09, 2007 at 07:18:52PM -0500, Eric Crist wrote: On May 9, 2007, at 6:09 PMMay 9, 2007, Gary Kline wrote: On Wed, May 09, 2007 at 03:09:09PM -0700, Gary Kline wrote: I asked somebody directly, but I may as well ask the entire list. I'm looking

Re: WOW! {Or Holy whatever}

2007-05-09 Thread Garrett Cooper
Eric Crist wrote: On May 9, 2007, at 8:34 PMMay 9, 2007, Gary Kline wrote: On Wed, May 09, 2007 at 07:18:52PM -0500, Eric Crist wrote: Gary, Most cards that might come with DVI output instead of the standard VGA output usually include at least one DVI-VGA adapter, an additional one could be

Re: macbook pro support

2007-05-09 Thread George Iordanou
On 2007-05-09 19:14, Eric Crist [EMAIL PROTECTED] wrote: AFAIK, the Macbook information will work exactly the same on a Pro model. There's no real core-level differences between the Pro and non-Pro systems. Thanks a lot Eric. You are probably right, the main differences between the two