Re: why does this simple counter fail?

2011-03-24 Thread Gary Kline
On Thu, Mar 24, 2011 at 06:25:39PM -0500, Ryan Coleman wrote: > Gary, you missed the put... fput($fp, $file); means you're dropping the > filename INTO the storage file. okay. [maybe]. i think what the script does is create ./countdir/$file ; in this case, ./countdir/index whe

Re: ppp.conf for Verizon Mifi 2200?

2011-03-24 Thread Ryan Coleman
No clue, I haven't touched it in two weeks. I'll try again next week - after I wrap another shoot where I wish I had it. -- Ryan On Mar 24, 2011, at 9:03 PM, Lawton Campbell wrote: > On Thu, Mar 24, 2011 at 5:24 PM, Ryan Coleman > wrote: >> Sounds alot like my query for the Virgin Mobile one .

Re: ppp.conf for Verizon Mifi 2200?

2011-03-24 Thread Lawton Campbell
On Thu, Mar 24, 2011 at 5:24 PM, Ryan Coleman wrote: > Sounds alot like my query for the Virgin Mobile one ... I got NOWHERE. > :\ Haha yeah, I was really excited when I originally found your thread. What does yours do if you give it my ppp.conf (with your phone/authname/authkey subbed in)? Does

Re: why does this simple counter fail?

2011-03-24 Thread Ryan Coleman
Gary, you missed the put... fput($fp, $file); means you're dropping the filename INTO the storage file. On Mar 24, 2011, at 6:00 PM, Gary Kline wrote: > On Wed, Mar 23, 2011 at 07:11:15PM +0100, Fr?d?ric Perrin wrote: >> Gary Kline writes: >>> Can any of you php hackers tell me why this s

Re: ppp.conf for Verizon Mifi 2200?

2011-03-24 Thread Ryan Coleman
Sounds alot like my query for the Virgin Mobile one ... I got NOWHERE. :\ On Mar 24, 2011, at 5:31 PM, Lawton Campbell wrote: > Hey freebsd-questions! > > I've been trying to get a Verizon MiFi 2200 to work on my 8.2-RELEASE > box for the past couple of days and can't seem to get the ppp.conf to

Re: why does this simple counter fail?

2011-03-24 Thread Gary Kline
On Wed, Mar 23, 2011 at 07:11:15PM +0100, Fr?d?ric Perrin wrote: > Gary Kline writes: > > Can any of you php hackers tell me why this simple self-hacked > > counter bomb? > > As others said, what does 'this simple counter bomb' means? > > > $fp = fopen($directory.$file, "r+"); >

ppp.conf for Verizon Mifi 2200?

