How to find all locations GNOME pulls shortcuts from? https://askubuntu.com/questions/1559407/how-to-find-all-locations-gnome-pulls-shortcuts-from

So I noticed that a similar question has been asked before, but they just give a list of different possible application directories where the .desktop files are found.

Where is the location of application shortcuts in Gnome?

Is there an environment variable or a config file or some place where these directories are stored? I mean, I'm assuming GNOME isn't just exhaustively searching the entire disk, so the list has to be somewhere, right?

Right click Write to disk option https://askubuntu.com/questions/1559402/right-click-write-to-disk-option

Older Ubuntu versions(up to maybe 16.04) had a right click option to write ISOs to DVD(maybe USB)

Newer versions including 24.04 do not seem to have that option anymore. Need to open Start up Disk or similar.

Did the write to disk option have the ability to write to USB and can we add it back to right click options?

It was nice if just doing downloaded movies/tv shows to DVD also.

Pls help to exit grub rescue https://askubuntu.com/questions/1559400/pls-help-to-exit-grub-rescue

I accidentally deleted the grub2 files. Every time I turn on my computer, I go to grub rescue. Commands like help or boot do not work. My operating system is Windows 10. How can I exit grub rescue?

How can I access my Ubuntu 24 server remotely if my router won't allow opening external ports? [duplicate] https://askubuntu.com/questions/1559399/how-can-i-access-my-ubuntu-24-server-remotely-if-my-router-wont-allow-opening-e

I have an Ubuntu 24 server inside a home/office network. I need reliable remote access (SSH and occasional remote desktop) from the internet, but my router does not allow opening or forwarding external ports (I either don't have access to change router settings, UPnP is disabled, or my ISP places the connection behind CGNAT).

What I want:

  • Be able to SSH into the Ubuntu server from outside the LAN.
  • Ideally have an option for secure, persistent access (not a one-off hack).
  • Prefer open-source / low-cost solutions, but I’m open to paid services if they are simple and secure.

What I’ve tried so far:

  • Attempted standard port forwarding on the router — blocked / not possible.
  • Confirmed the server is reachable inside the LAN (SSH works locally).
  • I don’t have a static public IP and suspect I might be behind CGNAT.

Constraints / notes:

  • I can run additional services/clients on the Ubuntu server.
  • I can rent a small VPS if needed.
  • Security is important — I want to avoid exposing weak services directly to the internet.

Questions:

  1. What are the practical, secure ways to get remote access in this scenario?
  2. Which approaches are easiest to set up and maintain for remote SSH access?
  3. What are the security trade-offs for each approach?

Possible options I’ve heard about (please comment on pros/cons):

  • Reverse SSH tunnel (server opens an SSH connection to a public machine / VPS).
  • autossh + systemd to keep the tunnel persistent.
  • Using a small VPS + WireGuard / OpenVPN to create a site-to-site tunnel.
  • Using third-party tunneling services like ngrok / localtunnel.

If more details are needed (router model, exact network setup, whether I have a spare VPS), I can provide them, but I’d like recommendations that work when you cannot open ports and might be behind CGNAT.

Remove docker snap in 22.04.5 https://askubuntu.com/questions/1559398/remove-docker-snap-in-22-04-5

i ran sudo snap remove docker without --purge flag so it was stuck and i Ctrl C'd it.

Now i have:

31 Undo today at 17:19 UTC - Remove "docker" snap

which is mess cause now i can't remove it at all, aborting id leads to nothing, restart snapd - same stuff.

all i have now is

~$ sudo snap remove --terminate --purge docker

error: snap "docker" has "remove-snap" change in progress

How can I force snap to delete this snap?

The `du` command (in `/lib/cargo/bin/coreutils`) outputs wrong sizes in Ubuntu 25.10 https://askubuntu.com/questions/1559396/the-du-command-in-lib-cargo-bin-coreutils-outputs-wrong-sizes-in-ubuntu-2

Compare the following outputs of the commands ran on an Ubuntu 25.10 system:

# du -smc /var
8670    /var
8670    total

# du -smc /var/log 
1548    /var/log
1548    total

# du -smc /var/log /var
1548    /var/log
8670    /var
10217   total

# du --version
du (uutils coreutils) 0.2.2

vs:

# /snap/core22/2134/usr/bin/du -smc /var
8670    /var
8670    total

# /snap/core22/2134/usr/bin/du -smc /var/log
1548    /var/log
1548    total

# /snap/core22/2134/usr/bin/du -smc /var/log /var
1548    /var/log
7122    /var
8670    total

# /snap/core22/2134/usr/bin/du --version
du (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Torbjorn Granlund, David MacKenzie, Paul Eggert,
and Jim Meyering.

Is this a bug in the "new" Rust-based utilities?

# type du
du is hashed (/usr/bin/du)

# ls -l /usr/bin/du
lrwxrwxrwx 1 root root 29 Sep 26 21:16 /usr/bin/du -> ../lib/cargo/bin/coreutils/du
locale problem in 25.10 https://askubuntu.com/questions/1559394/locale-problem-in-25-10

After update from Ubuntu 25.04 to 25.10, there is something wrong with locales and / or the date command:

Normally date should output (as in 25.04):

$ LC_TIME=en_GB.UTF-8 date 
Fri  7 Nov 19:29:29 +03 2025

But, in 25.10 it outputs:

$ LC_TIME=en_GB.UTF-8 date 
Fri Nov  7 19:31:06 +03 2025

like the US (default) format.

I also ran the following, but nothing changed:

$ sudo locale-gen --purge
Generating locales (this might take a while)...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IL.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
  tr_TR.UTF-8... done
Generation complete.

$ sudo update-locale

$ sudo locale -a
C
C.utf8
en_AG
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IL
en_IL.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US
en_US.iso88591
en_US.utf8
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW.utf8
POSIX
tr_TR.utf8

$ ls -lh /usr/lib/locale/locale-archive
-rw-r--r-- 1 root root 8.5M Nov  7 19:32 /usr/lib/locale/locale-archive

$ LC_TIME=en_GB.UTF-8 date 
Fri Nov  7 19:34:20 +03 2025

How can I properly format the output of date command according to the active locale (e.g. en_GB)?


The cause of the problem seems to be the /usr/lib/cargo/bin/coreutils/date command to which the date command is linked by default. Because:

$ LC_TIME=en_GB.UTF-8 /snap/core20/2669/usr/bin/date
Fri  7 Nov 21:13:50 +03 2025

works OK.

So, my question is possibly related to this answer. However, I am searching for another, more simplistic solution.

Laravel project fails on php artisan with "install laravel/ui package" error after Docker rebuilds with FrankenPHP https://askubuntu.com/questions/1559392/laravel-project-fails-on-php-artisan-with-install-laravel-ui-package-error-aft

I'm building a Laravel 12 project using FrankenPHP in a Docker container. After multiple rebuilds and tweaking composer.json requirements. I started hitting this error whenever I run any php artisan command:

php artisan

In Auth.php line 93:
                                                                                     
  In order to use the Auth::routes() method, please install the laravel/ui package.

Now this problem occurs even when running any php artisan command locally.
ubuntu 22.04
php8.2

NetworkManager does not configure the global IPv6 address despite receiving its prefix through the Router Advertisement https://askubuntu.com/questions/1559391/networkmanager-does-not-configure-the-global-ipv6-address-despite-receiving-its
  • Ubuntu 25.10

  • network-manager 1.52.0-1ubuntu3

  • systemd-networkd.service has been stopped, disabled and masked.

  • the renderer in /etc/netplan has been set to NetworkManager (instead of networkd)

  • ipv6.addr-gen-mode of the interface has been set to stable-privacy

NetworkManager.service is running fine:

# systemctl status NetworkManager
● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: enabled)
     Active: active (running) since Fri 2025-11-07 14:59:51 CET; 28min ago
 Invocation: 8182d2beee004adaa4440ea8b950a4cb
       Docs: man:NetworkManager(8)
   Main PID: 219086 (NetworkManager)
      Tasks: 4 (limit: 4584)
     Memory: 4.2M (peak: 21.7M)
        CPU: 57.871s
     CGroup: /system.slice/NetworkManager.service
             └─219086 /usr/sbin/NetworkManager --no-daemon

Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.3254] dhcp4 (enp1s0): state changed new lease, address=192.168.250.11, acd pending
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4513] dhcp4 (enp1s0): state changed new lease, address=192.168.250.11
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4517] policy: set 'enp1s0' (enp1s0) as default for IPv4 routing and DNS
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4595] device (enp1s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4611] device (enp1s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4612] device (enp1s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4615] manager: NetworkManager state is now CONNECTED_SITE
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4616] device (enp1s0): Activation: successful, device activated.
Nov 07 15:17:31 hostname NetworkManager[219086]: <info>  [1762525051.4618] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 07 15:17:32 hostname NetworkManager[219086]: <info>  [1762525052.8642] dhcp6 (enp1s0): activation: beginning transaction (timeout in 45 seconds)

