Fw: ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3  "/usr/libexec/getty test.std.115200"    cons25  on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device prop

ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3 "/usr/libexec/getty test.std.115200"cons25 on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device prope

Re: ttys file question

2013-09-08 Thread Jack Mc Lauren
>> But I can not connect to my server with this configuration. But if I >> change ttyu6 to cuau6, everything works fine! I don't understand the >> difference, would you please explain the reason for me? >> >In short the tty devices are for outgoing connections, the cua >devices are for incoming

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: ttyu6   " std.115200" cons25  on secure But I can not connect to my server with this configuration. But if I change ttyu6 t

Fw: ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: #Serial terminlas #The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  "/usr/libexec/getty  std.115200" co

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  "/usr/libexec/getty std.115200"

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6 "/usr/libexec/getty std.115200"

Using snort in inline mode with IPFW

2013-06-27 Thread Jack Mc Lauren
Hi all Have you guys ever tried this combination? Using snort in inline mode and IPFW as daq.  I have added the following lines to the default /usr/local/etc/snort/snort.conf file : config daq: ipfw config daq_mode: inline config policy_mode: inline And I use the following script to run snort:

make release fails

2013-05-23 Thread Jack Mc Lauren
Hi I'm trying to make my own release ... # cd /usr/src # make buildkernel KERNCONF=MYKERN # make -j4 buildworld # cd release/ # make release NODOC=YES NOPORTS=YES NOSRC=YES and that's the error while making release: find //usr/obj/usr/src/release/dist/doc -empty -delete find: -delete: //usr/obj

assign IP address to ng interface without destination address

2013-02-18 Thread Jack Mc Lauren
Hi fellas Is it possible to assign IP address to ng interfaces without destination address ? Is it possible to assign the destination address later ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
o: freebsd-questions@freebsd.org Sent: Wednesday, January 9, 2013 1:55 PM Subject: Re: installing a new device driver On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: > How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run         kldlo

installing a new device driver

2013-01-09 Thread Jack Mc Lauren
Hi all Sorry I ask so much cause I'm a new user to freeBSD :) Hear's the deal. How can I install a new device driver on my OS ? Please explain in details because of the reason I mentioned earlier :) Thanks in advance ... ___ freebsd-questions@freebsd.o

keyboard and mouse problem

2013-01-08 Thread Jack Mc Lauren
Hi guys I have a freeBSD 8.2 amd64 on my system and I'm using gnome environment. But after a few seconds my USB keyboard and  PS/2 mouse hang up !!! What should I do ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.f

system restart after some seconds

2013-01-04 Thread Jack Mc Lauren
Hi How can I restart my freeBSD after specific seconds ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@fre

FreeBSD 9.1-PRERELEASE

2012-12-27 Thread Jack Raats
Hi, In this mailinglist I'm reading a lot about problems (re)compiling the system. At this moment I'm running: "FreeBSD 9.1-PRERELEASE (ORAC) #0 r244047: Sun Dec 9 15:33:19 CET 2012" without problems. Is it save to recompile the system with all patches

using iniparser.h

2012-12-26 Thread Jack Mc Lauren
Hi guys Take a look to the code below : #include #include #include #include using namespace std; int main() {     dictionary *dict = new dictionary;     dirent *dir = new dirent;     char *c;     dict = iniparser_load("/tmp/test.ini");     c = iniparser_getstring(dict,"s","w");     cin.get(

shell script problem

2012-12-23 Thread Jack Mc Lauren
Hi all Please take a look at the script below wich I've wrote : 1- cat /foo/bar.txt | while read $LINE12- do3-    cat /foo/bar/foo/bar.txt | while read $LINE24-    do 5-         if [ "$LINE1" = "$LINE2" ]; then6-               sw="1"7-               echo "Current value of sw is : " $sw8-        

exclude directories from find command

2012-12-22 Thread Jack Mc Lauren
Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory.  I use this command to find all files, but how can I exclude /extra directory ? find / -type f Thanks in advance ...  ___

Installing chromium port

