You are not logged in.
Sure:
andre@yokohama:~$ cat /etc/resolv.conf
# Generated by NetworkManager
search home
nameserver 192.168.1.1
nameserver XXXX.XXXX.XXXX.XXXX.XXXX.XXXX.XXXX
andre@yokohama:~$
nslookup shows:
andre@yokohama:~$ nslookup deb.devuan.org
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
deb.devuan.org canonical name = deb.rr.devuan.org.
Name: deb.rr.devuan.org
Address: 190.64.49.124
Name: deb.rr.devuan.org
Address: 160.16.137.156
Name: deb.rr.devuan.org
Address: 185.178.192.43
Name: deb.rr.devuan.org
Address: 198.58.118.8
Name: deb.rr.devuan.org
Address: 125.228.189.120
Name: deb.rr.devuan.org
Address: 94.16.114.15
Name: deb.rr.devuan.org
Address: 185.236.240.103
Name: deb.rr.devuan.org
Address: 106.178.112.231
Name: deb.rr.devuan.org
Address: 5.161.180.234
Name: deb.rr.devuan.org
Address: 67.219.104.166
Name: deb.rr.devuan.org
Address: 202.61.197.17
Name: deb.rr.devuan.org
Address: 185.183.113.131
Name: deb.rr.devuan.org
Address: 131.188.12.211
Name: deb.rr.devuan.org
Address: 147.78.194.22
Name: deb.rr.devuan.org
Address: 195.85.215.180
Name: deb.rr.devuan.org
Address: 103.146.168.12
Name: deb.rr.devuan.org
Address: 95.216.15.86
Name: deb.rr.devuan.org
Address: 200.236.31.1
Name: deb.rr.devuan.org
Address: 46.4.50.2
Name: deb.rr.devuan.org
Address: 130.225.254.116
Name: deb.rr.devuan.org
Address: 141.84.43.19
Name: deb.rr.devuan.org
Address: 2a01:4f9:2a:fa9::2
Name: deb.rr.devuan.org
Address: 2801:82:80ff:8000::2
Name: deb.rr.devuan.org
Address: 2a01:4f8:140:1102:2b76:955d:b48f:bdf3
Name: deb.rr.devuan.org
Address: 2001:878:346::116
Name: deb.rr.devuan.org
Address: 2001:4ca0:4300::1:19
Name: deb.rr.devuan.org
Address: 2800:a8:c001::a
Name: deb.rr.devuan.org
Address: 2001:e42:102:1704:160:16:137:156
Name: deb.rr.devuan.org
Address: 2a03:4000:28:24c::
Name: deb.rr.devuan.org
Address: 2a0d:eb00:8006::acab
Name: deb.rr.devuan.org
Address: 240b:10:f00:1b00::240
Name: deb.rr.devuan.org
Address: 2a01:4ff:f0:dd3a::1
Name: deb.rr.devuan.org
Address: 2401:c080:2000:229e:4b70:fe82:36ed:f788
Name: deb.rr.devuan.org
Address: 2a03:4000:59:123:68cc:97ff:fee1:c81
Name: deb.rr.devuan.org
Address: 2001:638:a000:1021:21::1
Name: deb.rr.devuan.org
Address: 2a0a:e5c0:10:3::6eeb
Name: deb.rr.devuan.org
Address: 2a01:9e40::180
Name: deb.rr.devuan.org
Address: 2407:b6c0::12
andre@yokohama:~$
traceroute never responds:
andre@yokohama:~$ traceroute deb.devuan.org
As I wrote: every address responds well with the only exception of deb.org.devuan.
I can live with the situation, but I will try again next weekend when I will be at another place, physically.
Then I will report back. Thanks to you all for your good will.
Oh, after a long while traceroute came back with some answer:
andre@yokohama:~$ traceroute deb.devuan.org
deb.devuan.org: Name or service not known
Cannot handle "host" cmdline arg `deb.devuan.org' on position 1 (argc 1)
andre@yokohama:~$
funny, isn't it?
Thank you all for your response.
Using deb.rr.devuan.org works perfectly well, as do all (most) other mirrors as well.
deb.devuan.org remains blocking, wondering why.
@Altoid: I have no connman and no dnsproxy installed, I always use the standard network-manager as it comes with the Cinnamon-environment.
Anyway, thank you for your kind help.
Have a good day!
Andre
Hello,
since a few days "apt update" no longer works, meaning deb.devuan.org does not respond to apt update, and to ping neither.
All other update repos do work normally.
I have modified sources.list to make it work.
fr.deb.devuan.org, ch.deb.devuan.org, de.deb.devuan.org, us.deb.devuan.org all work well.
Is there something wrong?
Have you tried installing
- cups
- hplip
- hplip-gui
with all it's dependencies?
Such things can, but should not happen, in cases where you have a system-crash while editing a file, or at least when it was opened for writing.
Since you have an ext3 filesystem, which is the first release oft ext filesystems that is a journaling filesystem by default, it's less likely to happen. But it's not guaranteed in all situations. fsck and other repair tools can wipe such accident-files. Check in /lost+found directory of the concerned filesytemm. It's the place for recovered blocks.
And: tools that sync or snpashot filesystems for backup, can delete files in the backup volume if the file is no longer present in the source filesystem. Check the options.
Man pages and a bit of study of the tools and systems used can well remove some spookiness.
Good luck.
PS: pulling the power-plug or removing a mounted external disk suddenly can be considered system-crashes as well.
@golinux
The information is good, thank you.
Are you aware though, firefox would not want to download the text file over security risks? (http)
You can still see the content in a firefox-tab.
Have a good day, greetings.
rolfie's last comment is absolutely right and perfect.
I would just add, as a measure to make sure it works: erase the disk beforehand and let the installer do a fresh partitioning. Meaning the installer will decide what disk-layout architecture to choose. Most probably it will be GPT.
You can do it manually, if you know what you do and what you should do.
First there was a BIOS to boot a system - history
Then came EFI, a firmware that allows to do with other architectures and other, bigger disk layouts. That was welcome.
Then came MS: "embrace and extend!" to exclude all other solutions and manufacturers.
The "UE" in UEFI (former EFI) means User-Extensible or something like that. It implements "Secure Boot", which helps Microsoft to lock out all competitors or OSes. Now Microsoft will "sign" kernels and other software.
They tried first to make the "Secure Boot" option mandatory in the EFI-setup, but thank god the mainboard manufacturer objected to that, and got support from some authorities.
The SystemD-crowd (L.P. and others) suggest to render the MS-type boot-process the default in the Linux-world. How is that??
@kapqa
please be reminded that Ubuntu is a systemd based distribution and Devuan is not.
There are important differences here. Devuan has replaced all systemd-dependent components with very reasonable alternatives.
So please read the installation instructions, readme-s, and all related important text.
To use hibernation, the swap-partition must be at least a bit bigger than your RAM in the computer.
Elogind is just a replacement for the systemd-related logind - afaik.
I can tell you if you perform a standard installation (devuan desktop) you will most certainly get a well working system.
Also: I had very good results every-time with Devuan - OpenRC - Cinnamon or XFCE, on most of the hardware I tested.
And again: RTFM! (Read The Fascinating Manuals)
@pl
right you are, and /srv it was.
It makes sense. Most important: keeping it as a separate partition mounted on a mountpoint (/srv).
All of you, have a great day.
Hello,
It's technically possible. But:
I always used a dedicated partition mounted on /server for such uses.
For example :
/server/web/
/server/web/http/
/server/web/python/
/server/ftp/
/server/whatever-db/
etc,
That way your web services will never fill up your root filesystem, and it was usual to do so with all kinds of Enterprise Linux Distros.
But my experience with that is 10+ years old. Possibly new habits did appear?
Just my considerations..... hope it is meaningful.
PS: in fact, it's just another name, but it's on its own partition or filesystem.
@amc252
don't even think of trying such a thing! No mixing of disk-layout architectures on a disk.
Legacy-mode:
- The BIOS hat to be in legacy mode (BIOS-mode)
- The disk layout can and should be in classical MBR format
EFI/UEFI-mode:
- The BIOS has to be in EFI (UEFI) mode
- The disk layout should be in GPT mode
- To avoid MS lock-in, DISABLE SECURE BOOT
You cannot mix the disk-modes. Changing the mode makes you lose all data on disk.
That is valid for HP laptops as well, I owned one, and old Elite Pro business notebook.
It's bizarre, I have a brand new Dell Latitude 5540 notebook computer with such a M2 "PCIe Gen4 x4 NVMe," SSD drive, and GRUB on this device was no problem.
I have 2 Linux systems in dual-boot mode, the main one is Devuan 5, the other Linux Mint 21.3 (just for support to others).
When received, I directly set up the UEFI-BIOS to default values and switched off the "Secure Boot" option. Then I wiped the disk and installed both Linux systems without any snag or hitches.
I believe that your computer came with Windows pre-installed in UEFI-Secure-Boot mode. If possible, try to re-install Windows with Secure-Boot disabled in UEFI setup first, and then install your Devuan behind it. Secure-Boot is a free ticket to hell. It binds you firmly to Microsoft or at least to big-money corporate Linux.
In my case, I installed a Windows in a VM on my Devuan installation (KVM) for just that one and only damned windows-application (audio related) I really need.
I can't advise you any better.
Good luck.
Of course, it's the "sites" that are broken. But Firefox-fresh can cope with them, Firefox-esr cannot.
Good luck to file complaints to those corporate WEB-sites.... I can imagine the outcome.
@chris2be8
Switzerland.
But firefox-esr was definitely the problem. Firefox-"fresh" really resolves the issue.
I had the same problem with some websites, and e-banking too, (Devuan 5 Daedalus, FF esr, all updated).
It used to work well, and more and more web sites started to not work correctly or at all, any-more.
Chromium did work.
So I decided to install the firefox .deb package directly from Mozilla's download page - and all worked well again.
I guess web designers include new things to their web-sites that require fresher web-browsers.
But anyway, Chromium from Devuan's Daedalus repo does work well.
Yes, indeed,
I just now see your 2 messages.... but yes, I encountered the same problem with transparency and could do nothing about it.
Now, thank you for the hint with compton, I will try it the next time I configure a box with xfce.
On my work-horses (daily machines) I use lightdm and Cinnamon, and I'm very happy with it.
But lightdm with xfce looks very appealing to me, specially when the panel transparency works again. Thank you.
Oh, just now I see golinux's answer. Cool.
A true word.... Devuan may consider to just offer something like firefox-fresh or libreoffice-fresh in their repos.
It happened a few times to me that some crucial (to us) WEB-sites suddenly stop to work because of firefox-esr.
I had to download firefox from mozilla.org and install it their way, which works very well. And then, I still prefer firefox to every other browser there is.
Just a thought.
Have you considered a standard Daedalus install (desktop-iso 5.01) and not choosing Expert, but standard install? You still can choose what DE and which software-packages to install.
Might be an easier approach to get your Lenovo running Devuan Daedalus. And don't forget to read the docs before posting.
Hope it helps.
just install ntpsec:
$ sudo apt install ntpsec
It does all you need, syncs your clock with debian's ntp pool.
Check with
$ sudo ntpq -p
Just if you wonder: Configfile = /etc/ntpsec/ntp.conf
Wow, good information. Thank you.
This seems to be for Brother-MFC devices connected using USB cables - right?
Just in case the printer is connected to the local network (LAN):
In Devuan 4 (Chimaera):
Printing: nothing to do. (CUPS and related network-protocols work right away.
Scanning an initial config step was required:
1. Download the Brother Scanner Config Tool: brscan5-1.2.13-0.amd64.deb
2. Install it with GDebi Package Installer
3. Go to /opt/brother/scanner/brscan5
4. ./brsaneconfig5 -q
5. ./brsaneconfig5 -d
6. ./brsaneconfig5 -a name=MFC-J5340DW-br model=MFC-J5340DW ip=192.168.xxx.yyy -s
(Give it a distinctive name in order to find it in the Document scanner!)
Tested, 01-AUG-2023.
Now, with Devuan 5 (Daedalus)
Nothing at all had to be done, no configuration, no adding software.
Printing: everything works strait away. Provided CUPS with all networking is installed
Scanning: everything works strait away. Not even a initial config-step was required.
I prefer to give the MFC device a dedicated IP address, but with Daedalus I saw it worked with a dynamic IP address as well.
There is not much information in your description to help you really.
Just make sure that:
1. Your BIOS/EFI setup is correct (set it to factory defaults and disable secure-boot (EFI) to start with)
2. Your install media is ok (CD/DVD read errors or problems, good USB-sticks) and be sure the checksum of your downloaded iso is okay
3. Your disk is working properly (do a low-level format in case...)
4. Let the installer propose a good disk-geometry (it does)
5. And of course, your computer is fault-free - I suppose (mem-tests, CPU-tests okay?) in the very first place.
Good luck.
These portable application formats are a security concern indeed.
So the security-aware and -conscious would stay away from them, certainly on the main system, and only allow software from the original stable Devuan-repos (not the testing or experimental repos!!) to be applied to your system.
If you want to test such external sources, then it's best done in VMs, they are quite well isolated from the host system.
Fooling around with resources made available to VMs can hamper the security of your host system.
I always trust to Devuan sources and some well trusted external, Linux-friendly applications.
I'm not a security expert, but looong Unix and Linux experience made me quite confident to know some very good rules.