Samveen

Results 19 issues of Samveen

I am using using ipmitool version `1.8.18.207.g1245aaa` (`HEAD` on master as of `20200920`). As per section 20.8 of the IPMI 2.0 spec (Rev 1.1) Para 1: > The version 1...

### The PR is to fix issue #6757 ### The modification include - Change all `omshell` access to use `key-algorithm hmac-sha512` instead of the default `hmac-md5` - Change named/dhcpd config...

component:dhcp
component:dns

Make the APT install instuction easier to copy paste without needing edits for different releases, by using VERSION_CODENAME from os-release, on all debian variants. ``` samveen@z2w:~/workspace/log2ram $ bash -c '....

I am trying to verify the test results of the Raspberry Pi Zero W as listed in the table under the [Raspberry Pi section](https://github.com/google/XNNPACK#raspberry-pi) in the [README.md](https://github.com/google/XNNPACK/blob/master/README.md). However I am...

I'm trying to build tf-lite with XNNPACK enabled for armv6+vfp architecture(RasPi 1/Zero/Zero W), which fails due to cmake adding `-march=armv8.2-a+dotprod -mfpu=neon-fp-armv8` to CLFAGS by checks in the CMakeLists.txt . However...

### The PR is to implement feature #1848 _##Feature description##_ In the case of lots of users (or user churn) of a cluster, it is easier to add a group...

priority:low

The PR is to fix issue #7370 ~The code for OSPKGDIR handling in the `ospkgs` postscript has a bug in the rhel section where the the tracking index is used...

component:os_provision

- Quick Wifi connection setup with nmcli: ``` nmcli con add type wifi con-name FSL ssid FSL wifi-sec.key-mgmt wpa-psk wifi-sec.psk MixedFruitS@l@d save yes ``` - Possibly a new section for...

The 6.8 kernel series adds the following kconfig logic for `pahole` versioning: ``` root@x220:/build/linux-6.8# grep -A1 'config PAHOLE_HAS_LANG_EXCLUDE' lib/Kconfig.debug config PAHOLE_HAS_LANG_EXCLUDE def_bool PAHOLE_VERSION >= 124 ``` `20.04` (`focal`) is at...

Is it possible to implement standard log rotation mechanism using signal handling? An example of a good mechanism for log rotation is `nginx`, which does log rotation via `SIGUSR1`: when...

feature request