Re: ssh, where do the host come from

2025-05-16 Thread basti
Hello, first of all they come from ~/.ssh/config and there includes, if there. Or they come from /etc/hosts. Best Regards, On 16.05.25 16:56, fxkl4...@protonmail.com wrote: when i type ssh and two tabs i get a list of host numeric and names where do they come from

Re: Can you help me run Box64 on my Raspberry Pi 5?

2025-04-07 Thread basti
Hello, Raspberry pi uses arm and aarch64 (arm64). This is not x64 like Intel or AMD. You have to recompile if possible otherwise you cant use this. A other try can be kvm but I have not try to emulate a x64 on a aarch64 cpu. Good luck and best regards, Am 07.04.25 um 18:06 schrieb Matt Ti

Re: ipv6 dns-nameservers

2025-03-27 Thread basti
Hello, first of all the nameservers in /etc/resolv.conf are queried in order. That means the 2'nd one is only queried when the first one does not answer. Even NXDOMAIN is a valid answer. So the first one should also return IPv6 over a IPv4 connection. How do you query the nameserver? dig, 'get

Re: libvirt / KVM in Intel i5-4590

2025-02-15 Thread basti
Sorry for any inconvenience. Calling an LVM volume group kvm is a really stupid idea. This creates a /dev/kvm so kvm cannot work. Am 15.02.25 um 19:39 schrieb basti: first of all i try to start an existing one -> no kvm/hvm create a new one will be run in qemu not kvm Am 15.02.25 um 19

Re: libvirt / KVM in Intel i5-4590

2025-02-15 Thread basti
isolate whether the problem is with the host or not. On 2/15/25 11:42, basti wrote: Hello George, mostly all have been done. But nothing solves the Problem. - vmx is seen in lscpu - user was added to libvirt group - kvm modules are load it seem's there is a problem with the hardware

Re: libvirt / KVM in Intel i5-4590

2025-02-15 Thread basti
lexpriority ept vpid dtherm ida I do not understand. Perhaps some part of software is missing. Am 15.02.25 um 00:07 schrieb George at Clug: On Saturday, 15-02-2025 at 02:51 basti wrote: > Hello I try to install some KVM machines on a i5-4590. > > virt-manger say Warni

libvirt / KVM in Intel i5-4590

2025-02-14 Thread basti
Hello I try to install some KVM machines on a i5-4590. virt-manger say Warning: KVM is not available. joournal looks like: Feb 14 16:43:06 kvm libvirtd[563]: Unable to create KVM VM for TSC probing: Inappropriate ioctl for device But kvm modules are load: root@kvm:~# lsmod | grep kvm kvm_i

KVM can't use Blockdevice anymore

2025-02-08 Thread basti
Hello I setup a new KVM host (try debian 12 and 11). I use LVM with the host and also within KVM, this works goog for about the last > 10 years. Now KVM cant use block devices anymore. Apparmor is sill disabled. ... -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol

Re: From SSD to NVME

2024-12-02 Thread basti
Am 02.12.24 um 17:49 schrieb Hans: Hi folks, as my old notebook died, I ntend to buy a new notebook. The old one has got a SSD drive, the new one an NVME. I want to clone the whole system 1 to 1 to the new NVME. In my /etc/fstab I am using UUID entries instead of /dev/sdX. The new one th

Re: Windows 11 KVM guest IO Performance

2024-11-28 Thread basti
The disk use Virtio driver with no buffer and unmap. Am 28.11.24 um 13:01 schrieb basti: Hello, I have move a Win10 KVM guest to new hardware and than upgrade this guest to Windows 11. KVM Host Hardware is: - 2x Xeon E5-2697A v4 - 128GB RAM - 4x SAMSUNG MZ7LM1T9HCJM as raid 10 KVM Guest

Windows 11 KVM guest IO Performance

2024-11-28 Thread basti
Hello, I have move a Win10 KVM guest to new hardware and than upgrade this guest to Windows 11. KVM Host Hardware is: - 2x Xeon E5-2697A v4 - 128GB RAM - 4x SAMSUNG MZ7LM1T9HCJM as raid 10 KVM Guest: 4x qemu64 CPU (1 Socket/ 4 Core/ 1 Threads) 8GB RAM No graphic tablet No Ballon driver Whe

Re: CPU temperature

2024-10-26 Thread basti
Hello, cat /sys/class/thermal/thermal_zone0/temp / 1000 = °C Work's for me on raspberry pi and Thinkpad Laptop. Best Regards Am 27.10.24 um 06:11 schrieb Corey: where shall i check the CPU temperature in command line? my dell laptop gets hot and hot when debian run for some time. do you think

