Skip to content

Instantly share code, notes, and snippets.

View k0ste's full-sized avatar

Konstantin Shalygin k0ste

View GitHub Profile
@k0ste
k0ste / Dockerfile
Last active June 6, 2024 13:26 — forked from duckworth/Dockerfile
racadm on OSX
FROM "quay.io/centos/centos:stream9"
RUN dnf -y --setopt="tsflags=nodocs" upgrade && \
dnf -y --setopt="tsflags=nodocs" install wget
RUN wget --progress=dot:giga -O bootstrap.cgi \
https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi && \
bash bootstrap.cgi && rm -f bootstrap.cgi
RUN dnf -y install dell-system-update -y && \
dnf clean all && dnf -y --setopt="tsflags=nodocs" upgrade && \
dnf clean all
@k0ste
k0ste / gist:5d18c0adcdbe913a896a21a108f6a9f2
Created June 10, 2024 10:04
gist for networkd lldp issue
Jun 09 19:21:05 example.com systemd[1]: Starting Network Configuration...
Jun 09 19:21:05 example.com systemd-networkd[540]: Bus bus-api-network: changing state UNSET → OPENING
Jun 09 19:21:05 example.com systemd-networkd[540]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Jun 09 19:21:05 example.com systemd-networkd[540]: Bus bus-api-network: changing state OPENING → AUTHENTICATING
Jun 09 19:21:05 example.com systemd-networkd[540]: Registering bus object implementation for path=/org/freedesktop/network1 iface=org.freedesktop.network1.Manager
Jun 09 19:21:05 example.com systemd-networkd[540]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.Link
Jun 09 19:21:05 example.com systemd-networkd[540]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.DHCPServer
Jun 09 19:21:05 example.com systemd-networkd[540]: Registering bus object implementation for path=/o