Michael Schmidt wrote:
Why may ssh be broken down when jailkit is used?
chrooting ssh is DANGEROUS. it was discussed many times.
search archives.
> Who wins in the OpenBSD world? DRAC (Dell Remote Admin Card) or iLo
> (HP's Integrated Lights Out)? We're looking at new servers and are
> wondering if these are worth the cash, or which is the one to go for?
I've never used DRAC, but ILO (the real deal, like in HP360G4) is
pretty solid. Stay
On Tue, Mar 21, 2006 at 05:25:40PM -0500, Peter wrote:
| Ok folks. This *was* a MAC caching issue. I was able to reset this
| particular modem by inserting a pin into the reset orifice. I presume
| I could have achieved this by unplugging the power cable AND removing
| the battery. So dhclient
anyone knows where i can find embedded computers with RS485 ports on
board, where i can run OBSD? <<
PC/104 CPU boards quite commonly have at least one serial port switchable
from RS-232 to RS-485. Try Googling for "+CPU +RS485 +PC104", and you should
find plenty.
Hi Steve,
I was looking fo
Keith Richardson wrote:
> Hannah wrote:
> > Mailing to [EMAIL PROTECTED] didn't work either (similar "loop" error
> > message). So could one please remove [EMAIL PROTECTED] from the mailing
> > lists?
> >
> > Sorry for mailing the list itself, but I didn't find a more specific
> > contact for that
On 3/21/06, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
> How could I help the high CPU usage then? The device driver read
> routine always prematurely exits because IO_NDELAY is set (and
> there's nothing to read - so EWOULDBLOCK is returned).
the real syscall symbols are available as _thread_sys_r
On 2006-03-21 15:06:04 -0500 Dale Rahn <[EMAIL PROTECTED]> wrote:
eg:
$ gcc -Wl,-E b.c
Excellent. I have a configure script that wasn't adding this flag.
That fixes my problem.
Is this requirement new? It seems to work in 3.8.
Mailing to [EMAIL PROTECTED] didn't work either (similar "loop" error
message). So could one please remove [EMAIL PROTECTED] from the mailing lists?
Sorry for mailing the list itself, but I didn't find a more specific
contact for that on http://www.openbsd.org/mail.html.
I think you wanted
Hello,
>>
>>I have found out that when linking a userspace application with -lpthread,
>>then for some reason, a device driver's read() routine suddenly has
>>IO_NDELAY set in flags. Bug?
>
>No. This is as it should be, because -lpthread does threads in *one*
>kernel process, so it has to interce
Pete Vickers wrote:
Is this an incompatability between o/s versions, or just a passing
-current hiccup ?
Here is the patch that fixed it then.
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/netinet/ip_carp.c.diff?r1=1.118&r2=1.119
Daniel
Pete Vickers wrote:
Hi,
I have a pair of openbsd amd64 3.8+ boxes with a few shared carp
interfaces. They were playing perfectly together until today. I upgraded
one to the 20-03-06 snapshot ( the other is still at circa. 18-12-2005).
Now both the boxes claim to be carp MASTERs, with obvious
Hi,
I have a pair of openbsd amd64 3.8+ boxes with a few shared carp
interfaces. They were playing perfectly together until today. I
upgraded one to the 20-03-06 snapshot ( the other is still at circa.
18-12-2005). Now both the boxes claim to be carp MASTERs, with
obvious consequences.
Hello!
This one is misconfigured in a really funny way. I get a bounce not if I
post to the OpenBSD mailing lists (as it happens sometimes) but if I
*get* a mail both with To my address and CC an OpenBSD mailing list.
Mailing to [EMAIL PROTECTED] didn't work either (similar "loop" error
message).
MUSICA BAILABLE "RECUERDOS"
LA MEJOR
COMPILACION !
Precio Promocional
> N O V E D A D - PACK DE 6 CDS CON LA MEJOR MUSICA
NO TE PODES PERDER ESTA OPORTUNIDAD !!! -
MAS DE 6 HORAS DE "MUSICA ENGANCHADA"
UNA RECOPLACION QUE REUNE:
LO MEJOR DEL DISCO/DANCE DE LOS '80/'90 (2CDS)
LOS MEJORES LENTOS
Ok folks. This *was* a MAC caching issue. I was able to reset this
particular modem by inserting a pin into the reset orifice. I presume
I could have achieved this by unplugging the power cable AND removing
the battery. So dhclient on OpenBSD 3.8 *does work* although I
continue to receive a bad
On 2006/03/21 23:21, Jan Engelhardt wrote:
> >>I have found out that when linking a userspace application with -lpthread,
> >>then for some reason, a device driver's read() routine suddenly has
> >>IO_NDELAY set in flags. Bug?
> >
> >No. This is as it should be, because -lpthread does threads in
On Tue, Mar 21, 2006 at 08:29:19PM +0100, Luca Losio wrote:
> D-link 300T that now it's doing NAT and working with a DHCP server for
> the internal network
>
I used to have one of these.
On your external NIC, use DHCP, and that is it.
The DLink does the PPPoA stuff and issues the WAN IP address
>>I have found out that when linking a userspace application with -lpthread,
>>then for some reason, a device driver's read() routine suddenly has
>>IO_NDELAY set in flags. Bug?
>
>No. This is as it should be, because -lpthread does threads in *one*
>kernel process, so it has to intercept blockin
Nevermind - somebody moved a box to the other network and fired it up
with the old network configured.
Thanks
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Barry, Christopher
> Sent: Tuesday, March 21, 2006 4:24 PM
> To: misc@openbsd.org
> Subjec
What do your pflog say? Try tcpdump on both interfaces and see what's going on.
Also, you might want to pickup some reading on ftp-proxy(8) (reversed mode -R).
I run ftp-proxy like this:
ftp-proxy -R 192.168.3.2 -m 15000 -M 16000 -r
And my pf looks like this:
nat on $ext_if from 192.168.3.0/24 t
On 3/21/06, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
> I have found out that when linking a userspace application with -lpthread,
> then for some reason, a device driver's read() routine suddenly has
> IO_NDELAY set in flags. Bug?
the current pthread library fakes out concurrency by re-implementi
Hi!
On Tue, Mar 21, 2006 at 10:26:42PM +0100, Jan Engelhardt wrote:
>Hello list,
>I have found out that when linking a userspace application with -lpthread,
>then for some reason, a device driver's read() routine suddenly has
>IO_NDELAY set in flags. Bug?
No. This is as it should be, because -
On Tue, 21 Mar 2006, Jan Engelhardt wrote:
> Hello list,
>
>
> I have found out that when linking a userspace application with -lpthread,
> then for some reason, a device driver's read() routine suddenly has
> IO_NDELAY set in flags. Bug?
No, what you are seing is the consequence of having a
Hello list,
I have found out that when linking a userspace application with -lpthread,
then for some reason, a device driver's read() routine suddenly has
IO_NDELAY set in flags. Bug?
I am using OpenBSD 3.8.
A testcase is at http://jengelh.hopto.org/f/openbsd-pthread-strange.tgz
Jan Engelhar
Greetings,
I've googled and went to MARC, but can't find anything very helpful
about this, so I am here asking for your assistance.
I'm getting the following error:
/bsd: arp: attempt to overwrite entry for 172.26.0.68 on stge3 by
00:00:1a:19:d3:13 on stge2
repeating multiple times to t
Has anybody done this through a full bridge? My Actiontech isn't nearly
as friendly with it's options...
Simon Slaytor wrote:
Half Bridge mode is your friend here.
Not sure if the D-Link supports this mode however, Google is less than
helpful. Essentially in half bridge mode the modem handles
Half Bridge mode is your friend here.
Not sure if the D-Link supports this mode however, Google is less than
helpful. Essentially in half bridge mode the modem handles the PPPoA
authentication with the ISP, as in NAT mode obtaining an IP address from
the remote provider as normal. Unlike NAT m
Who wins in the OpenBSD world? DRAC (Dell Remote Admin Card) or iLo
(HP's Integrated Lights Out)? We're looking at new servers and are
wondering if these are worth the cash, or which is the one to go for?
Gaby
--
Junkets for bunterish lickspittles since 1998!
http://vanhegan.net/sudoku/
htt
On Tue, Mar 21, 2006 at 01:07:48PM -0500, Andrew Sveikauskas wrote:
> Hi,
>
> I just upgraded to the 3.9 snapshot in FTP (this is on 386) and I find
> that dlopen() does not work.
>
[snip]
>
> And then:
> $ gcc -shared -o liba.so a.c
> $ gcc b.c
> $ ./a.out
> ./a.out:./liba.so: undefined symbol
Hi,
I just upgraded to the 3.9 snapshot in FTP (this is on 386) and I find
that dlopen() does not work.
For example:
a.c:
extern int x;
int foo()
{
x = 1;
}
b.c:
#include
int x = 0;
int main()
{
void *dl = dlopen("./liba.so", RTLD_LAZY|RTLD_GLOBAL);
if(!dl)
dlerror();
r
--- "L. V. Lammert" <[EMAIL PROTECTED]> wrote:
> At 12:53 AM 3/21/2006 -0500, Peter wrote:
>
> >I am using rsync. It also works well. I wrote small scripts
> (windows
> >side) for users to back up at their discretion.
>
> Quick question - I have tried Cygwin rsync on more than one occasion
> f
D-link 300T that now it's doing NAT and working with a DHCP server for
the internal network
Luca Losio wrote:
Hi,
I read the faq searching for info about pppoa
(http://www.openbsd.org/faq/faq6.html) :
"The main software interface to PPPoE/PPPoA on OpenBSD is pppoe(8),
which is a userland implementation (in much the same way that we
described ppp(8), above)"
but I can't figure out how to
Hi,
I read the faq searching for info about pppoa
(http://www.openbsd.org/faq/faq6.html) :
"The main software interface to PPPoE/PPPoA on OpenBSD is pppoe(8),
which is a userland implementation (in much the same way that we
described ppp(8), above)"
but I can't figure out how to configure it for
Hello Misc!
I have a problem about ftp connections.
I made a server behind a firewall and i read the pf docs about the
configuration.
My external pf conf file looks like that:
ext_if="dc0"
int_if="dc1"
ftp_server="10.5.5.3"
nat on $ext_if from $int_if:network to any -> ($ext_if)
rdr on dc0 prot
hi,
On Tue, Mar 21, 2006 at 02:50:35PM -0300, Hutger H. wrote:
> I've been looking for a consolidated IDS solution that I can deploy in
> my network. Snort is really a good option but currently it seems that
> they are charging for updates, it that true? I'd like to find out a free
> of charge Lin
Hello Misc!
I have a problem about ftp connections.
I made a server behind a firewall and i read the pf docs about the
configuration.
My external pf conf file looks like that:
ext_if="dc0"
int_if="dc1"
ftp_server="10.5.5.3"
nat on $ext_if from $int_if:network to any -> ($ext_if)
rdr on dc0 prot
If you didn't already, try running rsync as a *server* on the Windows
side (if you want SSH, forward the ports). There's a cygwin bug that
bites rsync in some circumstances (when network buffers fill, iirc).
rather than setting a standalone rsyn server listening to a port,
you can try a minamili
On 3/21/06, Hutger H. <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I've been looking for a consolidated IDS solution that I can deploy in
> my network. Snort is really a good option but currently it seems that
> they are charging for updates, it that true? I'd like to find out a free
> of charge Linu
Stuart Henderson wrote:
On 2006/03/20 18:20, Chris Cappuccio wrote:
Check out Box Backup, it has win2k and linux clients
Failing that, "Karen's Replicator" and a Samba server seem to work for
windoze clients
BackupPC(.sf.net) is another option.
I'm working on a BackupPC port. Actually, the
Hutger H. wrote:
Hi folks,
I've been looking for a consolidated IDS solution that I can deploy in
my network. Snort is really a good option but currently it seems that
they are charging for updates, it that true? I'd like to find out a free
of charge Linux, or BSD, solution that can works as goo
Steve Shockley wrote:
It just so happens I got one to toy with here for a little bit. I threw
on the last 3.9-beta snapshot (Generic #617), I'll get a dmesg off of it
this weekend. Didn't recognize wireless, I think it was some kind of
Broadcom. Saw Ethernet as bge. I was able to start X
Hi folks,
I've been looking for a consolidated IDS solution that I can deploy in
my network. Snort is really a good option but currently it seems that
they are charging for updates, it that true? I'd like to find out a free
of charge Linux, or BSD, solution that can works as good as snort works
an
At 05:22 PM 3/21/2006 +, Stuart Henderson wrote:
If you didn't already, try running rsync as a *server* on the Windows
side (if you want SSH, forward the ports). There's a cygwin bug that
bites rsync in some circumstances (when network buffers fill, iirc).
I thought the Cygwin DLLs were rq
On 2006/03/21 11:11, L. V. Lammert wrote:
> At 12:53 AM 3/21/2006 -0500, Peter wrote:
>
> >I am using rsync. It also works well. I wrote small scripts (windows
> >side) for users to back up at their discretion.
>
> Quick question - I have tried Cygwin rsync on more than one occasion for
> such
Hi misc
We have a firewall pair (A1 and B1) that is connected to the Internet by
talking to two Cisco routers that uses HSRP (A2 and B2).
A small /28 network connect it all together. A1 and B1 has a gw to the HSRP
address on the Cisco routers (A2 and B2). So my end is CARP and the other end
(m
At 12:53 AM 3/21/2006 -0500, Peter wrote:
I am using rsync. It also works well. I wrote small scripts (windows
side) for users to back up at their discretion.
Quick question - I have tried Cygwin rsync on more than one occasion for
such an application, .. and it refuses to talk to the OBSD
Sharing a performance-oriented paper comparing
our httpd vs Microsoft's iis6. I did this a bit ago
but never bothered sharing it. I'm sure someone
will find it of use.
http://www.mcminndigital.com/paper/apacheviis.php
-K
"Larry O'Neill (H.S.A.)" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Thanks for your replies. I have started a dd from the disk to a
> volume mounted over nfs from an i386 box. My hope is that from there I
> will eventually be able to sort out getting the data from it. Right now I
> need to return
As far as I know, that isn't possible. Maybe if you use Mozilla
Firefox under Linux emulation (which I have tried, but failed). Since
Flash Player is a Linux binary, you must use it with another Linux
binary. That's why you should use Opera.
Greetings
On 3/21/06, Roy Morris <[EMAIL PROTECTED]> wr
On Sat, Mar 18, 2006 at 08:56:00AM +, Rodolfo Gouveia wrote:
> >Above we see 10 seconds delay but with >Firefox it takes __hours__ to
> >do something useful. Is there any >posibility >to disable those `'
> >queries via resolv.conf(5) or >$RES_OPTIONS variable?
>
> If that's the main proble
Hannah Schroeter [2006-03-21, 16:35:50]:
> Hello!
>
> On Tue, Mar 21, 2006 at 10:29:50AM -0500, Roy Morris wrote:
> >Try this
> >http://www.openbsd.org/faq/faq13.html#javaflash
>
> Nowadays, the recommendation to fetch a flashplugin and install it by
> hand is outdated. There's /usr/ports/www/op
there is better alternative w/o need to breaking ssh down:
An alternative to jailkit is chrsh
http://www.adg.us/computers/chrsh.html
it also does not require changing any code in ssh,
it is a chroot jail wrapper, invoked by setting user's shell
to the wrapper.
(warning - warning - if you inc
Hannah Schroeter wrote:
Hello!
On Tue, Mar 21, 2006 at 10:42:31AM -0500, Will H. Backman wrote:
Hannah Schroeter wrote:
On Tue, Mar 21, 2006 at 10:29:50AM -0500, Roy Morris wrote:
Try this
http://www.openbsd.org/faq/faq13.html#javaflash
Nowadays, the recommendation to fetch a flashpl
On Tue, 21 Mar 2006, Gabriel George POPA wrote:
Hello misc,
I must install a search facility for my site. Do you know what is the most
appropriate (Harvest, ht://Dig, Nutch?). I've used Nutch (from
Apache.org) before on my old Slackware 10.1 machine and I didn't like it very
much
Try this
http://www.openbsd.org/faq/faq13.html#javaflash
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Joco Salvatti
> Sent: Tuesday, March 21, 2006 10:15 AM
> To: Misc OpenBSD
> Subject: flash plugin & mozilla-firefox
>
>
> Hi all,
>
> I'd lik
Hello!
On Tue, Mar 21, 2006 at 10:42:31AM -0500, Will H. Backman wrote:
>Hannah Schroeter wrote:
>>On Tue, Mar 21, 2006 at 10:29:50AM -0500, Roy Morris wrote:
>>>Try this
>>>http://www.openbsd.org/faq/faq13.html#javaflash
>>Nowadays, the recommendation to fetch a flashplugin and install it by
>
Hannah Schroeter wrote:
Hello!
On Tue, Mar 21, 2006 at 10:29:50AM -0500, Roy Morris wrote:
Try this
http://www.openbsd.org/faq/faq13.html#javaflash
Nowadays, the recommendation to fetch a flashplugin and install it by
hand is outdated. There's /usr/ports/www/opera/opera-flashplugin.
Kind r
> Some friends of mine need a backup solution that can
> easily handle regular, automated backups from some M$
> Win 2k and Linux workstations as well as an OpenBSD
> 3.8 based Samba file server that I had set up for them
> a while ago.
I'm a little late to this party, and I apologise if
what I s
Hello!
On Tue, Mar 21, 2006 at 10:29:50AM -0500, Roy Morris wrote:
>Try this
>http://www.openbsd.org/faq/faq13.html#javaflash
Nowadays, the recommendation to fetch a flashplugin and install it by
hand is outdated. There's /usr/ports/www/opera/opera-flashplugin.
Kind regards,
Hannah.
Will H. Backman wrote:
Looking for feedback on a basic blueprint for a small office using BSD.
Situation: Small office with maybe five workstations.
Question: What would an all BSD setup look like?
Solution that comes to mind:
* Single server for DNS, DHCP, LPD, SMTP, IMAP, and home directories.
Hi all,
I'd like to know where to put the flash plugin in order to have flash
animations being run under Mozilla-Firefox.
Thanks
--
Joco Salvatti
Undergraduating in Computer Science
Federal University of Para - UFPA
web: http://salvatti.expert.com.br
e-mail: [EMAIL PROTECTED]
Michael Schmidt wrote:
After having done a bit more researching I have seen that there is a kit
called jailkit, its website is:
http://olivier.sessink.nl/jailkit/
Who on this misc mailing list knows jailkit?
Which experiences did you make with it?
How secure is it?
search in archives for an
Hi,
On Tue, Mar 21, 2006 at 07:27:45PM +1100, Rod Whitworth wrote:
>
> Total mention in the manpage:
> srcid
>This optional parameter defines a FQDN that will be used by
>isakmpd(8) as the identity of the local peer.
>
> dstid
>Similar to srcid, th
Alexey E. Suslikov wrote:
Michael Schmidt wrote:
http://olivier.sessink.nl/jailkit/
Who on this misc mailing list knows jailkit?
Which experiences did you make with it?
How secure is it?
there is better alternative w/o need to breaking ssh down:
Why may ssh be broken down when jailkit is us
mnoGoSearch: http://www.mnogosearch.org/
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Gabriel George POPA
Sent: Tuesday, March 21, 2006 7:03 AM
To: misc@openbsd.org
Subject: Site indexing application
Hello misc,
I must install a s
>> anyone knows where i can find embedded computers with RS485 ports on
board, where i can run OBSD? <<
PC/104 CPU boards quite commonly have at least one serial port switchable
from RS-232 to RS-485. Try Googling for "+CPU +RS485 +PC104", and you should
find plenty.
Steve
http://www.fivetrees.co
"Subcommander l0r3zz" <[EMAIL PROTECTED]> wrote:
> Well, I need this too, if you are trying to compile something like L4 (to
> use OpenBSD as a development environment for embedded systems that don't use
> the OpenBSD kernel) you need a separate binutils, for example, to build
> Kenge (An L4:pista
Le Tue, Mar 21, 2006 at 02:03:27PM +0200, Gabriel George POPA ecrivait :
I must install a search facility for my site.
Have a look at Hyper Estraier : http://hyperestraier.sourceforge.net/
It works amazingly well.
--
Frank Denis - frank [at] nailbox.fr
Young Nails / Akzentz nail tech
ht
On Tue, 2006-03-21 at 12:15 -0300, JoC#o Salvatti wrote:
> Hi all,
>
> I'd like to know where to put the flash plugin in order to have flash
> animations being run under Mozilla-Firefox.
>
> Thanks
>
> --
> Joco Salvatti
> Undergraduating in Computer Science
> Federal University of Para - UFPA
>
On Tue, Mar 21, 2006 at 11:15:21AM +0100, viq wrote:
> On Tuesday 21 March 2006 11:02, Joachim Schipper wrote:
> > On Tue, Mar 21, 2006 at 02:47:41AM +0100, viq wrote:
> > > On Tuesday 21 March 2006 02:27, Steve Shockley wrote:
> > > > viq wrote:
> > > > > I'm playing with OpenBSD in a virtual mach
Hello misc,
I must install a search facility for my site. Do you know what is the
most appropriate (Harvest, ht://Dig, Nutch?). I've used Nutch (from
Apache.org) before on my old Slackware 10.1 machine and I didn't like
it very much (a lot of things to be done by hand). I'm asking
Frank Denis wrote:
Le Tue, Mar 21, 2006 at 02:03:27PM +0200, Gabriel George POPA ecrivait :
I must install a search facility for my site.
Have a look at Hyper Estraier : http://hyperestraier.sourceforge.net/
It works amazingly well.
Yes, very interesting. But I was looking for a ver
Hi,
Thanks for your replies. I have started a dd from the disk to a
volume mounted over nfs from an i386 box. My hope is that from there I
will eventually be able to sort out getting the data from it. Right now I
need to return the disk itself and the Alpha it came in back to where it
came
Joachim Schipper <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 20, 2006 at 09:31:33PM +, Larry O'Neill (H.S.A.) wrote:
> > Hi.
> > I have a disk from an Alpha server that I need to get data from... The
> > Alpha server no longer boots, and I dont have the time right now to
> > diagnose the problem.
Hi,
anyone knows where i can find embedded computers with
RS485 ports on board, where i can run OBSD?
thanks in advance,
georg
On 3/21/06, Smith <[EMAIL PROTECTED]> wrote:
> I would even consider doing away with dns and point everyone to the isp
> dns along with using static ip addresses.
To avoid timeouts, I recommend you check out the FAQ [1] first before
doing away with (Reverse) DNS. Distributing hosts files to your
c
On Tue, 21 Mar 2006 10:44:50 +0100
Joachim Schipper <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 20, 2006 at 09:31:33PM +, Larry O'Neill (H.S.A.) wrote:
> > Hi.
> > I have a disk from an Alpha server that I need to get data from... The
> > Alpha server no longer boots, and I dont have the time rig
On Tue, Mar 21, 2006 at 03:58:41AM -0500, Matthew Closson wrote:
> Yes, 5 minutes is the required amount of time to clear the cache on most
> cable modems I've worked with (Toshiba, 3com, Motorola, Terayon), 10
> seconds will not do. Otherwise you could probably copy the MAC address
> off your
On Tuesday 21 March 2006 11:02, Joachim Schipper wrote:
> On Tue, Mar 21, 2006 at 02:47:41AM +0100, viq wrote:
> > On Tuesday 21 March 2006 02:27, Steve Shockley wrote:
> > > viq wrote:
> > > > I'm playing with OpenBSD in a virtual machine (VMWare) on my linux
> > > > box. The box has two CPUs, so
On 2006/03/20 18:20, Chris Cappuccio wrote:
> Check out Box Backup, it has win2k and linux clients
>
> Failing that, "Karen's Replicator" and a Samba server seem to work for
> windoze clients
BackupPC(.sf.net) is another option.
On Tue, Mar 21, 2006 at 02:47:41AM +0100, viq wrote:
> On Tuesday 21 March 2006 02:27, Steve Shockley wrote:
> > viq wrote:
> > > I'm playing with OpenBSD in a virtual machine (VMWare) on my linux box.
> > > The box has two CPUs, so every once in a while I try to set the machine
> > > to have two a
On Mon, Mar 20, 2006 at 07:32:22PM -0500, Tim Donahue wrote:
> On Monday 20 March 2006 18:36, Joachim Schipper wrote:
> > On Mon, Mar 20, 2006 at 10:37:42AM -0800, Donald J. Ankney wrote:
> > > I threw together a Perl script that uses tar and external firewire
> > > drives. Tar has flags that will
On Mon, Mar 20, 2006 at 09:31:33PM +, Larry O'Neill (H.S.A.) wrote:
> Hi.
> I have a disk from an Alpha server that I need to get data from... The
> Alpha server no longer boots, and I dont have the time right now to
> diagnose the problem. So I took the disk and lashed it into a Sun Ultra60,
>
On Tue, 21 Mar 2006, Peter wrote:
--- Damian Gerow <[EMAIL PROTECTED]> wrote:
Thus spake Peter ([EMAIL PROTECTED]) [21/03/06 01:46]:
: > Was the Win2k box connected first? Many (most?) Canadian cable
: > providers
: > cache the MAC address of the connected machine, and generally
: > speaking,
--- Damian Gerow <[EMAIL PROTECTED]> wrote:
> Thus spake Peter ([EMAIL PROTECTED]) [21/03/06 01:46]:
> : > Was the Win2k box connected first? Many (most?) Canadian cable
> : > providers
> : > cache the MAC address of the connected machine, and generally
> : > speaking,
> : > unplugging the cable
On Tue, 21 Mar 2006, Peter wrote:
--- Damian Gerow <[EMAIL PROTECTED]> wrote:
Thus spake Peter ([EMAIL PROTECTED]) [21/03/06 00:56]:
: Hi everyone. I am troubleshooting a client (running OpenBSD 3.8)
who
: cannot connect to a Canadian cable provider (videotron.ca) with
: dhclient. dhclient c
Well, I need this too, if you are trying to compile something like L4 (to
use OpenBSD as a development environment for embedded systems that don't use
the OpenBSD kernel) you need a separate binutils, for example, to build
Kenge (An L4:pistachio development environment) you need the gnu nm and ld
Tobias Ulmer wrote:
On Mon, Mar 20, 2006 at 05:35:31PM +0100, Michael Schmidt wrote:
I am looking for both sftp and scp configurations where client users are
forced into chroot jails from where they cannot escape from and cannot
break.
Look at scponly. However, do not enable additional
89 matches
Mail list logo