I also have the following IPv6 related settings in /etc/sysctl.conf

net.ipv6.conf.all.accept_ra=2
net.ipv6.conf.all.accept_redirects=0
net.ipv6.conf.all.accept_source_route=0

IPv4 address has been configured, but only the IPv6 LLA (FE80::/10) of the interface has been configured despite the following packets exchanged on the interface with the router:

  • Router Solicitation from the host to the router

  • Router Advertisement from the router containing the right prefix information which should be used to form the IPv6 global unicast address (2000::/3)

I also see from the wireshark trace a Neighbor Solicitation for the LLA address, but nothing for the global address. Afterwards, I keep seeing Router Advertisements (which is expected) but no other Router Solicitation.

It's like NetworkManager receives all the information it needs for the global address, but does not act on it.

We can see in the log the dhcp6 (enp1s0): activation: beginning transaction, but it never ends.

If I try to force renewing the addresses, the result is the same:

nmcli connection down enp1s0 && nmcli connection up enp1s0

What is going on?

How to debug this issue more deeply?

Rebooted Ubuntu 24.04 and now in VGA mode w/o drivers or server s/w running https://askubuntu.com/questions/1559329/rebooted-ubuntu-24-04-and-now-in-vga-mode-w-o-drivers-or-server-s-w-running

I think it updated the nvidia driver for my 1050 card. The driver appears to be the same one in use for my other machine running a 3050 which at the same time started locking up after shutting down virtualbox. I see a new driver listed which makes note of fixing this problem which was likely introduced with this last driver update. But I have no idea what is going on with the server. BIOS screen is in high res, but from grub thru login screen it just stays at 640x480 and the wired ethernet is not working nor is the server software running which is installed on this machine. I'm at a loss. Guessing I have to start over and reinstall.

Getting Ubuntu 24.04lts to hibernate on low battery https://askubuntu.com/questions/1559172/getting-ubuntu-24-04lts-to-hibernate-on-low-battery

When my battery in 24.04lts gets to say 15%, how do I get it to automatically hibernate?

My 72 year old brain sometimes forgets to cut on power to my laptop when I launch Linux, and I've worked away at something, and stepped away for some reason, only to have the battery go dead and it just shuts down dumping all the hard work my disabled and feeble butt did - be nice if it just hibernated instead so my work is saved... but how?

Links, Shortcuts & Files (Nautilus) https://askubuntu.com/questions/1559133/links-shortcuts-files-nautilus

When I create and use a link to a frequently-used directory in Ubuntu 24.04 it works great, except that when I want to copy the directory path from Files for some other purpose, I don't get the actual directory path, but one that reflects use of the link (which is also how Nautilus/Files displays the location).

In the attached image, I've used a link to access a directory I'm currently in/out of regularly, copied the path from Files and pasted it into a Text Editor window to illustrate.

Is this by design? If so, what's behind it?

Is there a way to have Files display the actual location vs. the link path when one arrives somewhere by link?

Nautilus/Files path for directory accessed via link

My Ubuntu on Windows is not working anymore https://askubuntu.com/questions/1558969/my-ubuntu-on-windows-is-not-working-anymore

Is there anyone who gets this type of answer while opening there Ubuntu 22.04 on Windows, and how can I fix it so I can continue working?

Is there anyone who get this type of answer while openning there ubuntu on Windows and how can I fix it so I can continue working

How can I get the raw IPv4 or IPv6 address of my CUPS printers? https://askubuntu.com/questions/1558940/how-can-i-get-the-raw-ipv4-or-ipv6-address-of-my-cups-printers

I'm trying to find the actual IP address (IPv4 or IPv6) of printers configured via CUPS on my Ubuntu system.

When I run:

lpstat -v

I get:

device for HP_DeskJet: ipps://HP1234.local:631/ipp/print
device for HP_DeskJet_series: implicitclass://HP_DeskJet_1234_series/

