c_config $name
kadmind_start()
{
if [ -z $1 ]; then
echo "starting all instances"
else
echo "starting instance $1"
fi
}
run_rc_command "$1"
# /usr/local/etc/rc.d/kadmind start
atabase and not the flat files.
> If you are paranoid about power outage, use something like zfs snapshots...
No need to look for strange scenarios, I'm surely going to sudo rm -f the file
more sooner than later, so... maybe just save a copy?
--
Pietro Cerutti
The FreeBSD Project
g...@freebsd.org
PGP Public Key:
http://gahr.ch/pgp
pgplRCGE7qXwo.pgp
Description: PGP signature
cheers,
| alan
| ___
| freebsd-hackers@freebsd.org mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
| To unsubscribe, send any mail to "[EMAIL PROTECTED]"
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gah
| FreeBSD 6.3/amd64.
[snip]
| Is this the intended behaviour?
I can confirm something strange happening on i386/7.0-RELEASE:
| ./malloc
Killed
|
While on i386/8.0-CURRENT the behavior is as expected:
| ./malloc_test
chunks allocated: 2936
|
[snip]
|
| Thanks,
| Andrew.
|
- --
Pietro Cerutti
[EMAIL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Sam Leffler wrote:
| Pietro Cerutti wrote:
|> -BEGIN PGP SIGNED MESSAGE-
|> Hash: SHA512
|>
|> Sam Leffler wrote:
|> | Matthias Apitz wrote:
|> |> Hello,
|> |>
|> |> I'm using WPA to connect to my vario
ne w/o an ssid specified).
Not necessarily. If you bring up a wlan interface and don't specify
anything, it will automatically associate with the first open AP it finds.
I don't know if it's to be considered a feature or a bug. I've been
worried by this sometimes, but honestly no
sun4v hardware platform, who know their way around things like
| pmap.c and other MD places where the kernel interfaces with the "bare
| metal", and who are willing to make a long term (multi-year) commitment
| to supporting the platform.
If we had docs...
| Kris
- --
Pietro Ceru
ort 2 addr 3: full speed, power 100 mA, config 1, C-Media USB
Headphone Set(0x000c), vendor 0x0d8c(0x0d8c), rev 1.00
I would greatly like to get this headset working, so any hint is appreciatd!
[1] http://www.trust.com/products/product_detail.aspx?item=14734
- --
Pietro Cerutti
[EMAIL PROTECTED]
ozubik - [EMAIL PROTECTED] - http://www.kozubik.com
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gahr.ch/pgp
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
iEYEAREKAAYFAkha1zsACgkQwMJqmJVx9470WgCg4APA6m3khgf4iIsrNAXcPbM/
Pr4An10QgMMM/Oalne+GGUzO/wha1HaX
=2CKx
-EN
example.
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gahr.ch/pgp
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
iEYEAREKAAYFAkhaHc0ACgkQwMJqmJVx946RYgCfcSCxyJKnHwVOAnoVv2E1i7PX
g7cAoN9FohQIJZSd0TclD4Sd2ApKrwyP
=CbOs
-END PGP SIGNATURE
D and work together with great
| people.
Uni^b or BFH? I've done my studies at BFH :)
| Happy hacking to you hackers,
Same to you!
| Cheers.
Gretz!
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gahr.ch/pgp
-BEGIN PGP SIGNATURE-
Version: GnuPG
Joerg Sonnenberger wrote:
> On Wed, Mar 05, 2008 at 12:58:06AM +0100, Pietro Cerutti wrote:
>> - I've been able to reconnect without kld-reloading the module, by
>> killing and restarting wpa_supplicant
>
> Try "disconnect" followed by "reconnec
Andrew Thompson wrote:
> On Tue, Mar 04, 2008 at 10:47:39PM +0100, Pietro Cerutti wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>>
>> Hi list,
>>
>> I can't get my if_wpi (Intel(R) PRO/Wireless 3945ABG) stay connected to
>> my
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Andrew Thompson wrote:
> On Tue, Mar 04, 2008 at 10:47:39PM +0100, Pietro Cerutti wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>>
>> Hi list,
>>
>> I can't get my if_wpi (Intel(R) PRO/W
p 16, arg 0x1]: Device not configured
wpa_driver_bsd_deinit: failed to restore roaming state
Thanks!
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gahr.ch/pgp
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (FreeBSD)
iEYEAREKAAYFAkfNw3sACgkQwMJqmJVx944RGACffVjytilk4LmDVwuewrqQfV0c
h
lags are used to specify capabilities of the
interface, not things provided by the operating system.
>
> Yuri
- --
Pietro Cerutti
[EMAIL PROTECTED]
PGP Public Key:
http://gahr.ch/pgp
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (FreeBSD)
iEYEAREKAAYFAkfF81YACgkQwMJqmJVx94
Ed Schouten wrote:
> Using your own per-{device,object,etc} free list should even be faster,
> because uma probably has some per-zone spinlock, while you may not need
> the locking in your specific situation (i.e. another lock already
> protects it).
Interesting point!
--
Pietro
Hi hackers,
I was thinking about modifying the zone allocator to allow to specify
the number of items to pre-allocate when a zone is first created.
Before starting to hack it, I would like to know what you think about
it. Do you find it useful or not?
Thanks
--
Pietro Cerutti
PGP Public Key
, but I have no clue where to
start from..
Thanks
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Pietro Cerutti wrote:
> John Baldwin wrote:
>> I think this might be best:
>>
>> Index: devstat.h
>> ===
>> RCS file: /usr/cvs/src/lib/libdevstat/devstat.h,v
>> retrieving revision 1.11
>&
John Baldwin wrote:
> On Wednesday 30 January 2008 06:09:21 pm Pietro Cerutti wrote:
>> Hi hackers,
>>
>> I think that i) sys/devicestat.h should include sys/resource.h or ii)
>> the man page of devstat(9) should mention that the user himself is
>> supposed to incl
t; gcc -ldevstat -o devstat devstat.c
In file included from devstat.c:1:
/usr/include/devstat.h:131: error: 'CPUSTATES' undeclared here (not in a
function)
Exit 1
I can provide a patch if someone could tell me which one of the proposed
solutions above is the preferred one.
Thanks,
--
Pie
Pietro Cerutti wrote:
>
> printf("%s%d\t%.2lf MB\t%.2lf MB\n", d_stat->device_name,
> d_stat->unit_number,
> d_stat->bytes[1] / d_stat->block_size / MB,
> d_stat->bytes[2] / d_stat->block_size / MB);
yes, it
si.dinfo);
return (0);
}
I compile it by gcc -ggdb -ldevstat -o iostat iostat.c
and run it:
>./iostat
NAMEIN OUT
ad0 9.02 MB 9.65 MB
Now, I suppose that those two numbers represent the amount of IO
generated within some time slice, but I can't find any documentation on
it..
John Baldwin wrote:
> On Thursday 24 January 2008 07:38:39 am Pietro Cerutti wrote:
>> Hello,
>>
>> I'm running a Core2Duo on CURRENT, SMP kernel, but somehow the macro SMP
>> in machine/param.h 1.81 2006/01/09 line 68 is not defined, thus MAXCPU
>> is
in sys/param.h (see
previous posts).
Thanks for any insight,
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Pietro Cerutti wrote:
>> Attilio Rao wrote:
>> Did you define SMP in your config file?
>
> Yes. How could I have kern.smp.active: 1 otherwise?
>
>> grep SMP /sys/i386/conf/MSI1034
> # To make an SMP kernel, the next two lines are needed
> options SMP # Symme
Attilio Rao wrote:
> 2008/1/24, Pietro Cerutti <[EMAIL PROTECTED]>:
>> Hello,
>>
>> I'm running a Core2Duo on CURRENT, SMP kernel, but somehow the macro SMP
>> in machine/param.h 1.81 2006/01/09 line 68 is not defined, thus MAXCPU
>> is defined to
r SMP not defined
*** Error code 1
> cat maxcpu.c
#include
#include
int main(void)
{
return (MAXCPU);
}
> ./maxcpu; echo $?
1
Any idea?
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
mmit bit, but you can try [1] locally and if it works
submit a problem report [2].
> Sam Fourman Jr.
[1] http://www.gahr.ch/FreeBSD/patches/_htc.diff
[2] http://www.freebsd.org/support/bugreports.html
Regards,
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Jason Evans wrote:
> Pietro Cerutti wrote:
>>> uname -r
>> 8.0-CURRENT
>>
>> Mplayer always crashes quitting .flv video (either by pressing 'q' or
>> because the video is over).
>>
>> The error is:
>>
>> Assertion failed: (diff
the assert at line 1714 and recompiling libc solves the
problem, but I'm not that familiar with the current malloc
implementation to know whether (diff == regind * size) is always
supposed to be true (thus a bug in mplayer) or the assertion is simply
wrong.
Please illuminate ;-)
--
Pietro C
gidsetlen = getgroups(NGROUPS_MAX, gids);
>
> Binaries using the latter method should be just fine.
> BTW. The latter method is what all utilities from the base system use.
>
Anyway, why should we worry about possible breakage software written
with a bad design?
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Erik Trulsson wrote:
> On Thu, Aug 30, 2007 at 09:20:13PM +0200, Pietro Cerutti wrote:
>> # make world
>> WARNING: make world will overwrite your existing FreeBSD
>> installation without also building and installing a new
>> kernel. This can be dangerous. Please read t
Matthieu Michaud wrote:
>
> On Aug 30, 2007, at 9:57 PM, Pietro Cerutti wrote:
>
>> Doug Barton wrote:
>>> On Thu, 30 Aug 2007, Pietro Cerutti wrote:
>>>
>>>> I don't want my OS to treat me like a stupid.
>>>
>>> These changes
Doug Barton wrote:
> On Thu, 30 Aug 2007, Pietro Cerutti wrote:
>
>> I don't want my OS to treat me like a stupid.
>
> These changes were made because of the long history of user help
> requests from people who aren't as smart as you who shot themselves in
&g
Mike Meyer wrote:
> On Thu, 30 Aug 2007 21:27:18 +0200 Pietro Cerutti <[EMAIL PROTECTED]> wrote:
>
>> Max Laier wrote:
>>> On Thursday 30 August 2007, Pietro Cerutti wrote:
>>>> # make world
>>>> WARNING: make world will overwrite your existing
Jose-Marcio Martins da Cruz wrote:
> Pietro Cerutti wrote:
>> # make world
>
>>
>> Now, THIS is quite funny... do you really thing that a person with
>> - root access
>> - the knowledge of the existence of "make world"
>> needs this sort of thi
Max Laier wrote:
> On Thursday 30 August 2007, Pietro Cerutti wrote:
>> # make world
>> WARNING: make world will overwrite your existing FreeBSD
>> installation without also building and installing a new
>> kernel. This can be dangerous. Please read the handbook,
>
do you really thing that a person with
- root access
- the knowledge of the existence of "make world"
needs this sort of things?
I didn't see anything about this new-wave-of-user-friendly-bsd going on
the list.. have I missed something?
--
Pietro Cerutti
PGP Public Key:
his helps,
>
> --
> D.N
> ___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Dag-Erling Smørgrav wrote:
> Pietro Cerutti <[EMAIL PROTECTED]> writes:
>> Could you please try to explain these results?
>>
>> % sysctl hw.coretemp.tjmax hw.coretemp.delta hw.acpi.thermal.tz0.temperature
>> hw.coretemp.tjmax: 100
>> hw.coretemp.delta: -38
&g
e
hw.coretemp.tjmax: 100
hw.coretemp.delta: -38
hw.acpi.thermal.tz0.temperature: 66.8C
Shouldn't hw.coretemp.delta be (hw.coretemp.tjmax -
hw.acpi.thermal.tz0.temperature)?
Thanks!
> DES
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Hajimu UMEMOTO wrote:
> Hi,
>
>>>>>> On Tue, 31 Jul 2007 12:44:06 +0200
>>>>>> Pietro Cerutti <[EMAIL PROTECTED]> said:
>
> gahr> Nevermind, I finally got my passive cooling working.
>
> Congratulation!
Thanx ;-)
>
> gahr&
Pietro Cerutti wrote:
> Hajimu UMEMOTO wrote:
>> Hi,
>>
>>>>>>> On Tue, 31 Jul 2007 07:54:20 +0200
>>>>>>> Pietro Cerutti <[EMAIL PROTECTED]> said:
>> gahr> Thanks for your help!
>>
>> I cannot see _TC1, _TC
Hajimu UMEMOTO wrote:
> Hi,
>
>>>>>> On Tue, 31 Jul 2007 07:54:20 +0200
>>>>>> Pietro Cerutti <[EMAIL PROTECTED]> said:
>
> gahr> Thanks for your help!
>
> I cannot see _TC1, _TC2 nor _TSP in your `acpidump -dt' output.
&g
s/xsh_chap02_09.html
and sockets:
http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_10.html
and to read the wonderful Beej's guite to network programming:
http://www.beej.us/guide/bgnet/
>> Thanks in advance,
I hope this helps,
>> Michael
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
signature.asc
Description: OpenPGP digital signature
Kris Kennaway wrote:
> On Mon, Jul 30, 2007 at 11:28:59AM +0200, Pietro Cerutti wrote:
>> Hajimu UMEMOTO wrote:
>>> Hi,
>>>
>>>>>>>> On Fri, 27 Jul 2007 16:43:29 +0200
>>>>>>>> Pietro Cerutti <[EMAIL PROTECTED]> s
Hajimu UMEMOTO wrote:
> Hi,
>
>>>>>> On Fri, 27 Jul 2007 16:43:29 +0200
>>>>>> Pietro Cerutti <[EMAIL PROTECTED]> said:
>
> gahr> Hi list,
> gahr> here is a patch to allow powerd(8) accept a "-t tval" option to set a
>
or other methods would be desirable.
The patches to powerd.c and powerd.8 are here:
http://www.gahr.ch/FreeBSD/patches/powerd.c.diff
http://www.gahr.ch/FreeBSD/patches/powerd.8.diff
Any comment is welcome!
--
Pietro Cerutti
PGP Public Key:
http://gahr.ch/pgp
__
match "system""ACPI";
match "subsystem" "Thermal";
match "notify""0xcc";
action "logger -p kern.emerg 'WARNING: system temperature too high,
shutting
};
Thanks for any input!
P.S.
freebsd-acpi@ people, please CC
db)
Hello,
13 tok = strtok(NULL, " ");
(gdb)
14 if(tok) printf("%s\n", tok);
(gdb)
World!
16 return(0);
(gdb)
18 }
(gdb)
0x08048485 in _start ()
(gdb)
Single stepping until exit from function _start,
which has no line number information.
Program exited
> FreeBSD mercury.msi.pl 6.2-STABLE FreeBSD 6.2-STABLE #7: Wed Mar 21
--
Pietro Cerutti
- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
www.asciiribbon.org
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mail
On 3/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
If I want to use mtx_unlock for some threads, should I use mtx_lock()
before?
I admit, I don't understand your question, but anyway:
man 9 mutex
--
Pietro Cerutti
- ASCII Ribbon Campaign -
against HTML e-mail and
Hi there,
sorry for cross posting: I realized that this could be of interest for
freebsd-hackers@ too (and I'm likely to get an answer from you, too).
-- Forwarded message --
From: Pietro Cerutti <[EMAIL PROTECTED]>
Date: Mar 6, 2007 6:44 PM
Subject: which modules ar
On 2/23/07, Nate Lawson <[EMAIL PROTECTED]> wrote:
Pietro Cerutti wrote:
> On 2/23/07, Moore, Robert <[EMAIL PROTECTED]> wrote:
>> On linux, the compiler must be generated with the "flex-old" package, I
>> don't know if there is anything like it for b
disabling SMP I could get to a stage where, at the end of the
shutdown process, this message is displayed (with SMP enabled, the
screen turns black and I can't read messages):
AcpiEnterSleepStatePrep failed - AE_NOT_FOUND
So, any ideas on that?
> -----Original Message-
> Fro
Error 1
> -----Original Message-
> From: Pietro Cerutti [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 22, 2007 3:31 PM
> To: Moore, Robert
> Cc: Nate Lawson; [EMAIL PROTECTED]; freebsd-hackers@freebsd.org;
> [EMAIL PROTECTED]
> Subject: Re: Laptop won't pow
TED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Pietro Cerutti
> Sent: Thursday, February 22, 2007 2:54 PM
> To: Nate Lawson; [EMAIL PROTECTED]
> Cc: freebsd-hackers@freebsd.org; [EMAIL PROTECTED]
> Subject: Re: Laptop won't power off
>
> On 2/22/07, Nate Lawson
On 2/22/07, Nate Lawson <[EMAIL PROTECTED]> wrote:
Pietro Cerutti wrote:
> Hi Lists,
> first off, sorry for cross-posting, but I'm not subscribed to
> freebsd-acpi@, so acpi guys please CC me.
>
> The problem here is that my laptop doesn't power off when issui
RQ 12 to local APIC 0
ioapic0: Assigning ISA IRQ 14 to local APIC 1
ioapic0: Assigning ISA IRQ 15 to local APIC 0
ioapic0: Assigning PCI IRQ 16 to local APIC 1
ioapic0: Assigning PCI IRQ 17 to local APIC 0
ioapic0: Assigning PCI IRQ 18 to local APIC 1
ioapic0: Assigning PCI IRQ 19 to local APIC 0
ioapic0:
DGRAM.
>
> If you're just targetting FreeBSD >= 5.x platforms, your current
> approach is reasonable (assuming you can fix whatever the problem is);
> if you're targetting other platforms such FreeBSD 4, Dfly, OS X, or SysV
> things like Solaris, try installing the
xc0514c30 in fork_exit (callout=0xc05a2280 , arg=0x0,
frame=0x0)
at /usr/src/sys/kern/kern_fork.c:821
#14 0xc06ab46c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208
(kgdb)
--
What info
Pietro Cerutti
- ASCII Ribbon Campaign -
ernel/ -name "ng_*" | wc -l
58
when, /sys/modules/netgraph/bluetooth/Makefile just lists 8 modules as
dependencies.
How could I get rid of the ~50 unneeded modules?
Same thing for firewire, where unneeded if_fwip, sbp and sbp_targ are
also built, along with firewire and if_fwe.
Thanx i
to ISO/IEC 9945-1:1996
(``POSIX.1'').
-Garrett
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
www.asciiribbon.org
___
freebsd-hackers@freebsd.org m
So, anyone knows how to use atausb?
Thanx,
--HPS
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
www.asciiribbon.org
___
freebsd-hackers@freebsd.org mailing list
http://
s-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
--HPS
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9
wing on the console:
atausb0: using SCSI over Bulk-Only
ata2: on atausb0
Can you see anything wrong with it?
PS: You maybe want to try out my new and rewritten USB stack + atausb:
Tried, nothing changed... what functionality is your patch supposed to add?
--
Pietro Cerutti
ICQ: 117293691
PGP:
ing wrong.
If it's the case, how can I scan for the just-plugged-in USB disk
using the atausb driver?
No device appears in /dev
last one: why atausb doesn't have a manual page??
Thanx,
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail
sr/src/sys/i386/i386/exception.s:200
#13 0x0033 in ?? ()
Please ask for more infos!
Thanx
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
www.asciiribbon.org
___
freebsd
my NIC.
# ifconfig re0
options=1b
# ifconfig re0 -txcsum
options=18
--
Regards,
Pyun YongHyeon
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
www.asciiribb
On 1/11/07, Bernd Walter <[EMAIL PROTECTED]> wrote:
On Thu, Jan 11, 2007 at 11:51:51AM +0100, Pietro Cerutti wrote:
> Hi lists,
> ifconfig re0 -txcsum -rxcsum solved the problem
>
> Anyway, is this a bug in the driver or in the interface itself?
That is how checksu
cause of some web pages (e.g. Gmail in
standard view [html view works well]) not to be displayed.
I tracked down the problem to the re(4) driver just because wlan works good...
Any ideas?
Thanx,
--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E
- ASCII Ribbon Campaign -
against HTML e-mail and
Hi lists,
ifconfig re0 -txcsum -rxcsum solved the problem
Anyway, is this a bug in the driver or in the interface itself?
Thanx, regards
-- Forwarded message --
From: Pietro Cerutti <[EMAIL PROTECTED]>
Date: Jan 11, 2007 11:29 AM
Subject: re(4) incorrect check
On 12/12/05, OxY <[EMAIL PROTECTED]> wrote:
> hi!
Hi,
>
> my question is can i use jailctl with two or more ip/jail or not?
AFAIK, you can use bind a jail just to one Ip address...
Don't know if things have changed since 6.0
> thanks for your help!
Hope this help
On Thu, 17 Mar 2005 07:38:49 -0800, Ted Mittelstaedt
<[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Pietro Cerutti
> > Sent: Thursday, March 17, 2005 7:05 AM
> > To: Lowe
Hi Hackers,
I posted this on freebsd-questions, but couldn't find a solution...
Maybe here
Thank you!
Please: don't Cc me, I'm on the list!
-- Forwarded message ------
From: Pietro Cerutti <[EMAIL PROTECTED]>
Date: Thu, 17 Mar 2005 15:04:45 +
Subjec
77 matches
Mail list logo