2011-03-24 Thread Lawton Campbell
Hey freebsd-questions! I've been trying to get a Verizon MiFi 2200 to work on my 8.2-RELEASE box for the past couple of days and can't seem to get the ppp.conf to work properly. I found a couple of recent threads about similar devices (apparently it's just novatel stuff that gets repackaged for di

Re: Sound with FN Button

2011-03-24 Thread Alokat
On 03/24/11 23:04, Polytropon wrote: On Thu, 24 Mar 2011 22:52:03 +0100, Alokat wrote: On 03/24/11 21:52, Polytropon wrote: On Thu, 24 Mar 2011 21:28:05 +0100, Alokat wrote: Hi, how can I use the FN Buttons to regular the sound? I'm using fluxbox. Use the "xev" program to check which keys

Re: Sound with FN Button

2011-03-24 Thread Polytropon
On Thu, 24 Mar 2011 22:52:03 +0100, Alokat wrote: > On 03/24/11 21:52, Polytropon wrote: > > On Thu, 24 Mar 2011 21:28:05 +0100, Alokat wrote: > >> Hi, > >> > >> how can I use the FN Buttons to regular the sound? > >> I'm using fluxbox. > > Use the "xev" program to check which keysymbols (or at >

Re: emacs backspace question

2011-03-24 Thread Nerius Landys
> I've read a lot on the internet regarding the use of the backspace key in > emacs, but the proposed solutions don't seem to be working for me. > > I just installed FreeBSD 8.1 in Virtualbox and installed emacs 23.2.1 by > means of the package installer.  Everything in emacs works great except the

Re: Sound with FN Button

2011-03-24 Thread Alokat
On 03/24/11 21:52, Polytropon wrote: On Thu, 24 Mar 2011 21:28:05 +0100, Alokat wrote: Hi, how can I use the FN Buttons to regular the sound? I'm using fluxbox. Use the "xev" program to check which keysymbols (or at least codes) are output by those keys. For example, on my Sun keyboard I have

emacs backspace question

2011-03-24 Thread Matthew Morgan
I've read a lot on the internet regarding the use of the backspace key in emacs, but the proposed solutions don't seem to be working for me. I just installed FreeBSD 8.1 in Virtualbox and installed emacs 23.2.1 by means of the package installer. Everything in emacs works great except the back

Re: why does this simple counter fail?

2011-03-24 Thread Ryan Coleman
Here's a quick and dirty option... FIRST make sure your permissions on the folder you want to write the countfile to is either at RWX to all or is owned by the Apache run user (PHP by default runs under the Apache Service user). I ran this in file test.php on my server. Give it a whirl. On Ma

Re: Sound with FN Button

2011-03-24 Thread Polytropon
On Thu, 24 Mar 2011 21:28:05 +0100, Alokat wrote: > Hi, > > how can I use the FN Buttons to regular the sound? > I'm using fluxbox. Use the "xev" program to check which keysymbols (or at least codes) are output by those keys. For example, on my Sun keyboard I have those for audio: 141

Sound with FN Button

2011-03-24 Thread Alokat
Hi, how can I use the FN Buttons to regular the sound? I'm using fluxbox. Regards, alokat ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-uns

Re: why does this simple counter fail?

2011-03-24 Thread Brad Mettee
Gary Kline wrote: On Wed, Mar 23, 2011 at 11:47:16AM -0500, Ryan Coleman wrote: Do you have an error for it? If not... add after the first save the bandwidth... Ok, i added the error_reporting line to both scripts. No change from the count.php, and the same output as prev f

Re: devd started with single-user mode?

2011-03-24 Thread Pan Tsu
David Demelier writes: > On 21/03/2011 10:51, Pan Tsu wrote: >> David Demelier writes: >> >>> The problem when you're using directly kbdmux in the kernel config, >>> the ATKBD_DFLT_KEYMAP and UKBD_DFLT_KEYMAP are ineffective, you can't >>> set these both together ... >>> >>> For me I added these

Re: why does this simple counter fail?

2011-03-24 Thread Gary Kline
On Wed, Mar 23, 2011 at 11:47:16AM -0500, Ryan Coleman wrote: > Do you have an error for it? > > If not... add after the first error_reporting(9); > > And see what it reports. > > -- > Ryan > PHP dev. > save the bandwidth... Ok, i added the error_reporting line to both scripts. No

Auto Reply: Re: Recommendations for 3D modelling code for 3D printing?

2011-03-24 Thread dave . segleau
I am out of the office on March 24th and 25th. I will be back in the office on March 28th. I will only have intermittent access to email. I will read and reply to your message when I get back to the office. If you need assistance with a Berkeley DB or Product Management issue while I am away,

Re: Recommendations for 3D modelling code for 3D printing?

2011-03-24 Thread Arthur Chance
On 03/24/11 17:58, Robert Huff wrote: Arthur Chance writes: I need to make some parts using 3D printing, and was wondering what software I should use to do the modelling. Does anyone have any experience and/or recommendations about this? If it matters, I'll probably be using shapeways.

Re: why does this simple counter fail?

2011-03-24 Thread Ryan Coleman
Check your apache error_log, too. On Mar 24, 2011, at 12:56 PM, Gary Kline wrote: > On Wed, Mar 23, 2011 at 11:47:16AM -0500, Ryan Coleman wrote: >> Do you have an error for it? >> >> If not... add after the first > error_reporting(9); >> >> And see what it reports. > > > There were no

Recommendations for 3D modelling code for 3D printing?

2011-03-24 Thread Robert Huff
Arthur Chance writes: > I need to make some parts using 3D printing, and was wondering > what software I should use to do the modelling. Does anyone have > any experience and/or recommendations about this? If it matters, > I'll probably be using shapeways.com to do the actual printing.

Re: why does this simple counter fail?

2011-03-24 Thread Gary Kline
On Wed, Mar 23, 2011 at 11:47:16AM -0500, Ryan Coleman wrote: > Do you have an error for it? > > If not... add after the first error_reporting(9); > > And see what it reports. There were no errors that should up when i launched this script on www.thought.org; it simply failed;

Re: Recommendations for 3D modelling code for 3D printing?

2011-03-24 Thread Jerry
On Thu, 24 Mar 2011 17:27:43 + Arthur Chance articulated: > I need to make some parts using 3D printing, and was wondering what > software I should use to do the modelling. Does anyone have any > experience and/or recommendations about this? If it matters, I'll > probably be using shapeway

Recommendations for 3D modelling code for 3D printing?

2011-03-24 Thread Arthur Chance
I need to make some parts using 3D printing, and was wondering what software I should use to do the modelling. Does anyone have any experience and/or recommendations about this? If it matters, I'll probably be using shapeways.com to do the actual printing. __

Re: Automating mounting of ISO images

2011-03-24 Thread four . harrisons
On Wed, 23 Mar 2011 13:49:46 -0500, Ryan Coleman wrote: > I have a folder full of ISOs that we're sharing on the > network instead of having the discs available (seems > like a good idea, right?) Please use the correct terminology: FreeBSD (as any UNIX operating systems) calls them DIRECTORIES.

Re: Automating mounting of ISO images

2011-03-24 Thread four . harrisons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/23/11 2:49 PM, Ryan Coleman wrote: > I have a folder full of ISOs that we're sharing on the network instead of > having the discs available (seems like a good idea, right?) > > But I want to automate the process on boot instead of having to writ

Re: Bandwith Management

2011-03-24 Thread Edwin L. Culp W.
2011/3/23 Daniel Staal : > --As of March 23, 2011 3:49:37 PM +0200, Eric Beukes is alleged to have > said: > >> As well as how do I now what is actually used for the management of the >> bandwith like ipfw, ect? > > --As for the rest, it is mine. > > As far as I know, the two most likely bandwidth

Re: Kodak C195 digital camera appears to affect WD on usb

2011-03-24 Thread Michael J. Kearney
Lol .gov i would guess the kernel will hang if a questionable usb device controler is present. .. i have a similar problem with a dell poweredge server... so if like so many uptime concious users logon on to this machine, they would have the same problem. Bummer. Have you tried crtl-alt-backspac

Re: Kodak C195 digital camera appears to affect WD on usb

2011-03-24 Thread Warren Block
On Wed, 23 Mar 2011, Steven Friedrich wrote: I know I wasn't clear in my original mail, but after this AutoSense failed, I get LOTS of g_vfs_done errors. I don't get them if I don't plu in the camera Mar 22 01:12:21 laptop2 kernel: (da0:umass-sim0:0:0:0): AutoSense failed Mar 22 01:12:21 lapt

Re: how to enable NCQ on Intel ESB2 AHCI SATA?controller/ST31000340NS

2011-03-24 Thread Anton Yuzhaninov
On Wed, 23 Mar 2011 16:37:11 -0500, Dan Nelson wrote: DN> If you do a verbose boot, you should get a couple more lines printed: DN> DN> ahci0: Caps: 64bit NCQ SNTF AL CLO 3Gbps PM PMD SSC PSC 32cmd CCC EM 6ports DN> ahci0: Caps2: DN> ahci0: EM Caps: ALHD XMT SMB LED DN> DN> If you see NCQ in your

Re: Bridge, dpcpd, sshd

2011-03-24 Thread Chris
--- On Thu, 3/24/11, Nerius Landys wrote: > From: Nerius Landys > Subject: Re: Bridge, dpcpd, sshd > To: "Chris" > Cc: freebsd-questions@freebsd.org > Date: Thursday, March 24, 2011, 1:56 AM > > > > I have a server machine that I use as DHCP server, > sshd login etc, and since I have multiple E