The officially official Devuan Forum!

You are not logged in.

#1826 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-22 22:06:01

Hello:

cynwulf wrote:

<-- post Yesterday 06:34:28
The fact that you don't have a native resolution console, usually means that you don't have the console framebuffer loaded.

I decided to try editing the grub2 entry for Devuan on my PCLinuxOS, adding vga=845 (1280x1024x32) to the command line.
I know vga=XXX has been deprecated but thought it was worth a shot.

And just what do I see?

My Devuan boot screen shows up at a clean and tidy 1280x1024x32.
Checking further, I see that the vesafb is loaded.

[root@devuan groucho]# dmesg | grep vesafb
[    0.636130] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.636134] vesafb: scrolling: redraw
[    0.636138] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.636157] vesafb: framebuffer at 0xfb000000, mapped to 0xffffb05a41800000, using 5120k, total 5120k

Exactly the same (save for the mapping) as when I boot Devuan independently of the PCLinuxOS grub2:

[root@devuan groucho]# dmesg | grep vesafb
[    0.645586] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.645590] vesafb: scrolling: redraw
[    0.645594] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.645612] vesafb: framebuffer at 0xfb000000, mapped to 0xffffad6701800000, using 5120k, total 5120k

So ...
Now I have to see about why this is happening.
And how to get this to be permanent even if it means using the deprecated vga=XXX entry.

Any ideas?

Thanks in advance,

A.

#1827 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-22 17:41:37

Hello:

cynwulf wrote:

You have two drives, each has the grub bootloader installed, each can boot independently and boot either OS?

Yes.

My first drive hosts a PCLinuxOS installation, it is set as the first drive to boot in the SAS adapter card and uses grub2.
My second drive hosts my Devuan ASCII installation, it is set as the second drive to boot in the SAS adapter card and uses grub2.
My third drive is an old W7 installation I keep for reference purposes, it is set as the third drive to boot in the SAS adapter card (getting scrubbed soon).

When I boot my rig it starts from the first drive and its grub2 installation offers me to boot into PCLinuxOS, Devuan ASCII or W7 from there.
If I remove this first drive (or if the drive fails), the rig boots from the second drive and its grub2 installation offers me me to boot into PCLinuxOS Devuan ASCII or W7 from there (obviously it does not find PCLOS).

If the first and second drives change places, the same thing happens, with the first OS order changed.

cynwulf wrote:

... have set up each to chainload to the other - but that's not a given.

No. (I don't think so)

Each installation (PCLinuxOS first and a year later Devuan) was done with only one drive in the first bay.
That way I could only screw up only one thing at a time.=^D! 

cynwulf wrote:

... two ways of doing this - directly booting the kernel (this only needs one grub for the whole lot) or chainloading to the other drive and that OS' own grub and then booting from that.

I'm sorry but it's not too clear to me which of these I am doing.
It has worked well and I've always had an OS at hand, which was my primary objective.

For emergencies, I also have a TinyCore Linux installation on an old 1Gb pendrive plugged into a USB socket I discovered on the mobo (Sun Ultra24).   
It's actually saved my skin a couple of times.

cynwulf wrote:

... have not posted the grub configuration files from both OS.

I'm sorry for that oversight on my behalf.

What files would you need to see?

cynwulf wrote:

... stated that "PCLinuxOS" does not have the same problem.

No.
The screen output at boot is in the correct console resolution.

cynwulf wrote:

... boots with the correct console resolution - perhaps native resolution and the nvidia blob is installed there too?

Both PCLinuxOS and Devuan use the non-free Nvidia drivers.

cynwulf wrote:

nokmsboot is a parameter you might need for both OS with the blob installed.
If you are going to continue with the blob going forward, then just keep that as standard.

I do not remember adding it so it must have been added by the Nvidia drivers installation?

Looking for some info on this, I came across a post from 2012 in the Mageia forum:
https://forums.mageia.org/en/viewtopic. … 971#p14396

link wrote:

KMS stands for "kernel mode switching". It means that the Linux kernel is responsible for the video frame buffer and for switching between video resolutions, instead of the graphics driver. This is a fairly recent addition to Linux, and not all graphics drivers have caught up with the new way of doing things.

I expect that the nokmsboot parameter was set after I installed the Nvidia drivers in PCLinuxOS. I have not seen anything acting up since I removed it.
Since then I have seen the Nvidia drivers get updated more than once, so maybe they have caught up and the nokmsboot is no longer needed.

It was not put in Devuan when I installed the Nvidia drivers.
Let's see if any problems arise.

--- EDIT ---

I may have come across something:

cynwulf wrote:

<-- post Yesterday 06:34:28
The fact that you don't have a native resolution console, usually means that you don't have the console framebuffer loaded.

You're quite right.

From my PCLinuxOS terminal

[groucho@groucho ~]$ dmesg | grep vesafb
[    0.341689] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.341692] vesafb: scrolling: redraw
[    0.341700] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.341724] vesafb: framebuffer at 0xfb000000, mapped to 0xffffac3140800000, using 5120k, total 5120k

