On Wed, Oct 04, 2017 at 12:59:36AM +0200, Oliver Marugg wrote:
> sorry for my previous markdown formatted mail:
> I entered the commands correctly:
>
> ...
> # KK=`sysctl -n kern.osversion | cut -d# -f1`
> # cd /usr/src/sys/arch/`machine`/compile/$KK
> # make obj
> # make config
> make: don't know
On Sun, Sep 08, 2019 at 08:31:55PM +, Bryan Stenson wrote:
> Hi all -
>
> I'm writing to "misc" rather than "bugs" as I'm not yet sure this is a
> bug. I'm hoping to help triage this with assistance from this list.
>
> I'm running -CURRENT and the iwn(4) driver for my wireless card. Over
>
On Wed, Dec 06, 2017 at 03:15:57AM -0500, Rupert Gallagher wrote:
> I know well that article, because it is several years old with no updates.
>
> Those working on ffs should do what they are supposed to do. Lack of
> money? Setup a stickers sale or a kickstarter, get the money and just
> fucking
On Mon, Dec 11, 2017 at 03:49:24PM -0700, Dan Becker wrote:
> I am reading a blog proposing to use the AuthorizedKeyCommand to hook into
> another authentication mechanism by calling a shell script
>
> https://blog.heckel.xyz/2015/05/04/openssh-authorizedkeyscommand-with-fingerprint/
>
> Do I ha
On Tue, Dec 12, 2017 at 09:35:27AM -0700, Dan Becker wrote:
> On Mon, Dec 11, 2017 at 7:13 PM, Paulm wrote:
>
> > On Mon, Dec 11, 2017 at 03:49:24PM -0700, Dan Becker wrote:
> > > I am reading a blog proposing to use the AuthorizedKeyCommand to hook
> > into
&
On Tue, Dec 12, 2017 at 09:35:27AM -0700, Dan Becker wrote:
> On Mon, Dec 11, 2017 at 7:13 PM, Paulm wrote:
>
> > On Mon, Dec 11, 2017 at 03:49:24PM -0700, Dan Becker wrote:
> > > I am reading a blog proposing to use the AuthorizedKeyCommand to hook
> > into
&
> > > The script they call acts similar to this
> > >
> > > user="$1"
>
> case $user in
> user1)
> do stuff
> ;;
> user2)
> do stuff
> ;;
>
> user3)
> do stuff
> ;;
> *)
> invalid user stuff
> ;;
A solution that scales would use a regex that check
You *do* know about mount(8)/umount(8), right?
On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote:
> Hello, i'd like to inform a problem when dettaching an external 1TB
> USB disk drive , the system just freezes, i can't type anything.
> Also It stops responding to ping.
> If i don't u
Edition 3 is due out in June.
On Sun, Feb 10, 2013 at 09:17:52PM +0100, Juan Francisco Cantero Hurtado wrote:
> On Sun, Feb 10, 2013 at 01:00:50AM -0500, Mayuresh Kathe wrote:
> > hello, may i know which would be the most suitable
> > edition of 'apue' (1st or 2nd) to learn more about
> > program
I'm having trouble understanding the purpose of a couple of statistics
recorded in the calls to malloc(9) and free(9).
The first is displayed by 'systat malloc' under the KERN LIMIT column.
The value is taken from ks_mapblocks. From kmemstats structure in
sys/malloc.h:
u_short ks_mapblocks; /*
I would suggest passing the -vL option to iskampd. -v enables verbose
logging which will report errors when trying to setup the SA.
The -L option will create pcap file in /var/run which contains the
packets exchanged to set up the SA. If you look at this pcap file w/
the verbose (-vv) option to
One of the two hosts needs to use 'passive' in ipsec.conf so that
it acts as server and listens/responds to incoming requests from peers.
On Wed, Jul 11, 2012 at 02:23:13PM -0300, Rodrigo Mosconi wrote:
> Hi,
>
> I`m having a problem to establish a IPSEC transport between two
> openbsd hosts (o
> Here's a better idea I'm putting out there to see how fast it gets shot down:
> openbsd-wiki.org, with a rule that whoever gets a question answered on misc
> has to add an entry with the cleaned reply. It'd do wonders for misc's
> signal/noise because lazy fucks, retards and trolls would think
How do your interfaces get configured on boot? Is DHCP involved anywhere?
>From mygate(5):
"/etc/mygate is processed after all interfaces have been configured.
If any hostname.if(5) files contain ``dhcp'' directives, IPv4 entries
in /etc/mygate will be ignored."
On Mon, Jul 30, 2012 at 02:40
Have you looked here?
/usr/share/doc/html/httpd/
On Mon, Jul 30, 2012 at 01:31:16PM -0400, sven falempin wrote:
> http://www.moko.ru/doc/apache/mod/mod_log_config.html#transferlog
>
> |followed by a command
>
> anything better ?
>
> thx to russia ...
>
> 2012/7/30 sven falempin
>
> > HEllo
On Sat, Aug 11, 2012 at 03:49:01AM +0200, benh...@gmx.us wrote:
> On 2012-08-11 03:21, Andres Perera wrote:
> >i find it hard to believe you're involved in such project. "more
> >portable", "more secure" don't mean anything unless details are
> >involved. i mean, if it runs on your target hosts, wh
There's no guarantee that snapshots are functional or bootable. Have
you tried installing/booting the 5.1 release to see if that works?
On Tue, Aug 14, 2012 at 10:24:39AM -0400, Jiri B wrote:
> Hi all,
>
> I have in my hands Dell Latitude E6420 so I tried to boot
> OpenBSD snapshot and booting
I'm not sure if it's relevant for your situation, but do you know
that, according to the iked(8) manpage, iked is 'not finished' and not
recommended for production networks? (See the last section -
'caveats')
It might be better to use isakmpd(8) with
ipsec(4)/ipsecctl(8)/ipsec.conf(5) if your runn
On Tue, Aug 21, 2012 at 07:59:30PM -0600, Luis F Urrea wrote:
> I have a server hosting SSH tunnels and Openbsd 4.5 clients connecting to
> it.
>
> Things work just fine but I am in the need of automating the connection
> from the client to the server. So that if the client is accidentally
> reboo
> > But it *does* work without the -f flag.
> >
>
> That's very strange, does it detach from the terminal without the -f ?
Can't say for certain. Presumably it does, but the program
immediately exits and returns. If it does detach, it's not
perceptible.
You might try writing your own script th
20 matches
Mail list logo