On Fri, Mar 03, 2023 at 06:09:40PM -0500, Greg Wooledge wrote:
> On Fri, Mar 03, 2023 at 05:45:54PM -0500, Jeffrey Walton wrote:
> > The 'p' is a pci bus, the 's' is a slot number. Since the interface
> > does not move around once installed, the interface will always have
> > the same name like 'en
On Fri, Mar 3, 2023 at 6:10 PM Greg Wooledge wrote:
>
> On Fri, Mar 03, 2023 at 05:45:54PM -0500, Jeffrey Walton wrote:
> > The 'p' is a pci bus, the 's' is a slot number. Since the interface
> > does not move around once installed, the interface will always have
> > the same name like 'enp4s0'.
>
>
> I have bitnami/mysql container (debian OS) running on kubernetes.
> This container seems too restricted for system software, these following
> commands are removed:
>
> sudo (so I can't su to root for apt)
> ping
> dig
> nslookup
> net-tools
>
It is a good practice to build small images for pod
>
> I'm using Sid/amd64 on my notebook and I have a Android smartphone. My
> notebook has no problems to associate to every WiFI access point I
> tested so far, including mobile phones hotspots, except the hotspot of
> my own smartphone.
>
What is your kernel?
I saw in a forum from Arch that a pro
On 04/03/2023 07:53, Ken Young wrote:
Do you know any other way to resolve a hostname by manual on this
container?
systemd-resolve
However I am unsure concerning k8s containers. Some interpreters:
python3 -c 'import socket as s, sys;
print(s.gethostbyname(sys.argv[1]))' debian.net
On Sat, Mar 04, 2023 at 08:53:39AM +0800, Ken Young wrote:
> ping
> dig
> nslookup
> net-tools
>
> Do you know any other way to resolve a hostname by manual on this
> container?
Dedicated lookup tools:
getent hosts
host
dnsqr
Utilities that resolve hostnames as a side effect of what they are:
Hello,
I have bitnami/mysql container (debian OS) running on kubernetes.
This container seems too restricted for system software, these following
commands are removed:
sudo (so I can't su to root for apt)
ping
dig
nslookup
net-tools
Do you know any other way to resolve a hostname by manual on t
On 3/3/23, David Wright wrote:
>
> Try removing the atheros module with:
>
> # rmmod ath10k_pci
>
> (check its name in /proc/modules), and then reload it with
>
> # modprobe ath10k_pci
>
> and check dmesg again.
Bingo! Those were the steps that enable me to see the wireless
network with nmtu
On Fri, Mar 3, 2023 at 6:36 PM Timothy M Butterworth <
timothy.m.butterwo...@gmail.com> wrote:
>
>
> On Fri, Mar 3, 2023 at 4:45 PM Albretch Mueller wrote:
>
>> since it was included in the Linux kernel anyway I (apparently
>> wrongly) thought I didn't have to install any packages. After
>> down
On Fri, Mar 3, 2023 at 4:45 PM Albretch Mueller wrote:
> since it was included in the Linux kernel anyway I (apparently
> wrongly) thought I didn't have to install any packages. After
> downloading and installing the required firmware:
>
> $ sudo dpkg --install firmware-atheros_20210315-3_all.de
On Fri, Mar 03, 2023 at 05:45:54PM -0500, Jeffrey Walton wrote:
> The 'p' is a pci bus, the 's' is a slot number. Since the interface
> does not move around once installed, the interface will always have
> the same name like 'enp4s0'.
That's a wonderful idea, but it doesn't quite work in practice.
On Fri, Mar 3, 2023 at 10:46 AM Albretch Mueller wrote:
>
> [...]
> $ sudo lshw -class network
> *-network DISABLED
>description: Ethernet interface
>product: RTL810xE PCI Express Fast Ethernet controller
>vendor: Realtek Semiconductor Co., Ltd.
>physical id: 0
>
On Fri 03 Mar 2023 at 21:45:27 (+), Albretch Mueller wrote:
> since it was included in the Linux kernel anyway I (apparently
> wrongly) thought I didn't have to install any packages. After
> downloading and installing the required firmware:
>
> $ sudo dpkg --install firmware-atheros_20210315-
Albretch Mueller wrote:
> since it was included in the Linux kernel anyway I (apparently
> wrongly) thought I didn't have to install any packages. After
> downloading and installing the required firmware:
>
> $ sudo dpkg --install firmware-atheros_20210315-3_all.deb
> Selecting previously unsele
since it was included in the Linux kernel anyway I (apparently
wrongly) thought I didn't have to install any packages. After
downloading and installing the required firmware:
$ sudo dpkg --install firmware-atheros_20210315-3_all.deb
Selecting previously unselected package firmware-atheros.
(Readi
On 3/4/23 02:17, Alexander V. Makartsev wrote:
I don't have any issues with TB on a PC with operating system on SSD.
If I had to guess the culprit, it could be a failing HDD.
You should check "/var/log/syslog" for anything suspicious and\or
"smartctl".
This also could be a symptom of resource
On 3/2/23 15:16, songbird wrote:
i could find a lot of space by deduping backups and pictures
but that is on my TODO list for the year 2026 at the rate i'm
going. it may end up being much more time efficient to just
go out and buy another 2TB SSD and swap that for my smaller
one and call it g
On Fri, 3 Mar 2023 Curt wrote:
On 2023-03-02, Jonathan Dowland wrote:
On Thu, Mar 02, 2023 at 07:25:58AM -0500, Greg Wooledge wrote:
I don't understand why you used sort -r, but then reversed it again with
tac at the end. You could drop both of the reversals, and just change
head to tail.
T
Hey!
As kind of a network-wide fallback system (and for some diskless computers in
our network) I'd like to set up EFI PXE boot for a simple Debian system.
However, I have only been able to find very sparse and possibly outdated
information on how to actually tell the kernel/initramfs to mount
On 03.03.2023 09:02, hlyg wrote:
at first i suspect Thunderbird(TB) try to access some sites that are
blocked in china
i disable show Start Page when it launches
i disable check email automatically for each account
but it becomes unresponsive when i File->New->Message
i really don't know cau
Am Fri, Mar 03, 2023 at 05:01:49PM + schrieb Albretch Mueller:
> On 3/3/23, Timothy M Butterworth wrote:
> > Just run `ip link` or `ip address` and it will show you the name.
In addition what Tim suggests:
You could run dmesg and search for ath, wifi, wlan, wlp or so.
In my case the output w
On Fri, Mar 3, 2023 at 12:01 PM Albretch Mueller wrote:
> On 3/3/23, Timothy M Butterworth wrote:
> > Just run `ip link` or `ip address` and it will show you the name.
>
> I had already done so, but I don't see the "logical name" or the IP
> of the wireless interface on my very "temperamental"
Hello
On 2023-03-03 05:21, David Wright wrote:
On Thu 02 Mar 2023 at 11:44:17 (+0100), daven...@tuxfamily.org wrote:
I finally had the time to dig into the logs from two days ago, when
the problem happens again
It seems that dhclient does it requests trying different interfaces
EXCEPT tun0 (se
On 3/3/23, Timothy M Butterworth wrote:
> Just run `ip link` or `ip address` and it will show you the name.
I had already done so, but I don't see the "logical name" or the IP
of the wireless interface on my very "temperamental" DELL Inspiron
which seems to have a mind of its own. I only see the
On Fri, Mar 3, 2023 at 10:46 AM Albretch Mueller wrote:
> $ sudo lspci | grep --ignore-case Wireless
> 02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless
> Network Adapter (rev 31)
> $
>
> $ sudo lshw -class network
> *-network DISABLED
>description: Ethernet interfa
On Thu, Mar 2, 2023 at 10:57 PM songbird wrote:
> Timothy M Butterworth wrote:
> > All,
> >
> > I just updated my media center PC from Debian Bullseye to Debian
> Bookworm.
> > The upgrade went alright. I initially had to download almost 2GB of 1640
> > packages. Around 600 failed to upgrade and
$ sudo lspci | grep --ignore-case Wireless
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless
Network Adapter (rev 31)
$
$ sudo lshw -class network
*-network DISABLED
description: Ethernet interface
product: RTL810xE PCI Express Fast Ethernet controller
v
On 2023-03-02, Jonathan Dowland wrote:
> On Thu, Mar 02, 2023 at 07:25:58AM -0500, Greg Wooledge wrote:
>>I don't understand why you used sort -r, but then reversed it again with
>>tac at the end. You could drop both of the reversals, and just change
>>head to tail.
>
> The short answer is becaus
Am Fri, Mar 03, 2023 at 10:09:42PM +0700 schrieb Max Nikulin:
> On 02/03/2023 22:27, Christoph Brinkhaus wrote:
> > Am Thu, Mar 02, 2023 at 09:26:33PM +0700 schrieb Max Nikulin:
> > > On 28/02/2023 17:25, Christoph Brinkhaus wrote:
> > > > I will just inform about the status. Everything is fine now
On Fri 03 Mar 2023 at 22:00:37 (+0700), Max Nikulin wrote:
> On 03/03/2023 13:29, Tim Woodall wrote:
> > On Fri, 3 Mar 2023, Max Nikulin wrote:
> > >
> > > dhclient running for enp2s0f0 should detect that VPN is active
> > > and to avoid overwriting DNS settings that direct requests to
> > > tun0.
On 02/03/2023 22:27, Christoph Brinkhaus wrote:
Am Thu, Mar 02, 2023 at 09:26:33PM +0700 schrieb Max Nikulin:
On 28/02/2023 17:25, Christoph Brinkhaus wrote:
I will just inform about the status. Everything is fine now. A word
about systemd-networkd-wait-online: With this service running there
h
Mar 3, 2023, 03:57 by songb...@anthive.com:
> considering it's not released yet and has 331 RC bugs still to
> be dealt with (or ignored) that's a bit of a jumping the start
> line signal.
>
> helping to find bugs is good though too. :)
>
It's a pretty decent release nevertheless. Am running D
On 03/03/2023 13:29, Tim Woodall wrote:
On Fri, 3 Mar 2023, Max Nikulin wrote:
dhclient running for enp2s0f0 should detect that
VPN is active and to avoid overwriting DNS settings that direct
requests to tun0.
The hook can create and delete a file like rhis:
tim@dirac:/etc/dhcp (none)$ cat
Dear Tim,
I followed your advise to restucture my stuff exactly like you
suggested.
Putting all files in a structure below source, Makefile,
PACKAGE.install ... everything.
And now it works!
I get init.d and systemd _enabled_ start scripts.
Installing this way I get an error at the target:
Il 03/03/23 09:29, didier gaumet ha scritto:
I would look at the WPA type used by the android hotspot: in the past I
have had problems with pure WPA3 or even hybrid WPA3/WPA2, so I would
try to configure -at least temporarily- this hotspot in pure WPA2 mode
Sadly my Redmi Note 8 with MIUI Glo
Dear Darac,
> > The files
> > /etc/init.d/loqitmon
> > /lib/systemd/system/loqitmon.service
> The manpage for dh_installsystemd suggests these files should be under
> debian/. Are they, or are they in etc/init.d and lib/systemd/system?
I have those below debian, this way:
-rwxr-xr-x 1 konsti ko
Le 03/03/2023 à 00:53, Charles Curley a écrit :
[...]
I see some lines in there that are suspicious, but I don't know enough
about wpa_supplicant to go further. Anyone else?
Hello,
I would look at the WPA type used by the android hotspot: in the past I
have had problems with pure WPA3 or even
37 matches
Mail list logo