Reply To: antiX-bullseye-beta1 iso files available. 64 bit only

Forum › Forums › News › Announcements › antiX-bullseye-beta1 iso files available. 64 bit only › Reply To: antiX-bullseye-beta1 iso files available. 64 bit only

#61927
Anonymous

    Bug Report – all sources list get mangled after update on Live USB with persistence when selecting a timezone before boot.

    ISO: antiX bullseye-beta1 (runit)
    System: Live USB with persistence – UEFI

    Selected Boot parameters (from live grub menus):
    Timezone: Europe/Berlin
    Kernel:4.9
    Persistence: persist_root
    Save: grubsave

    Issue: /etc/apt/sources.list.d/* files’ content get mangled (it tries to add the same antix mirror to almost all lines)

    How to reproduce: Set the previous boot options described above and boot the system. Update all packages and, when asked, replace antix.list and debian.list. Save live changes and reboot. On next boot all sources will get mangled (and on each new reboot they get mangled even more).

    Hi @Xecure,
    I tried to reproduce this error. But I don’t see it. This is what I get.

    demo@antix1:~
    $ cat /etc/apt/sources.list.d/debian.list 
    # Debian Bullseye/Stable
    deb http://ftp.gr.debian.org/debian/ bullseye main contrib non-free
    deb http://security.debian.org/ bullseye-security main contrib non-free
    #deb http://www.deb-multimedia.org bullseye main non-free
    
    # Debian Testing. 
    # Testing enabled for 'rolling' release.
    # deb http://ftp.us.debian.org/debian/ testing main contrib non-free
    # deb http://security.debian.org testing-security main contrib non-free 
    #deb-src http://ftp.gr.debian.org/debian/ testing main contrib non-free
    
    # Multimedia Stable and Testing
    # Use to install libdvdcss2 and codecs.
    #deb http://www.deb-multimedia.org testing main non-free
    
    ###### Debian Unstable/Sid##########
    ###### Use at your own risk! ########
    #deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
    #deb http://www.deb-multimedia.org sid main non-free
    demo@antix1:~
    $ 

    Looking at it again. The only thing I didn’t do exactly was set the timezone. I kept it at auto. Would that make a difference?