2012-12-19 Thread Jack Mc Lauren
Hi guys When I attempt to install chromium port I face this error : ===>  chromium-6.0.472.63 is forbidden: several security vulnerabilities.*** Error code 1 What should I do with this ?? Thanks in advance ___ freebsd-questions@freebsd.org mailing list h

using AWK - Thanks :)

2012-12-17 Thread Jack Mc Lauren
Hi all Thank you so much my friends,  Ben Frank Polytropon Devin you helped me so much :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsub

Re: using AWK

2012-12-17 Thread Jack Mc Lauren
>>Hi Jack, HI > How can I read a file which contains a number and assign that number to > a variable via awk programming? By the way, I want to use this awk program > in a shell script. >>I'm actually not sure what you're asking, exactly -- you want the number &

using AWK

2012-12-17 Thread Jack Mc Lauren
Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance ___ freebsd-questions@freebsd.org mailing list http://lists

Listen to file changes

2012-12-14 Thread Jack Mc Lauren
Hi all I want to monitor files access and change time. How can I listen to specific file or directory to monitor ? I'm coding with c. Thanks In advance ...    ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: ugh. dump / restore problem(s) "Cannot find file dump list"

2012-11-14 Thread Jack Mc Lauren
From: Polytropon To: free...@dreamchaser.org Cc: FreeBSD Mailing List Sent: Wednesday, November 14, 2012 12:27 PM Subject: Re: ugh. dump / restore problem(s) "Cannot find file dump list" On Wed, 14 Nov 2012 01:20:14 -0700, Gary Aitken wrote: >  mount /d

nanobsd boot problem

2012-11-07 Thread Jack Mc Lauren
Hi all I have some problems in the second phase of running a device from a nanobsd image.  After copying the image on a flash memory, and after I set the system to boot up from flash memory, I just see a black screen and a blinking cursor ! looks like the boot device ( flash memory ) is not recogni

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
>I believe that easiest way is using tcpdump. >Also you should specify what you mean by 'accessing packets': is it >the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ... __

Re: Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
>I believe that easiest way is using tcpdump. >Also you should specify what you mean by 'accessing packets': is it >the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
Hello FreeBSD users ! How can i access and check packets directly from NIC ? Regards, Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-ques

Re: nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
From: Arthur Chance To: Jack Mc Lauren Cc: "freebsd-questions@freebsd.org" Sent: Tuesday, October 23, 2012 2:54 PM Subject: Re: nanobsd configuration On 10/23/12 09:28, Jack Mc Lauren wrote: > hi > > i have a problem with nanobsd. t

nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
hi  i have a problem with nanobsd. there are somethings which don't have WITHOUT knobs, how can i control these directories manually ? how can i add a costume function to nanobsd.sh to do this ?? thanks ... ___ freebsd-questions@freebsd.org mailing li

Re: pppoe configuration and dns name resolution

2012-10-21 Thread Jack
/pppdo adsl stop to stop the ppp. This will destroy the tun0 interface too. PS: The user account from which this script is to be run, must be a member of "network" group too, though "network" group need not to be the user's login group. This is the requirement of user ppp it

Re: pppoe configuration and dns name resolution

2012-10-19 Thread Jack
SD, if I enable dhcp on fxp0, then /etc/resolv.conf is created each time I boot in FreeBSD, so the only nameserver being 192.168.1.1, ie adsl modem ethernet interface. Even if I edit it to include nameservers of my ISP or OpenDNS this file is created each time F

Re: pppoe configuration and dns name resolution

2012-10-17 Thread Jack
reeBSD configuration or somewhere else. On Tue, Oct 16, 2012 at 9:19 PM, Mark Blackman wrote: > > On 16 Oct 2012, at 16:38, Jack wrote: > >> I 'll try mpd5. Thanks. >> >> Actually, I was concerned with userland ppp, becoz of the >> scenario

Re: pppoe configuration and dns name resolution

2012-10-16 Thread Jack
On Tue, Oct 16, 2012 at 9:19 PM, Mark Blackman wrote: > > On 16 Oct 2012, at 16:38, Jack wrote: > >> I 'll try mpd5. Thanks. >> >> Actually, I was concerned with userland ppp, becoz of the >> scenarios where we have a FreeBSD machine and the only >> wa

