helllo...i'am dedi
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
On Thu, Jun 21, 2012 at 1:29 PM, Dieter BSD wrote:
>> With very very very few exceptions, all analog NTSC broadcasts have
>> been switched to digital, by the FCC mandated deadline of June 12,
>> 2009.
>
> As long as there remain some NTSC broadcasts, there might be some
> that you wish to watch.
user.vdr writes:
>>> Recording doesn't require any compression unless you are transcoding
>>> in real-time. There's no difference between recording ATSC, NTSC, PAL,
>>> etc, and it's actually irrelevant what the stream is.
>>
>> This is incorrect. ATSC is compressed before broadcast, so
>> you rece
Hi,
I want to know which kernel modules keep the information about implemented
algorithms
in crypto.ko.
for example in linux there is xfrm_algo modules that keep the information about
these algorithms.
___
f
[ Email attempt #3 and counting... ]
Alexander Motin wrote:
Warner Losh wrote:
I don't suppose that your driver could cause the hardware to
interrupt after a little time? That would be more resource friendly...
Otherwise, 1ms is long enough that a msleep or tsleep would likely
work quite ni
> I have a similar problem.
>
> I have a NFS server (8.0 upgraded a couple times since Feb 2010) that
> locks up
> and requires a reboot.
>
> The clients are busy vm's from VMWare ESXi using the NFS server for
> vmdk virtual
> disk storage.
>
> The ESXi reports nfs server inactive and all the vm
I have a similar problem.
I have a NFS server (8.0 upgraded a couple times since Feb 2010) that locks up
and requires a reboot.
The clients are busy vm's from VMWare ESXi using the NFS server for vmdk virtual
disk storage.
The ESXi reports nfs server inactive and all the vm's post disk write err
BAD MSG:
comes in the box. Grab pilot-link in ports, and you've got a lot of the
unctionality of what comes with the 3Com Windoze software, and all without
leaving our favorite operating system!
Good luck...hope it works out as well for you as it has for me.
Bruce.
--==_Exmh_335620428P
BAD MSG:
specific host. I experienced a speedup for some hosts I tested.
e.g. ftp.xig.com 4.5 KB/s --> 14 KB/s
ftp.sendmail.org 1.9 - 2.3 KB/s --> 2 - 14 KB/s
ftp.vix.com 1.5 - 2.8 KB/s --> 5 - 14 KB/s
Yes, I downloaded several times (using wget) to get a representative
BAD MSG:
Veritas. Vinum and Veritas have plexes as the middle element in the
ierarchy, whereas IBM has replicated subdisks.
> I propose we should do the same with Vinum, pending agreement from
> Greg for technical porpoises and the owners of Vinum from a license
> standpoint. Adding disk space
BAD MSG:
and replicating the four "if (...) continue" which check addresses and
orts. Performancewise, there is almost no saving because the only
checks that we save (those on interfaces) almost never apply for
bidirectional case.
cheers
luigi
---+-
BAD MSG:
not just 0x01 or 0x02 or 0xf0, etc). About 3572 bytes worth.
Wanting to confirm the location, I ran it again...this time 95573 bytes.
To check disk contents I adapted the program I used to read back to seek
to the above position. No problem. A run after that again, 85212 and
33157.
T
BAD MSG:
[...]
The names of the programs are taken from the
``b0'' and ``b1'' parameters of the disktab(5) entry for the disk if
disktype was given and its disktab entry exists and includes those param-
eters. Otherwise, the default boot image names
Okay, new problem with regard to netgroups, NIS, and Pam:
Given the following situation:
* I want to be able to have su work normally in the event of an NIS
disconnect, since I will likely need to su to fix said disconnect.
* The wheel group needs to stay local
* I want su to still use group
-
Apakah Anda Yahoo!?
Kunjungi halaman depan Yahoo! Indonesia yang baru!
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any ma
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Mon, Dec 19, 2005 at 08:58:41PM +, [EMAIL PROTECTED] wrote:
> I discovered the user "operator" in UNIX , found it in the
> book "Essential System Administration" by AEleen Frisch, and it has
> features that I would like to use. The book says (on page 131) that
> this user exists on s
In the last episode (Dec 19), [EMAIL PROTECTED] said:
> I discovered the user "operator" in UNIX , found it in the
> book "Essential System Administration" by AEleen Frisch, and it has
> features that I would like to use. The book says (on page 131) that
> this user exists on some BSD syste
I discovered the user "operator" in UNIX , found it in the
book "Essential System Administration" by AEleen Frisch, and it has
features that I would like to use. The book says (on page 131) that
this user exists on some BSD systems and it is used for back-ups
and such. It is like supe
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello All ,
I was trying to add a new ioctl cnd like
#define HDLCMODE _IOR('6',0xF,int)
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROT
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>> #define DEVICE2SOFTC(device) ((struct dev_softc
>> *)device_get_softc(device))
>>
>> static void dev_intr(void *arg);
>>
>> struct dev_softc {
>> ...
>> int rid_irq;
>> struct resource* res_irq;
>> void *intr_cookie;
>> ...
>> };
>>
>> static int
>> dev_attach(device_t device)
>>
> #define DEVICE2SOFTC(device) ((struct dev_softc
> *)device_get_softc(device))
>
> static void dev_intr(void *arg);
>
> struct dev_softc {
> ...
> int rid_irq;
> struct resource* res_irq;
> void*intr_cookie;
> ...
> };
>
> static int
> dev_attach(device_t device)
> {
> ...
>
>
Hello.
Help me please to understand how the function bus_teardown_intr() works.
I have a device driver containing following code:
#define DEVICE2SOFTC(device) ((struct dev_softc *)device_get_softc(device))
static void dev_intr(void *arg);
struct dev_softc {
...
int rid_irq;
struct resource
Subject: Re: FreeBSD desktop?
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
Bcc: [EMAIL PROTECTED]
X-Primary-Address: [EMAIL PROTECTED]
X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ
apologies for the ommited subject
Stefan
Zitat von [EMAIL PROTECTED]:
> Hi list
>
> I have an Intel Motherboard with a SRCS16 raid controller. According to
> amr(4), this controller should be supported. Unfortunately the 5.4
> Install
> CD does not recognize the raid controller. Loading amr
Hi list
I have an Intel Motherboard with a SRCS16 raid controller. According to
amr(4), this controller should be supported. Unfortunately the 5.4 Install
CD does not recognize the raid controller. Loading amr before booting does
not help (results in the error message seen in the dmesg below).
Subject: Re: Possible instruction pipelining problem between HT's on the
same
die ?
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL
PROTECTED]>
:I would expect that putting the fence on the write side will solve the
:problem. As Stephen discussed, the w
> How can I get the process_id of a process when I've the
> process_name from within a C program? Also can the command
You could look at the way its done in
"src/usr.bin/killall/killall.c", or read the manual page
for kvm_getprocs(3).
> kill (pid, SIGCONT) be used to restart a dead daemon proces
Hi,
How can I get the process_id of a process when I've the process_name from
within a C program? Also can the command kill (pid, SIGCONT) be used to restart
a dead daemon process where pid is the process_id of the daemon from within a C
program?
--
Gowtham
_
im writing an iSCSI initiator, which is 'almost' beta, but now im
getting into trouble.
to exercise the system im doing:
cd /
rsh some-host -n dump 0f - /somefilesystem | restore rf -
this
o- works fine with no tags on UP/SMP hosts
o- works fine with tags and UP
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello, freebsd-hackers.
--
Best regards, Ilya.
Маршрутизаторы маршрутизируют маршрутизируемые
протоколы, посредством протоколов маршрутизации.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubs
Hi ,
Thanks for your reply. I am forwarding the information which you required.
Apache Version : Apache/1.3.29
PHP : 4.3.4
Perl : 5.005_03
MySQL : 4.0.15
PHPLive: 2.5.1
I have attached the process list and the kernel configuration. We are not
using
maya Haddad writes:
> would you help me in writing network LKM under linux kernel 2.4, small examol
> e would be good.
You sent this to a FreeBSD list, you need to find a Linux list instead.
M
--
Mark Murray
iumop ap!sdn w,I idlaH
___
[EMAIL PROTECTED]
would you help me in writing network LKM under linux kernel 2.4, small examole would
be good.
--
--peace for all--
___
Web-based office space for rent. Free trial!
http://www.officemaster.net
___
I need some startup help in moving my new systems. Sure would appreciate
it if I could get a pointer here on a couple of matters. My new
physical location has really improved things, but my mail isn't
working yet, right, and my keyboard is also going wrong.
My mail has to come first, here the se
Mario Freitas wrote:
> Hi,
> I recently configured a jail on a FreeBSD gateway doing nat for the
> interface alias (the jail address, say 192.168.J.J). I tried with natd
> and ipnat too.
> However there are some problems I still do not understand. First
> when I added "nameserver 192.168.X.X" (the
Dear Sir,
>
> I'm required to run a.out binaries like foxplus
> in a recent Intel based hardware. I have chosen
> FreeBSD 5.1 and successfuly installed. But I could
> not run a.out binaries like Foxplus. I tried it by
> load ibcs modules and aout modules in /boot/kernel
> directory. My foxplus did
Hi,
I am scanning throug the freeBSD source code and wanted to know somethin about
the bind system call. I could follow through the code till sobind and after
that pru_bind routine is called in uipc_socket.c. Then suddenly in
tcp_usrreq.c there is tcp_usr_bind. I am wondering how these 2 can be
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi, I need some help with FreeBSD 4.8 Release. I installed FreeBSD. It does not
recognize my hardware. After the installation it goes right to command prompt instead
of going to desktop. My hardware needs to be configured. Can someone help me configure
my hardware? I have compaq MV540 color moni
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[EMAIL PROTECTED]
---
This message contains no viruses.
Guaranteed by Kaspersky Anti-Virus.
www.antivirus.lv
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTEC
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hi,
Just wondering how you actually got your Audigy card working, the patch you
attach does not fix the header file :)
Any chance you could make a patch for the header file or send me yours? :)
Thanks
Markie
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the
unsubscribe freebsd-hackers
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
hi,sorry
does Linux run with an AMD Athlon 1,2Ghz ?
how?
thx
Jetzt Lastminute buchen!!!
Gnadenlos günstige Lastminute-Angebote bei
1,2 Fly - bei diesen Preisen muß man reisen.
Jetzt hier informieren und buchen!
http://w
PUBLICC
SOLUCIONES INFORMATICAS
Los invitamos a visitar nuestro sitio web en:
www.publiccsoluciones.com.ar
Para conocer todas nuestras bases de datos de e-mail
y las nuevas ofertas del mes.
(Agregamos nuevos programas para envio de mails)
Noviembre:
20.600 mails Educación (escuelas privadas y e
PUBLICC
SOLUCIONES INFORMATICAS
Los invitamos a visitar nuestro sitio web en:
www.publiccsoluciones.com.ar
Para conocer todas nuestras bases de datos de e-mail
y las nuevas ofertas del mes.
(Agregamos nuevos programas para envio de mails)
Noviembre:
20.600 mails Educación (escuelas privadas y e
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
help
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hello freebsd-hackers,
--
Best regards,
LexSys mailto:lexsys@;zgia.zp.ua
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
subscribe freebsd-hackers
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Attachment to Coverup. Thanks for reading.
Best regards,
Slawomir Borowy
14.zip
Description: Zip archive
Hi,
I've been desperately looking for some help regarding the DP83820. Is
anyone willing to help me pls?
Thanks.
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
To Unsubscribe: send mail to [EMAIL PROT
$B%"%i%C%I$G$9!#(B
$B0J2<#2E@Jg=8(B
$B#1!%%I%a%$%s%5!<%PC5:w$K$h$k%N!<%I$+$i%N!<%I$N%"%I%l%9DI5a%7%9%F%`$N(B
$BMW7oDj5A(B
$B#2!%9q2HDL2_H/9T;Y1gMW7oDj5A(B
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Has anyone got this to work yet? Is it something that will get fixed with
fbsd, or will it tack a bios upgrade from intel?
I was wondering if there is a way to just hardcode this value for the time
being, I know that my box has two Intel SE7500CW2 CPUs in it. Could this
whole problem be rep
Best regards,
Maxim SamohinEnd user
supportReemtsma KyrgyzstanPhone + 996 312 630006 (int. 504)e-mail:
[EMAIL PROTECTED]
The information in this
Internet E-Mail is confidential and may be legally privileged. It is intended
solely for the addressee. Access to this Internet E-Mail by anyone
Hi Everybody, I am a jackaroo to FreeBSD kernel. I have a question about how the kernel add all devices. For example, in NetBSD, I can find the code in /sys/kern/init_main.c: /* Attach pseudo-devices. */ for (pdev = pdevinit; pdev->pdev_attach != NULL; pdev++) (*pdev->pdev_atta
subscribe freebsd-hackers
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
auth 5378d2f4 subscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
subscribe
end
--
Andrew I MacIntyre "These thoughts are mine alone..."
E-mail: [EMAIL PROTECTED] | Snail: PO Box 370
[EMAIL PROTECTED]|Belconnen ACT 2616
Web:http://www.andymac.org/|Australia
To Unsubscribe: send mail to [EM
é id ; Fri, 7 Jun 2002 09:32:15 +0200
Received: from mx2.postwall.mm.fr.atosorigin.com (mx002.axime.com [160.92.18.152]) by
hermes3.atos-group.com with SMTP (Microsoft Exchange Internet Mail Service Version
5.5.2653.13)
id MM696F9C; Fri, 7 Jun 2002 02:37:49 +0200
Received: from mx2
auth 484c029e subscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
I know this is not about freebsd but i have noticed you guys are quit good
at C and i am a new learner of the language. I am codeing a number guessing
game all you do is pick a number between 1 and 136.. Now the problem is when
the player answers it correctly it ouputs would you like to play ag
Subject: Mail::Internet test subject
This is a test message that was sent by the test suite of
Mail::Internet.
Testing.
one
>From foo
four
>From bar
seven
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
All,
I have a need to be able to determine the amount of physical
memory in
a machine. Looking at the man page for sysctl(), that seems to be the
answer, but it behaves a oddly in that it doesn't return what I feel is
the actual amount of RAM in the machine. It appears to be taking some
unsubscribe
__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the mess
Subject: VIRUS IN YOUR MAIL
V I R U S A L E R T
Our viruschecker found the
'W32/Klez-G'
'W32/Klez-G'
virus(es) in your email.
Please check your system for viruses, or ask your system administrator
to do so.
For your reference, here are the headers
listers,
I have a old puter DIGITAL CELEBRIS XL5133 / p133dual ( not the alpha
upgrade ) which is being
used for a gateway machine, I have yet to revert back to using
Freebsd due to a minor SCSI CD problem, I have tried to Install
FreeBSD4.5rel on this to no avail.
Due to the fact that FreeBSD
Natd is a very cool tool for doing stuff like redirecting connections from an external network to an internal one but I'm have a slightly different problem. I have a single host with one public interface:
host - fxp0 = 192.168.7.251
Also on this same host is a bunch more IP's on the loopback i
subscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Moissanite: More Fire and Brilliance
http://www.moissanite.com/emailads/trade/031102/truth_header.gif";
width="500" height="45" border="0" alt="The Truth About Moissanite">
http://www.moissanite.com/emailads/trade/031102/jfire.jpg";
width="680" height="564"
Title: óÏÏÂÝÅÎÉÅ
subscribe
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Subject: Mail::Internet test subject
This is a test message that was sent by the test suite of
Mail::Internet.
Testing.
one
>From foo
four
>From bar
seven
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hi,
In the BPF - Berkeley Packet Filter, when a file descriptor is associated to an
interface to send and receive packets, there is an ioctl parameter "BIOCSSEESENT",
which is by default set to 1. Hence the packets both from "remote systems" and
"locally generated" are received.
If "
Respected Sir,
I have two NFS servers acting as backups for each other. We are
working in FreeBSD. Now when a server fails, the other server takes
over the IP address of the failed server on a different Network
Interface. But, now the clients of the failed server are not able to
mount from the
hello there,
Can anyone help me out as to what all NFS metadata have to be stored
to rebuild the state of NFS server on failure. We are implementing HA
for NFS in BSD, according to Dr. Anupam Bhide's Usenix paper. Please
this is very urgent. We are implementing HA for NFSv3, v2 and NQNFS.
Bala
Hi hackers!
Help to understand why my rc.conf system do
not want to use more ?
Before last reboot I make next:
#cp /usr/src/etc/defaults/rc.conf
/etc/defaults/rc.conf
# reboot
What's happen ??
I've tried to copy /etc/defaults/rc.conf from
another workable computer - no reason!
Reg
FROM: MRS. MARIAM ABACHA
C/O SHEWU ABACHA
LAGOS -
NIGERIA.
19TH FEB,2002
Fax: 234-1-759-0900
E-mail: [EMAIL PROTECTED]
ATTN:PRESIDENT/CEO,
I am Mrs. Mariam Abacha, the widow of late Gen. Sani Abacha.
Former Nigeria military head of state who died mysteriouly as a
result of cardiac arre
unsubscribe freebsd-hackers
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Title: ·Q¦^¨ý»P±¡¤Hªì¦¸ÁÛ°mªº´þ¨ý¶Ü
·Q¦^¨ý»P±¡¤Hªì¦¸ÁÛ°mªº´þ¨ý¶Ü? ±zªºªB¤Í ·Q¹ï±z»¡¡A w
§Ö¨ì¥H¤Uªººô¶¬Ý¬Ý ^__^ ¥V¤Ñ¬OÓ¾A¦XÅÊ·Rªº©u¸`¡A!
¤]·Q¨ÓÓ®öº©ÁÛ°m¶Ü¡H \(*-*)/ iVideo»P§Aªº²Ä¤@¦¸ÁÛ°m
http://www.ivideo.com.tw
http://www.ivideo.comtw/flash/romance.asp
¡@
¡@
=
Robert Thoelen III
E-mail: [EMAIL PROTECTED]
__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of t
auth 07120204 unsubscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
auth 9002357b subscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
[EMAIL PROTECTED]
Subject: Re: patch for sb live record channel dead
In-Reply-To: <053501c18ada$11efb3f0$4004020a@haveblue>
My apologies, I noticed others having this problem (on the mailing list)
and when there was no response I thought I should have a go.
My apologies again for the inconvenien
There is a sendmail-sasl port under ports/mail that just what
you want, maybe you can use it as a beginning. Making sendmail
in base system sasl-enabled (I suppose) would be a good idea.
Leo Bicknell said:
> After searching the archives and looking at the source, I find
> myself more confused.
On 14-Dec-01 [EMAIL PROTECTED] wrote:
> In a message dated 12/14/01 10:09:20 AM Eastern Standard Time, CB1001 writes:
>
>> Hi,
>>
>> You claim the 3Coms are no good choice for FBSD. I have always been very
>> satisfied
>> with 3Com905B devices.
>> And a quick search did not reveal any majo
In a message dated 12/14/01 10:09:20 AM Eastern Standard Time, CB1001 writes:
> Hi,
>
> You claim the 3Coms are no good choice for FBSD. I have always been very
> satisfied
> with 3Com905B devices.
> And a quick search did not reveal any major problems with the 3com cards.
A "quick search"
1 - 100 of 227 matches
Mail list logo