Re: Reading an old HDD

2024-10-04 Thread basti
Am 04.10.24 um 04:57 schrieb Will Mengarini: I have a freshly installed Debian stable and I'm trying to read an HDD from a previous machine. I put it into a disk enclosure that connects to the new machine by USB and powered everything up, but the stable Debian doesn't see the new disk that is

Re: scp in crontab problem

2024-09-13 Thread basti
On 13.09.24 14:24, Marcus Park wrote: Hi list, I have put the private key into my debian VPS (in ~/.ssh/ dir). When I scp a file from this VPS to another one by hand without password, it works. But when I put this scp into crontab, it seems not work. The scp in crontab via private key didn'

Re: Printer recommendation

2024-09-11 Thread basti
Am 11.09.24 um 09:03 schrieb Will Mengarini: * Ash Joubert [24-09/11=Wed 17:19 +1200]: On 2024-09-11 12:18, Maureen L Thomas wrote: My old HP is not working right and it is very old. I am looking at laser printers and have always favored HP. But, in saying that I am open to any brand. I alw

Re: Installing bookworm on an old HP laptop

2024-09-09 Thread basti
On 09.09.24 13:10, George at Clug wrote: Have I managed to confuse you with my own confusion? Sorry if I did, but my gut feel is that the netinstall CD makes the most sense if you have access to the Internet while doing the installation (unless your will be doing 20 or more installations on the

Re: Installing bookworm on an old HP laptop

2024-09-09 Thread basti
Hello, i would use debian netinstall: https://www.debian.org/CD/netinst/ rather than download the whole DVD. Best regards On 09.09.24 12:08, Mick Ab wrote: I am interested in installing bookworm alongside the current Windows 7 on an old HP ProBook 6570b laptop. I am thinking of downloadin

Vlan and DHCP

2024-04-18 Thread basti
Hello, maybe a bit off topic. The goal is to have a central DHCP/DNS server for multiple IP ranges in the same network. - LAN has 192.168.30.0/24 - guest should have 10.10.10.0/24 At the moment LAN and guest has different interfaces but i have to change this. A new wifi repeater / AP is n

Re: Mixing HDD and SSD in lvm

2024-02-06 Thread Basti
If you use mdadm for RAID you can mark the slower disk as 'write-mostly' to get more read speed. On 06.02.24 09:23, Marco Moock wrote: Am 06.02.2024 um 08:54:18 Uhr schrieb Kamil Jońca: Marco Moock writes: Am 06.02.2024 um 07:17:02 Uhr schrieb Kamil Jońca: Should I worry about anything

Re: Hardware Advice Wanted: Router

2023-11-16 Thread basti
On 16.11.23 16:49, Stefan Monnier wrote: My current favourites are RK3588 based CPU SBC devices which have an exceptionally fast set of CPUs, high speed networking, and options for Debian or Ubuntu or OpenWRT or Armbian. Are these the usual SBC setup where you have to run the vendor kernel,

Re: Hardware Advice Wanted: Router

2023-11-14 Thread basti
On 14.11.23 10:45, Anssi Saari wrote: Charles Curley writes: My FIT-PCs that provide network services are getting old, and i386 Linux is slowly fading away. So I would like to replace them with a router/gateway computer. I built a router with an APUD4D board and case from pcengines.ch. They'

Re: Lenovo E16 Gen1 with Intel Iris adjust brightness, get Fn-Keys working

2023-10-24 Thread basti
On 24.10.23 06:18, David Wright wrote: On Mon 23 Oct 2023 at 20:03:50 (+0200), basti wrote: I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness via Fn-Keys. All other Fn-Keys are working. basti@thinkpad:~$ xbacklight -set 50 No outputs have backlight property I also try

Lenovo E16 Gen1 with Intel Iris adjust brightness, get Fn-Keys working

2023-10-23 Thread basti
Hello, I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness via Fn-Keys. All other Fn-Keys are working. basti@thinkpad:~$ xbacklight -set 50 No outputs have backlight property I also try to create a xorg.conf: |Section "Device" Identifier "Intel Graphics

Re: HPE Dynamic Smart Array B140i

2023-10-18 Thread basti
s to be a SATA device, not a conventional SAS RAID controller William On 10/18/23 08:05, basti wrote: Hello everyone, i have read the docs for the HP B140i but i#am not sure. Can the controller be run in HBA mode so that I can see every single drive in debian and use md-raid? best regards

Re: HPE Dynamic Smart Array B140i

2023-10-18 Thread basti
s to be a SATA device, not a conventional SAS RAID controller William On 10/18/23 08:05, basti wrote: Hello everyone, i have read the docs for the HP B140i but i#am not sure. Can the controller be run in HBA mode so that I can see every single drive in debian and use md-raid? best regards

HPE Dynamic Smart Array B140i

2023-10-18 Thread basti
Hello everyone, i have read the docs for the HP B140i but i#am not sure. Can the controller be run in HBA mode so that I can see every single drive in debian and use md-raid? best regards

Re: pppoe ipv6 PD

2023-09-07 Thread basti
On 07.09.23 13:56, Anssi Saari wrote: basti writes: My changes where attached in my last mail. Did you seen it? Have a look at the mailing archive: https://lists.debian.org/debian-user/2023/09/msg00157.html No, you posted only your new versions so I can't know what you actually ch

Re: pppoe ipv6 PD

2023-09-07 Thread basti
On 07.09.23 10:27, Anssi Saari wrote: basti writes: Am 06.09.23 um 09:37 schrieb Marco: Am 06.09.2023 09:24 schrieb Anssi Saari: That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP I

Re: pppoe ipv6 PD

2023-09-06 Thread basti
Am 06.09.23 um 09:37 schrieb Marco: Am 06.09.2023 09:24 schrieb Anssi Saari: That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit interface ide

pppoe ipv6 PD

2023-09-04 Thread basti
Hello, I have switch my network config from ifup to systemd-networkd. IPv4 is working well but IPv6 is broken now. In the past I used dhcpcd to delegate the ipv6 prefix to my LAN interface. It seems not working with systemd. On my PPP interface I get an IPv4 and a IPv6 Address. On my LAN in

Re: php 7.4 and bookworm

2023-06-28 Thread basti
28.06.23 um 22:01 schrieb John Covici: OK, so php was upgraded from 7.4 to 8.2 -- how to get 7.4 back after upgrading to bookworm? How would I use https://deb.sury.org ? Thanks. On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: Hello, you can hold the packages or you can use https

Re: php 7.4 and bookworm

2023-06-28 Thread basti
Hello, you can hold the packages or you can use https://deb.sury.org/ On 28.06.23 10:46, John Covici wrote: Hi. So, I want to upgrade to bookworm, but I have an application which needs php 7.4 and I guess they are not yet ready to fix. So, how can I keep that version, even if its just for tha

Re: ssh-add after graphical login

2023-03-23 Thread basti
The ssh config inside ~/.ssh/ has an option 'AddKeysToAgent'. Why you don't use this? For example: Host * ControlMaster auto ControlPath /run/user/%i/%r@%h-%p IdentityFile ~/.ssh/id_rsa ControlPersist 3600 User root AddKeysToAgent yes See man ssh_config On 23.03.23 09:42, Yas

Re: No keyboard on ttyS0

2023-02-28 Thread basti
Disconnect an reconnect the cable fixed it. On 28.02.23 09:26, basti wrote: I didn't change anything in /etc/default/grub but even if there is no usbserial_pl2303.mod in core image it should work when the system was booted. The cable should be OK, I have test it before I upgrade the s

Re: No keyboard on ttyS0

2023-02-28 Thread basti
+0100), basti wrote: we have a PC Engines APU. This PC has only a Serial-Console. After the upgrade from buster to bullseye I see the kernel output on ttyS0 but there is no keyboard input available, neither in Grub. Getty is startet on ttyS0, I see a login prompt. Did anyone has had a si