Re: pppoe configuration and dns name resolution

2012-10-16 Thread Jack
On Tue, Oct 16, 2012 at 8:49 PM, Mark Blackman wrote: > > On 16 Oct 2012, at 16:08, Jack wrote: > >> Hi >> >> I'm new as a FreeBSD user, and trying to configure my >> pppoe connection. > > [snip] > >> >> fxp0 is the ethernet inte

Re: Rewrite redirects

2012-09-28 Thread Jack Stone
On 9/28/2012 3:08 PM, Jack Stone wrote: I thought I had this figured out but discovered I have a BIG flaw with my .htaccess redirects After days of searching and experimenting, I still can't get this to do what I intended. I have moved all of the content on a web site from the web root

Rewrite redirects

2012-09-28 Thread Jack Stone
l page in any directory will redirect back to the info.htm page!! What I wanted is that only the "*.html pages in the ~webroot to be redirected to the info page. I hope this make sense and I hope someone can give me a tip on how to limit the redirects to only the webroot pa

Re: Simple redirect

2012-09-18 Thread Jack Stone
On 9/18/2012 1:35 PM, Theodor-Iulian Ciobanu wrote: On Tue, 18 Sep 2012 13:16:15 -0500 Jack Stone wrote: On 9/18/2012 12:37 PM, Jack Stone wrote: FreeBSD mail.sagedata.net 7.4-RELEASE-p10 FreeBSD 7.4-RELEASE-p10 apache22 Sorry if this belongs on a different mail list, but figure there are

Re: Simple redirect

2012-09-18 Thread Jack Stone
On 9/18/2012 12:37 PM, Jack Stone wrote: FreeBSD mail.sagedata.net 7.4-RELEASE-p10 FreeBSD 7.4-RELEASE-p10 apache22 Sorry if this belongs on a different mail list, but figure there are plenty here who know how to do this. On one of our web sites, some 4 years ago we moved the content into a

Simple redirect

2012-09-18 Thread Jack Stone
there are some 100 referrers still linking to the old location. If the incoming link doesn't direct one to www.myweb.com/ how would we redirect to www.newplace.html Appreciate advice -- -- All the best, Jack ___ freebsd-questions@freebs

Problem upgrading fbsd-7.4 --> 8.3

2012-09-15 Thread Jack Stone
rn] key to continue *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to the temproot environment -- -- All the best, Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ques

Re: Upgrading perl

2012-08-29 Thread Jack Stone
On 8/29/2012 1:32 PM, Lowell Gilbert wrote: Jack Stone writes: Actually, on other servers with the same upgrading needs, perl-5.12 installed without any issue. My intention is to upgrade perl in increments to get well past EOL. You're somewhat on your own, then; I can't test any o

Re: Upgrading perl

2012-08-29 Thread Jack Stone
On 8/29/2012 1:32 PM, Lowell Gilbert wrote: Jack Stone writes: Actually, on other servers with the same upgrading needs, perl-5.12 installed without any issue. My intention is to upgrade perl in increments to get well past EOL. You're somewhat on your own, then; I can't test any o

Re: Upgrading perl

2012-08-29 Thread Jack Stone
On 8/29/2012 8:27 AM, Lowell Gilbert wrote: Jack Stone writes: uname -a FreeBSD mail.sagedata.net 7.0-RELEASE-p9 FreeBSD 7.0-RELEASE-p9 #2: Sun Jan 18 19:59:27 CST 2009 Running perl5.10 (yeah, old!) This is a production server. Been playing catchup on ports including perl as UPDATING

Upgrading perl

2012-08-27 Thread Jack Stone
n `block in main' from /usr/local/lib/ruby/1.9/optparse.rb:882:in `initialize' from /usr/local/sbin/portupgrade:236:in `new' from /usr/local/sbin/portupgrade:236:in `main' from /usr/local/sbin/portupgrade:2344:in `' All the best, Jack _

small script help