The frame-bufefr is only loaded if I boot Devuan from it's own drive ie: not from PCLinuxOS's grub2.
From my Devuan terminal (booted independently)

[root@devuan groucho]# dmesg | grep vesafb
[    0.645586] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.645590] vesafb: scrolling: redraw
[    0.645594] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.645612] vesafb: framebuffer at 0xfb000000, mapped to 0xffffad6701800000, using 5120k, total 5120k

--- EDIT ---

Thank you very much for taking the time to write this up.
Much appreciated.

Best,

A.

#1828 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-22 14:05:23

Hello:

emanym wrote:

Grub from pclinuxos and grub from devuan may use slightly different boot command lines to boot devuan ...

Let's see.
Here's what I got:

From PCLinuxOS

[groucho@groucho ~]$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.12.10-pclos1 root=UUID=82ca71e8-fba7-4e36-a086-27e3be13a48b ro nokmsboot noiswmd resume=UUID=464724a6-5814-4f99-b422-3e180aabed08
[groucho@groucho ~]$

[groucho@groucho ~]$ grep -A 15 evu /boot/grub2/grub.cfg | grep vmli
menuentry "Devuan GNU/Linux (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3' {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro
menuentry "Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3' {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro nokmsboot
menuentry "Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode) (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64-root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single-d6841f29-e39b-4c87-9c52-3a9c3bafe2d3' {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single
[groucho@groucho ~]$ 

From Devuan

groucho@devuan:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro
groucho@devuan:~$

groucho@devuan:~$ grep -A 15 evu /boot/grub/grub.cfg | grep vmli
	linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro 
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro 
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single 
groucho@devuan:~$

As you can see, booting Devuan is done by both OSs in the same way with the same commands:

PCLinuxOS

linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro

Devuan

linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro

I removed nokmsboot (used prevent KMS driver from loading) from the PCLinuxOS stanza but it made no difference and PCLinuxOS still boots fine.
I cannot recall why it was there so I probably won't be put in again unless something happens.
Maybe Nvidia driver updates have made it redundant?

In any case, my Devuan istallation with non-free Nvidia drivers does not seem to require it.

But ...
There's all this in PCLinuxOS:

menuentry "Devuan GNU/Linux (on /dev/sda1)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3' {

I have no idea if it is something that grub2 in PCLinuxOS has but the Devuan version does not or if it is something the PCLinuxOS packager included.

cynwulf wrote:

... most likely why you have a text mode console (e.g. 80x50 characters).

But I don't have this problem when I boot PCLinuxOS.

cynwulf wrote:

... is to either just install one bootloader on one OS and use that to directly boot the other

That's what I have. (I assume it is what you are referring to)
I boot PCLinuxOS from it's own installation drive and use that same grub2 screen to choose to boot Devuan if I want to.

panopticon wrote:

... try updating grub from Devuan with the PC linux os drive in place and mounted inside Devuan? You will still have the Devuan menu entry as number one but you can default grub to select PC linux os.

Don't get how that would be done.
I could just try to update the Devuan grub2 without using the official repo (have to find a suitable *.deb file) but I fear possible havok.

Thanks to all for your input.

Cheers,

A.

#1829 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-21 21:09:41

Hello:

Sorry for the delay in answering.
Automatic subscription was off ... =^/

cynwulf wrote:

The other possibility is the proprietary AMD or Nvidia video drivers are installed?

Yes. I am using the Nvidia non-free drivers.

It was the only way to get my two cards and three monitors to play nice.
RandR gets disabled because of Xinerama but I don't think it has anything to do with this.

Panopticon wrote:

Where do you $ sudo update-grub from? Pc linux os or Devuan?

I was looking into a possible version mismatch this morning.