No keyboard on ttyS0

2023-02-27 Thread basti
Hello, we have a PC Engines APU. This PC has only a Serial-Console. After the upgrade from buster to bullseye I see the kernel output on ttyS0 but there is no keyboard input available, neither in Grub. Getty is startet on ttyS0, I see a login prompt. Did anyone has had a similar problem? Be

Initramfs/ Initrd Resolution

2023-01-30 Thread basti
Hello, I have setup a Laptop with 3K display (2880 x 1800 pixels). In Grub I can set the Resolution with gfxmode. Is there an option to setup the resolution in the Initramfs (initrd)? Best regards

Re: Cheap NAS

2022-10-16 Thread basti
Am 16.10.22 um 20:19 schrieb pa...@quillandmouse.com: On Sun, 16 Oct 2022 10:11:50 -0400 Wayne Sallee wrote: What about just putting some drives in a desktop, and installing some free nas software like https://linuxhint.com/best-nas-software-linux It's possible, but it sort of violates t

Re: Cheap NAS

2022-10-13 Thread basti
Am 13.10.22 um 23:34 schrieb pa...@quillandmouse.com: Actually, the most important requirement is that I can install my own Linux OS on it, rather than put up with some proprietary NAS software. Paul Have a look to NAS boxes with x86/ amd64 CPU should be a good choice to get it working. ARM