These URIs don't give me the bare IP address. I want to know the actual IP address the printer is using on the network.

Is there a way to resolve .local hostnames or implicit classes to their IP addresses? Or is there a CUPS command or config file that shows the raw IP?

I'm using Ubuntu 22.04 with CUPS installed and managing printers via the default system tools.

Trying to install Ubuntu for dual boot on HP Omnibook https://askubuntu.com/questions/1557220/trying-to-install-ubuntu-for-dual-boot-on-hp-omnibook

I wonder if anyone can help?

I've just got a new laptop (an HP Omnibook X) which came pre-installed with Windows 11.

I'm trying to install Ubuntu 25.10 and dual boot.

First time around, everything went smoothly and it all worked fine.

But then I run some Windows updates from HP and the dual boot menu disappeared when I restarted.

I realise now it was probably a mistake but I decided to just reinstall Ubuntu again to get the dual boot menu working again.

But now I'm getting an error partway through the install. I've re-tried several times now but keep getting the error. I tried re-formatting the partition of the disk where Ubuntu installed last time, but don't think it deleted anything because the install recognised that there was a previous installation of Ubuntu on the disk.

Here's a chunk of the last part of the log. Help/assistance gratefully received

Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         UEFI remove old olders efi state:
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         EFIBootState(current='0000', timeout='0 seconds', order=['0001', '2001', '2005'], entries={'0000': EFIBootEntry(name='USB Hard Drive (UEFI) - KingstonDataTraveler G3 (KingstonDataTraveler G3)', path='UsbWwid(951,1643,0,001CC0EC32C7FBA1171127D)/HD(2,GPT,994580b5-a031-475e-a2f0-f507ad708683,0xa9c820,0x2810)RC'), '0001': EFIBootEntry(name='Windows Boot Manager', path='HD(1,GPT,9ccec929-07f1-4276-8426-d77803f19ee3,0x800,0x82000)/File(\\EFI\\Microsoft\\Boot\\bootmgfw.efi)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d0000006d000100000010000000040000007fff0400'), '2001': EFIBootEntry(name='EFI USB Device', path='RC'), '2005': EFIBootEntry(name='Internal Hard Disk or Solid State Disk', path='RC')})
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Skipped removing 1 old UEFI entrie.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         UEFI entry 'Windows Boot Manager' might no longer exist and should be removed.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         installing grub to target=/target devices=['/dev/nvme0n1p1'] [replace_defaults=True]
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Checking if target_proc (/target/proc) is a mount
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         It's not, using normal behavior
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['unshare', '--fork', '--pid', '--', 'chroot', '/target', 'dpkg', '--print-architecture'] with allowed return codes [0] (capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         updated /target/etc/default/grub to set: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Using grub install command: /usr/lib/grub/grub-multi-install
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Grub install cmds:
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         [['efibootmgr', '-v'], ['dpkg-reconfigure', 'grub-efi-amd64'], ['update-grub'], ['/usr/lib/grub/grub-multi-install'], ['efibootmgr', '-v']]
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/dev', '/target/dev'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/proc', '/target/proc'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/run', '/target/run'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/sys', '/target/sys'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/sys/firmware/efi/efivars', '/target/sys/firmware/efi/efivars'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--bind', '/target/usr/bin/true', '/target/usr/bin/ischroot'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Checking if target_proc (/target/proc) is a mount
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         It is, so unshare will use --mount-proc=/target/proc
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', 'efibootmgr', '-v'] with allowed return codes [0] (capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Checking if target_proc (/target/proc) is a mount
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         It is, so unshare will use --mount-proc=/target/proc
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', 'dpkg-reconfigure', 'grub-efi-amd64'] with allowed return codes [0] (capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Checking if target_proc (/target/proc) is a mount
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         It is, so unshare will use --mount-proc=/target/proc
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', 'update-grub'] with allowed return codes [0] (capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Checking if target_proc (/target/proc) is a mount
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         It is, so unshare will use --mount-proc=/target/proc
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', '/usr/lib/grub/grub-multi-install'] with allowed return codes [0] (capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['udevadm', 'settle'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         TIMED subp(['udevadm', 'settle']): 0.007
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/usr/bin/ischroot'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/usr/bin/ischroot'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/sys/firmware/efi/efivars'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/sys/firmware/efi/efivars'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/sys'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/sys'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/run'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/run'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/proc'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/proc'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['mount', '--make-private', '/target/dev'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Running command ['umount', '/target/dev'] with allowed return codes [0] (capture=False)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         finish: cmd-install/stage-curthooks/builtin/cmd-curthooks/install-grub: FAIL: installing grub to target devices
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         finish: cmd-install/stage-curthooks/builtin/cmd-curthooks/configuring-bootloader: FAIL: configuring target system bootloader
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         finish: cmd-install/stage-curthooks/builtin/cmd-curthooks: FAIL: curtin command curthooks
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Traceback (most recent call last):
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/main.py", line 202, in main
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             ret = args.func(args)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                   ^^^^^^^^^^^^^^^
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/curthooks.py", line 2217, in curthooks
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             builtin_curthooks(cfg, target, state)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/curthooks.py", line 2172, in builtin_curthooks
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             setup_boot(cfg, target, machine, stack_prefix, osfamily=osfamily,
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/curthooks.py", line 919, in setup_boot
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             setup_grub(cfg, target, osfamily=osfamily, variant=variant)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/curthooks.py", line 839, in setup_grub
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             install_grub(instdevs, target, uefi=uefi_bootable, bootcfg=bootcfg)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/commands/install_grub.py", line 451, in install_grub
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             in_chroot.subp(cmd, env=env, capture=True)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/util.py", line 843, in subp
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             return subp(*args, **kwargs)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                    ^^^^^^^^^^^^^^^^^^^^^
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/util.py", line 323, in subp
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             return _subp(*args, **kwargs)
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                    ^^^^^^^^^^^^^^^^^^^^^^
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:           File "/snap/ubuntu-desktop-bootstrap/441/lib/python3.12/site-packages/curtin/util.py", line 172, in _subp
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:             raise ProcessExecutionError(stdout=out, stderr=err,
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         curtin.util.ProcessExecutionError: Unexpected error while running command.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', '/usr/lib/grub/grub-multi-install']
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Exit code: 1
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Reason: -
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Stdout: ''
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Stderr: Installing grub to /boot/efi.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 Installing for x86_64-efi platform.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 grub-install: error: failed to make directory: '/boot/efi/EFI/ubuntu'.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Unexpected error while running command.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', '/usr/lib/grub/grub-multi-install']
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Exit code: 1
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Reason: -
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Stdout: ''
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         Stderr: Installing grub to /boot/efi.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 Installing for x86_64-efi platform.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 grub-install: error: failed to make directory: '/boot/efi/EFI/ubuntu'.
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:                 
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         {'current': '0000', 'timeout': '0 seconds', 'order': '0001,2001,2005,2002,2004'}
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         {'current': '0000', 'timeout': '0 seconds', 'order': '0001,2001,2005,2002,2004'}
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]:         
Oct 10 22:46:52 ubuntu subiquity_log.4534[10663]: Stderr: ''
Oct 10 22:46:52 ubuntu subiquity_event.4534[4534]:  executing curtin install curthooks step
Oct 10 22:46:52 ubuntu subiquity_event.4534[4534]: installing system
Oct 10 22:46:52 ubuntu subiquity_event.4534[4534]:   

Output of sudo parted -l:

ubuntu@ubuntu:~$ sudo parted -l
Model: Kingston DataTraveler G3 (scsi)
Disk /dev/sda: 16.0GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name       Flags
 1      32.8kB  6340MB  6340MB               ISO9660    hidden, msftdata
 2      6340MB  6346MB  5202kB               Appended2  boot, esp
 3      6346MB  6346MB  307kB                Gap1       hidden, msftdata
 4      6346MB  16.0GB  9691MB  ext4


Model: SAMSUNG MZVL81T0HFLB-00BH1 (nvme)
Disk /dev/nvme0n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                          Flags
 1      1049kB  274MB   273MB   fat32        EFI system partition          boot, esp
 2      274MB   290MB   16.8MB               Microsoft reserved partition  msftres
 3      290MB   414GB   414GB   ntfs         Basic data partition          msftdata
 5      414GB   419GB   4232MB  ext4
 6      419GB   1023GB  605GB   ext4
 4      1023GB  1024GB  791MB   ntfs         Basic data partition          hidden, diag, no_automount

Result of typing efibootmgr into terminal:

ubuntu@ubuntu:~$ efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001,2001,2005,2002,2004
Boot0000* USB Hard Drive (UEFI) - KingstonDataTraveler G3 (KingstonDataTraveler G3) UsbWwid(951,1643,0,001CC0EC32C7FBA1171127D)/HD(2,GPT,b5416491-a6d3-42b2-a3f4-260427bcf601,0xbcf500,0x27b0)RC
Boot0001* Windows Boot Manager  HD(1,GPT,9ccec929-07f1-4276-8426-d77803f19ee3,0x800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d0000006d000100000010000000040000007fff0400
Boot2001* EFI USB Device    RC
Boot2005* Internal Hard Disk or Solid State Disk    RC

How do I change the accent color in ubuntu 24.10 (and up) in the Terminal? https://askubuntu.com/questions/1556666/how-do-i-change-the-accent-color-in-ubuntu-24-10-and-up-in-the-terminal

In Ubuntu, you can now set an accent color in 'settings -> appearance', but I would like to change that via terminal too (to write a global theme switch script, that would change accent colors for several applications).

I am currently using Ubuntu 25.04, but I think it is the same at least since 24.10

The settings I mean: appearance settings

2.5 Gbit performance oddity and KVM https://askubuntu.com/questions/1556040/2-5-gbit-performance-oddity-and-kvm

Did a bit of searching around for answers, but nothing seemed to point to this oddity.

I have an Ubuntu 24.04 server that currently has one QEMU/KVM running on it.

I just installed a 2.5Gbit Network interface into the machine and did some network speed testing.

Going directly to the host machine, my speed is 900+ Mbit, which is about what I get going through the gigabit adaptor.

If I speed test to the VM running on that same server, my speed is 2300Mbit.

I don't have ethernet cable plugged into any other NIC, so it isn't a routing difference.

Any thoughts on this?

I forgot to mention, the server is using SSD's so I don't believe it is a hard drive speed issue.

Cannot scroll with arrow keys or continuously delete on Ubuntu 24.04 https://askubuntu.com/questions/1555580/cannot-scroll-with-arrow-keys-or-continuously-delete-on-ubuntu-24-04

Scrolling up or down with the arrow keys on Ubuntu 24.04 suddenly stopped working. Each key press moves the page only a line or two. Also, holding down the delete key now deletes only one character until pressing the key another time. This behavior is the same in different browsers. In settings > mouse and keyboard, I don't see anywhere to change this. The keyboard on this ThinkPad T440 always performed as expected before. Where can I reset it? Please and thank you. Edit: Looking over similar questions gave me the idea to experiment with the Fn key. Pressing Alt + Fn restored normal functioning of the arrow keys, but I can still delete only one character at a time. As I was composing this post I tried to see if doing something with the Fn key would fix the delete function too. I couldn't find any combination of keys to do that, and now, arrow scrolling doesn't work either. I can't duplicate whatever I did before. Please help.

Colored man pages stopped working in Ubuntu 24 https://askubuntu.com/questions/1553539/colored-man-pages-stopped-working-in-ubuntu-24

I have the following lines in my .bashrc to support colors in man pages:

# Colored man pages
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'

It worked out of the box right after installation on Ubuntu 20 and 22. However, after fresh installation of Ubuntu 2024, the colors in man pages are gone. What is interesting, if I print TERMCAP environment variables, it looks like they are empty:

[user@host ~] env | grep TERM
COLORTERM=truecolor
LESS_TERMCAP_se=
LESS_TERMCAP_so=
TERM=xterm-256color
LESS_TERMCAP_mb=
LESS_TERMCAP_me=
LESS_TERMCAP_md=
LESS_TERMCAP_ue=
LESS_TERMCAP_us=
Is it possible to retrofit TPM based disk encryption on system upgraded to 23.10? https://askubuntu.com/questions/1492927/is-it-possible-to-retrofit-tpm-based-disk-encryption-on-system-upgraded-to-23-10

There was a lot of rumour about TPM base disk encryption available on Ubuntu 23.10, but looks like all articles meant installation process.

Is it possible to retrofit TPM based encryption (effectively the key typing stage) on the upgraded OS instance with already encrypted drives? I'd like to stop typing password every time the system boots.

sddm not starting - Failed to read display number from pipe https://askubuntu.com/questions/1417031/sddm-not-starting-failed-to-read-display-number-from-pipe

I have a problem that is driving me crazy and could not find a solution in the web jet, so I would appreciate if anyone can point me in the right direction. I have a laptop MSI prestige running kubuntu 22.04. I had to install kernel 5.18 so that the wifi work. I also installed nvidia drivers 515.48 (this solved some heating problems that I had). So now it seems that everything runs good, but for a small random problem: plasma does not always start automatically. Usually, when the computer boots sddm fails so I have to change to another console, restart sddm and everything works fine. That is the usual procedure, but sometimes sddm starts good by itself on boot and sometimes everything is stuck and I have to reboot the computer. The error I see in syslo is

sddm[1002]: Failed to read display number from pipe 
sddm[1002]: Could not start Display server on vt 1

Some of the parameters I have in grub that I read could help:

ibt=off rd.driver.blacklist=nouveau nvidia-drm.modeset=1

I read that it could be related to the fact sddm is launched prior to GPU being properly initialised, but not sure if it is really that and how to correct it.

So if anyone has some ideas, that would be great

journalctl -b0 -u sddm.service

gives

jul 03 13:33:44 valinor systemd[1]: Starting Simple Desktop Display Manager...
jul 03 13:33:44 valinor systemd[1]: Started Simple Desktop Display Manager.
jul 03 13:33:44 valinor sddm[1002]: Initializing...
jul 03 13:33:44 valinor sddm[1002]: Starting...
jul 03 13:33:44 valinor sddm[1002]: Logind interface found
jul 03 13:33:44 valinor sddm[1002]: Adding new display on vt 1 ...
jul 03 13:33:44 valinor sddm[1002]: Loading theme configuration from ""
jul 03 13:33:44 valinor sddm[1002]: Display server starting...
jul 03 13:33:44 valinor sddm[1002]: Adding cookie to "/var/run/sddm/{025b077b-f1fd-44f3-8b88-0a9cb7b3af50}"
jul 03 13:33:44 valinor sddm[1002]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{025b077b-f1fd-44f3-8b88-0a9cb7b3af50} -background none -noreset -displayfd 17 -seat seat0 vt1
jul 03 13:33:44 valinor sddm[1002]: Failed to read display number from pipe
jul 03 13:33:44 valinor sddm[1002]: Could not start Display server on vt 1
jul 03 13:34:39 valinor sddm[1002]: Signal received: SIGTERM
jul 03 13:34:39 valinor systemd[1]: Stopping Simple Desktop Display Manager...
jul 03 13:34:39 valinor systemd[1]: sddm.service: Deactivated successfully.
jul 03 13:34:39 valinor systemd[1]: Stopped Simple Desktop Display Manager.
jul 03 13:34:40 valinor systemd[1]: Starting Simple Desktop Display Manager...
jul 03 13:34:40 valinor systemd[1]: Started Simple Desktop Display Manager.
jul 03 13:34:40 valinor sddm[1384]: Initializing...
jul 03 13:34:40 valinor sddm[1384]: Starting...
jul 03 13:34:40 valinor sddm[1384]: Logind interface found
jul 03 13:34:40 valinor sddm[1384]: Adding new display on vt 1 ...
jul 03 13:34:40 valinor sddm[1384]: Loading theme configuration from ""
jul 03 13:34:40 valinor sddm[1384]: Display server starting...
jul 03 13:34:40 valinor sddm[1384]: Adding cookie to "/var/run/sddm/{be1b0a15-08c9-4487-9982-0b6bfe194842}"
jul 03 13:34:40 valinor sddm[1384]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{be1b0a15-08c9-4487-9982-0b6bfe194842} -background none -noreset -displayfd 17 -seat seat0 vt1
jul 03 13:34:41 valinor sddm[1384]: Setting default cursor
jul 03 13:34:42 valinor sddm[1384]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
jul 03 13:34:44 valinor sddm[1384]: Display server started.
jul 03 13:34:44 valinor sddm[1384]: Socket server starting...
jul 03 13:34:44 valinor sddm[1384]: Socket server started.
jul 03 13:34:44 valinor sddm[1384]: Loading theme configuration from "/usr/share/sddm/themes/ubuntu-theme/theme.conf"
jul 03 13:34:44 valinor sddm[1384]: Greeter starting...
jul 03 13:34:44 valinor sddm-helper[1473]: [PAM] Starting...
jul 03 13:34:44 valinor sddm-helper[1473]: [PAM] Authenticating...
jul 03 13:34:44 valinor sddm-helper[1473]: [PAM] returning.
jul 03 13:34:44 valinor sddm-helper[1473]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=119) by (uid=0)
jul 03 13:34:44 valinor sddm[1384]: Greeter session started successfully
jul 03 13:34:44 valinor sddm[1384]: Message received from greeter: Connect
jul 03 13:34:48 valinor sddm[1384]: Message received from greeter: Login
jul 03 13:34:48 valinor sddm[1384]: Reading from "/usr/share/xsessions/plasma.desktop"
jul 03 13:34:48 valinor sddm[1384]: Reading from "/usr/share/xsessions/plasma.desktop"
jul 03 13:34:48 valinor sddm[1384]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
jul 03 13:34:48 valinor sddm-helper[1548]: [PAM] Starting...
jul 03 13:34:48 valinor sddm-helper[1548]: [PAM] Authenticating...
jul 03 13:34:48 valinor sddm-helper[1548]: [PAM] Preparing to converse...
jul 03 13:34:48 valinor sddm-helper[1548]: [PAM] Conversation with 1 messages
jul 03 13:34:48 valinor sddm-helper[1548]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
jul 03 13:34:48 valinor sddm-helper[1548]: [PAM] returning.
jul 03 13:34:48 valinor sddm[1384]: Authenticated successfully
jul 03 13:34:48 valinor sddm-helper[1548]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
jul 03 13:34:48 valinor sddm-helper[1548]: pam_unix(sddm:session): session opened for user morales(uid=1000) by (uid=0)
jul 03 13:34:48 valinor sddm-helper[1548]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
jul 03 13:34:48 valinor sddm-helper[1548]: Starting: "/etc/sddm/Xsession \"/usr/bin/startplasma-x11\""
jul 03 13:34:48 valinor sddm[1384]: Session started
jul 03 13:34:48 valinor sddm[1384]: Auth: sddm-helper exited successfully
jul 03 13:34:48 valinor sddm[1384]: Greeter stopped.

remark that it fails at start and the I manually restarted sddm

egrep 'EE|WW' /var/log/Xorg.0.log

[    60.502] Current Operating System: Linux valinor 5.18.0-051800-generic #202205222030 SMP PREEMPT_DYNAMIC Sun May 22 20:33:46 UTC 2022 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    60.503] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    60.503] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    60.503] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    60.503] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    60.503] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    60.693] (WW) Falling back to old probe method for fbdev
[    61.194] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    61.324] (II) Initializing extension MIT-SCREEN-SAVER
[    77.145] (WW) Option "xkb_variant" requires a string value
[    77.145] (WW) Option "xkb_options" requires a string value
[  2414.441] (EE) event10 - MSNB0001:00 06CB:CDAA Touchpad: kernel bug: Touch jump detected and discarded.
[  2545.249] (EE) event10 - MSNB0001:00 06CB:CDAA Touchpad: kernel bug: Touch jump detected and discarded.
[  2550.256] (EE) modeset(0): Failed to set CTM property: -13
[  2550.257] (EE) modeset(0): failed to set mode: No such file or directory
[  2583.546] (WW) Option "xkb_variant" requires a string value
[  2583.546] (WW) Option "xkb_options" requires a string value

I add cat /var/log/gpu-manager.log

log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/5.18.0-051800-generic/kernel
Looking for nvidia modules in /lib/modules/5.18.0-051800-generic/updates/dkms
Found nvidia.ko module in /lib/modules/5.18.0-051800-generic/updates/dkms/nvidia.ko
Looking for amdgpu modules in /lib/modules/5.18.0-051800-generic/kernel
Looking for amdgpu modules in /lib/modules/5.18.0-051800-generic/updates/dkms
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is nvidia kernel module available? yes
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:46a6
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:25a2
BusID "PCI:1@0:0:0"
can't open /sys/bus/pci/devices/0000:01:00.0/boot_vga
Is boot vga? no
can't open /sys/bus/pci/devices/0000:01:00.0/boot_vga
Chassis type: "10"
Laptop detected
can't access /etc/u-d-c-nvidia-runtimepm-override file
Found json file: /usr/share/doc/nvidia-driver-515-server/supported-gpus.json
File /usr/share/doc/nvidia-driver-515-server/supported-gpus.json not found
Is nvidia runtime pm supported for "0x25a2"? yes
Trying to create new file: /run/nvidia_runtimepm_supported
Checking power status in /proc/driver/nvidia/gpus/0000:01:00.0/power
Runtime D3 status:          Enabled (fine-grained)
Is nvidia runtime pm enabled for "0x25a2"? yes
Trying to create new file: /run/nvidia_runtimepm_enabled
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "i915"
Skipping "/dev/dri/card0", driven by "nvidia-drm"
Found "/dev/dri/card1", driven by "i915"
output 0:
        card1-eDP-1
output 1:
        card1-DP-1
Number of connected outputs for /dev/dri/card1: 2
Does it require offloading? no
last cards number = 2
Has amd? no
Has intel? yes
Has nvidia? yes
How many cards? 2
Has the system changed? No
Takes 0ms to wait for nvidia udev rules completed.
Intel IGP detected
NVIDIA hybrid system
Creating /usr/share/X11/xorg.conf.d/11-nvidia-offload.conf
Setting power control to "auto" in /sys/bus/pci/devices/0000:01:00.0/power/control

and dkms status

nvidia/515.48.07, 5.15.0-39-generic, x86_64: installed
nvidia/515.48.07, 5.18.0-051800-generic, x86_64: installed
Problem when installing Microsoft SQL Server 2019 https://askubuntu.com/questions/1416777/problem-when-installing-microsoft-sql-server-2019

I tried to install MSSQL-Server using Microsoft's guide but I get this error during the installation, I tried Synaptic but it did not work, I browsed trough Stackexchange running some terminal codes but it did not help either, here is the error:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mssql-server : Depends: libldap-2.4-2 but it is not installable
E: Unable to correct problems, you have held broken packages.

And here is the other error when I try to update:

dpkg: error processing package msodbcsql17 (--configure):
 installed msodbcsql17 package post-installation script subprocess returned erro
r exit status 127
dpkg: dependency problems prevent configuration of mssql-tools:
 mssql-tools depends on msodbcsql17 (>= 17.3.0.0); however:
  Package msodbcsql17 is not configured yet.

dpkg: error processing package mssql-tools (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup erro
r from a previous failure.
                          Errors were encountered while processing:
 msodbcsql17
 mssql-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

I apologize if its too long.

accessing remote server by ssh ( but ssh port is filtered) https://askubuntu.com/questions/1379987/accessing-remote-server-by-ssh-but-ssh-port-is-filtered

I have a few remote ubuntu servers which I don't have a physical access to them. I want to ssh , all of them are saying that the state is filtered on port 22. I have just their Ip address, by using ssh command, I SSH to them, but it is not possible because their port 22 is filtered. how can I access the servers , or reset the filtered port to open it? or any idea

How do I configure xorg.conf for two X screens on one Nvidia card? https://askubuntu.com/questions/1376935/how-do-i-configure-xorg-conf-for-two-x-screens-on-one-nvidia-card

Aims

  • Goal of this post: Figure out what xorg.conf configurations are necessary to use each of my dual monitors as a separate X screen.
  • Intermediate goal for this post: Figure out why I cannot start X with my manual xorg.conf configuration.
  • Success metric: When I can launch xeyes or other X11 apps in a script which specifies which of my monitors they appear on.
  • Ultimate purpose: To start LXC GUI containers (meaning a full desktop) such that they appear fullscreen on a chosen monitor. I wish to be able to share a keyboard and move a cursor between the monitors, but not move windows.

My system

  • Ubuntu Server 20.04, Nvidia GT 710 video card. Driver is nvidia-dkms-470-server. The connections I am using are HDMI and DVI.
  • There are other video cards present on the system, but they are aliased and will be used for passthrough purposes. I see no reason why this should be relevant, but video drivers have surprised me before.

Expected behavior:

  • When I run startx &, X should start normally, and then I should be able to open xeyes on either screen 0 or 1 by using DISPLAY=:0.0 or DISPLAY=:0.1 respectively.

Actual behavior:

  • I cannot start X, with "no screens found".

  • Judging by the logs, xf86OpenConsole might be related to the problem, but I have no idea what that is.

  • This is Xorg.0.log after I try sudo startx &.

[  3083.851] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3083.851]    compiled for 1.6.99.901, module version = 1.0.0
[  3083.851]    Module class: X.Org Video Driver
[  3083.851] (II) UnloadModule: "nvidia"
[  3083.851] (II) Unloading nvidia
[  3083.851] (II) Failed to load module "nvidia" (already loaded, 0)
[  3083.851] (II) LoadModule: "nouveau"
[  3083.852] (WW) Warning, couldn't open module nouveau
[  3083.852] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  3083.852] (II) LoadModule: "modesetting"
[  3083.852] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3083.854] (II) Module modesetting: vendor="X.Org Foundation"
[  3083.854]    compiled for 1.20.11, module version = 1.20.11
[  3083.854]    Module class: X.Org Video Driver
[  3083.854]    ABI class: X.Org Video Driver, version 24.1
[  3083.854] (II) LoadModule: "fbdev"
[  3083.854] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3083.855] (II) Module fbdev: vendor="X.Org Foundation"
[  3083.855]    compiled for 1.20.1, module version = 0.5.0
[  3083.855]    Module class: X.Org Video Driver
[  3083.855]    ABI class: X.Org Video Driver, version 24.0
[  3083.855] (II) LoadModule: "vesa"
[  3083.855] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3083.856] (II) Module vesa: vendor="X.Org Foundation"
[  3083.856]    compiled for 1.20.4, module version = 2.4.0
[  3083.856]    Module class: X.Org Video Driver
[  3083.856]    ABI class: X.Org Video Driver, version 24.0
[  3083.856] (II) NVIDIA dlloader X Driver  470.82.01  Wed Oct 27 21:23:16 UTC 2021
[  3083.856] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3083.856] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3083.856] (II) FBDEV: driver for framebuffer: fbdev
[  3083.856] (II) VESA: driver for VESA chipsets: vesa
[  3083.856] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[  3083.856] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[  3083.856] (WW) Falling back to old probe method for modesetting
[  3083.856] (WW) Falling back to old probe method for fbdev
[  3083.856] (WW) Falling back to old probe method for modesetting
[  3083.856] (WW) Falling back to old probe method for fbdev
[  3083.856] (EE) No devices detected.
[  3083.856] (EE) 
Fatal server error:
[  3083.856] (EE) no screens found(EE) 
[  3083.856] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
  • If I remove xorg.conf, X starts normally, but without two X screens (only Screen 0), as shown by the output of xrandr:
