-
The unique validator causes problems when used with Postgres types such as MACADDR. Select on a table with an invalid MAC Address will cause an error and I see no easy way to force MAC Address validat…
-
```
let target_mac = MacAddr::new(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF);
let target_ip = Ipv4Addr::new(192, 168, 1, 1);
let source_mac = MacAddr::new(0, 0, 0, 0, 0, 0);
…
-
not sure if this is the right place for report this, on my working KVM test ring with a Intel 2600K cpu I start to test several guest OS, CentOS6 and Debian 6.0.2 both work great with good i/o and net…
-
### Describe the bug
After performing attendend sysupgrade to SNAPSHOT - r27722-e00b6ba0c8, I realized "daemon.err hostapd: nl80211: kernel reports: integer out of range" in systemlog.
### OpenWrt …
-
Forgot to thank you for this gem ;)
Mac.addr returns a string. "mac", and the singlemethod #list is not applied to it.
So I need: Mac.addr.respond_to?(:list) . Can't get any uglier.
Also, a better …
nofxx updated
8 years ago
-
When running via `zoom-us-wrapper zoom`, getting this:
```script
~ » docker logs evil_golick
Adding user `zoom' to group `sudo' ...
Adding user zoom to group sudo
Done.
zoom
Zoom not exist a…
-
```
"hosts": {
"192.168.90.101": {
"macaddr": "e2:29:a2:da:43:b1",
"$hostname": "docker-101",
"$public_ipv4": "10.100.10.101",
"channel": "stable",
},
```
What;s the …
-
**Describe the feature as you'd like to see it**
Missing table methods from Laravel docs:
- [ ] [`datetimeTz`](https://laravel.com/docs/9.x/migrations#column-method-datetimeTz)
- [x] ❕[`foreignId`]…
-
Hello,
I used the hostapd to create 11g AP mode with the rtl8192du. I was able to connect to the AP when wpa=0. However, when wpa=1/2/3 I was not able to connect to the AP.
Following hostapd configur…
-
These are the differences I found between the command line parameters of the `network-legacy` and `network-manager` modules. This is just a heads-up, the importance of the missing/different features s…