OT: apache in shared environment

2022-09-28 Thread basti
Hello, my question is a bit OT but perhaps someone can help. We use apache mpm_prefork and mod_itk in shared environment for privilege separation. Now we want to use http2. As I understod: - mod_itk need mpm_prefork - mpm_prefork is not compatibe with mod_http2 We have try to use mpm_event

Re: Allocate tty1 for kernel messages

2022-09-25 Thread basti
Am 25.09.22 um 17:25 schrieb David Wright: On Sun 25 Sep 2022 at 17:01:23 (+0200), Dmitry Katsubo wrote: I am trying to make a following setup on Debian bullseye: * tty1 is used to display kernel messages only * tty[2-5] are allocated for login I have modified /etc/default/console-setup so

Re: USB WiFi Adapter

2022-08-23 Thread basti
https://elinux.org/RPi_USB_Wi-Fi_Adapters#Working_USB_Wi-Fi_Adapters Am 24.08.22 um 01:55 schrieb Timothy M Butterworth: All, Can anyone recommend a USB WiFi adapter that will work without binary blob proprietary drivers? Thanks Tim -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating syste

Re: USB WiFi Adapter

2022-08-23 Thread basti
https://elinux.org/RPi_USB_Wi-Fi_Adapters#Working_USB_Wi-Fi_Adapters Am 24.08.22 um 01:55 schrieb Timothy M Butterworth: All, Can anyone recommend a USB WiFi adapter that will work without binary blob proprietary drivers? Thanks Tim -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating syste

OT HP Laser 408 Firmware

2022-05-31 Thread basti
Hello, I need the HP Laser 408 Firmware Version lp408dn_v4.00.01.25_ver_DS.zip to fix Paper Jam from Tray 2. In the Download area there is only the latest one.

Re: setting path for root after "sudo su" and "sudo" for Debian Bullseye (11)

2022-05-22 Thread basti
Am 20.05.22 um 02:24 schrieb Kenneth Parker: On Thu, May 19, 2022, 4:14 AM 황병희 > wrote: Tom Browder mailto:tom.brow...@gmail.com>> writes: > I need a special path setting for root after both "sudo" and "sudo > su." (...) Just you try like

Re: Can an NAS appliance be used as a regular computer?

2022-04-28 Thread basti
I would prefer a system with x86 CPU. But be aware that GPU is not the best. I have a x86 QNAP NAS running Debian, I use it a file server. So I can't say much about Desktop computing. 00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Int

multiple systemd-nspawn container name resolution

2022-04-27 Thread basti
Hello, i have setup multiple systemd-nspawn container with virtualEthernet=yes. Inside the container systemd-networkd and systemd-resolved are enabled. So far so good. Is there a way to disable the 169.254... networking for systemd? The problem is as followed: ip r 169.254.0.0/16 dev ve-test

Predictable Network Interface Names

2022-03-30 Thread basti
Hello, as I can read here [1] network names should be stable. (Stable interface names even when hardware is added or removed) First of all I have multiple PCIe NIC in a server. What I see now is: When I add or remove a PCIe card (USB card) the name is changed from enp5s3 to enp6s3 and back

Add GRUB modules to core-Image

2022-02-14 Thread basti
Hello, I try to use a USB Serial-Converter to output the grub menu on a Serial port. By the way the output is working at kernel boot time. (I See it on the remote host) How can I add usbserial_pl2303.mod to the GRUB core image? The file is located in /boot/grub/i386-pc/ on the root partiti

Re: KVM max CPU speed to guest

2022-01-13 Thread basti
On 13.01.22 01:41, Igor Cicimov wrote: > Hi, > > On 13 Jan 2022 07:33, basti wrote: > > Hello, > > first of all the most modern CPU in the last 10 years (I gues) use so > called speed-stepping. > > As I can see I was wondering why that

KVM max CPU speed to guest

