Displaying 20 results from an estimated 1000 matches similar to: "Administrativia: Documentation project slightly on hold (sorry!)"
2004 Apr 08
4
recommended SSL-friendly crypto accelerator
Hi,
I'm pondering building my own SSL accelerator out of a multi-CPU
FreeBSD system and a crypto accelerator.
What's the recommended hardware crypto accelerator card these
days?
Thanks,
==ml
--
Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org
Today's chance of throwing it all away to start a goat farm: 49.1%
http://www.BlackHelicopters.org/~mwlucas/
2011 Jun 21
1
SSH book reviewers wanted
Hi,
Thought there would be some interest here. I'm writing a small book
on OpenSSH. Am now looking for tech reviewers.
http://blather.michaelwlucas.com/archives/902
==ml
--
Michael W. Lucas
http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/
Latest book: Network Flow Analysis http://www.networkflowanalysis.com/
mwlucas at BlackHelicopters.org, Twitter @mwlauthor
2003 Aug 05
3
Kerberos in the handbook
Is anyone currently working on updating the Kerberos documentation in
the Handbook? if so, I'd like to help. If not, I'm hoping to find
someone who can get me up to speed on the FreeBSD docbook extensions :-)
-T
--
"The truly paranoid administrator may wish to place motion detectors in
the air ducts."
- Practical UNIX & Internet Security, 2nd Edition
2008 Jan 13
3
Anti-Rootkit app
Hi all,
I need to install an anti-rootkid in a lot of servers. I know that
there're several options: tripwire, aide, chkrootkit...
?What do you prefer?
Obviously, I have to define my needs:
- easy setup and configuration
- actively developed
--
Thanks,
Jordi Espasa Clofent
2005 Jan 20
0
wine, wineserver, and x.org using 100% of CPU
Hi,
I installed Wine 20050111 on my FreeBSD 6-current (freshly updated
yesterday afternoon) to play SimCity 2000.
Whenever I start the program with "wine SIMCITY.EXE", the various
start-up pop-ups appear, as well as the dialog asking if you want to
start a new city, open an old city, etc. I get the side toolbar. The
main window where you play the game is never drawn, however; it
2010 Oct 14
6
Audiocodes firmware
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="+1">Does anyone have links to the most recent audiocodes
2012 Nov 13
1
problem with AuthorizedKeysCommand on OpenBSD
Hi,
I'm attempting to test the AuthorizedKeysCommand feature with the new
port of ssh-ldap-wrapper to OpenBSD. I'm running yesterday's
OpenBSD-current i386 snapshot, which includes AuthorizedKeysCommand.
The port of ssh-ldap-helper (at
http://old.nabble.com/-new--ssh-ldap-helper-td34667413.html) contains
all the bits I need, and the individual pieces appear to work once
configured:
2006 Jun 11
2
Kerberos5 / Heimdal
I have FreeBSD-6.1 and it appears the default installation has a full
complement of Kerberos5. But, /usr/src/kerberos5/README states:
This subtree is world-exportable, as it does not contain any
cryptographic code.
At the time of writing, it did not even contain source code, only
Makefiles and headers.
Please maintain this "exportable" status quo.
Thanks!
2013 Nov 11
2
"Unwilling to Perform" UNIX Attributes
Hi,
I'm running Samba 4.0.8, on FreeBSD 9.2, from operating system
packages, as a DC. I have a BDC, running the same. I'm using a Windows
7 workstation with "Active Directory Users and Computers" snap-in to
manage usernames, passwords, etc. The workstation is part of the
domain, and I'm logged on as Administrator in the domain.
I can create groups and add members to them
2007 Oct 29
9
zpool question
hello folks, I am running Solaris 10 U3 and I have small problem that I dont
know how to fix...
I had a pool of two drives:
bash-3.00# zpool status
pool: mypool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
mypool ONLINE 0 0 0
emcpower0a ONLINE 0 0 0
emcpower1a ONLINE
2008 Jan 11
4
zpool remove problem
I have a pool with 3 partitions in it. However, one of them is no longer valid, the disk was removed and modified so that the original partition is no longer available. I cannot get zpool to remove it from the pool. How do I tell zfs to take this item out of the pool if not with "zfs remove" ?
Thanks,
Wyllys
here is my pool:
zpool status
pool: bigpool
state: FAULTED
status:
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
Hi All,
I have corefile where we see NULL pointer de-reference PANIC as we have
sent (deliberately) NULL pointer for return value.
vdev_disk_io_start()
...
...
error = ldi_ioctl(dvd->vd_lh, zio->io_cmd,
(uintptr_t)&zio->io_dk_callback,
FKIOCTL, kcred, NULL);
ldi_ioctl() expects last parameter as an
2006 Jul 10
1
2 Node cluster crashing
Hi,
We have a two node cluster running SLES 9 SP2 connecting directly to an
EMC CX300 for storage.
We are using OCFS(OCFS2 DLM 0.99.15-SLES) for the voting disk etc, and
ASM for data files.
The system has been running until last Friday when the whole cluster
went down with the following error messages in the /var/log/messages
files :
rac1:
Jul 7 14:56:23 rac1 kernel:
2013 Jun 19
4
AuthorizedKeysCommand idea
Hi,
I've been kicking this idea around, and the problem with it escapes
me. I'm looking for someone to tell me why this is a bad idea.
The new OpenSSH includes the AuthorizedKeysCommand, which was mostly
added to let people use a command to look up user keys in LDAP.
LDAP key lookup have some limitations -- specifically, the common
openssh-lpk_openldap schema won't let you add
2007 Mar 27
4
ZFS filesystem online backup question
I have to backup many filesystems, which are changing and machines are heavy loaded.
The idea is to backup online - this should avoid I/O read operations from disks,
data should go from cache.
Now I''m using script that does snapshot and zfs send.
I want to automate this operation and add new option to zfs send
zfs send [-w sec ] [-i <snapshot>] <snapshot>
for example
2008 Nov 03
4
cleaning user properties
I have a little question about user properties, I have two filesystems:
rpool/export/home/luca
and
rpool/export/home/luca/src
in this two I have one user property, setted with:
zfs set net.morettoni:test=xyz rpool/export/home/luca
zfs set net.morettoni:test=123 rpool/export/home/luca/src
now I need to *clear* (remove) the property from
rpool/export/home/luca/src filesystem, but if I use the
2005 Aug 19
2
pam_radius fail open?
Okay, I guess I?ll be the first to take Colin Percival up in that the
following statement applies to me:
?If you find a security problem -- or even if you find something which
might possibly be a security problem but you're not certain if it is or
not -- then please let us know.?
I recently installed pam_radius according to the instructions located at
the following address:
2012 Feb 21
1
any hope for bug 1663 or similar function?
Hi folks,
Is there any hope for an external source of public keys, such as given
in bug 1663?
I have dozens of servers, and I have to patch sshd on the vast
majority of them. OpenSSH is a BSD program, but the BSD boxes are the
most difficult to manage because of this.
Thanks,
==ml
--
Michael W. Lucas
http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/
Latest book: SSH Mastery
2012 Apr 12
0
SSH book for review
Hi,
I've recently published a short book on OpenSSH, as part of my
"exterminate ALL the passwords" initiative.
I'm giving copies to anyone who is interested in writing a review for
a blog -- either theirs, or a tech association they're with, or
basically anywhere.
http://www.michaelwlucas.com/nonfiction/ssh-mastery
Please contact me off-list if interested.
Thanks,
==ml
2009 Apr 09
8
ZIL SSD performance testing... -IOzone works great, others not so great
Hi folks,
I would appreciate it if someone can help me understand some weird
results I''m seeing with trying to do performance testing with an SSD
offloaded ZIL.
I''m attempting to improve my infrastructure''s burstable write capacity
(ZFS based WebDav servers), and naturally I''m looking at implementing
SSD based ZIL devices.
I have a test machine with the