2012-08-23 Thread Jack Stone
How can I modify my script to see only the host based on the bottom line above? Help appreciated! Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: FreeBSD 8-STABLE on R620 w/ X520-DA2/Intel 82599

2012-06-29 Thread Jack Vogel
Be patient, a new version will hit HEAD soon with the ID added. Jack On Fri, Jun 29, 2012 at 9:35 AM, Rick Miller wrote: > On Fri, Jun 29, 2012 at 11:56 AM, Gary Palmer wrote: > > On Fri, Jun 29, 2012 at 10:50:52AM -0400, Rick Miller wrote: > >> Hi All, > >> >

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Jack Vogel
Glad you figured it out. Cheers, Jack On Mon, Jun 25, 2012 at 3:52 PM, Rick Miller wrote: > Turns out the gbic in the switch was bad...I didn't think there was a > problem on the host, but you all still gave me some good info. I > appreciate it! > > > > On 6/25/12,

Re: Intel X520-DA2 Supported in stable/8?

2012-06-22 Thread Jack Vogel
ups. Hopefully, when you get rid of the rx ring setup failure you will get things working. Jack On Fri, Jun 22, 2012 at 3:19 PM, Rick Miller wrote: > On Fri, Jun 22, 2012 at 5:21 PM, Jack Vogel wrote: > > Increase your system mbuf pool size, you do not want that failure to > happen.

Re: Intel X520-DA2 Supported in stable/8?

2012-06-22 Thread Jack Vogel
Increase your system mbuf pool size, you do not want that failure to happen. Jack On Fri, Jun 22, 2012 at 2:01 PM, Rick Miller wrote: > dmesg and ifconfig output below... > > On Fri, Jun 22, 2012 at 4:02 PM, Rick Miller > wrote: > > On Fri, Jun 22, 2012 at 3:54 PM, And

Re: Support for Intel 82599ES?

2012-06-01 Thread Jack Vogel
Yes, it is supported in the ixgbe driver. Jack On Fri, Jun 1, 2012 at 8:36 AM, Rick Miller wrote: > Hi All, > > I did not see the Intel 82599ES chipset in the hardware release notes > for 8.3 or 9.0. Are these controllers supported at this time? > > -- > Ta

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
LRO is a huge win for 10G (as is TSO on the TX side), so odds are good its behind the drop, in any case you'll be able to test that soon :) Jack On Tue, May 22, 2012 at 10:35 AM, Venkat Duvvuru wrote: > Thanks for the response. > > I observed that there is a significant perfo

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
Oh, that's right, distracted with other projects and I forgot, now we just need to have an LRO that works with forwarding eh :) You ROCK bz :) Jack On Tue, May 22, 2012 at 10:01 AM, Bjoern A. Zeeb wrote: > > On 22. May 2012, at 16:50 , Jack Vogel wrote: > > > The LRO cod

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
The LRO code as it stands right now is IPV4 specific, it would be nice to extend it, one of many improvements that may get done at some point. Jack On Tue, May 22, 2012 at 1:43 AM, Venkat Duvvuru wrote: > Folks, > Could somebody please tell about the base Freebsd version which h

network with two gateways and one network card

2011-12-18 Thread Jack Raats
netmask 255.255.255.0 with gateway 192.168.178.1 Is this possible? How to do it?? What kind of problems to expect? Thanks for your time Jack Raats ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Looking for a simple HOW-TO

2011-11-06 Thread Jack Raats
using SIP, so no hardware attached. It would be nice to see the minimum config I have to use from asterisk. Thanks Jack Raats ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: Horde-4

2011-07-21 Thread Jack L. Stone
At 11:38 AM 7/20/2011 -0800, Beech Rintoul wrote: >On Wednesday 20 July 2011 11:22:44 Beech Rintoul wrote: >> On Wednesday 20 July 2011 09:47:33 Jack L. Stone wrote: >> > Am running FBSD-7.x and IMAP WU + sendmail-8.4.x + MySQL-5.0.x >> > >> > Sorry to bother

Re: Horde-4