PCLinuxOS uses Grub2 2.02.0-3
Devuan uses 2.02Beta3-5

I don't know if there's any real difference between these two, but ...

If both installations run of the same hardware and the problem in the Devuan installation arises when I boot it from the grub2 in PCLinuxOS and not with it's own grub2, then the problem seems to be with how grub2/PCLinuxOS "talks" with grub2/Devuan.

Is it a version mismatch or is it a configuration issue?
ie: is there something that grub2/PCLinuxOS needs to know or find to boot Devuan the same way it boots from its own grub2?

Thanks for your input.   =-)

Cheers,

A.

#1830 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-20 22:59:55

Hello:

Sorry ...
My intention was to quote myself and instead I ended up editing my previous post.

Please reply to this one: https://dev1galaxy.org/viewtopic.php?pid=10267#p10267

Thanks in advance.

A.

#1831 Re: Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-20 21:10:48

Hello:

Altoid wrote:

No ..
Won't do.

Spoke too soon.  =^/

This is how it is done:
https://wiki.debian.org/GrubTransition

Grub 2 and the VGA parameter
In Grub2 the vga= parameter is deprecated.
To set a screen resolution for your console you can do the following log in as root:

edit /etc/default/grub
uncomment the GRUB_GFXMODE=640x480 and change the resolution to something you can use e.g. 1024x768

Add the line
GRUB_GFXPAYLOAD_LINUX=keep
to the file to have the same resolution at the Linux console. You do not edit the 00_header file as some suggest you need to do.
run update-grub

It happens that it does work ...
But if I boot directly from the drive hosting Devuan that is.

In my setup, my first drive hosts a PCLinuxOS installation, another systemd free OS I have been using since before Devuan.

My second drive hosts my Devuan ASCII installation which also has a grub2 setup just in case my PCLinuxOS drive goes south.
My third drive is an old W7 installation I keep in a SATA drive for reference purposes, it's getting scrubbed soon.

In any case, when I boot my rig it starts from the first drive and its grub2 installation offers me to boot into PCLinuxOS, Devuan ASCII or W7 from there.
If I remove this first drive, the rig boots from the second drive and its grub2 installation offers me me to boot into PCLinuxOS Devuan ASCII or W7 from there (obviously it does not find PCLOS).

If the second drive gets set up as a first drive, the same thing happens, with the order changed.

The thing is that when I boot my rig without the first drive in place, Devuan ASCII boots as I want to, with the screen size I set.
But if I boot into Devuan ASCII selecting it from the grub2 menu, it does not.

I had the idea that grub2 looks for other OSs and boots them according to what the grub.conf file in the drive hosting that OS says.
ie: the screen size set by GRUB_GFXMODE.

But it seems this is not the case.

Or am I doing something wrong?

Thanks in advance.

A.

#1832 Hardware & System Configuration » [Solved] Screen output at boot time » 2018-06-20 17:32:09

Altoid
Replies: 23

Hello:

Info: my rig runs on the latest Devuan ASCII ...

groucho@devuan:~$ uname -a
Linux devuan 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
groucho@devuan:~$ 

... and It is up to date.

root@devuan:/home/groucho# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@devuan:/home/groucho# 

From back in my MS days, I have always had the habit of looking at the screen output at boot time.
Sure, it can scroll by fast enough but I can get a remote idea of what's going on and go have a look at the logs if I notice something off while it passes by.

Much better yet if it is colour coded and has timestamps, like when I run dmesg from a terminal as root.

The thing is that the boot time output on my screen is not in it's native 1280*1024 but what seems to be 640*480 and I have not been able to get it to show in 1280*1024.

I have tried adding vga=791 or 792 to the grub stanza to no avail.
I have also tried GRUB_GFXPAYLOAD_LINUX 'keep'.

Can I get it Devuan to boot as I want to?
Is it also at all possible to get the output at boot time in the same way I get dmesg from a terminal?

Thanks in advance,

A.

#1833 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-18 13:52:58

Hello:

Dutch_Master wrote:

OK, reboot into rescue mode, then fire up aptitude:

aptitude

Ok.

I started there and saw that x11-xkb-tools was not installed.
Assuming x11-xkb-tools should be there (and maybe other missing configuration files) and that an update would install whatever was needed, I exited aptitude and decided to try apt-get update.

I first checked that the /etc/apt/sources.list was this one and that everything else was remmed out:

