User Tools

Site Tools


vieste

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vieste [2020/07/31 15:17]
team [New splashscreen for Vieste 2.0 and 2.0.1]
vieste [2023/01/08 19:36] (current)
team [How to solve problem with our repository]
Line 9: Line 9:
 If asked please use for both username and password “ufficiozero”,​ if you want to try our live before install it.  If asked please use for both username and password “ufficiozero”,​ if you want to try our live before install it. 
  
-===== upgrade ​from Vieste 2.0 to Vieste 2.0.1 =====+===== Upgrade ​from Vieste 2.0 to Vieste 2.0.1 =====
  
 open a console and with root privileges enter this command: open a console and with root privileges enter this command:
Line 62: Line 62:
 <​code>​sudo update-initramfs -u</​code> ​ <​code>​sudo update-initramfs -u</​code> ​
 our packages are delivered through our repository and proposed like updates. our packages are delivered through our repository and proposed like updates.
 +This is necessary to align graphic aspects for the various versions based on Linux Mint 19.3/20
 +
 +===== D-Link nas and others don't connect/​work =====
 +
 +If you have a D-link nas or others and you can't connect it, the problem may dependes from new samba package and it configuration.
 +You can solve this problem by editing the smb.conf file with this command:
 +<​code>​sudo nano /​etc/​samba/​smb.conf</​code>​
 +and adding the following string with its comment:
 +<​code>​
 +#This is the configuration for D-Link nas
 +client min protocol = NT1
 +</​code>​
 +after this, You can reload samba service or restart your system.
 +
 +===== Hidden boot splash on Vieste 2.0.2 =====
 +
 +Calamares installer modifies the grub, both in bios and efi, removing "​splash"​ so this causes that boot splash is hidden.
 +You can use a work-around after installation is done by editing the file /​etc/​default/​grub and adding //splash// immediately after //quiet//.
 +Then you can use this command:
 +<​code>​sudo update-grub</​code>​
 +to make it permanent.
 +For those who builds the iso it is better to take action on [[https://​gitlab.com/​Austcool-Walker/​Calamares-3.2.11/​-/​blob/​bc5c0ff7a072bef2cbed6940f247a73d1b705297/​src/​modules/​bootloader/​main.py_add_recheck_remove_efi_directory|this file]] at line 116 you can add splash to quiet ["​quiet splash"​]
 +
 +===== How to add others UfficioZero repositories =====
 +
 +We have released new package that add many other repositories located everywhere, due to bandwith limit on our servers.
 +
 +To use Garr mirror (located in Italy) by default, you can select the replace button when asked, during the system update.
 +
 +===== How to solve problem with our repository =====
 +
 +On June 2nd We updated the signature on our repositories therefore the keyring package update was released before June 28th automatically on the PCs that have performed the updates. However, it can happen that after June 28, if users have not performed system updates, the same can report signature problems on our repository. In this case, to remedy the problem, you can download and install the keyring package from this link: https://​ufficiozero.mirror.garr.it/​uzl-deb/​vieste/​pool/​main/​u/​ufficiozero-keyring/​ufficiozero-keyring_2022.06%2Bnmu2_all.deb to solve this problem.
 +
 +On January 2, 2023 We recreated all our repositories on a new server so if your system gives you an error about the InRelease file or the new key of the new repositories during the updates, don't panic! ​
 +
 +Here are 3 short alternative procedures to use:
 +
 +**Option 1:**
 +
 +download the new package from [[https://​uzl-deb.ufficiozero.org/​repository/​vieste/​pool/​main/​u/​ufficiozero-keyring/​ufficiozero-keyring_2023.01_amd64.deb]] and then with right mouse click select to open it with Gdebi.
 +
 +Insert your root password and open the main menù and lauch UZLkeyring from Other menù and enter your root password and update synaptic or via the Update Manager click on Check for Updates.
 +
 +Here below some screenshots for Urbino release:
 +
 +{{ :​schermata_a_2023-01-08_18-21-22.png?​600 |}}
 +{{ :​schermata_a_2023-01-08_18-54-30.png?​600 |}}
 +
 +**Option 2:**
 +
 +Open your terminal and copy and paste this command:
 +
 +<​code>​ curl -sS https://​uzl-deb.ufficiozero.org/​repository/​ufficiozero-key.gpg | gpg --dearmor | sudo tee /​etc/​apt/​trusted.gpg.d/​ufficiozero-keyring.gpg </​code>​
 +then open the Update Manager and Check for Updates.
 +
 +**Option 3:**
 +
 +Open your terminal with root privileges with this command:
 +<​code>​ sudo su </​code>​
 +then insert your root password and copy and paste this command:
 +<​code>​ wget -O - https://​uzl-deb.ufficiozero.org/​repository/​ufficiozero-key.gpg | apt-key add - </​code>​
  
vieste.1596201442.txt.gz · Last modified: 2020/08/01 14:12 (external edit)