2022-01-12 Thread basti
Hello, first of all the most modern CPU in the last 10 years (I gues) use so called speed-stepping. As I can see I was wondering why that speed stepping is not set in a KVM guest, even if I use "host-passthrough" in the cpu config of the guest. virsh dumpxml almalinux | grep -i cpu 2 The c

rsync copyed systemd-nspawn container won't start

2022-01-11 Thread basti
Hello, i have copy a running systemd-nspawn container via rsync. The container won't start in the destination: Jan 11 15:22:55 dhanna systemd[1]: Started Container foo. Jan 11 15:22:55 dhanna systemd-nspawn[21268]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +S

Re: LVM passphrase

2021-12-27 Thread basti
you can add a key to swap. and place this somewhere in the root partition. the key must known by /etc/crypttab, so it should ask only once. Am 28.12.21 um 07:39 schrieb Polyna-Maude Racicot-Summerside: > Hi, > I got two logical volume on my hard disk. > One is the swap > Other is the root > Both h

Re: replacement of sqsh for debian 11

2021-10-27 Thread basti
if you need a mssql-cli https://docs.microsoft.com/en-us/sql/tools/mssql-cli?view=sql-server-ver15 or build your own sqsh-cli from debian-testing. Am 28.10.21 um 03:10 schrieb Michael Castellon: > sqsh > sql server database > > sqlite3 > sqlite3 database > > I need to connect to the sql server

Re: replacement of sqsh for debian 11