~$ sudo xrandr -q
Screen 0: minimum 8 x 8, current 4160 x 1440, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
DVI-D-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 367mm x 275mm
   1600x1200     60.00*+
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
HDMI-0 connected 2560x1440+1600+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   2048x1152     60.00  
   1920x1440     60.00  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00    60.05    60.00    50.04  
   1680x1050     59.95  
   1440x900      59.89  
   1440x576      50.00  
   1440x480      59.94  
   1280x1024     75.02    60.02  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93 

First attempts

  • I made my xorg.conf based on this: https://download.nvidia.com/XFree86/Linux-x86_64/304.137/README/configmultxscreens.html
  • I suspect there is something more I need in the monitors section of xorg.conf, but I am not sure what it is.
  • I feel like the monitors should reference the Screen definitions in some way, but my random guesses about how to do that have been fruitless.
  • I am finding it difficult to adapt the xorg.conf examples I have found to my specific circumstances. I don't know what is mandatory based on my hardware or distro/version.
  • /etc/X11/xorg.conf:
Section "Device"
    Identifier "nvidia0"
    Driver "nvidia"
    BusID "PCI:44:00:0"
    Screen 0
EndSection

Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    BusID "PCI:44:0:0"
    Screen 1
EndSection


Section "Screen"
    Identifier "Screen0"
    Device "nvidia0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "nvidia1"
    Monitor "Monitor1"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Monitor"
        Identifier "Monitor0"