deb http://pkgmaster.devuan.org/merged ascii main
deb http://pkgmaster.devuan.org/merged ascii-updates main
deb http://pkgmaster.devuan.org/merged ascii-security main
deb http://pkgmaster.devuan.org/merged ascii-backports main

Then I did apt-get update and got a warning about dpkg having been interrupted which got fixed with the instructions on the screen with ...

dpkg --configure -a

... and then ran apt-get update again.

It started to do its work but complained about /etc/pam.d/login having been modified and asking about which version to keep.
I guessed that that could have been the glitch that affected my kb/mouse (?) so I kept the existing script version (default option) and continued.
If that one did not work, I could try the new version which obviously was not an option if I accepted the new one from the start.

When it was done (it was a lot) I exited, rebooted and got my desktop, this time with working kb and mouse.  =^ )

Once there, I started SPM and updated everything again.
Then for safe measure, I did the same through apt.

Now, it seems everything is well again:

root@devuan:/home/groucho# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@devuan:/home/groucho#
root@devuan:/home/groucho# uname -a
Linux devuan 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
root@devuan:/home/groucho# 
groucho@devuan:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 2.0 (ascii)
Release:	2.0
Codename:	ascii
groucho@devuan:~$ 

A big thank you to all of those who pitched in to help.
Really appreciated your input.

That said, it I think I have to brush up and deepen my command line skills.

Best,

A.

#1834 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-18 00:44:12

Hello:

Dutch_Master wrote:

OK, reboot into rescue mode, then fire up aptitude:

aptitude

Ok.

Dutch_Master wrote:

Use the / key to bring up a search box and find the package x11-xkb-tools. If it has an i in front, it's installed. If that's the case, purge it (Shift+-) then re-install the package. It'll probably throw up a bunch of errors when purging, remove all packages that rely on it too (they'll be re-installed when you install the package)

Ok.

One question ...
Purging the packages will require downloading them again?
If so, will the wireless network be up when I log into rescue mode?

Could this be done with a live Jesse or Ascii CD?

Dutch_Master wrote:

HTH!

Hopefully ...   8^)

Thanks for your input.

A.

#1835 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-18 00:38:33

Hello:

msi wrote:

How about reading those ASCII release notes?

I have read them.
But have not been able to identify anything specific that would help me solve this.
At least not with my level of exposure to Linux.

Perhaps you could point out anything I may have (surely) missed?

Thanks in advance.

A.

#1836 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-18 00:35:17

Hello:

Plentyn wrote:

It looks like your X is having some Problem either with this USB device or with USB in general.

That's one possibility that has come to mind.

Plentyn wrote:

* can you try another USB keyboard?

The keyboard is the same I use in the same box that other OSs run in, just on different disks.
Works perfectly well.

Plentyn wrote:

* can you try a PS2 keyboard?

Nope ...
My box does not have a PS2 port.  =-'

Plentyn wrote:

* can you have a close look into /var/log/Xorg.0.log ? If nothing springs to your eye make it available to us?

I've had a look ...
I'll post it tomorrow morning.

Plentyn wrote:

* do you have an /etc/X11/xorg.conf or other config files as referenced from /var/log/Xorg.0.log ? If yes make it/them available, too...

When I installed Devuan Jesse I had to install the non-free Nvidia drivers to make my two Nvidia cards drive the three monitors.
If I recall correctly, I tried using the same xorg.conf file I was using with PCLinuxOS which worked.

I'll check and see if that is as I remember and then post it along with the log.

Thanks a lot for your input.

A.

#1837 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-15 11:37:49

Hello:

Altoid wrote:

