On Tue, 28 Feb 2023 14:35:18 +0100, Claudio Jeker
wrote:
> To be honest I never had the need to store static arp entries. So for
> me the best place is /dev/null.
Not op, but I have such a need: I own an wifi AP which tends to not
being able to let arp pass, in one direction. All the rest is fin
On Thu, Mar 02, 2023 at 10:22:51PM -, Stuart Henderson wrote:
> On 2023-03-02, Stanislav Syekirin
> wrote:
> > Hi all,
> >
> > is the man page for gcc-local
> > (https://man.openbsd.org/OpenBSD-7.2/gcc-local) up to date? It
> > mentions, for example, i386, but OpenBSD 7.2 on i386 doesn't se
On 2023-03-02, Stanislav Syekirin
wrote:
> Hi all,
>
> is the man page for gcc-local
> (https://man.openbsd.org/OpenBSD-7.2/gcc-local) up to date? It
> mentions, for example, i386, but OpenBSD 7.2 on i386 doesn't seem to
> include gcc. Also, the link to gcc(1) at the bottom of the man page is
On 2023-03-02, l...@netc.fr wrote:
>
> hello
>
>
>
> unfortunately since a week I was wondering about something :
>
> on two old hp elitebook, it looks like under win7 and linux/LMDE, that at a
> general glance everything looks correct
>
>
>
> but on openbsd, something happens, even if CPU is not
On Thu, Mar 02, 2023 at 06:43:02PM +0100, l...@netc.fr wrote:
>
> hello
>
>
>
> unfortunately since a week I was wondering about something :
>
> on two old hp elitebook, it looks like under win7 and linux/LMDE, that at a
> general glance everything looks correct
>
>
>
> but on openbsd, something h
On Thu, Mar 02, 2023 at 06:43:02PM +0100, l...@netc.fr wrote:
>
> unfortunately since a week I was wondering about something :
>
> on two old hp elitebook, it looks like under win7 and linux/LMDE, that at a
> general glance everything looks correct
>
> but on openbsd, something happens, even if
hello
unfortunately since a week I was wondering about something :
on two old hp elitebook, it looks like under win7 and linux/LMDE, that at a
general glance everything looks correct
but on openbsd, something happens, even if CPU is not high : it's a huge
overheating, with fans going alm
Hi all,
is the man page for gcc-local
(https://man.openbsd.org/OpenBSD-7.2/gcc-local) up to date? It
mentions, for example, i386, but OpenBSD 7.2 on i386 doesn't seem to
include gcc. Also, the link to gcc(1) at the bottom of the man page is
dead.
Regards
Stanislav
On Thu, Mar 02, 2023 at 05:33:09PM +0100, Daniele B. wrote:
>
> > The /etc/hostname.if files can take a MAC address as the if part now, so
> > that
> > is not necessarily an issue.
>
> Interesting though, how to specify the mac?
>
> However this doesnt change much in portability coordinates, if
> The /etc/hostname.if files can take a MAC address as the if part now, so that
> is not necessarily an issue.
Interesting though, how to specify the mac?
However this doesnt change much in portability coordinates, if you litterally
switch you bsd
from an hardware system to an other one luckly
On Thu, Mar 02, 2023 at 04:58:11PM +0100, Daniele B. wrote:
> At this point it is better to enforce mac constraints in pf.conf than
> loosing on portability (changing hardware, etc) enforcing mac in hostname.if,
> my opinion.
The /etc/hostname.if files can take a MAC address as the if part now, s
>
>> Please exuse me if this is a stupid counter question,
>> but isn't this what ethers(5) is for?
>
> Not really - you could use it as input to a handrolled script if you
> wanted, but the main purpose of that file is to lookup addresses/names
> for ether_ntohost()/ether_hostton().
>
> Like
On 2023-02-21, cho...@jtan.com wrote:
> Well the numbers scan_ffs gave me were gibberish. The manual warns
> that it only looks for ffs1 partitions, not ffs2, but I ran it
> anyway and tried poking variations on the numbers it gave me into
> disklabel. That didn't work.
Glad you got the data back
On 2023-03-01, Raimo Niskanen wrote:
> On Tue, Feb 28, 2023 at 02:35:18PM +0100, Claudio Jeker wrote:
>> On Tue, Feb 28, 2023 at 03:30:18PM +0200, Cristian Danila wrote:
>> > Dear Misc,
>> >
>> > I would really appreciate if more experienced members of you
>> > could suggest if there is a dedicat
On Thu, Mar 02, 2023 at 12:00:18PM +, Ali Farzanrad wrote:
> Hi,
>
> Is it normal to have such behavior?
>
> $ cat loop.c
> int
> main(void)
> {
> for (;;)
> ;
> }
> $ clang -O1 -Wall -Wextra -S -o loop.c.s loop.c
> $ clang++ -O1 -Wall -Wextra -S -o loop.cxx.s loop.c
> cl
Hi,
Is it normal to have such behavior?
$ cat loop.c
int
main(void)
{
for (;;)
;
}
$ clang -O1 -Wall -Wextra -S -o loop.c.s loop.c
$ clang++ -O1 -Wall -Wextra -S -o loop.cxx.s loop.c
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior
is deprecat
Hello and good day.
Finally found the actual reason.
The outer client is failed eap tls because of packet fragmentation. on
interface mtu is set as 1500, and packet is 1514.
from tshark:
RADIUS 1514 Access-Request id=4[BoundErrorUnreassembled Packet]
RADIUS 1514 Access-Request id=4, Duplicat
17 matches
Mail list logo