Evgeny Vereshchagin

Results 849 comments of Evgeny Vereshchagin

avahi is probably overly restrictive here. > It also seams like the "subtype" is not a part of the full evaluated namespace @A-Fromell-ITxPT I don't think it has anything to...

Looking at https://github.com/influxdata/telegraf/pull/14373/commits/8b97b42cb680bd72f4bfb04e3339a92d8d024a78 it seems the length got lost somewhere. The packet produced by the script contains ```sh Field (12/15): flowStartSeconds 0... .... .... .... = Pen provided: No .000...

I haven't addressed the TODO parts yet. I put this PR on hold because there are some other issues I wanted to fix first. (They are minor though but they...

`TLS_Ext_PrettyPacketList` doesn't seem to be compatible with Raw instances conceptually. I'll try to figure out how to make them prettier. This PR just dumps bytes and calls it a day...

> html/api/scapy.layers.inet.html I took a look at this and it turned out to be much more interesting than I thought. Looks like `ICMPTimeStampField("", None).default` is set to the number of...

Unfortunately that patch fixes just one issue. There are other places where defaults are set to random values and since diffoscope builds the documentation twice in a row it sees...

FWIW I tried to dig into this and as far as I can remember I found a question somewhere (on SO maybe) where the OP tried to insert default arguments...

> I upgraded Arch after the first one, which was marked as fixed... But logs are the same. I mean #3161

> systemctl --force --force poweroff This `sync`s, then `poweroff`s. I think @archenemies means `TERM`, `KILL`, `sync`, `remount-ro`, `poweroff` But I'm not sure.

> The first two listed above require D-Bus, and if that's hosed, they will fail. However, you can achieve a similar effect simply by sending a signal to PID 1....