EndSection

Section "Monitor"
        Identifier "Monitor1"
        Option "LeftOf" "HDMI-1"
EndSection

Section "ServerLayout"
    Identifier "Main Layout"
    Screen 0 "Screen0"
    Screen 1 "Screen1" leftOf "Screen0"
EndSection

Update - partial success:

  • Reconfigured xorg.conf using nvidia-xconfig.
  • I can now start X
  • No joy with respect to actually getting an X Screen for every monitor.
  • My current xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 470.82.01


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Screen          0
    VendorName     "NVIDIA Corporation"
    Option      "Monitor-DVI-D-0" "DVI"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Screen          1
    VendorName     "NVIDIA Corporation"
    Option      "Monitor-HDMI-0" "HDMI"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
    Depth       24
    EndSubSection
EndSection


  • But xrandr still only shows Screen0
~$ sudo xrandr -q
Screen 0: minimum 8 x 8, current 4160 x 1440, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
DVI-D-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 367mm x 275mm
   1600x1200     60.00*+
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
HDMI-0 connected 2560x1440+1600+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   2048x1152     60.00  
   1920x1440     60.00  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00    60.05    60.00    50.04  
   1680x1050     59.95  
   1440x900      59.89  
   1440x576      50.00  
   1440x480      59.94  
   1280x1024     75.02    60.02  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  