2011-07-21 Thread Jack L. Stone
At 01:02 AM 7/21/2011 +0200, Per olof Ljungmark wrote: >On 07/20/11 22:07, Jack L. Stone wrote: >> At 11:38 AM 7/20/2011 -0800, Beech Rintoul wrote: >>> On Wednesday 20 July 2011 11:22:44 Beech Rintoul wrote: >>>> On Wednesday 20 July 2011 09:47:33 Jack L. Stone wr

Re: Horde-4

2011-07-20 Thread Jack L. Stone
At 11:38 AM 7/20/2011 -0800, Beech Rintoul wrote: >On Wednesday 20 July 2011 11:22:44 Beech Rintoul wrote: >> On Wednesday 20 July 2011 09:47:33 Jack L. Stone wrote: >> > Am running FBSD-7.x and IMAP WU + sendmail-8.4.x + MySQL-5.0.x >> > >> > Sorry to bother

Horde-4

2011-07-20 Thread Jack L. Stone
a couple designated as admins. If anyone on this list uses horde and maybe knows what I have missed I would appreciate any possible tips to check on. Does IMP not use the same login as I assUme? Thanks for any ideas (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___

Re: Horde webmail

2011-07-01 Thread Jack L. Stone
At 10:35 AM 6/30/2011 -0800, Beech Rintoul wrote: >On Thursday 30 June 2011 09:19:33 Jack L. Stone wrote: >> Has anyone had any luck lately with installation and use of Horde -- either >> v-3.3 or ver-4 ?? >> >> I've tried for days to get the 3.3 version (with a

Horde webmail

2011-06-30 Thread Jack L. Stone
here, but most appear pretty old and not running with php5.3x. Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me? Thanks! (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.or

Re: Another PHP5 problem

2011-06-20 Thread Jack L. Stone
At 06:49 PM 6/17/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >[snip] >> Oh, forgot that I did have to struggle apache22 still wanted to install db42 instead of my db46 and caused the apache22 build to stop. After a bit of looking, the problem wasn't with the a

Re: Another PHP5 problem

2011-06-20 Thread Jack L. Stone
At 06:49 PM 6/17/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >[snip out a lot] >> >> What did you fellows do about this issue that worked best for you assuming >> y'all had vhosts and similar stuff to worry about? > >Me I just bit the bullet a

Re: Another PHP5 problem

2011-06-17 Thread Jack L. Stone
At 04:12 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >> At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >>>Jack L. Stone wrote: >>> Sorry to return with one more question about upgrading to apache22 from apache2. A note of concern was tha

Re: Another PHP5 problem

2011-06-17 Thread Jack L. Stone
At 07:26 PM 6/17/2011 -0500, Jack L. Stone wrote: OUCH! I hipe my last email really didn't go out 3 times. Mail server wasn't resolving properly, so had tried different ones. Sorry (^_^) Happy trails, Jack L. Stone System Admin Sag

Re: Another PHP5 problem

2011-06-17 Thread Jack L. Stone
At 04:12 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >> At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >>>Jack L. Stone wrote: >>> Sorry to return with one more question about upgrading to apache22 from apache2. A note of concern was tha

Re: Another PHP5 problem

2011-06-17 Thread Jack L. Stone
At 04:12 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >> At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >>>Jack L. Stone wrote: >>> Sorry to return with one more question about upgrading to apache22 from apache2. A note of concern was tha

Re: Another PHP5 problem

2011-06-17 Thread Jack L. Stone
At 04:12 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >> At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >>>Jack L. Stone wrote: >>> Sorry to return with one more question about upgrading to apache22 from apache2. A note of concern was tha

Re: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
t; >I reckon that the thing you are missing is kernel rebuild and >reinstall. > >-Reko > Hi, Reko: Was hoping to avoid that, but really no biggie. Thanks! Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd

Re: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > >The no-accf.conf under includes is for if you do not desire to use either of >the AcceptFilter choices, one for httpd the other for SSL traffic. These >can be loaded as kernel modules in /boot/load

Re: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
At 12:56 PM 6/16/2011 -0400, Michael Powell wrote: >Jack L. Stone wrote: > > >-Mike > > Mike, very useful info. I had surmised about the "extra .configs" to reduce the size of the main config file. I had already started doing that with apache2. Have been studying t

Re: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
ot;conf" files in the apache22/extra directory? Any includes needed there besides perhaps the ssl if used? Thanks guys! Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ 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: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
G sez the apr thing applies to both apache2 and 22. Yes, aware of need to recompile the dependencies. Apache2 port specifically still wants the vulnerable apr0 which cannot be updated yet. I updated my ports tree, but a new apr version was not there ye

Re: Another PHP5 problem

2011-06-16 Thread Jack L. Stone
ust any other help on the apr thingy would be nice. Yes, I have googled and always do before going to the trough here. Thanks again! (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.org mailing list http://

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
> Wierd! Told extensions to build without: extension=sqlite3.so extension=sqlite.so extension=pdo_sqlite.so But, built them anyway. Ran make config and then also checked the options file and it showed the "WITHOUTS_" okay, but they were built anyway. Still have to comment out thos

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
At 06:35 PM 6/15/2011 -0500, Ryan Coleman wrote: >That wouldn't likely cause a segfault, but you could use your apache logs to see if there's something in the last file before the segfault occurs... but that could be a wild goose chase. > > >On Jun 15, 2011, at 5:57 P

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
inutes, tops, to run through the entire list. > > Was wondering if it appeared an extension might be missing that would be expected? Have quite a few php scripts. What about the gettext one? I went with the defaults plus a couple I knew was needed like mysql and FTP. Jack (^_^) Happy tra

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
inutes, tops, to run through the entire list. > Sounds like a reasonable approach. Thanks, (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
At 03:21 PM 6/15/2011 -0500, Ryan Coleman wrote: >And these were all built from the ports, yes? > Yes, all built from ports. (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-questions@freebsd.org mailing lis

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
sion=openssl.so extension=dom.so extension=hash.so extension=xmlreader.so extension=sqlite.so extension=pdo.so extension=mysql.so extension=sockets.so extension=xml.so extension=sqlite3.so extension=json.so extension=zip.so extension=posix.so extension=snmp.so Jack (^_^) Happy trails, Jack L.

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
At 01:50 PM 6/15/2011 -0500, Mark Felder wrote: >On Wed, 15 Jun 2011 13:40:15 -0500, Jack L. Stone > wrote: > >> I cannot do without ioncube as another post mentioned. > >I understand your need for ioncube, but replicate the problem to another >non-production system a

Re: Another PHP5 problem

2011-06-15 Thread Jack L. Stone
At 03:33 PM 6/15/2011 +0100, Matthew Seaman wrote: >On 15/06/2011 15:04, Jack L. Stone wrote: >> PHP 5.3.6 with Suhosin-Patch (cli) (built: Jun 4 2011 18:04:14) >> Copyright (c) 1997-2011 The PHP Group >> Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies >&g

Another PHP5 problem

2011-06-15 Thread Jack L. Stone
5.3.6 with Suhosin-Patch (cli) (built: Jun 4 2011 18:04:14) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies with the ionCube PHP Loader v3.3.16, Copyright (c) 2002-2010, by ionCube Ltd. Segmentation fault (core dumped) Thanks for any hints

Re: Sorry. Numpty alert! FreeBSD Jails... Help?

2011-06-07 Thread Jack Raats
il-admin update -i ezjail-admin update -P after this you can create a jail using: ezjail-admin create hostname.domain.net ip_address_of_jail you can logon to your jail using: ezjail-admin console hostname.domain.net It's quite easy Grtz Jack ___

FreeBSD 7.4-STABLE server behind an isa server

2011-05-18 Thread Jack Raats
update the ports and to use make install excuses for the bad english thanks Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-uns

Re: find and remove ?

2011-05-15 Thread Jack L. Stone
At 08:05 PM 5/15/2011 +0200, Rolf Nielsen wrote: >2011-05-15 19:50, Rolf Nielsen skrev: >> 2011-05-15 19:41, Jack L. Stone skrev: >>> At 12:19 PM 5/15/2011 -0400, Eitan Adler wrote: >>>>> The comamnd: >>>>> #find /path/to/start/deleting -type d -na

Re: find and remove ?

2011-05-15 Thread Jack L. Stone
At 07:50 PM 5/15/2011 +0200, Rolf Nielsen wrote: >2011-05-15 19:41, Jack L. Stone skrev: >> At 12:19 PM 5/15/2011 -0400, Eitan Adler wrote: >>>> The comamnd: >>>> #find /path/to/start/deleting -type d -name _vti_\* >>>> worked fine to give the listin

Re: find and remove ?

2011-05-15 Thread Jack L. Stone
gain. > >I forgot that adding the -type d won't let it delete non-empty >directories. Try running it like: >find /path/to/start/deleting -name _vti_\* -delete > >> >> (^_^) > > Nope. Thate didn't delete either. Jack (^_^) Happy trails, Jack L. Stone

Re: find and remove ?

2011-05-15 Thread Jack L. Stone
from that >point. > > >-- >Eitan Adler > The comamnd: #find /path/to/start/deleting -type d -name _vti_\* worked fine to give the listing of what to delete, but when just adding the "-delete" at the end didn't delete, ju

Re: find and remove ?

2011-05-15 Thread Jack L. Stone
to find and >> delete those? > >man 1 find > >find /path/to/start/deleting -type d -name _vti_\* -delete >run the command without -delete to see what will be removed. > > >-- >Eitan Adler > Thanks, Eitan, but it didn't delete. What did I do wrong?

find and remove ?

2011-05-14 Thread Jack L. Stone
uggestions. Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ 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"

Limitting SSH access

2011-05-04 Thread Jack Raats
I have a question concerning SSH op a FreeBSD 7.4-STABLE server. Is it possible to limit the SSH access? I want t o restrict a user to his own home directory. So that if he connects to the server with SSH he only can go to his own home dir. Also the same for sftp... Thanks for your time Jack

Re: script help

2011-02-15 Thread Jack L. Stone
equired for paths with spaces. > >find ... -print0 | xargs -0 ... > > Forgot to mention: if the string to replace on the text line of the files includes a connecting dash, like 1988-2010, I suppose rather than using just the "2010/2011" perhaps should be "1988-2010/1

Re: script help

2011-02-15 Thread Jack L. Stone
At 12:41 AM 2/15/2011 -0800, per...@pluto.rain.com wrote: >"Jack L. Stone" wrote: > >> # find all of the same filenames (copyright.htm) and then replace >> the year 2010 with 2011 in each file. Once I have a working >> script, I should be able to add it as a cron

script help

2011-02-14 Thread Jack L. Stone
ar 2010 with 2011 in each file. Once I have a working script, I should be able to add it as a cron job to run on the first day of each new year. Any help appreciated. Thanks! Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ freebsd-q

Re: I have a question?

2011-02-13 Thread Jack L.
On Sun, Feb 13, 2011 at 9:13 PM, Outback Dingo wrote: > On Mon, Feb 14, 2011 at 12:09 AM, Jack L. wrote: >> >> If you install wine, yes. If all else fails, you can always install virtualbox and install windows to run windows apps on freebsd. That works gre

Re: I have a question?

2011-02-13 Thread Jack L.
If you install wine, yes. On Sun, Feb 13, 2011 at 5:35 PM, Dieter wrote: > Can you use windows programs in freebsd? > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send a

Re: Recording from sound card

2011-02-12 Thread Jack L.
On Thu, Feb 10, 2011 at 7:17 PM, Robert Ames wrote: > > I'm having problems trying to record from a sound card under > 8.1-RELEASE.  The last time I tried this was many releases ago, > possibly 4.x-RELEASE.  Back then I would do something like "cat > /dev/dsp > file" but now when I try it I just e

Re: zoneedit.com

2011-01-16 Thread Jack L. Stone
At 11:26 AM 1.14.2011 -0500, Mike. wrote: >On 1/13/2011 at 5:21 PM Al Plant wrote: > >|Jack L. Stone wrote: >|> I have used zoneedit.com's DNS zone service for about 9 years and it >|> handles a number of static IPs for my companies. >|> >|> Now, suddenly

  1   2   3   4   5   6   >