You are not logged in.
That's a myth about needing 2x ram of swap.
On the asus eee pc 701 with 493MiB of ram, It can hibernate comfortably* in 300MB of swap. Assuming you close your apps first
*about half the time, because voodoo
Maybe that is the problem. I always leave everything I am using open.
I expanded swap on this box because every time the machine come back from hibernation it froze. Reading around it looks like swap has to be at least x2 the RAM. I have to say that seems to have solved that issue for me.
Maybe of use to some here:
https://github.com/Tookmund/swapspace
This is a system daemon for the Linux kernel that eliminates the need for large, fixed swap partitions.
Usually when you install a GNU/Linux system, it sets up a swap partition on disk. The swap partition serves as virtual memory, so you may need a lot of it. But you can't store data there, so you don't want to sacrifice too much disk space. And it's not always easy, or safe, to change its size afterwards!
Running swapspace solves that problem. You no longer need a large swap partition. You can even do without the whole thing. The program manages swap files for you. These work just like partitions, except they're normal files. You can add more when you need them, or delete some when you want the disk space back. And that is exactly what swapspace does. It constantly monitors your system's virtual-memory needs and manages a pool of swap files accordingly.
With swapspace you can install GNU/Linux in one single big partition, without regrets later about picking the wrong size. Your system can handle the occasional memory-intensive task, without eating up disk space that you'll never get back.
Success!!!
Gparted and I had to manually re-write fstab with new UUIDs.
Cheers.
I saved that UUID info from fstab. Should that line change somehow? Unless if gparted change the UUID I should match the new output in fstab.
Hello good people of the forum,
This is something I have not done in my 20 years or so of using *NIX systems. I want to increase the swap partition. Looking around, I am suspecting this can be done with a live gparted session > delete current swap > create new space choosing "free space following" > make the new space created "linux-swap". Reboot the box.
If I keep the name of the new swap partition "/dev/sda5" I should be ok with fstab.
Any other pointers or corrections will be appreciated.
Regards.
.. my longer story is something like the following.
Networking in chimaera is really the same as in all prior system versions; it's a kernel function to operate the interfaces that dynamically rely on their configurations, and there are some forms of user software available for the administration of those configurations.
The first and oldest unit of such software is nowadays called ifupdown in Devuan (Debian).
ifupdown implements an administration principle where the administrator documents their desired configurations using a special purpose scripting language written into one or more plain text files starting with /etc/network/interfaces. The software is modular with a core bit that offers the adminstration programs ifup, ifdown and ifstate as well as the hook-in to the boot process and the hotplug event handling. ifupdown also provides a well-documented API for extensions that allows for other software packages to be seamlessly incorporated into the networking operations as if belonging to ifupdown; e.g., handling DHCP, handling wireless connectivity, VPN setup and whatnot.
On the side of that we find a couple of network management software packages (package groups), where chimaera in particular includes the two named connman and network-manager. These implement their own ideas of the network configuration task, with a common aim to make networking configuration be administrated "more easily" than by using the special purpose scripting language and programs of ifupdown, and most importantly to provide a "security bypass" that empowers non-root users with network administration abilities.
A side effect of that is that the network management software "wants to rule the city". Then "traditional" administration via ifupdown might be in conflict with it, unless one knows enough about the management software to avoid such conflicts. The easiest way for a root administrator to avoid such conflicts is to get rid of all and any such management software.
Noted. Thank you,
Job wrote:The machine is a desktop with no wireless hardware or button.
Oops, sorry. I will learn to read one day...
Job wrote:the trouble started after I woke up the machine from hibernation
Is that reproducible? If so what do the logs say?
I let the box hibernate to see if I can reproduce the same scenario but the box and the interface came back on right way.
The machine is a desktop with no wireless hardware or button. I have to say the trouble started after I woke up the machine from hibernation. I am not sure if hibernating the desktop could be a problem. I did not have that issue with Beowulf tho.
I powered that box to try your suggestions and it went online right away. Here is the setup I have now. Strange stuff, this same setup did not work last night.
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
#the primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
Anyway:
Ralph, do you mind expanding on what you meant by purging "all "network manager" software except ifupdown? Do you mean manually removing everything in /etc/network and leaving the ifupdown folder?
HoaS,
root@luna:~# ifup --verbose eth0
ifup: interface eth0 already configured
I am guessing because the device is already busy.
Hello forum.
Since moving to chimaera, I only have problems with the network interface.
At some point I only had
iface eth0 inet dhcp
in /etc/network/interfaces. After about two days, the network died again. Since then no matter what I tried I can't get the internet going.
I will appreciate some pointers.
Iridium but recently enjoying luakit.
So after checking that I see at the bottom it says,
Show: All Output Devices
Output Devices tab > Port > then just two choices, speakers or headphones. HDMI option not there.
What do you have under the configuration tab. If you don't have HDMI there you may have some issues with the driver.
I use pavucontrol and pulseaudio. With pavucontrol I switch between all outputs and inputs on the fly. On pavucontrol: Configuration > Ouput devices > Playback
How are you installing plex? I used to install it by downloading the Ubuntu/Debian .DEB file.
HevyDevy,
That Debian link helped. I am in business now.
Thank you,
Yep did all that already. See results.
job@duala:~$ sudo rfkill list
[sudo] password for job:
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Is anybody successfully using bluetooth under Devuan? I have tried all I know but I can’t find devices and devices can’t find the computer.
If someone out there running Devuan is using bluetooth, I will keep trying.
Thank you,
Thank you Devuan team for a great distro. Beowulf on a server, desktop, and laptop. Laptop about to move to Chimaera.
PRafael, the solution is actually https://devuan.org/os/packages. At least it was easier and straight forward IMO.
Merci HOAS...Je vois que tu lis la litterarure Francaise.
While we are here, are there non-free repos and such or these repos covered everything?
Here is sourses.list picked up from the release page
deb http://deb.devuan.org/merged beowulf main
deb http://deb.devuan.org/merged beowulf-security main
deb http://deb.devuan.org/merged beowulf-updates main
deb http://deb.devuan.org/devuan beowulf-proposed main
but I am getting these
root@duala:~# aptitude update
Get: 1 http://deb.devuan.org/merged beowulf InRelease [25.6 kB]
Get: 2 http://deb.devuan.org/merged beowulf-security InRelease [25.6 kB]
Get: 3 http://deb.devuan.org/merged beowulf-updates InRelease [25.6 kB]
Hit https://downloads.iridiumbrowser.de/deb stable InRelease
Get: 4 http://deb.devuan.org/devuan beowulf-proposed InRelease [54.6 kB]
Get: 5 http://deb.devuan.org/merged beowulf-updates/main amd64 Packages [7,396 B]
Fetched 113 kB in 1s (78.1 kB/s)
E: Repository 'http://deb.devuan.org/merged beowulf InRelease' changed its 'Suite' value from 'testing' to 'stable'
E: Repository 'http://deb.devuan.org/merged beowulf-security InRelease' changed its 'Suite' value from 'testing-security' to 'stable-security'
E: Failed to download some files
W: Failed to fetch http://deb.devuan.org/merged/dists/beowulf/InRelease:
W: Failed to fetch http://deb.devuan.org/merged/dists/beowulf-security/InRelease:
E: Some index files failed to download. They have been ignored, or old ones used instead.
I always have issues with Devuan repos. Hope someone can help me.
I have tried over the years to try and play videos on Epiphany unfortunately I never succeeded. Now on Luakit, youtube videos did not work at first but now smooth sailing but apple trailers are still a no no.
Is there some kind of work around? I read that it is possible to have an external application open up and play a video while on luakit.