Edit: One additional note: I have tried supplying the PCI IDs under the "Device" section like BusID "PCI:44:0:0". That actually seems to be the cause of my earlier problem with X not starting with:

[   229.284] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[   229.284] (WW) xf86OpenConsole: setsid failed: Operation not permitted

Yet another update

I removed the PCI BusID specification from the Device section of xorg.conf, as for some reason it prevented me from starting X with the xf86OpenConsole errors mentioned above. However I did notice that Nvidias more recent documentation suggests using a ServerLayout section. I added the second screen to this section, and it did change the output of xrandr, but not in the way I wanted. It still only mentions Screen0, but now there is no info about my HDMI monitor (although I have a cursor on it). This is now the output of xrandr:

~$ sudo xrandr -q
Screen 0: minimum 8 x 8, current 1600 x 1200, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
DVI-D-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 367mm x 275mm
   1600x1200     60.00*+
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  

And my xorg.conf currently looks like this:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" rightOf "Screen0" 
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS" "DVI"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Screen          0
    VendorName     "NVIDIA Corporation"
    Option      "Monitor-DVI-D-0" "DVI"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS" "HDMI"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Screen          1
    VendorName     "NVIDIA Corporation"
    Option      "Monitor-HDMI-0" "HDMI"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
    Depth       24
    EndSubSection
