The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » [SOLVED] In firefox a google popup asking to remember my password, how to stop? » 2024-02-24 06:04:31

In firefox on many sites, including this one,  a google popup asks to remember my password.
I can't imagine why would anyone wish to give google their passwords.
I hope someone here can tell me how to stop it?

That is not a google popup.  That is a popup from firefox itself.  If you save the password, it will be saved on your computer - NOT GOOGLE.

#2 Re: Other Issues » Seriously? » 2023-11-26 21:05:27

When I would run apt-get update I kept getting network-manager and libnm0 kept back.  When I tried apt-get dist-upgrade all it wanted to do was remove over 30  packages.

After getting network-manager and libnm0 kept back for days, I got sick of waiting for a fix to come through.  I experimented and got this to work:

sudo apt-get install --reinstall libnm0

This upgraded libnm0, network-manager and removed some other package I did not recognize.

Everything has been fine since then.

#3 Re: Devuan Derivatives » how to add freely PPA's for firefox or seamonkey-mozilla-build? » 2023-11-13 21:47:43

re:

Install the package

software-properties-common

I just checked in daedalus and the package does not exist in the devuan repository.

#4 Re: Hardware & System Configuration » [SOLVED] No Keyboard or Mouse in Xfce4 » 2023-08-16 21:33:47

There was an upgrade to eudev posted today that looked like it might address the issue with libgudev-1.0-0.
I removed the hold on libgudev-1.0-0 and did update and upgrade.  Everything seems to be fine now.
I did a reboot and there was no problem with processing mouse or keyboard events.

#5 Re: Installation » mariadb on ceres » 2022-08-25 04:21:59

That's it!

I did that and tried to start mariadb.  That worked, so I did another apt-get upgrade.  The server finished installing, stopped, and then started again succesfully.

Thank you very much, rbit.

#6 Re: Installation » mariadb on ceres » 2022-08-24 19:56:24

/var/lib/mysql$ stat aria_log_control
  File: aria_log_control
  Size: 52            Blocks: 8          IO Block: 4096   regular file
Device: 801h/2049d    Inode: 404111      Links: 1
Access: (0660/-rw-rw----)  Uid: (  112/   mysql)   Gid: (  120/   mysql)
Access: 2022-08-24 14:52:13.500000000 -0500
Modify: 2022-08-24 14:37:32.160000000 -0500
Change: 2022-08-24 14:37:32.160000000 -0500
Birth: 2020-09-11 16:02:07.848000000 -0500

I do not know how to interpret this.

#7 Re: Installation » mariadb on ceres » 2022-08-24 07:41:03

I found this in syslog.  Does anyone see a clue?

Aug 24 02:19:07 devuan-ceres mysqld_safe: Starting mariadbd daemon with databases from /var/lib/mysql
Aug 24 02:19:07 devuan-ceres mysqld_safe: Starting mariadbd daemon with databases from /var/lib/mysql
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] /usr/sbin/mariadbd (server 10.6.9-MariaDB-1) starting as process 1443 ...
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] /usr/sbin/mariadbd (server 10.6.9-MariaDB-1) starting as process 1441 ...
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] mariadbd: Can't lock aria control file '/var/lib/mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Number of pools: 1
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Using generic crc32 instructions
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Using liburing
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Completed initialization of buffer pool
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1651026,1651026
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] InnoDB: Missing FILE_CHECKPOINT at 1651026 between the checkpoint 1651026 and the end 1651038.
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] InnoDB: Starting shutdown...
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] Plugin 'InnoDB' init function returned error.
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [Note] Plugin 'FEEDBACK' is disabled.
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] Unknown/unsupported storage engine: InnoDB
Aug 24 02:19:07 devuan-ceres mysqld: 2022-08-24  2:19:07 0 [ERROR] Aborting

#8 Re: Installation » mariadb on ceres » 2022-08-22 18:00:17

I was not sure which script you were referring to, so I tried it on both "./mariad start" and "mysql_secure_installation".

No difference from using sudo.

#9 Re: Installation » mariadb on ceres » 2022-08-22 17:21:47

Here is what happened:

sudo mysql_secure_installation

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we'll need the current
password for the root user. If you've just installed MariaDB, and
haven't set the root password yet, you should just press enter here.

Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)
Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)
Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)
Enter current password for root (enter for none):
Aborting!

Cleaning up...

I tried typing the root password, and I tried just hitting enter.  I got the same resuilt,.

#10 Re: Installation » mariadb on ceres » 2022-08-21 17:35:23

I went into /etc/init.d - entered sudo ./mariadb start and got:

Starting MariaDB database server: mariadbd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!

Not interesting.

Everything was fine before the upgrade.

It is an old system running on a QEMU virtual machine.
I have a parallel debian-sid vm, and the upgrade there went fine.

#11 Re: Installation » mariadb on ceres » 2022-08-21 05:38:26

I tried them both, but neither helps.  I've been poking around /var/log files and /usr/share/doc/mariadb-server-10.6, but I can't figure anything out.

#12 Re: Installation » mariadb on ceres » 2022-08-20 21:36:44

It was a regular ceres system upgrade (apt-get upgrade).

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up mariadb-server-10.6 (1:10.6.9-1) ...
Stopping MariaDB database server: mariadbd.
Starting MariaDB database server: mariadbd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mariadb, action "start" failed.
dpkg: error processing package mariadb-server-10.6 (--configure):
installed mariadb-server-10.6 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
mariadb-server depends on mariadb-server-10.6 (>= 1:10.6.9-1); however:
  Package mariadb-server-10.6 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mariadb-server-10.6
mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

#13 Installation » mariadb on ceres » 2022-08-20 20:55:00

mknoop
Replies: 18

Mariadb-server-10.6 will not install during "apt-get upgrade'" on ceres.  When I tried looking for bug reports on the devuan bug tracking system it says the package does not exist, nor apparently any of the mariadb packages.  I thought that mariadb used systemd on debian, so there should be devuan specific packages.
I have not had this update problem on debian-sid.
I am baffled.

#14 Re: Hardware & System Configuration » Trouble writing to usb » 2021-04-24 20:20:54

Did you unmount the drive before you pulled it out?  Sometimes writes are left pending, and doing an unmount will finishing any pending tasks.

#15 Re: Installation » [SOLVED] Permissions for script in cron » 2021-03-29 21:07:58

mknoop wrote:

From my experience, scripts in cron.* will not run unless the file name ends in ".sh".  Changing the suffix on the filename is one way to turn off the execution for a while.  It looks like you script is named dev-fstrim.

I apologize.  This is the opposite of the truth.  Just ignore me, as you already are.

#16 Re: Installation » [SOLVED] Permissions for script in cron » 2021-03-29 20:34:57

From my experience, scripts in cron.* will not run unless the file name ends in ".sh".  Changing the suffix on the filename is one way to turn off the execution for a while.  It looks like you script is named dev-fstrim.

#18 Re: Other Issues » ceres is not upgrading any packages » 2021-01-12 05:27:34

Thanks.  I will keep trying.  Good luck.

#19 Other Issues » ceres is not upgrading any packages » 2021-01-11 21:04:50

mknoop
Replies: 4

I have two virtual machines for unstable versions.  One is for debian sid, and the other is for devuan ceres.

Debian sid has shown packages to upgrade, as usual, for the last four days.  Devuan ceres has not shown any packages to upgrade for these last four days.  Although they do not show exactly the same package lists for upgrade each day, they are usually similar.  Sometimes there are packages from debian that have different devuan versions that have to be prepared so there are delays for ceres, or the packages do not exist in devuan.

On both systems I run

sudo apt-get update, then sudo apt-get upgrade --autoremove

to perform the upgrades.

The /etc/apt/sources.list file for ceres uses

deb http://deb.devuan.org/merged ceres main contrib non-free

and nothing on ceres has been changed except for previous package upgrades.

In the past there have been times when ceres has no upgrades and these were due to problems with the deb.devuan.org/merged/dists/ceres server.  The release files had not been upgraded.  I have checked these files and each day they had been updated.  Today they were updated at 2021-01-11 03:26:28.

I cannot believe that all those debian files for the last four days have parallel devuan packages that still need to be prepared.

This behavior seems strange to me.  Does anyone have any thoughts?

#20 Re: Desktop and Multimedia » Thunar folder and file ordering » 2020-11-15 00:07:27

My experience is that the files and directories for a folder will be listed as they were the last time I opened that particular folder.  The default for a folder I have not previously opened is folders first by name ascending followed by files by name ascending.  Are you not seeing this?

#21 Re: Devuan » What happened to package search at pkginfo.devuan.org ? » 2020-10-24 00:30:42

Well. I am not getting the warning page anymore.

#22 Re: Devuan » What happened to package search at pkginfo.devuan.org ? » 2020-10-23 20:03:06

I followed the directions at that link and restarted ff but still go the same warning.

This time the nslookup is:
Server:        192.168.1.254
Address:    192.168.1.254#53

Non-authoritative answer:
Name:    pkginfo.devuan.org
Address: 54.36.142.179
Name:    pkginfo.devuan.org
Address: 2001:41d0:2:1f68::3624:8eb3

#23 Re: Devuan » What happened to package search at pkginfo.devuan.org ? » 2020-10-23 19:49:57

not for this.  I am using Ubuntu 20.4

I tried it on a Beowulf virtual machine using ff 78.3.0esr and I did not get the warning message.

The nslookup output on there is:
Server:        10.0.2.3
Address:    10.0.2.3#53

Non-authoritative answer:
Name:    pkginfo.devuan.org
Address: 54.36.142.179
Name:    pkginfo.devuan.org
Address: 2001:41d0:2:1f68::3624:8eb3

#24 Re: Devuan » What happened to package search at pkginfo.devuan.org ? » 2020-10-23 19:35:10

nslookup pkginfo.devuan.org
Server:        127.0.0.53
Address:    127.0.0.53#53

Non-authoritative answer:
Name:    pkginfo.devuan.org
Address: 54.36.142.179
Name:    pkginfo.devuan.org
Address: 2001:41d0:2:1f68::3624:8eb3

#25 Re: Devuan » What happened to package search at pkginfo.devuan.org ? » 2020-10-23 19:15:07

When I go to https://pkginfo.devuan.org/ using firefox 82.0 I get:

Warning: Potential Security Risk Ahead

Firefox detected a potential security threat and did not continue to pkginfo.devuan.org. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.

What can you do about it?

The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.

Learn more…

The same thing happens when I link there from https://www.devuan.org/os/explore at the Search Package Information line.

Board footer

Forum Software