You are not logged in.
I think you should be able to delete both of those without any problems. Maybe reboot, but that's probably not necessary.
I guess you now have a file at /dev/sdc that holds the contents of "a-linux-distro". If there is no disk /dev/sdc, you can delete the file.
Do you know when and where this change took place? Was it in debian or upstream?
Where is '--tcp-option' from? It is not mentioned in man iptables.
rolfie, I got results similar to yours, except I'm the other side of UTC, so mine have '-' instead of '+'. Don't feel bad about being confused. I've been confused by hwclock for years, so I stay away from it. I set it to UTC and use ntp or ntpdate to keep the right time.
The driver must be in the netinstall iso, or I would not have been able to get online. It's possible that the driver in ascii isn't new enough for your new hardware. In that case, you could try some live isos to see which kernel works. If the ascii 2.1 desktop-live doesn't work, you can try it with a backports kernel. I made one for that purpose:
https://get.refracta.org/files/experime … 5_1512.iso
Note: devuan debootstrap is included in all the live isos.
The e1000e driver is in my ascii - it's in the kernel configs for 4.9.0-9 and 4.9.0-11. I don't know why you folks aren't seeing it. On my Thinkpad T420, lsmod shows that it's loaded.
If I boot devuan_ascii_2.1_amd64_netinstall.iso I get an ethernet connection on the Thinkpad, and lsmod shows that e1000e is loaded. This installer iso has 4.9.0-11.
While you're at it, you might want to install the 4.19.0-8 kernel from beowulf. Or install linux-image-amd64 and you'll always get the newest kernel for your system.
Make sure os-prober is installed and run update-grub and it should create boot entries for the other linux systems.
Note: If the other systems are encrypted, update-grub will not see them. In that case, create menuentries for them in /etc/grub.d/40_custom, and then run update-grub.
Reportbug is partially broken. I believe you can use it to generate a report, but you have to email the report manually.
To submit a new bug report, send email to submit@bugs.devuan.org with a descriptive subject line and the first line of the body should be
Package: <package name>
Follow-up messages go to <number>@bugs.devuan.org
The other standard suggestion in this case is to either use one network manager or configure in /etc/network/interfaces. Not both. If it's not a laptop that travels around to different networks, you may as well ditch both network managers.
dzz wrote:On boot it will prompt for the LUKS key, if you don't have that it will continue to boot to only the basic, default live image. The security of the rest is down to the strength of your encryption key.
This is interesting, can you make the prompt "invisible"? So it just shows a blinking cursor but it doesn't show any symbols when typing, if you enter a wrong password or just press enter it continues booting into a barebones live USB install?
If so, how would i go about setting a system up in that way?
You can "hide" the boot entry for booting with persistence (i.e. with your encrypted system) by not having that entry in the boot menu. You would then need to press TAB (for isolinux) or e (for grub) to edit the boot menu and add the extra boot options manually. Then, anyone who doesn't know the persistent volume exists would just see the entry for the normal, read-only live system, and that's what would boot. The problem with that method is that you have to type a few extra options on the boot command. (I've been making live-usb sticks like this for years, and I still have to check the syntax on some of the options.)
It's also possible to hide the entire boot menu. Then you would need to press a key to make it appear so you can select the second boot option (boot with persistence). Without the secret key press, you'd boot to the read-only system that does not have any of your personal files.
Here's a tool that will let you create the kind of live-usb that dzz described.
https://sourceforge.net/projects/refrac … b/download
And here are the instructions for its use:
https://refracta.org/docs/readme.refracta2usb.txt
There may be a trickier way to do it so that you only have to type one word to create all the extra options for persistence, but that would require hacking on some live-boot scripts and some testing.
dpkg -i /var/cache/apt/archives/linux-image*.deb
If you (or someone else) needs to pull the file from the internet, I keep a copy here -
https://git.devuan.org/devuan-packages/ … tab.debian
I think the only power you have is to delete your own posts. Please don't.
Looks to me like the discussion is back on track, even if it's not the original track. And the last few posts have new information. It should be ok. Things usually have a way of settling themselves down.
You should not need to be writing polkit rules for this. I'm using xfce in beowulf, and when I plug in a usb stick, it shows up on the desktop and double-click opens it in thunar.
Make sure you have gvfs, gvfs-backends, thunar-volman, policykit-1-gnome. (Reboot probably needed.)
Not all mirrors support https. If you use deb.devuan.org it may redirect you to an http mirror or an https mirror, so it will sometimes fail.
To use https, select a mirror that supports https and use that in your sources.list
Here's a list of package mirrors. Each entry shows which protocols are supported:
http://pkgmaster.devuan.org/mirror_list.txt
No, you don't want to do that.
I installed xserver-xorg-input-synaptics and the 'Reset to defaults' button becomes active. Except it doesn't do anything, because I still can't change it to anything but the defaults.
I then removed xserver-xorg-input-libinput and installed xserver-xorg-input-evdev, rebooted, and it now works. I can change the speed of the touchpad. I still can't change the speed of the trackpoint.
(Thinkpad T420 has a Synaptics touchpad.)
It doesn't always happen in a few hours. Be patient. It's coming.
Done in 2.0.19+ds1-2+devuan4
Right now, it's still in ceres (unstable).
Wow. It's fixed. New version should appear in repo within a few hours.
Thanks for reporting.
I filed a bug report for you.
https://bugs.devuan.org/cgi/bugreport.cgi?bug=384
Like I said, it's been abandoned. We don't have an official procedure for becoming a maintainer, but you could make a personal project at git.devuan.org, make the necessary additions to the code, tell people about it here or mailing list or IRC, maybe make packages for people to test and use. And then maybe your changes will be brought into the repo.
One thing we do want from anyone who chooses to maintain a package is that you stick with it. It's no good if a package gets into the repo and then nobody updates it when it needs updating.
My personal vision for the sanity package would be to have a debconf dialog that listed all the sane changes and let you pick which ones you wanted. Obviously, there would need to be more than just one item on the list. And I don't want to do the work. I'd rather live without it than have to maintain it.
Another way to do it is with dpkg-divert, which will make a package that replaces a config file in another package. And it tells the package manager what's going on, so your custom changes don't get replaced during an upgrade. Do you know what file in firefox stores the url for the dns server? (Knowing ff, it's probably a binary file.)
From what I've heard, the task of building firefox is too difficult to justify for that simple change. However, something like that might be fixed by a script applied after the install. And such a script might be appropriate in the much-neglected devuan-sanity package. (It's an orphan and it would love to be adopted by some loving maintainer.)
If you're using wicd or some other network manager, you should not configure /etc/network/interfaces. They will fight with each other if you do.
The most common cause for wicd to fail to see the wireless interface is that wlan0 is not set as the default wireless interface in wicd preferences. Maximize the wicd window and you'll see where to get to Preferences. (Or click on the little arrow if you can find it.) It's also possible to set the wireless interface in /etc/wicd/manager-settings.conf -
wireless_interface = wlan0
Here's the link for the list of https package mirrors. I gave the link for iso mirrors yesterday by mistake. That post above has been corrected.
http://pkgmaster.devuan.org/mirror_list.txt
If you use https with deb.devuan.org and you are lucky enough to get directed to a mirror that provides https, it should work. But if you get directed to a mirror that only uses http, you will get errors. To use https, your sources.list should have sources that provide https.
Note that you need to add (append) "/merged" to the end of the Base URL given for the mirrors, even if they end in /devuan. For example:
BaseURL: sledjhamr.org/devuan
looks like this in sources.list
deb https://sledjhamr.org/devuan/merged ascii main