Unable to reach hosts outside my subnet after initial install

2008-06-13 Thread Edward Lay
After a fresh installation of freeBSD 7.0, I am unable to communicate with any hosts beyond the local subnet. All important values (gateway, netmask,etc) were copied from other unix hosts on the same subnet. Presumably I've either failed to include something important or there is a conflict.

Re: IPv6 jails for FreeBSD (6.* preferably)

2008-06-13 Thread Wojciech Puchar
attached working patch against this: FreeBSD wojtek.tensor.gdynia.pl 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue Jun 10 10:49:47 CEST 2008 [EMAIL PROTECTED]:/usr2/src/sys/i386/compile/p234 i386 (cvsup'em 2 weeks ago, should work for present date) jailpatch.gz Description: Binary data

Re: Stripe sizes with gstripe

2008-06-13 Thread Wojciech Puchar
Does gstripe read an entire stripe at a time? If so, why do that instead of just reading a few requested blocks? If not, then is there any advantage to large stripes? Apparently it won't read anything larger than your stripe size which defaults to a miserable 4k. depending from what's

[Ports] How to find where a port is located?

2008-06-13 Thread Gilles
Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. ___ freebsd-questions@freebsd.org

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Wojciech Puchar
Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? grep in /usr/ports/INDEX or ls -ld /usr/ports/*/packagename

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread Wojciech Puchar
It depends how much of a hacker you are. If you want out-of-the-box and you don't mind kde then choose between pcbsd or desktopbsd. If you want out-of-the-box and gnome I think you are out of luck. If you don't mind diy FreeBSD is your toolbox. if you want out of the box cool desktop use

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Leslie Jensen
Gilles skrev: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. Or http://www.se.freebsd.org/ports/index.html

RE: [Ports] How to find where a port is located?

2008-06-13 Thread Catalin Miclaus
Gilles skrev: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. Try 'whereis portname'. Best Regards Catalin Miclaus

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 10:17:02 +0100, Catalin Miclaus [EMAIL PROTECTED] wrote: Try 'whereis portname'. Thanks. That seems to be the fastest way: # whereis lftp lftp: /usr/local/bin/lftp /usr/local/man/man1/lftp.1.gz /usr/ports/ftp/lftp ___

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 11:39:10 +0200, Gilles [EMAIL PROTECTED] wrote: Thanks. That seems to be the fastest way: Actually... no: # whereis samba samba: /usr/ports/japanese/samba # whereis samba3 samba3: /usr/ports/japanese/samba3 # find /usr/ports/ -name samba* [...] /usr/ports/net/samba3 Why

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Vince Hoffman
I use cd /usr/ports make search name=portname It will return extraneous results from time to time. eg. [/usr/ports](11:39:22) [EMAIL PROTECTED] /usr/ports make search name=lftp Port: lftp-3.7.3_1 Path: /usr/ports/ftp/lftp Info: Shell-like command line ftp client Maint: [EMAIL PROTECTED]

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Andreas Rudisch
On Fri, 13 Jun 2008 10:51:28 +0200 Gilles [EMAIL PROTECTED] wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. You

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 12:43:13 +0200, Andreas Rudisch cyb.@gmx.net wrote: You can use 'make search name=' or 'make search key=' Thanks, much faster. ___ freebsd-questions@freebsd.org mailing list

Re: Nanobsd on a CD-ROM

2008-06-13 Thread J. Porter Clark
On Thu, Jun 12, 2008 at 06:54:45PM +0200, Pietro Cerutti wrote: J. Porter Clark wrote: | On Thu, Jun 12, 2008 at 04:40:25PM +0200, Pietro Cerutti wrote: | J. Porter Clark wrote: | | Is it possible to build a CD-ROM with a bootable NanoBSD on it? | | If so, how? | | Yes, Section 2.2 of

Re: error mounting USB disk: Invalid argument [SOLVED]

2008-06-13 Thread Colin_Brace
Colin_Brace wrote: I am having difficulties mounting a USB drive under 7.0-STABLE. Running sysinstall, I can create a partition and format it. But sysinstall is unable to mount it: Error mounting /dev/da0s1d on /media/disk6 : Invalid argument The same error ocurrs when I try to mount

Re: Nanobsd on a CD-ROM

2008-06-13 Thread Vince Hoffman
to make a freebsd CDROM bootable you need to use the /boot/cdboot as the loader and make an ISO image. the nanobsd procedure creates a ufs disk image from what I understand. Try mounting the disk image mdconfig -a -t vnode -u 11 -f /path/to/image/_.disk.full mkdir /mnt/image mount /dev/md11

Re: Nanobsd on a CD-ROM

2008-06-13 Thread Wojciech Puchar
Then make an ISO of the mounted nanobsd image mkisofs -J -R -no-emul-boot -b /boot/cdboot \ -iso-level 3 -o nanobsd.iso /mnt/image i don't know if -J is needed (rather not), and -iso-level 3 too, but it is OK. ___ freebsd-questions@freebsd.org

Re: Stripe sizes with gstripe

2008-06-13 Thread Kirk Strauser
On Thursday 12 June 2008, David Kelly wrote: Apparently it won't read anything larger than your stripe size which defaults to a miserable 4k. Ugh. It seems like there are a few possibilities here, and I'm not sure which is actually true. Say you have two drives, striped. 1) Ideally, you

Re: Stripe sizes with gstripe

2008-06-13 Thread David Kelly
On Fri, Jun 13, 2008 at 09:08:48AM +0200, Wojciech Puchar wrote: Does gstripe read an entire stripe at a time? If so, why do that instead of just reading a few requested blocks? If not, then is there any advantage to large stripes? Apparently it won't read anything larger than your

Re: Nanobsd on a CD-ROM

2008-06-13 Thread Vince Hoffman
Wojciech Puchar wrote: Then make an ISO of the mounted nanobsd image mkisofs -J -R -no-emul-boot -b /boot/cdboot \ -iso-level 3 -o nanobsd.iso /mnt/image i don't know if -J is needed (rather not), and -iso-level 3 too, but it is OK. True, I just grabbed a command line I've used in the

Re: Stripe sizes with gstripe

2008-06-13 Thread Kirk Strauser
On Friday 13 June 2008, David Kelly wrote: Still, I don't understand what is going on when I use md5(1) on a gigabyte file hosted on a gstripe partition with 128k stripes that systat -v reports transactions are usually between 42k and 43k each? Even more unlikely, why are *my* numbers almost

amule eats up my swap!!

2008-06-13 Thread Tsu-Fan Cheng
Hi all, I guess this is a rare issue, but I think my amule, when no upload limit, eats up my swap, and cause amule to crash. After I set limit to 10K, the mule runs fine. I have 1G ram and 2G swap, and without upload limit, amule crash very often. does anyone know what is going on?? thank you!

Re: Stripe sizes with gstripe

2008-06-13 Thread Kirk Strauser
On Thursday 12 June 2008, you wrote: If there is a tuning knob that I have missed, would appreciate being told what. Dang it; hit send on accident. Anyway, should the partition offsets on your gstripe volume be a multiple of the stripe size or of the filesystem's block size? -- Kirk

Re: Stripe sizes with gstripe

2008-06-13 Thread Wojciech Puchar
then single read is rarely split on 2 disks, while multiple reads have good chances to touch different drives Come to think of it I didn't try setting the stripe size larger than the ATA max transaction size of 128k. yes it is. max transaction doesn't begin on boundary. may (usually will)

Re: Stripe sizes with gstripe

2008-06-13 Thread Wojciech Puchar
Still, I don't understand what is going on when I use md5(1) on a gigabyte file hosted on a gstripe partition with 128k stripes that systat -v reports transactions are usually between 42k and 43k each? because every single 128kB reads is CROSSING 128kB boundary?

Re: Nanobsd on a CD-ROM

2008-06-13 Thread Bjoern Koenig
J. Porter Clark wrote: I don't have a way to make such an image without using mkisofs. Figuring out how to pack the nanobsd image in such a way that mkisofs can make an El Torito bootable CD from it sounds difficult, offhand. Anybody know how to do this sort of thing? Is it even possible?

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread Chad Perrin
On Fri, Jun 13, 2008 at 11:02:51AM +0200, Wojciech Puchar wrote: It depends how much of a hacker you are. If you want out-of-the-box and you don't mind kde then choose between pcbsd or desktopbsd. If you want out-of-the-box and gnome I think you are out of luck. If you don't mind diy

How to get best results from FreeBSD-questions

2008-06-13 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that

The Complete FreeBSD: errata and addenda

2008-06-13 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception.

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread prad
On Fri, 13 Jun 2008 10:51:19 -0600 Chad Perrin [EMAIL PROTECTED] wrote: For actual productivity-enhancement, assuming you're a highly competent computer user, I'd recommend against any of the GUI systems discussed at that URL, and stick to window managers that just stay the heck out of your

[6.3] watch(8) tty capture

2008-06-13 Thread Eric Masson
Hello, I'm trying to capture trafic beetween vgetty and an Olitec modem on a FreeBSD 6.3 box. I've loaded snp(4) via kldload and watch -co /dev/ttyd2 only captures traffic sent from vgetty to the modem, not its responses. Am I missing something trivial or is it a known behaviour ? TIA.

Is Skype voice calling working for anyone? I get Call failed: problem with audio playback

2008-06-13 Thread Yuri
Googling didn't help. Maybe anyone here would know. Any time I am trying to make a call I get: Call failed: problem with audio playback I use Skype port which is 2.0.0.68 with OSS on 70-STABLE. I use the following device: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)

Running with a readonly root partition

2008-06-13 Thread A. Hamilton-Wright
As devfs is running by default, it seems to me that it would be relatively easy to run with a readonly root partition, assuming that the directories under which writing is necessary (ie; /tmp, /var, /home) are located in separate, writable partitions. The main advantages are that none of the

Re: Running with a readonly root partition

2008-06-13 Thread Mister Olli
hi... do you have some kind of installation/setup manual? that would be really interesting to see your steps, and try that myself. I have some questions too: - how do you handle updates/ installation of new software? - how do you prevent someone who hacked the machine to remount '/' as

Re: Running with a readonly root partition

2008-06-13 Thread Wojciech Puchar
As devfs is running by default, it seems to me that it would be relatively easy to run with a readonly root partition, assuming that the directories under which writing is necessary (ie; /tmp, /var, /home) are located in separate, writable partitions. yes. The main advantages are that none

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread Wojciech Puchar
the thing with windoze is that you don't have a choice - in fact, until recently you couldn't even have multiple desktops. it's OK. users that REQUIRE lots of graphics etc.. don't usually make use of it. so what's wrong with windoze. right software for the right people. with *nix and the

Re: Running with a readonly root partition

2008-06-13 Thread Andrew Wright
On Fri, 13 Jun 2008, Mister Olli wrote: do you have some kind of installation/setup manual? that would be really interesting to see your steps, and try that myself. There aren't very many steps: - install as per normal, but with the following on separate partitions: /,

Re: Apache

2008-06-13 Thread sergio lenzi
Helllo I understand your problem (I was once a SCO user/programmer) well the easy way is: a disk of 20GB miminum... 1) Install FreeBSD 7.0 RELEASE (choose your favorite lay out...) that is /root, /var,swap, /usr in diferent slices swap is about 2Gb... (later will hold the

Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Ryan Coleman
Jun 12 23:02:41 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 12 23:02:41 UnixBox2 kernel: cpuid = 1; apic id = 01 Jun 12 23:02:41 UnixBox2 kernel: fault virtual address = 0x0 Jun 12 23:02:41 UnixBox2 kernel: fault code = supervisor read, page not present

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Ryan Coleman
It just happened again: Jun 13 14:32:21 UnixBox2 kernel: Jun 13 14:32:21 UnixBox2 kernel: Jun 13 14:32:21 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 13 14:32:21 UnixBox2 kernel: cpuid = 1; apic id = 01 Jun 13 14:32:21 UnixBox2 kernel: fault virtual address = 0x0 Jun 13

Samba on FreeBSD 7.0

2008-06-13 Thread white list
Hello ALL, I want to install Samba on FreeBSD 7.0 from ports collection. when i cd to /usr/ports/net/samba3 make config LDAP ADS and many more options to enable with samba with ADS server 2008 What would like to know which options will best work with ADS Windows Server 2008? suggestions are

Re: Is Skype voice calling working for anyone? I get Call failed: problem with audio playback

2008-06-13 Thread Jan Henrik Sylvester
Yuri wrote: Any time I am trying to make a call I get: Call failed: problem with audio playback Did you read /usr/ports/UPDATING (20080318)? You should upgrade to compat.linux.osrelease=2.6.16 with linux_base-fc6. Maybe you might want to read the thread linux 2.6 on 7.0-RELEASE on

Re: Unable to reach hosts outside my subnet after initial install

2008-06-13 Thread Derek Ragona
At 01:14 AM 6/13/2008, Edward Lay wrote: After a fresh installation of freeBSD 7.0, I am unable to communicate with any hosts beyond the local subnet. All important values (gateway, netmask,etc) were copied from other unix hosts on the same subnet. Presumably I've either failed to include

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Ryan Coleman
I will attempt to do this and report back when it happens again. Bruce Cran wrote: On Fri, 13 Jun 2008 14:49:29 -0500 Ryan Coleman [EMAIL PROTECTED] wrote: Jun 12 23:02:41 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 12 23:02:41 UnixBox2 kernel: cpuid = 1; apic id

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Bruce Cran
On Fri, 13 Jun 2008 14:49:29 -0500 Ryan Coleman [EMAIL PROTECTED] wrote: Jun 12 23:02:41 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 12 23:02:41 UnixBox2 kernel: cpuid = 1; apic id = 01 Jun 12 23:02:41 UnixBox2 kernel: fault virtual address = 0x0 Jun 12 23:02:41

Re: sendmail: stat=Deferred: Can't assign requested address

2008-06-13 Thread Derek Ragona
At 10:16 PM 6/12/2008, jonathan michaels wrote: greetings, derek, much appreciated the prompt reply On Wed, Jun 11, 2008 at 12:43:42PM -0500, Derek Ragona wrote: At 06:36 AM 6/11/2008, jonathan michaels wrote: bit of history trimed for brevity in teh freebsd.mc/sendmail.mc and a 'make

Re: Tried to symlink /etc to another disk, now stuck

2008-06-13 Thread Glenn Gillis
Steve Bertrand wrote, On 6/12/2008 7:09 PM: Steve Bertrand wrote: Dan Nelson wrote: I'm off to try it. I've got a system here with a da device. I'll fsck up /etc/fstab, reboot, and report back with the appropriate mountroot prompt entry... # cat /etc/fstab # Device

Restoring freeBSD boot loader

2008-06-13 Thread Lionel
I've had to install Windows XP in dual boot on a freeBSD box, and of course it erased the bootloader to replace it with its own. Now I'd like to restore the freeBSD bootloader. I've tried booting with the install CD and I use the fdisk utility to mark the fbsd partition bootable and then

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread Chad Perrin
On Fri, Jun 13, 2008 at 08:31:41PM +0200, Wojciech Puchar wrote: the thing with windoze is that you don't have a choice - in fact, until recently you couldn't even have multiple desktops. it's OK. users that REQUIRE lots of graphics etc.. don't usually make use of it. so what's wrong with

Re: Restoring freeBSD boot loader

2008-06-13 Thread Sahil Tandon
Lionel [EMAIL PROTECTED] wrote: I've had to install Windows XP in dual boot on a freeBSD box, and of course it erased the bootloader to replace it with its own. Now I'd like to restore the freeBSD bootloader. I've tried booting with the install CD and I use the fdisk utility to mark

Re: Restoring freeBSD boot loader

2008-06-13 Thread Derek Ragona
At 05:12 PM 6/13/2008, Lionel wrote: I've had to install Windows XP in dual boot on a freeBSD box, and of course it erased the bootloader to replace it with its own. Now I'd like to restore the freeBSD bootloader. I've tried booting with the install CD and I use the fdisk utility to mark

okay, it's time to ask....

2008-06-13 Thread Gary Kline
PEople, After a long time, I've got phpbb configured into mysql. I've downloaded phpBB2 and installed it. My notes from 2003 fail here; it may be because my apache-2 isn't configured. Cann anybody clue me in? thanks much, gary --

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Kris Kennaway
Bruce Cran wrote: On Fri, 13 Jun 2008 14:49:29 -0500 Ryan Coleman [EMAIL PROTECTED] wrote: Jun 12 23:02:41 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 12 23:02:41 UnixBox2 kernel: cpuid = 1; apic id = 01 Jun 12 23:02:41 UnixBox2 kernel: fault virtual address = 0x0

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Ryan Coleman
I'm sure. I could get different RAM this weekend, but that just makes me angry. I bought all the items from recommended lists on NewEgg two weeks ago. This is probably the 11th crash in 12 days. It's quite likely to be due to bad hardware though. Kris

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Lowell Gilbert
[Don't top-post, please.] It's quite likely to be due to bad hardware though. Ryan Coleman [EMAIL PROTECTED] writes: I'm sure. I could get different RAM this weekend, but that just makes me angry. I bought all the items from recommended lists on NewEgg two weeks ago. This is probably the

Re: Restoring freeBSD boot loader

2008-06-13 Thread Fraser Tweedale
On Fri, Jun 13, 2008 at 06:46:13PM -0400, Sahil Tandon wrote: Lionel [EMAIL PROTECTED] wrote: I've had to install Windows XP in dual boot on a freeBSD box, and of course it erased the bootloader to replace it with its own. Now I'd like to restore the freeBSD bootloader. I've

Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-13 Thread prad
On Fri, 13 Jun 2008 16:39:44 -0600 Chad Perrin [EMAIL PROTECTED] wrote: for those who don't like to hack the system, just have everything just put up and ready to use, there is already windows! . . . but you'd still get a cooler desktop by going with something else i agree. i was

SPEEDLOTTO AWARD WINNER

2008-06-13 Thread Matilda Peterson
SPEEDLOTTO AWARD WINNER SL001QCMAJ2008 AUTHORIZATION NOTE SUBJECT: Guaranteed* Cash Notification £1,000,000.00 Pounds Unclaimed This is £1,000,000.00 GBP(One Million Great Britain Pounds)that was accredited to your e-mail address.You have been chosen as one of our Monthly Lucky winners.

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Chris Hill
On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? I wrote a lame-ass script to do this: $ more

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Modulok
On 6/13/08, Chris Hill [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application?

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Pascal S Clermont
Modulok wrote: On 6/13/08, Chris Hill [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to

Re: question about posting to FreeBSD mailing lists

2008-06-13 Thread RW
On Thu, 12 Jun 2008 21:12:30 +0200 Tore Lund [EMAIL PROTECTED] wrote: Novembre wrote: On Mon, Jun 9, 2008 at 6:59 AM, Tore Lund [EMAIL PROTECTED] I'm sorry, but I didn't quite get it. Do you mean that if I subscribe to the newsgroup which mirrors the list, and if I answer the question

Re: Java Dilemma

2008-06-13 Thread RW
On Wed, 11 Jun 2008 20:01:05 -0700 (PDT) Camilo Reyes [EMAIL PROTECTED] wrote: Unfortunately after updating my portsnap; it did not work. Here is the error I get: $ firefox INTERNAL ERROR on Browser End: SendRequest: Read of ack failed: 0 System error?:: Unknown error: 0 $ firefox

Re: Intermittent -- yet regular -- v6.3 kernel panic

2008-06-13 Thread Ryan Coleman
Kris Kennaway wrote: Bruce Cran wrote: On Fri, 13 Jun 2008 14:49:29 -0500 Ryan Coleman [EMAIL PROTECTED] wrote: Jun 12 23:02:41 UnixBox2 kernel: Fatal trap 12: page fault while in kernel mode Jun 12 23:02:41 UnixBox2 kernel: cpuid = 1; apic id = 01 Jun 12 23:02:41 UnixBox2 kernel: fault

How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Fri, Jun 13, 2008 at 03:50:28PM -0700, Gary Kline wrote: PEople, After a long time, I've got phpbb configured into mysql. I've downloaded phpBB2 and installed it. My notes from 2003 fail here; it may be because my apache-2 isn't configured. Cann

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Sahil Tandon
Gary Kline [EMAIL PROTECTED] wrote: After a long time, I've got phpbb configured into mysql. I've downloaded phpBB2 and installed it. My notes from 2003 fail here; it may be because my apache-2 isn't configured. What notes? What fails and how? Show error output and logs.

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Sat, Jun 14, 2008 at 12:56:56AM -0400, Sahil Tandon wrote: Gary Kline [EMAIL PROTECTED] wrote: After a long time, I've got phpbb configured into mysql. I've downloaded phpBB2 and installed it. My notes from 2003 fail here; it may be because my apache-2 isn't configured.

Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Sat, Jun 14, 2008 at 12:56:56AM -0400, Sahil Tandon wrote: Gary Kline [EMAIL PROTECTED] wrote: After a long time, I've got phpbb configured into mysql. I've downloaded phpBB2 and installed it. My notes from 2003 fail here; it may be because my apache-2 isn't configured.