2021-10-27 Thread basti
sqlite is *not* T-SQL. sqlite generally follows PostgreSQL syntax (see https://en.wikipedia.org/wiki/SQLite) Am 28.10.21 um 03:10 schrieb Michael Castellon: > sqsh > sql server database > > sqlite3 > sqlite3 database > > I need to connect to the sql server. > > Thanks > > On Wed, Oct 27, 2021

Re: Sata Hard drive testing

2021-10-18 Thread basti
Have a look at "smartctl". It will print some info about the drive and can also "test" your drive known as S.M.A.R.T-test. First of all i would have a look what "smartctl -a /dev/sdX" will say. Am 18.10.21 um 18:25 schrieb Thomas Anderson: > Hello Gurus, > > I have been having problems with a dr

Add btdu to debian repo

2021-08-06 Thread basti
Hello, what is the right way to get btdu (a ncdu like command line tool for btrfs) to the debian repo? Best regards

Re: Debian Security

2021-07-24 Thread basti
hello, what are your intentions? would an apt-cacher be an option? so you can download it once and distribute it several times. Am 24.07.21 um 07:07 schrieb Polyna-Maude Racicot-Summerside: > Hi ! > How would you copy the debian security update repository ? > I know it's not recommended. > But I'

pppoe ipv6

2021-07-14 Thread basti
Hello, i use pppoe to connect to the Internet. My ISP support IPv6 and I get a /56. I get a static IPv4 from my ISP but no IPv6, so I ask my ISP how to do. The Answer in short: - do not use RA - the IPv6 is send via ppp but my router does not accept them /etc/ppp/options look like: #+ipv6 ipv

Re: pppoe performance on debian and debian as router / firewall

2021-06-05 Thread basti
Hello, you can use PPPoE with rp-pppoe (kernel-modul). On my RPi 3 it has a better performance as run PPPoE in userspace. I do not know if it multiple cores. Am 05.06.21 um 20:07 schrieb Antonio: > Hi, > > I'm planning to setup a router and firewall based on debian for my home > lab. > > I know

Re: Creating my first LAN

2021-03-24 Thread basti
Am 24.03.21 um 19:38 schrieb Brian: > On Wed 24 Mar 2021 at 12:05:38 -0500, Richard Owlett wrote: > >> On 03/24/2021 11:37 AM, Andrew M.A. Cater wrote: >>> On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: This is essentially a reading list request. I have never administ

sphinxsearch on debian

2021-03-02 Thread basti
Hello, as I can See Sphinx 3.0.1 released on Dec 18, 2017. (http://sphinxsearch.com/blog/2017/12/18/sphinx-3-0-1-released/) Why Debian is still use 2.2.11 ? (https://metadata.ftp-master.debian.org/changelogs//main/s/sphinxsearch/sphinxsearch_2.2.11-2_changelog) Best Regards

Re: timedatectl DHCP NTP Server

2021-02-05 Thread basti
OK thanks John, I don't know what was wrong here. I move the option from global to the subnet and backup to global and for now it works on Debian Buster. On 05.02.21 07:24, john doe wrote: On 2/5/2021 4:10 AM, Charles Curley wrote: On Thu, 4 Feb 2021 22:16:12 +0100 basti wrote: I

timedatectl DHCP NTP Server

2021-02-04 Thread basti
Hello, I use a up to date debian. As I can see now timedatectl seems *not* using the NTP Server provide by DHCP. I have configure a NTP server in LAN. timedatectl timesync-status Server: 167.86.86.192 (0.debian.pool.ntp.org) Poll interval: 1min 4s (min: 32s; max 34min 8s) Leap: n

Re: [OT] Wifi AP for Gigabit LAN/WAN

2021-01-26 Thread basti
Am 26.01.21 um 17:25 schrieb Stefan Monnier: >> I mean wifi 802.11n so I get round about 4 MB/s if I would get 30-40 >> MB/s its ok. > > Thanks! I see so few reports of wifi rates with which I can relate, > that it's like a breath of fresh air. > > I have seen 25MB/s actual download rate on my s

Re: [OT] Wifi AP for Gigabit LAN/WAN

2021-01-26 Thread basti
On 26.01.21 16:31, Henning Follmann wrote: > On Tue, Jan 26, 2021 at 01:59:43PM +0100, basti wrote: > [...] >> >> Yes I know, Wifi can't get 1Gbit at the moment, I would only get close >> to it. 500Mbit/s are also OK (the TP-link Archer C7) seems to get it and

Re: [OT] Wifi AP for Gigabit LAN/WAN

2021-01-26 Thread basti
> Well, > judging by your e-mail address you are from Germany. > Check your local magazines for some reviews (C't might be one). > If you really think you can get a 1Gbit stream via Wifi you > are fantazing. If you have a decent router connect via cable. > And if you are connecting multiple machine

Re: [OT] Wifi AP for Gigabit LAN/WAN

2021-01-26 Thread basti
On 26.01.21 00:39, David Christensen wrote: >> Am 25.01.21 um 20:16 schrieb basti: >>> Hello, >>> at the moment I use 802.11n /2.4GHz wifi. I get 1 Gbit down/250 Mbit up >>> WAN in 2 months. >>> I'm search for wifi AP to get the best out of

Re: [OT] Wifi AP for Gigabit LAN/WAN

2021-01-26 Thread basti
On 26.01.21 09:28, Andrei POPESCU wrote: > On Lu, 25 ian 21, 20:16:21, basti wrote: >> Hello, >> at the moment I use 802.11n /2.4GHz wifi. I get 1 Gbit down/250 Mbit up >> WAN in 2 months. >> I'm search for wifi AP to get the best out of my WAN connection. >&

[OT] Wifi AP for Gigabit LAN/WAN

2021-01-25 Thread basti
Hello, at the moment I use 802.11n /2.4GHz wifi. I get 1 Gbit down/250 Mbit up WAN in 2 months. I'm search for wifi AP to get the best out of my WAN connection. I know I need 5GHz wifi. Are there any recommends? best regards

Re: new harddrive degraded speed

2021-01-21 Thread basti
Am 21.01.21 um 22:01 schrieb David Christensen: > On 2021-01-20 15:21, brainf...@posteo.net wrote: >> i bought a new harddrive >> western digital red plus 6tb >> >> === START OF INFORMATION SECTION === >> Model Family: Western Digital Red >> Device Model: WDC WD60EFRX-68L0BN1 >> Serial N

Re: megacli help

2021-01-06 Thread basti
Am 06.01.21 um 19:45 schrieb Greg Wooledge: > On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: >> "megacli help" have the following options: >> >> MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] >> [CachedBadBBU|NoCa

Re: megacli help

2021-01-06 Thread basti
I'm new on LSI raid adapters. OK i will try storcli. Don't know that megacli is deprecated. THX Am 06.01.21 um 17:45 schrieb Reco: > Hi. > > On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: >> Hello, I want to set all my drives to RAID0 to use mdadm. &

megacli help

2021-01-06 Thread basti
Hello, I want to set all my drives to RAID0 to use mdadm. "megacli help" have the following options: MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] [CachedBadBBU|NoCachedBadBBU] [-strpszM]|[FDE|CtrlBased] [-Default| -Automatic| -None| -Maximum| -MaximumWithoutCachi

Re: HBA or SATA PCIe card FSC TX150 S7 Server

2021-01-06 Thread basti
On 06.01.21 15:37, Andrei POPESCU wrote: On Ma, 05 ian 21, 19:46:38, basti wrote: Hello, we have a old FSC TX150 S7 Server and need more disk space. So we want to by a https://www.icydock.com/goods.php?id=153. The diskspace is used as fileserver / simple HDD no SSD and the network connection is

Re: HBA or SATA PCIe card FSC TX150 S7 Server

2021-01-05 Thread basti
Am 05.01.21 um 19:46 schrieb basti: > Hello, > we have a old FSC TX150 S7 Server and need more disk space. > So we want to by a https://www.icydock.com/goods.php?id=153. > The diskspace is used as fileserver / simple HDD no SSD and the network > connection is 1Gbit round about

HBA or SATA PCIe card FSC TX150 S7 Server

2021-01-05 Thread basti
Hello, we have a old FSC TX150 S7 Server and need more disk space. So we want to by a https://www.icydock.com/goods.php?id=153. The diskspace is used as fileserver / simple HDD no SSD and the network connection is 1Gbit round about 100mb/s. So I think sata 3.0 is just more speed then needed. I want

Re: mdadm usage

2020-12-29 Thread basti
On a file server in a production environment I would prefer raid 6. Am 29.12.20 um 08:45 schrieb Felix Miata: > Thomas A. Anderson composed on 2020-12-29 07:58 (UTC+0100): > >> I have been "using" mdadm to run software raid1 (stripping) on a file >> server i have been running. > > RAID 1 is two

Re: i386 debian to 64bit intel

2020-12-03 Thread basti
Hello, install 64bit over 32 is a bit tricky. If you have a separate /home partion you do not need to backup your data but it is always recommented. When you have a backup of your data I would recomment to use LVM and create lv's not to large, they can grow online. LVM is a more flexeble way to

M.2 2230 key e wifi 6 card

2020-11-15 Thread basti
Hello, I want to use my old intel nuc as router/AP and plan to replace the wifi card (Intel 3165). As I can see (https://www.intel.com/content/www/us/en/support/articles/30429/network-and-i-o/wireless.html) Intel does not support AP mode anymore. So I search for a non Intel M.2 2230 key e wifi

Rsync / rsnapshot via NFS

2020-10-22 Thread basti
Hello, I try to backup my imap folder (140 GB in 1 000 000 files). I use rsnapshot on a mounted nfs share. The initial sync transfer in 1 hour only 2 GB. Iotop on the destination show 512kb/s. Network between source and destination is 1 GBit. Is the a way to speedup rsync?

Disable TTY login

2020-10-06 Thread basti
Hello, i try to disable TYY1 login via /etc/security/access.conf. I have add -:ALL:tty1 but it does not work.

Re: force apt (apt-get) to use ipv4

2020-08-20 Thread basti
Am 21.08.20 um 06:52 schrieb Georgi Naplatanov: > On 8/20/20 4:53 PM, Bonno Bloksma wrote: >> Hi, >> >> I know I have a problem with ipv6 on one machine where ipv6 is enabled but >> cannot reach outside the local network and ipv4 has a proper working network >> connection to the outside world.

Re: Find latest netinstall iso

2020-08-06 Thread basti
Thanks, I get it. FYI: curl -sl ftp://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/ | grep -m 1 -Po "[0-9.]{1,}(?=-amd64-netinst\.iso)" On 06.08.20 12:36, Reco wrote: > Hi. > > On Thu, Aug 06, 2020 at 12:14:23PM +0200, ba

Find latest netinstall iso

2020-08-06 Thread basti
Hello, I try to setup a service that build a headless netinstall iso. Is there a way to find the latest version number? I think grep the https://www.debian.org/CD/netinst/ site is not the best option. Best regards

Re: IP traffic counter

2020-07-21 Thread basti
>> I need to Monitor my monthly traffic, send and receive from my ISP. >> In the datacenter we used nfdump. but this is a bit over killed i >> think. I will try to use vnstat. >> It's just to make a rough estimate how much traffic is used all over a >> month. >> > > Can you not just look at your r

Re: IP traffic counter

2020-07-21 Thread basti
On 21.07.20 11:34, Reco wrote: > Hi. > > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote: >> Hello, I need some kind of software for ip accounting and record my >> traffic rx and tx. I need to know how much Gigabyte I used over a month. > > nfacct, ulogd2

IP traffic counter

2020-07-21 Thread basti
Hello, I need some kind of software for ip accounting and record my traffic rx and tx. I need to know how much Gigabyte I used over a month. any suggestions? Best regards

lxde + ligthdm Shutdown

2020-07-14 Thread basti
Hello, when i try to shutdown from my lxde session i get:| GDBus.Error:org.freedesktop.DBus.Error.InteractiveAuthorizationRequired: Interactive authentication required. When i frist logout then I can Shutdown from ligthdm. OS: Debian Buster Best Regards |

Re: Is there a Debian oriented Rasberry Pi list

2020-05-03 Thread basti
Hello, maybe https://lists.debian.org/debian-arm/ Am 03.05.20 um 13:43 schrieb Richard Owlett: I've been thinking about what a handheld computer COULD be. My image is heavily influenced by my recollection of Palm Pilot. My needs include:  >2 hours battery life  4" by 7" nominal form factor

Re: Advice on upgrading to SSD

2020-03-02 Thread basti
On 02.03.20 16:39, Dan Ritter wrote: > Tony van der Hoff wrote: >> Hi, >> I'm currently running Buster on a 5 year old GigaByte motherboard with a >> 10-year old Raid-1 array on 2 500GB disks. Although it is running fine, I'm >> becoming a bit concerned about the longevity of this storage, so I'm

Re: Planning a Debian NAS

2020-01-27 Thread basti
we use IPU boards as firewall in raid mode (https://www.ipu-system.de/index.html) with a raid. with a big smata it could also be used as NAS. not shure if it's selled in other countrys. Am 27.01.20 um 22:27 schrieb to...@tuxteam.de: On Mon, Jan 27, 2020 at 10:23:49PM +0100, Jonas Smedegaard

Re: Planning a Debian NAS

2020-01-27 Thread basti
Am 27.01.20 um 21:42 schrieb deloptes: basti wrote: Yes a rpi can run software raid with mdadm. In this case I would use a rpi4b with USB3 and USB to SATA adapter but be aware that the rpi is at the moment not fully supportet by debian (https://github.com/lategoodbye/rpi-zero/issues/43). If

Re: Planning a Debian NAS

2020-01-27 Thread basti
Am 27.01.20 um 20:43 schrieb deloptes: Aidan Gauland wrote: Can a r-pi be set up with RAID easily? perhaps yes as it is more or less normal linux, but where do you attach the disks - do you think of using a SATA extention? I do not know what is the throughput of such extentions, but should b

Re: Planning a Debian NAS

2020-01-27 Thread basti
On 27.01.20 16:29, Klaus Singvogel wrote: > 황병희 wrote: >>> Mine are all RPi3+. >> >> +1, also i think RPi is good. > > Please think about installation of a 64-bit distribution too. > > As soon as your NAS stores large files, and they should become avail via > webinterface/php, the 64-bit will bec

Re: Debian 8

2020-01-02 Thread basti
Hello, this should do the job. http://archive.debian.org/README On 02.01.20 17:53, Hector Leon wrote: > Good Morning; > >   > > Is there a way to get a copy of Debian 8? Thank you ! > >   > >   > > Very Respectfully; > >   > > Hector M Leon > >   >

Re: Debian 8

2020-01-02 Thread basti
Hello, this should do the job. http://archive.debian.org/README On 02.01.20 17:53, Hector Leon wrote: > Good Morning; > >   > > Is there a way to get a copy of Debian 8? Thank you ! > >   > >   > > Very Respectfully; > >   > > Hector M Leon > >   >

Re: Build Kernel 5.5 RC1 for Raspberry4

2019-12-20 Thread basti
On 20.12.19 20:41, mick crane wrote: > On 2019-12-20 19:28, deloptes wrote: >> Nigel Sollars wrote: >> >>> You might want to run make menuconfig after copying the config .. >>> perhaps do the same with the 4.19 kernel also and do a compare of >>> 'what is' and 'what is not' there in the 5.5 perhaps

Build Kernel 5.5 RC1 for Raspberry4

2019-12-15 Thread basti
Hello, i have try as follows: - export ARCH=arm ; export CROSS_COMPILE=aarch64-linux-gnu- - copy config-4.19.0-6-arm64 to .config - run make olddefconfig - make menuconfig to add cpu-freq driver for bcm2711 - make -j'nproc' bindeb-pkg - copy content of package to sd-card - use Image to boot inste

Re: Serial port software

2019-11-27 Thread basti
Hello, use minicom or screen for example. screen -t 'ttyUSB0 115200 8n1' /dev/ttyUSB0 115200,-ixoff,-ixon On 27.11.19 09:43, Paul Sutton wrote: > Hi > > We have need, at the South Devon Tech Jam to gain access to a switch > that has a serial port, but using the serial port, (having issues using

  1   2   3   >