EndSection

Edit: One more thing: I tried adding Option "ZaphodHeads" to my Device sections, but that did not help. Perhaps it isn't what I wanted, or maybe I didn't configure it correctly, I don't know.

Partitions not detected during installation Ubuntu 17.10 https://askubuntu.com/questions/992941/partitions-not-detected-during-installation-ubuntu-17-10

I deleted the Ubuntu 64bit partition from Windows 10 to extend its size and I am trying to reinstall it on my PC. The problem is, Ubuntu installer is neither detecting the windows installation nor the partitions I've made on my hard disk using windows. The installer shows an empty hard disk (no partitions) where I can install Ubuntu. I'm afraid if I continue to install I might break the existing partitions and lose my files. But the partition manager "Gparted" is showing all the existing partitions correctly. Only the installer is not able to detect the partitions.

I made a bootable USB drive for Ubuntu installation using "Universal USB Installer".

Here is the output of sudo parted /dev/sda print and sudo gdisk -l /dev/sda

ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) 

ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe849da94

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1  *          2048     718847     716800   350M  7 HPFS/NTFS/e
/dev/sda2           718848  315125759  314406912 149.9G  7 HPFS/NTFS/e
/dev/sda3        315125760  827127807  512002048 244.1G  7 HPFS/NTFS/e
/dev/sda4        827127745 1953519615 1126391871 537.1G  f W95 Ext'd (
/dev/sda5        827127808 1246851071  419723264 200.1G  7 HPFS/NTFS/e
/dev/sda6       1246853120 1339127807   92274688    44G 83 Linux
/dev/sda7       1339129856 1953519615  614389760   293G  7 HPFS/NTFS/e

