Re: changing uuid of mdadm array

2022-10-19 Thread Lucas Castro
Em 10/10/2022 02:05, Tim Woodall escreveu: On Sun, 9 Oct 2022, Lucas Castro wrote: Every time you remove a device from raid, you indeed need to erase the superblock. mdadm use the superblock to identify its raid members, if you try to add a device to a raid block it'll fail becaus

Re: changing uuid of mdadm array

2022-10-09 Thread Lucas Castro
Em 09/10/2022 19:06, Tim Woodall escreveu: On Sun, 9 Oct 2022, Andy Smith wrote: but I couldn't find any way to change the uuid in the member without creating the array like this. I don't think there is a way without either using --create as you did or stopping the array and hand editing th

Re: Debian Certifications

2022-07-31 Thread Lucas Castro
Not required any programming skills. You can always start reading the mantainer guide. There is so much chores you can take. Em 31 de julho de 2022 19:32:25 BRT, Timothy M Butterworth escreveu: >On Sun, Jul 31, 2022 at 6:00 PM Lucas Castro wrote: > >> There is no Debian c

Re: Debian Certifications

2022-07-31 Thread Lucas Castro
There is no Debian certification, But in turn you can become a debian mantainer and debian developer and request a certification that prove you are If It's really important for you. Em 31 de julho de 2022 13:27:24 BRT, Timothy M Butterworth escreveu: >On Sun, Jul 31, 2022 at 12:06 PM Bret Busby

Re: Firewall POSTROUTING problem

2021-08-12 Thread Lucas Castro
te list' or 'ip route list table default' --- Lucas Castro

Re: X server running on a different machine [Re: Wanted: a special purpose Debian installer]

2021-06-29 Thread Lucas Castro
Jesus h Em 29 de junho de 2021 15:58:49 BRT, "Andrew M.A. Cater" escreveu: >On Tue, Jun 29, 2021 at 02:43:28PM -0400, Greg Wooledge wrote: >> > On 2021-06-29 1:27 p.m., Greg Wooledge wrote: >> > > On Tue, Jun 29, 2021 at 04:33:50PM +, Andrew M.A. Cater >wrote: >> > >> ssh -Y is similar to ss

Re: No updates in Debian 10 for last 5 days

2020-10-05 Thread Lucas Castro
u get if you do: $ apt-get update && apt-get -sV upgrade Nothing to update/upgrade. Is your source.list right set with stable-sec repository? deb http://security.debian.org/debian-security buster/updates main -- Lucas Castro

Re: dhcp bridge for virtual machines using KVM

2020-09-23 Thread Lucas Castro
              vnet0 docker0         8000.0242125f1a5e       no Thanks! James I forgot to ask for the routing table, could you post the result of 'ip r' ? Otherwise, can I ask why you think you need a Wifi connection and wired one but assigned to them ip addresses that are in the same subnet? Because you can access the host and the VMs on different IPs with only the wired NIC. -- Lucas Castro

Re: dhcp bridge for virtual machines using KVM

2020-09-22 Thread Lucas Castro
On 9/22/20 5:54 PM, James Allsopp wrote: On Tue, 22 Sep 2020 at 19:47, Lucas Castro <mailto:lu...@gnuabordo.com.br>> wrote: On 9/22/20 1:26 PM, James Allsopp wrote: > Hi, > I've got a computer that I'm running debian 10 on with KVM. The > machi

Re: dhcp bridge for virtual machines using KVM

2020-09-22 Thread Lucas Castro
it up this way, as it seems really inefficient to have a dhcp and then use difficult to remember static IP's everywhere. Thanks James -- Lucas Castro

Re: [SOLVED] Re: libvirt guest bridge configuration

2020-09-21 Thread Lucas Castro
ot;bridge_ports none" should set a bridge without physical attachment and you get a interface for host and guest networking. -- Lucas Castro

Re: ssh fingerprint mismatch for one single client

2020-09-19 Thread Lucas Castro
sujeito às penalidades cabíveis. This message is intended exclusively for its addressee and may contain information that is confidential and protected by a professional privilege, reserved copyright, or whose disclosure is prohibited by law. Unauthorized use of such information is prohibited and subject to applicable penalties. -- Lucas Castro

Re: libvirt guest bridge configuration

2020-09-19 Thread Lucas Castro
ou just need a bridge interface and share the network. brctl addbr br1 ip addr add 172.50.50.10/24 dev br1  #  Host Add a interface in your guest on br1. ip addr add 172.50.50.11/24 dev ${IF_GUEST} # Guest That works fine, Check your firewall for allow/deny rules. -- Lucas Castro

Re: Debian 10 software raid

2019-07-28 Thread Lucas Castro
Is your system running over uefi? If yes, ESP partition doesnt work over RAID software, so booting relaying just one of the disk. If no, make sure grub installed MBR in both disk. grub-install /dev/sd[AB] It would be more helpfull if you post error as it is rather than just telling "my syst

Re: policy around 'wontfix' bug tag

2018-02-06 Thread Lucas Castro
end up at 2003-01-29. zira% date +%Y-%m-%d -d '2003-02-01 - 1 month + 1 month' 2003-02-01 -- Lucas Castro