Hello:
I was able to start X, got the full desktop but still no Kb or mouse (it's plugged into the USB Kb).
So the problem persists.  =^/

Anyone?

I tried using a different mouse directly connected to a USB port (instead of a PS2 connected to a port on the Kb) but still no dice.
Is there any way I can get out of this problem without having to do a full reinstall?
That's the MS way out...

I was wondering about using a live Jese/Ascii *.iso to boot and do an update to see if that fixes anything or change repos to Jesse and then do an update to see if I can get to where I started from ie: a healthy and perfectly working Jesse installtion 8^/.

Or try to do the same things from the terminal, but I'd need some instructions.

Thanks in advance.

A.

#1838 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-13 00:52:25

Hello:

msi wrote:

... have an entry for booting into runlevel 1 in your GRUB boot menu as well.

I'll have a look - never had to use it before.

msi wrote:

... might want to do yourself the favor of reading the section on "Starting X from a console (TTY)" in the ASCII release notes before you use startx to start X.

Too late ...   8^D LoL

I was able to start X, got the full desktop but still no Kb or mouse (it's plugged into the USB Kb).
So the problem persists.  =^/

Thanks for your input.

A.

#1839 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-13 00:48:21

Hello:

devuser wrote:

... try narrowing the problem down. I'd try disabling slim ...
... if your keyboard works after a normal boot.
If it does try startx. If it still works clearly slim is the culprit.

I did as you suggested.
I was able to start the X server and got my full desktop across the three monitors (so it would seem that it is not a Nvidia non-free driver issue) but the Kb was as unresponsive as before.

I have a gut feeling (?) that this is something related to Xorg.conf.

Any suggestions will be appreciated.

Thanks for your input.

A.

#1840 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 22:28:21

Hello:

Altoid wrote:

I'll try it and report back on how the Kb behaves.

I did as per your instrucions and was able to log into recovery mode, with what would seem to be a fully working keyboard.
So I suspect there is an issue with SLiM, maybe caused by something else (?) eg: XOrg conf, Nvidia drivers ...

I guess I may be able to find a clue to whatever is happening in dmesg or one of the log files.
I'll have a look - any suggestions are welcome.

Thanks in advance.

A.

#1841 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 22:05:05

Hello:

msi wrote:

When the GRUB menu shows up, select Devuan, but don't hit Return. Type e instead. Now you should see a bunch of text containing a line somewhere reading somehting like:

linux   /vmlinuz-4.9.0-6-686-pae root=UUID=810cd705-55b6-4ce2-a414-76e16ce125f4 ro  quiet

... navigate to the end of that line, then insert 1. Then hit F10 to boot.
... process should pause at a certain point and you should be asked to enter your root password ...
... are in 1 or "recovery mode".
You won't have to change that GRUB configuration back because it's not permanent.

OK.
Thanks a lot.  8^)

In contrast to what I was used to with MS OSs, I've never had to do go to recovery mode with my Linux installations.
It's actually the first time.

I'll try it and report back on how the Kb behaves.

msi wrote:

What do you mean by "upgrade"?

This:
https://devuan.org/os/documentation/dev … e-to-ascii

"This document shows how to upgrade from Devuan Jessie to Devuan Ascii. It assumes a working Devuan Jessie system is already installed and should not be used for migrations."

Thanks for your input.

A.

#1842 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 20:05:07

Hello:

golinux wrote:

Have you read the Release notes?

Yes, didn't see anything which would raise a flag.
But I'm not that proficient Linux-wise ...  8^/

golinux wrote:

I suspect something is amiss with the backend combo needed for your setup.

It has the default SLiM and XFCE combination.
Is anything else missing?

What was in Jesse was working without any problems so I expected that if anything was missing, it would either get installed or reconfigured.
I'm not complaining but as it is a default Jesse (SLiM and XFCE) installation upgrade I expected no major hickups save maybe the Nvidia drivers acting up.

Thanks for your input.

A.

#1843 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 19:49:29

Hello:

msi wrote:

Does the keyboard respond when you boot the system in recovery mode?

I boot devuan from the grub in my PCLinuxOS setup.
ie: the default boot is PCLinux, the second options in the list is Devuan (for the time being, till things smooth out)

Can't see how to get into recovery mode, the keyboard is not responsive.

msi wrote:

What login manager are you trying to use?

My Devuan installation is the *default* Jesse using SLiM and XFCE.

Thanks for your input.

A.

#1844 Re: Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 15:01:28

Hello:

devuser wrote:

Not sure if i can help much ...

No problem, thanks you for answering.  =-)

devuser wrote:

At what point the keyboard doesn't respond?

At the very start, when the login manager shows up.

devuser wrote:

Can you still login to a text console?

As the keyboard is non responsive, F1 or any other input is not an option.

devuser wrote:

Also what kind of keyboard is it?

Same as I was using with Jesse, same as the one I use with PCLinux, all the same rig just on different drives for each.

devuser wrote:

Does it maybe need some non-free package ...

No ...
It's a (ancient to some) very sturdy and dependable Wise USB keyboard salvaged from somewhere when I got my (also ancient to some) Sun workstation.
Has a PS2 plug on the side for the Wise optical mouse.
It all worked perfectly well with Jesse from the out-of-the-box install.

