Re: [PHP-DB] Unsubscribing

2012-09-11 Thread Daniel Brown
On Tue, Sep 11, 2012 at 3:37 AM, Aaron Wood - Slurpy Studios
 wrote:
> Hello,
>
> I have been trying to unsubscribe from this list, but it doesn't seem to be
> stopping - could you look into it for me and take me off the list?

I've removed you from php-db@lists.php.net manually just now,
Aaron.  Sorry you were having trouble.  Below you'll see the command
history, for verification of your removal.  I've masked your email
address in this email for your privacy and protection.

# ezmlm-list ~ezmlm/php-db | grep slurpy
{...}@slurpy{...}
# ezmlm-unsub ~ezmlm/php-db {...}@slurpy{...}
# ezmlm-list ~ezmlm/php-db | grep slurpy
#

If you have any questions or concerns, or have any further issues
with our mailing list subscription services, please don't hesitate to
let us know.

Thanks.

-- 

Network Infrastructure Manager
http://www.php.net/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



confirm subscribe to php-db@lists.php.net

2012-09-11 Thread php-db-help
Hi! This is the ezmlm program. I'm managing the
php-db@lists.php.net mailing list.

I'm working for my owner, who can be reached
at php-db-ow...@lists.php.net.

To confirm that you would like

   arch...@mail-archive.com

added to the php-db mailing list, please send
an empty reply to this address:

   
php-db-sc.1347368276.dpkjpidceimmnlhfeoec-archive=mail-archive@lists.php.net

Usually, this happens when you just hit the "reply" button.
If this does not work, simply copy the address and paste it into
the "To:" field of a new message.

or click here:

mailto:php-db-sc.1347368276.dpkjpidceimmnlhfeoec-archive=mail-archive@lists.php.net

This confirmation serves two purposes. First, it verifies that I am able
to get mail through to you. Second, it protects you in case someone
forges a subscription request in your name.

Some mail programs are broken and cannot handle long addresses. If you
cannot reply to this request, instead send a message to
 and put the
entire address listed above into the "Subject:" line.


--- Administrative commands for the php-db list ---

I can handle administrative requests automatically. Please
do not send them to the list address! Instead, send
your message to the correct command address:

For help and a description of available commands, send a message to:
   

To subscribe to the list, send a message to:
   

To remove your address from the list, just send a message to
the address in the ``List-Unsubscribe'' header of any list
message. If you haven't changed addresses since subscribing,
you can also send a message to:
   

or for the digest to:
   

For addition or removal of addresses, I'll send a confirmation
message to that address. When you receive it, simply reply to it
to complete the transaction.

If you need to get in touch with the human owner of this list,
please send a message to:



Please include a FORWARDED list message with ALL HEADERS intact
to make it easier to help you.

--- Enclosed is a copy of the request I received.

Return-Path: 
Received: (qmail 4170 invoked from network); 11 Sep 2012 12:57:56 -
Received: from unknown (HELO lists.php.net) (127.0.0.1)
  by localhost with SMTP; 11 Sep 2012 12:57:56 -
Return-Path: 
Authentication-Results: pb1.pair.com header.from=arch...@mail-archive.com; 
sender-id=softfail
Authentication-Results: pb1.pair.com smtp.mail=nore...@php.net; spf=unknown; 
sender-id=unknown
Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 
140.211.15.143 as permitted sender)
X-PHP-List-Original-Sender: nore...@php.net
X-Host-Fingerprint: 140.211.15.143 osu1php.osuosl.org  
Received: from [140.211.15.143] ([140.211.15.143:57985] helo=osu1php.osuosl.org)
by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP
id F4/A2-24398-3553F405 for 
; Tue, 11 Sep 2012 
08:57:56 -0400
Authentication-Results: osu1php.osuosl.org smtp.mail=nore...@php.net; 
spf=neutral; sender-id=neutral
Authentication-Results: osu1php.osuosl.org 
header.from=arch...@mail-archive.com; sender-id=softfail
Received-SPF: neutral (osu1php.osuosl.org: 127.0.0.1 is neither permitted nor 
denied by domain of php.net)
Received: from [127.0.0.1] ([127.0.0.1:60119] helo=localhost)
by osu1php.osuosl.org (envelope-from )
(ecelerity 3.3.2.44647 r(44647)) with ESMTP
id 79/D0-30231-F453F405; Tue, 11 Sep 2012 12:57:51 +
Date: Tue, 11 Sep 2012 12:57:51 +
Message-ID: <79.d0.30231.f453f...@osu1php.osuosl.org>
X-Authentication-Warning: osu1php.osuosl.org: nobody set sender to 
nore...@php.net using -f
To: php-db-subscribe-archive=mail-archive@lists.php.net
Subject: PHP Mailing List Website Subscription
X-PHP-Originating-Script: 0:subscribe.php
From: arch...@mail-archive.com

This was a request generated from the form at 
http://www.php.net/mailing-lists.php by 109.61.3.34.



Re: [PHP-DB] Re: Adding entry to /dev

2012-09-11 Thread tamouse mailing lists
On Mon, Sep 10, 2012 at 11:27 PM, Jim Giner
 wrote:
> On 9/10/2012 7:41 PM, Ethan Rosenberg, PhD wrote:
>>
>>
>> Dear list -
>>
>> How do I add a new entry to /dev; eg, /dev/sdb?
>>
>> Thanks,
>>
>> Ethan Rosenberg
>
> Ethan,
> Sometimes google is great at answering this kind of stuff.  Did you try a
> search on your question.  I did and found an answer in the fifth result
> returned.
>
> Search on "php add a new subfolder"

Except on *nix, where /dev contains device files, which are not just
run-of-the-mill files. This question has nothing to do with php (you
should NOT be making device files with php!).

/dev/sdb by it's name will typically refer to a block implementation
of a SCSI disk, or a device which ends up using the SCSI drivers, such
as USB drives. The various partitions on the device will then be
represented by /dev/sdb1, /dev/sdb2, etc

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Unsubscribing

2012-09-11 Thread Aaron Wood - Slurpy Studios
Hello,

I have been trying to unsubscribe from this list, but it doesn't seem to be
stopping - could you look into it for me and take me off the list?

Many thanks!
Aaron Wood