Partition 4 does not start on physical sector boundary.




Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot Start     End Sectors  Size Id Type
/dev/sdb1  *      128 7913471 7913344  3.8G  c W95 FAT32 (LBA)

I cannot boot to Windows nor install Ubuntu since the partitions aren't detected. Should I convert MBR partitions to GPT so they are detected during the installation? Is it doable without losing my data?

Dell9550: bluetooth headset connects and then disconnects in a couple of seconds https://askubuntu.com/questions/806826/dell9550-bluetooth-headset-connects-and-then-disconnects-in-a-couple-of-seconds

Anyone has a solution to this?

On initial install, my headset wasn't identified/found at all. After adding the missing middleware and setting AutoEnable=true in /etc/bluetooth/main.conf, the headset was identified and I was able to use it once. But the very next day I tried to reconnect, and it doesn't work any longer. The device connects successfully, I can hear a notification in the headset, and them it disconnects shortly afterwards(3-5 seconds).

What should I try next?

CodeBlock c++ problem: Procces returned 126 (0x7E) https://askubuntu.com/questions/428276/codeblock-c-problem-procces-returned-126-0x7e

I'm having a problem with CodeBlocks.

I can't run any C++ code and every time i try, I get the following error in terminal

Process returned 126 (0x7E)`

I googled it and found this link: http://www.thestudentroom.co.uk/showthread.php?t=1737736

sudo nano /etc/fstab
  • find the line which says NTFS somewhere on it.
  • find the part of this line which says "user"- it's under the header
  • change "user" to "user,exec"- remove any "noexec"s
  • Ctrl-X and save when asked

But when i followed the first steps, fstab didn't appear so I can't follow the next steps required to fix the problem.

How can I fix this problem in a simplest way? How should i open fstab that is required?

Screenshots:
http://s822.photobucket.com/user/mukunda13/media/fstab_zps0fe91c4e.png.html

AR9285 Wireless network problem Ubuntu 13.04 https://askubuntu.com/questions/286324/ar9285-wireless-network-problem-ubuntu-13-04

I just installed Ubuntu 13.04 on my new Lenovo Ideapad using the live USB. My problem is that I cannot connect to my wireless network. My wireless adapter is recognized as Atheros Communications Inc AR9285 Wireless network adapter.

Printing does not work on a Sharp MX 2310U https://askubuntu.com/questions/237791/printing-does-not-work-on-a-sharp-mx-2310u

Help please with a little printer probem.

I am using a Sharp-MX-2310U printer on the network with Ubuntu 12.10. Followed all the normal setup and looking at cups localhost:631/printers/ I see the printer but no print jobs are printed and /var/spool/cups just keeps on filling with unfinished jobs.

The printer properties display the ink status etc so I do have connection to the printer but localhost:631/printers/ shows:

SHARP-MX-2310U SHARP MX-2310U Office Sharp MX-2300N Foomatic/pxlcolor (recommended) Idle - "Waiting for printer to finish."

Looking in localhost:631/admin/log/error_log I get a number of errors but nothing that is obvious.

    E [08/Jan/2013:10:31:26 +0000] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    E [08/Jan/2013:10:31:26 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    E [08/Jan/2013:11:22:41 +0000] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    E [08/Jan/2013:15:51:29 +0000] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    E [08/Jan/2013:15:52:43 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    W [08/Jan/2013:15:53:22 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
    W [08/Jan/2013:15:53:22 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
    W [08/Jan/2013:15:54:04 +0000] [Job 1] The printer is unreachable at this time.
    W [08/Jan/2013:15:54:27 +0000] [Job 1] The printer is unreachable at this time.
    W [08/Jan/2013:15:54:40 +0000] [Job 1] The printer is unreachable at this time.
    E [08/Jan/2013:15:54:55 +0000] [Job 1] The printer is not responding.
    E [08/Jan/2013:16:08:22 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    E [08/Jan/2013:16:09:40 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    E [08/Jan/2013:16:11:33 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    E [08/Jan/2013:16:13:38 +0000] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    E [08/Jan/2013:16:14:21 +0000] [cups-driverd] Bad driver information file "/usr/share/cups/drv/cupsfilters.drv"!
    W [08/Jan/2013:16:14:45 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
    W [08/Jan/2013:16:14:45 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
    E [08/Jan/2013:16:28:03 +0000] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    W [08/Jan/2013:16:28:04 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
    W [08/Jan/2013:16:28:04 +0000] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_SHARP_MX_2310U
How can I find what video driver is in use on my system? https://askubuntu.com/questions/23238/how-can-i-find-what-video-driver-is-in-use-on-my-system

I would like to try a different video display driver, but I'm not sure which one I'm currently using.

What's the simple way to see what driver my system is using currently?