The only non-free I needed to install in Jesse were the drivers for my two Nvidia cards (I use three monitors).
No way the Devuan free drivers would work.

Maybe that's the catch - but I *do* see all three monitors lioke before, it's just the kb that does not respond.

Thanks for your input.

A.

#1845 Installation » [Solved] Ascii upgrade (also) messed up this Devuan Jessie » 2018-06-12 11:19:40

Altoid
Replies: 24

Hello:

Thinking everything would be fine ie: being stable and all, I followed the instructions here:

https://devuan.org/os/documentation/dev … e-to-ascii

Everything went smoothly, did not see any warnings.

Now, on reboot, I am completely locked out of my Devuan rig. (writing from my PCLinuxOS drive) as the keyboard does not respond as it is not active (no leds light up), so there's no F1 or anything else.

Short of doing the old MS trick (ie: reinstall from CD), is there a way out of this situation?

Thanks in advance.

A.

#1846 Re: Desktop and Multimedia » [Solved/?] Firefox 52.5.2 (64-bit) ESR crashes on drag/drop intent » 2018-04-13 01:42:41

Hello:

Nexo wrote:

... was the perfect solution,
Thank you very much !!!

You're welcome ...
But the merit goes to the guy who found this 'workaround' ...

Unfortunately, it is not a solution.
It's a bug that won't get fixed.
And from what I have found, there does not seem to be an Xfce 4.12 jessie-backport in sight.

Cheers,

A.

#1847 Re: Installation » Devuan Vuu-do Live SD Card update issue. » 2018-04-12 18:03:21

Hello:

fsmithred wrote:

Now, that would mean booting up the live *.iso, upgrading and changing everything I need to change while up ...

Yes, of course!
Look at /etc/refractasnapshot.conf and set the work_dir and snapshot_dir to someplace that has enough space to hold a copy of the filesystem plus the new iso.

OK, I had not thought of that important detail.

fsmithred wrote:

... don't even need the iso. You can copy $work_dir/iso/live/* to the live folder on the sd card rather than extract them from the finished iso.

OK.

I'll post the results as soon as I get it up and running.

Best,

A.

#1848 Re: Installation » Devuan Vuu-do Live SD Card update issue. » 2018-04-12 16:53:20

Hello:

First of all, thank you for taking the time to write this up.  =-)

fsmithred wrote:

You tried to update a live system. Ouch.

Indeed ...  8^\'/!

fsmithred wrote:

It can be done, but understand what's going on.

Which I quite evidently did not.

fsmithred wrote:

If you set it up for full persistence, then any changes or additions get stored on the persistent partition, in their normal location (i.e. full path). That persistent file system gets overlaid on the read-only live system.

OK

fsmithred wrote:

So anything you changed did not make any changes in the live system on the first partition.

Right.
I had it more or less clear up to that point.

fsmithred wrote:

... boot without persistence and mount the persistent partition ...
... delete anything that isn't your personal stuff. Then when you reboot with persistence, it will be just like the first time.

Yes.
Done that once already.

fsmithred wrote:

If you update the kernel, you'll only be updating the one in /boot in your live system. But the live system gets booted from the kernel in the /live folder in the root of the iso (or device). The kernel in /boot only gets used after a normal installation. Same is true for the initrd.

I see ... (but still have to digest 100% ... )

fsmithred wrote:

... copy those from /boot to /live and name them to match what's there (and what's in your boot menu).

OK.

fsmithred wrote:

... the source of your wifi problems. Another possibility is if your update switched you from udev to eudev and the network interface names changed. Check the interface names with 'ifconfig' or 'ip a' and make sure that wicd is using the right name. (little triangle in upper right will get you to preferences in wicd)

I'm starting to get the idea behind the 'ouch'.

fsmithred wrote:

One more catch - the first partition is read-only during a live session. So either plug the sd card into another system to mount it and copy the files or use an undocumented trick to copy the files. Since jessie, if you run with persistence, your root user will be able to write to the first partition. In fact, you don't even need a persistent volume to do this - you just need the word, persistence, in the boot command. When you do this, you might notice (hint: look!) that the first partition is mounted at /lib/live/mount/persistence/ instead of /lib/live/mount/medium/.

I'll have a look there ...

fsmithred wrote:

Last bit of advice - full persistence is nice for saving files and making some config changes.

Indeed ...
But no big stuff. As it gets stuffed.

fsmithred wrote:

When you start running updates or adding software, you're filling up your space, and you're making less of your system read-only (aka - unhackable).

I understand.
Like I mentioned earlier, this is a dedicated persistent install for running a dedicated application from a netbook.
The princiopal idea is to run lighter than the XP installed in the machine and to run the Linux version of the app, keeping it as far away as possible from the XP instalaltion.

I should have left it alone, but ...
I had the idea that it had to be as 'up to date' as possible but looking back, while it may be a good idea for any running system, in this particular case it does not make much sense. More so after royally buggering it up.

fsmithred wrote:

If you want to make big changes like that, you might be better off making a new iso.

Quite so ...
And probably much easier.

Now, that would mean booting up the live *.iso, upgrading and changing everything I need to change while up and then 'refracting' it all into a new iso which will keep all the changes.
Right?

Anything specific I'd have to be aware of when doing this?

fsmithred wrote:

You can then copy the contents of that iso to the sd card to replace the files with the updated system. You may or may not need to delete any system files that are on the persistent partition.

OK.

Once again, thank you very much for writing this up.

Best,

A.

#1849 Installation » Devuan Vuu-do Live SD Card update issue. » 2018-04-12 13:15:57

Altoid
Replies: 5

Hello:

Here I was very (very) happy with my new Vuu-do Live SD Card installation, having persistence on a second partition (50GB ext4) of a XP netbook's HDD (Asus 1000HE). If you need more details about the setup, it's here:

https://dev1galaxy.org/viewtopic.php?pid=8249#p8249

Everything was just as I wanted it to be and working perfectly.

As I was getting ready to test the dedicated application (coffee roasting software) I'll be running from the netbook, I remembered that I had not updated the installation.

So I went to SPM (Synaptic Package Manager) and made it do it's thing.
Well ...

It did, including a new kernel but unfortunately a couple of things went south:

1.
WiFi (which was working perfectly well) now does not detect any networks.
For the moment this is not a big deal but I do need it to to upload graphs to storage space in my email account.
Lacking a printer, I print them in colour at the office.

2.
My screen resolution went from the pre-existent 1024*600 to 800*400.
This is a problem because it screws up visibility on the app's GUI.

So, I went to see what xandr had to say:

:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen =: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm * 0mm
   800x600      61.00*

I went looking for an xorg.conf in /etc/X11 but there is none.
So I downloaded and installed arandr to see if I could fix it.

:~$ arandr
/usr/lib/python2.7dist-packages/screenlayout/xrand.py:58 UserWarning: XRandR wrote to stderr, but did not report an error (Message was: 'xrandr: Failed to get size of gamma for output default\n')
warnings.warn("XRandR: wrote to stderr, but did not report an error (Message was: %)"%err)

The screen layout editor does pop up but Outputs -> default -> Resolution only shows the option for 800x600.

EDIT:Additional data
This is the xrandr output from the default installation:

:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 220mm x 129mm
   1024x600      60.00*+  65.00  
   800x600       60.32    56.25  
   640x480       59.94  
VGA1 disconnected (normal left inverted right x axis y axis)
:~$ xrandr

This is the graphics hardware on the netbook.

root@vuudo:/home/vuudo# discover | grep Graphics
Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller 
Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller 
Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller 
Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller 
Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
Intel Corporation Mobile 945GME Express Integrated Graphics Controller 
root@vuudo:/home/vuudo# 

Question:
Other than the easy (MS) way of reinstalling Vuu-do on the card and not updating it afterwards, is there a way to fix this?

Thanks in advance.

A.

(BTW: greenpants -> this is a really great re-spin.)

#1850 Re: Installation » [Solved] Devuan Live on SD Card problem » 2018-04-11 15:23:39

Hello:

fsmithred wrote:

... the menu label.
... should be unique.

I would seem so.
If you have two with the same name, the one that shows up on the screen is the first one on the list.

fsmithred wrote:

... change them to HDD and SD to keep them short ...

I wanted to do something like that but I had the idea that it would muck up someting.
Easy to remember and hard to forget is the way here.

You've been most helpful.
I can now run my Linux based app off a lightweight distro in a netbook by just booting from an SD Card and keeping all settings in the HDD.

And should the SD Card goe south for any reason, installing the same distro in the same manner on any other SD Card should get things back to normal.
A dog with with two tails.  =-)

Thanks a lot.

Cheers,

A.

Board footer

Forum Software