WiFi icon showing "no internet" even though internet works fine — connectivity.ubuntu.com unreachable https://askubuntu.com/questions/1565041/wifi-icon-showing-no-internet-even-though-internet-works-fine-connectivity-u

enter image description here

My wifi icon showing "no internet" but actually internet working fine. browsing, youtube, download everything working no problem.I did some checking and found that connectivity.ubuntu.com not reachable at all:

$ ping connectivity.ubuntu.com ping: connectivity.ubuntu.com: Name or service not known

but google ping working fine: $ ping google.com 64 bytes from ...: icmp_seq=1 ttl=108 time=50.6 ms 0% packet loss

I think my ISP in Bangladesh blocking this domain or something. because of this NetworkManager thinking no internet and showing wrong icon. icon also flickering sometimes connected sometimes not. so my questions:

Is this common problem in some countries/ISP? how to fix properly without breaking anything? any alternative URL that ubuntu support for this check?

HD with strange partition https://askubuntu.com/questions/1565040/hd-with-strange-partition

enter image description here

After I have used a live usb to fix my boot I have found this situation. before I had only sda2 not sda2 with sda5

GHow can I fix it?

Thanks

Unexpected gateway in Ubuntu 22.04 server https://askubuntu.com/questions/1565039/unexpected-gateway-in-ubuntu-22-04-server

I have issued the following commands to set up my network on this Ubuntu 22.04 server:

nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.address 192.168.1.6/24
nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.gateway 192.168.1.1
nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.dns "192.168.1.2"
nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.method manual
nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.dns-search "mydomain.com"
nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv6.method disabled
nmcli connection up 06563f32-7cd9-3ee1-ac71-e5bb775a4840

Until today this has been working great, but now there is a phantom gateway (.254) set for the default. To resolve this, I have reissued these commands:

nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.gateway 192.168.1.1
nmcli con up 06563f32-7cd9-3ee1-ac71-e5bb775a4840

Everything works like it should until I reboot. Route looks like this:

> route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.1.1     0.0.0.0         UG    20100  0        0 eth0
default         192.168.1.1     0.0.0.0         UG    20600  0        0 wlan0
link-local      0.0.0.0         255.255.0.0     U     1000   0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     600    0        0 wlan0

but after rebooting, route looks like this again:

> route                                                                                                                                    
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.254   0.0.0.0         UG    20100  0        0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG    20600  0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     600    0        0 wlan0

Why would this phantom/incorrect default route appear upon reboot (again, suddenly - This has been working since moving to 22.04, years ago)?

By the way, this is what the persistent configuation hows:

root@velmicro:/etc/NetworkManager/system-connections# cat Wired\ connection\ 1.nmconnection 
[connection]
id=Wired connection 1
uuid=06563f32-7cd9-3ee1-ac71-e5bb775a4840
type=ethernet
autoconnect-priority=-999
interface-name=eth0
timestamp=1774099155

[ethernet]

[ipv4]
address1=192.168.1.6/24,192.168.1.1
dns=192.168.1.2;
dns-search=lovelady.com;
method=manual

[ipv6]
addr-gen-mode=eui64
method=disabled

[proxy]    
connectivity-check.ubuntu.com offline https://askubuntu.com/questions/1565036/connectivity-check-ubuntu-com-offline

I have a DGX Spark running a version of Ubuntu. The OOBE depends on connectivity-check.ubuntu.com. That site is offline. Does anyone know if anyone is working on this yet? Setup is impossible if the endpoint is offline.

Thanks Folks

xxx@MacBook-Pro-von-xxx ~ % curl -v https://connectivity-check.ubuntu.com
* Host connectivity-check.ubuntu.com:443 was resolved.
* IPv6: (none)
* IPv4: 185.125.190.96, 185.125.190.97, 185.125.190.98, 91.189.91.96, 91.189.91.97, 91.189.91.98
*   Trying 185.125.190.96:443...
* Connected to connectivity-check.ubuntu.com (185.125.190.96) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=connectivity-check.ubuntu.com
*  start date: Jan  8 08:13:33 2026 GMT
*  expire date: Apr  8 08:13:32 2026 GMT
*  subjectAltName: host "connectivity-check.ubuntu.com" matched cert's "connectivity-check.ubuntu.com"
*  issuer: C=US; O=Let's Encrypt; CN=R12
*  SSL certificate verify ok.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://connectivity-check.ubuntu.com/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: connectivity-check.ubuntu.com]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.7.1]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: connectivity-check.ubuntu.com
> User-Agent: curl/8.7.1
> Accept: */*
> 
* Request completely sent off
* Recv failure: Connection reset by peer
* LibreSSL SSL_read: LibreSSL/3.3.6: error:02FFF036:system library:func(4095):Connection reset by peer, errno 54
* Failed receiving HTTP2 data: 56(Failure when receiving data from the peer)
* Connection #0 to host connectivity-check.ubuntu.com left intact
curl: (56) Recv failure: Connection reset by peer
Xbox One controller and dongle not connecting Fix [closed] https://askubuntu.com/questions/1565033/xbox-one-controller-and-dongle-not-connecting-fix

I used this AI overview To fix my setup and it worked for me. I followed the commands in the terminal and it worked! I had tried everything else i could find online with No success.

https://www.google.com/search?q=Xone+Ubuntu+install&oq=&gs_lcrp=EgZjaHJvbWUqCQgAEEUYOxjCAzIJCAAQRRg7GMIDMgkIARBFGDsYwgMyCQgCEEUYOxjCAzIJCAMQRRg7GMIDMgkIBBBFGDsYwgMyCQgFEEUYOxjCAzIJCAYQRRg7GMIDMgkIBxBFGDsYwgPSAQkxODQ2ajBqMTWoAgiwAgE&sourceid=chrome&ie=UTF-8

Snap Store publisher username not updating after changing Ubuntu One username https://askubuntu.com/questions/1565030/snap-store-publisher-username-not-updating-after-changing-ubuntu-one-username

I published a snap application (comscope) on the Snap Store. After publication, I changed my Ubuntu One username from dasprakash to prkshdas, but the Snap Store is still showing the old username.

Here's the inconsistency I'm seeing across three places:

1. Snap Store public listing — still shows the old username dasprakash:

Prakash Das (dasprakash) | Utilities

snapcraft.io public app page:

snapcraft.io public app page

2. Ubuntu One account settings — correctly shows the new username prkshdas:

login.ubuntu.com personal details:

login.ubuntu.com personal details

3. Snapcraft developer dashboard — still shows the old username dasprakash:

Username: dasprakash

snapcraft.io account details page:

snapcraft.io account details page

Summary of the issue:

  • Ubuntu One (login.ubuntu.com) shows the updated username: prkshdas
  • Snap Store public listing still shows: dasprakash
  • Snapcraft developer dashboard still shows: dasprakash

Question: Why hasn't the username change propagated to the Snap Store and the Snapcraft developer dashboard? Is there a way to manually trigger the sync, or do I need to contact Canonical support to get this resolved?

creating shortcut on desktop and screen resolution problem https://askubuntu.com/questions/1565029/creating-shortcut-on-desktop-and-screen-resolution-problem
  1. I have MSI Edge expert machine and it OS is ubuntu. I want to create a shortcut of folder from shared network server on the dessktop. How to do it

  2. When the machine is unused it goes in sleep mode and after puting it on back the font size becomes small, how to fix it?

hyperspec install problem a few days after new fresh install of Ubuntu 25.10 https://askubuntu.com/questions/1565027/hyperspec-install-problem-a-few-days-after-new-fresh-install-of-ubuntu-25-10

NB This is NOT a duplicate of How force remove when post-installation script always fail as I can QUITE EASILY UNINSTALL the 'hyperspec' package ...

$ sudo apt remove hyperspec
REMOVING:                       
  hyperspec

Summary:
  Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 6
  1 not fully installed or removed.
  Freed space: 35.8 kB

Continue? [Y/n] 
(Reading database ... 860301 files and directories currently installed.)
Removing hyperspec (1.34) ...
Processing triggers for doc-base (0.11.2) ...

$ sudo apt remove hyperspec
Package 'hyperspec' is not installed, so not removed
Summary:                    
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 6
$ 

The problem is that IT WON'T INSTALL ANY OTHER SOFTWARE [that might need 'hyperspec' ??]; perhaps an FTP issue but ... I can't install filezilla to experiment.

Maybe it's that the FTP server won't service NZ computers - but that's a guess; some sites treat NZ (part of APNIC) as Chinese hackers ...


I'm unable to install any new software; any 'sudo app install' fails with step 'hyperspec'. Any help with how to move forward would be appreciated .

$ sudo apt install hyperspec # or python3 or xpmutils ...
Installing:                     
  hyperspec

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 6
  Download size: 8,592 B
  Space needed: 35.8 kB / 46.7 GB available

Get:1 http://archive.ubuntu.com/ubuntu questing/multiverse amd64 hyperspec all 1.34 [8,592 B]
Fetched 8,592 B in 1s (8,022 B/s)     
Preconfiguring packages ...
Selecting previously unselected package hyperspec.
(Reading database ... 859385 files and directories currently installed.)
Preparing to unpack .../hyperspec_1.34_all.deb ...
Unpacking hyperspec (1.34) ...
Setting up hyperspec (1.34) ...
No or old version of the hyperspec found. Getting newer version
Downloading the hyperspec from the Internet
--2026-03-21 18:02:04--  ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz
           => ‘/root/tmp/HyperSpec-7-0.tar.gz’
Resolving ftp.lispworks.com (ftp.lispworks.com)... 92.243.11.64
Connecting to ftp.lispworks.com (ftp.lispworks.com)|92.243.11.64|:21... failed: Connection refused.
sha256sum: /root/tmp/HyperSpec-7-0.tar.gz: No such file or directory (os error 2)
Invalid file hash for HyperSpec-7-0.tar.gz
Received hash: 
Expected hash: 1ac1666a9dc697dbd8881262cad4371bcd2e9843108b643e2ea93472ba85d7c3
Unable to download and can't ask whether to try again.
dpkg: error processing package hyperspec (--configure):
 installed hyperspec package post-installation script subprocess returned error exit status 1
Processing triggers for doc-base (0.11.2) ...
Processing 1 added doc-base file...
Error in `/usr/share/doc-base/hyperspec.hyperspec', line 13: all `Format' sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about the above error.
Errors were encountered while processing:
 hyperspec

BTW a remove and install of hyperspec gives:

$ sudo apt remove hyperspec
[sudo: authenticate] Password: 
REMOVING:                       
  hyperspec

Summary:
  Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 6
  1 not fully installed or removed.
  Freed space: 35.8 kB

Continue? [Y/n] 
(Reading database ... 860301 files and directories currently installed.)
Removing hyperspec (1.34) ...
Processing triggers for doc-base (0.11.2) ...

$ sudo apt install hyperspec
Installing:                     
  hyperspec

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 6
  Download size: 0 B / 8,592 B
  Space needed: 35.8 kB / 46.7 GB available

Preconfiguring packages ...
Selecting previously unselected package hyperspec.
(Reading database ... 860300 files and directories currently installed.)
Preparing to unpack .../hyperspec_1.34_all.deb ...
Unpacking hyperspec (1.34) ...
Setting up hyperspec (1.34) ...
No or old version of the hyperspec found. Getting newer version
Downloading the hyperspec from the Internet
--2026-03-21 18:20:31--  ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz
           => ‘/root/tmp/HyperSpec-7-0.tar.gz’
Resolving ftp.lispworks.com (ftp.lispworks.com)... 92.243.11.64
Connecting to ftp.lispworks.com (ftp.lispworks.com)|92.243.11.64|:21... failed: Connection refused.
sha256sum: /root/tmp/HyperSpec-7-0.tar.gz: No such file or directory (os error 2)
Invalid file hash for HyperSpec-7-0.tar.gz
Received hash: 
Expected hash: 1ac1666a9dc697dbd8881262cad4371bcd2e9843108b643e2ea93472ba85d7c3
Unable to download and can't ask whether to try again.
dpkg: error processing package hyperspec (--configure):
 installed hyperspec package post-installation script subprocess returned error exit status 1
Processing triggers for doc-base (0.11.2) ...
Processing 1 added doc-base file...
Error in `/usr/share/doc-base/hyperspec.hyperspec', line 13: all `Format' sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about the above error.
Errors were encountered while processing:
 hyperspec
Error: Sub-process /usr/bin/dpkg returned an error code (1)
$ 

BTW I also tried to clean up things ...

$ sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
Get:1 http://nz.archive.ubuntu.com/ubuntu questing InRelease [275 kB]
      <SNIP to stop post exceeeding limit>
Get:167 http://nz.archive.ubuntu.com/ubuntu questing-backports/multiverse Icons (64x64@2) [29 B]                                                                              
Get:168 http://nz.archive.ubuntu.com/ubuntu questing-backports/multiverse amd64 c-n-f Metadata [120 B]                                                                        
Fetched 109 MB in 11s (10.1 MB/s)                                                                                                                                             
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome/deb stable InRelease' doesn't support architecture 'i386'
N: Some sources can be modernized. Run 'apt modernize-sources' to do so.

Still same problem

piping video stream to vlc https://askubuntu.com/questions/1565026/piping-video-stream-to-vlc

Ubuntu 24.04.4 LTS

I am trying to pipe a stream to vlc. When it was rtmp I could do it. But hls/m3u8 I am having trouble with. an example link (https://ppv.to/live/247-family-guy). I have tried searching network console in firefox, but not finding the master url. extension video downloadhelper is able to download the stream. So I should be able to pipe it to vlc right?

At times my screen stays black after the screensaver comes back out of DPMS, what could be the cause? https://askubuntu.com/questions/1565025/at-times-my-screen-stays-black-after-the-screensaver-comes-back-out-of-dpms-wha

Once in a while, my screensaver doesn't come back out. The screen stays black. I think it's out of DPMS because the blinking light is off which means the monitor is ON. But I see nothing on the screen, as if the video card was not sending anything (because it's not lightly lit, like if I don't have DPMS).

I had an issue when the VGA-1-1 (at times called None-1-1) screen and since I disabled that screen, it worked again for one week straight. But today, black screen again. I could come out of it by going through the three inputs on the monitors (HDMI2 → DP → HDMI1 → HDMI2). As if the video board was detecting the signal anew. But looking at the X11 logs, there is nothing about the screen that looks suspicious. It says connected like so after it wakes up:

[778083.399] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): connected
[778083.399] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): Internal TMDS
[778083.399] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): 600.0 MHz maximum pixel clock

But still doesn't show anything until I go through all the monitor's inputs.

Anyone else experienced such and found a solution to avoid the situation?

I'm on Ubuntu 24.04, fresh install (not an upgrade from older versions).
I use the NVidia proprietary drivers.
And the card is an NVIDIA GeForce RTX 2060.


To disable the VGA-1-1, I use the following:

$ cat /etc/X11/xorg.conf.d/10-disable-vga.conf 
# Get rid of the VGA-1-1 monitor
Section "Monitor"
    Identifier "VGA-1-1"
    Option "Ignore" "true"
EndSection

and once I had that, checking the xrandr output clearly did not include that monitor:

$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  59.94    50.00    30.00    29.97    25.00    23.98  
   2560x1440     59.95  
   1920x1080     60.00    59.94    50.00    29.97    23.98  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.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  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

X11 waking up logs from this morning (a time when it worked). I find these logs in this file:

~/.local/share/xorg/Xorg.1.log

First the strange mouse event, possibly the wake up call:

[834497.248] (II) event8  - Logitech G203 Prodigy Gaming Mouse: SYN_DROPPED event - some input events have been lost.

Then, the NVidia driver cycle through all the monitors (DFP-0 to DFP-3) and detect them as disconnected. DFP-1 is where my monitor is connected.

[834498.656] (--) NVIDIA(GPU-0): DFP-1: disconnected
[834498.656] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[834498.656] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock

I see 5 messages saying "disconnected" and then this message:

[834498.704] (II) NVIDIA(0): Setting mode "NULL"

The "disconnected" message appear another 3 times and finally, the monitor is detected:

[834500.091] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): connected
[834500.091] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): Internal TMDS
[834500.091] (--) NVIDIA(GPU-0): Samsung U32J59x (DFP-1): 600.0 MHz maximum pixel clock

The message above (and the other disconnected DFPs) appear another 4 times before the following message:

[834500.395] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"

Then the "connected" message (and the other disconnected DFP) repeats yet another 5 times. Since it generally takes about 2 or 3 seconds for the screen to appear, I think those are checks to make sure that the screen is stable. The logs stop after that, but timing wise, it feels like the "Setting mode ..." message is the time when the screen is shown again.

Unable to install packages - 6.14 kernal error https://askubuntu.com/questions/1565017/unable-to-install-packages-6-14-kernal-error

Running Kubuntu 24.04 LTS using 6.17 kernel (at .4 point release) on a Framework 13 laptop and keep encountering the following error whenever I try to install or update packages through Discover:

Package failed to install:

Error while installing package: installed linux-image-6.14.0-27-generic package post-removal script subprocess returned error exit status 127

When I try to reinstall the package in terminal, I get the following for both the 6.17 and the 6.14 kernals

Sourcing file `/etc/default/grub'

/usr/sbin/grub-mkconfig: 10: /etc/default/grub: snd_intel_dspcfg.dsp_driver=1: not found

And the same error message as above. Because of this, I'm thinking it might be an issue with the GRUB bootloader, but when I try to install Boot Repair, I get the same error:

dpkg: error processing package linux-image-6.14.0-27-generic (--remove):
  installed linux-image-6.14.0-27-generic package post-removal script subprocess returned error exit status 127
dpkg: too many errors, stopping
Errors were encountered while processing:
  linux-image-6.14.0-27-generic
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)

So it looks like installing software through the terminal similarly doesn't work. Is there a way to repair the kernal without installing anything new? Would appreciate any input, I am relatively new to Linux and have not been able to find a solution online.

5.1.2 Atmos not working in VLC https://askubuntu.com/questions/1565013/5-1-2-atmos-not-working-in-vlc

uname -r: 6.17.0-14-generic

System: Ubuntu 24.04 LTS, pipewire sound server.

GPU: Nvidia GTX 980

Speaker: onn 5.1.2 Dolby Atmos soundbar, connected via HDMI, to the soundbar's "HDMI in" port.

I tried playing an atmos test file in VLC, but all the channels came out the stereo speakers.

Minecraft appears to use surround sound correctly. (not atmos of course) It's the only app that gets the surround LR speakers to make noise, besides internet archive's surround sound test files (different than the file I tested on VLC)

On that topic, most of the archive's test files don't work. Just one mp4 does, that's it. The videos that don't work have the surround speakers playing out of buth front LR, and surround LR, with front center appearing to be mimicked by front LR. It's hard to tell on a soundbar. At the very least front center plays out of all three front speakers.

1: How do I know if the file I have for VLC has Atmos in it at all?

2: Are there settings in VLC that allow me to use Atmos?

3: Do I need to activate bitstreaming?

In answer to a question: For now, I am only expecting 5.1 surround, not Atmos. That is a task for later.

That brings up another question: Are Atmos files downmixed to stereo, or to surround, when you play them with out a renderer/passthrough?

If you need more info, feel free to ask.

I need to know where to go on the Ubuntu Pro website to download the Desktop OS [duplicate] https://askubuntu.com/questions/1565009/i-need-to-know-where-to-go-on-the-ubuntu-pro-website-to-download-the-desktop-os

I'm a new user for this type of software and don't know what I'm doing. Clear step-by-step instructions will be appreciated.

gio mounted smb does not show up in /run/user/$UID/gvfs/ https://askubuntu.com/questions/1547744/gio-mounted-smb-does-not-show-up-in-run-user-uid-gvfs

I do mount a SMB share like this:

gio mount smb://192.168.1.20/security

(and it works in nautilus) now, for a script to access it, I'd expect to see the mounted share in /run/user/$UID/gvfs/ however, my gvfs directory is empty.

additional info:

$ gio info smb://192.168.1.20/security
display name: security on 192.168.1.20
edit name: /
name: /
type: directory
size:  0
uri: smb://192.168.1.20/security/
attributes:
  standard::type: 2
  standard::name: /
  standard::display-name: security on 192.168.1.20
  standard::edit-name: /
  standard::icon: folder-remote, folder-remote-symbolic
  standard::content-type: inode/directory
  standard::fast-content-type: inode/directory
  standard::size: 0
  standard::allocated-size: 0
  standard::symbolic-icon: folder-remote-symbolic, folder-remote
  etag::value: 1447186404
  id::filesystem: smb-share:server=192.168.1.20,share=security
  access::can-trash: FALSE
  time::modified: 1447186404
  time::modified-usec: 699946
  time::access: 1736778360
  time::access-usec: 432969
  time::changed: 1447186404
  time::changed-usec: 699946
  unix::device: 1207702157
  unix::inode: 60817651
  • How can I access the files from a script, and why is it not in gvfs?
  • This worked at least with Ubuntu 24.04 and 24.10 (now on 25.04)
Ubuntu 24.04 LTS installation doesn't recognize wifi adapter after installation https://askubuntu.com/questions/1546466/ubuntu-24-04-lts-installation-doesnt-recognize-wifi-adapter-after-installation

It does not recognize the Wi-Fi adapter, but it worked in my laptop when opened with Windows. It is the Realtek driver rtw89_8851be. Please suggest easy steps to resolve this issue


My screeen is showing these:

ip link show
sudo rmmod rtw_8851be
[sudo] password for rnsarma: 
rmmod: ERROR: Module rtw_8851be is not currently loaded
rnsarma@my-laptop:~$ sudo modprobe rtw_8851be
modprobe: FATAL: Module rtw_8851be not found in directory /lib/modules/6.11.0-24-generic
rnsarma@my-laptop:~$ sudo dmesg | tail
[  336.325580] audit: type=1400 audit(1745750204.899:167): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.snap-store" pid=5840 comm="apparmor_parser"
[  336.488738] audit: type=1400 audit(1745750205.064:168): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.firefox" pid=5838 comm="apparmor_parser"
[  336.532133] audit: type=1400 audit(1745750205.107:169): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.firmware-updater" pid=5839 comm="apparmor_parser"
[  336.566182] audit: type=1400 audit(1745750205.141:170): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.snapd-desktop-integration" pid=5841 comm="apparmor_parser"
[  336.578137] audit: type=1400 audit(1745750205.153:171): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.firefox.hook.disconnect-plug-host-hunspell" pid=5846 comm="apparmor_parser"
[  336.578417] audit: type=1400 audit(1745750205.153:172): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.firefox.hook.post-refresh" pid=5848 comm="apparmor_parser"
[  336.579075] audit: type=1400 audit(1745750205.154:173): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.firefox.hook.install" pid=5847 comm="apparmor_parser"
[  336.580323] audit: type=1400 audit(1745750205.155:174): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.firmware-updater.hook.configure" pid=5852 comm="apparmor_parser"
[  339.927774] loop10: detected capacity change from 0 to 8
[  353.554497] loop10: detected capacity change from 0 to 151320
rnsarma@my-laptop:~$ apt search realtek | grep dkms

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

r8125-dkms/noble-updates 9.011.00-4ubuntu1.1 all
  dkms source for the r8125 network driver
r8168-dkms/noble-updates 8.052.01-1ubuntu1.1 all
  dkms source for the r8168 network driver
rtl8812au-dkms/noble-updates 4.3.8.12175.20140902+dfsg-0ubuntu23 all
  dkms source for the r8812au network driver
rnsarma@my-laptop:~$ sudo apt search realtek | grep dkms

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

r8125-dkms/noble-updates 9.011.00-4ubuntu1.1 all
  dkms source for the r8125 network driver
r8168-dkms/noble-updates 8.052.01-1ubuntu1.1 all
  dkms source for the r8168 network driver
rtl8812au-dkms/noble-updates 4.3.8.12175.20140902+dfsg-0ubuntu23 all
  dkms source for the r8812au network driver
kubuntu 24 crashes/ hangs up randomly https://askubuntu.com/questions/1527575/kubuntu-24-crashes-hangs-up-randomly

i installed kubuntu 24 (dual booting along with windows 11) just over a month or two ago. at the moment it is updated to the latest stable version (or so far i understood! uname -r returns 6.8.0-45-generic). for some reason, it was started crashing randomly at least two weeks ago. each time, i had to force close by long-pressing the power button. changing tty/ restarting plasma session didn't help.

along with that, i noticed another weird issue. at every power_off/ reboot/ hanging-up-during-reboot_or_power_off, the following message pops up ubuntu noble numbat (development branch). a screenshot is attached for reference.

while looking for my sources (ls -al /etc/apt/sources.list*) list. found the followings.

-rw-r--r-- 1 root root    0 Aug 17 07:24 /etc/apt/sources.list
-rw-r--r-- 1 root root  258 Apr 25 15:41 /etc/apt/sources.list~

/etc/apt/sources.list.d:
total 36
drwxr-xr-x 2 root root 4096 Sep 16 15:07 .
drwxr-xr-x 8 root root 4096 Aug 17 07:24 ..
-rw-r--r-- 1 root root  190 Sep 16 15:07 google-chrome.list
-rw-r--r-- 1 root root  105 Sep 16 15:07 mozilla.list
-rw-r--r-- 1 root root 1785 Sep 16 15:07 qbittorrent-team-ubuntu-qbittorrent-stable-noble.sources
-rw-r--r-- 1 root root  202 Sep 16 15:07 ubuntu-esm-apps.sources
-rw-r--r-- 1 root root  206 Sep 16 15:07 ubuntu-esm-infra.sources
-rw-r--r-- 1 root root 2623 Sep 16 15:07 ubuntu.sources
-rw-r--r-- 1 root root  204 Sep 16 15:07 vscode.list

not sure about why the sources.list is empty. the content of sources.list~ is as follows.

deb http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse

full disclaimer, i tinker a lot with KDE desktop. i am not sure, if it had any anything to do with that, as i don't understand, which journal should i look for. it's an hp probook 450 g9 (i5 12 gen cpu, 31g ram, 1tb nvme ssd).

this has become a serious headache, as the issue is becoming more prevalent. kindly requesting for your assistance in any way if you can, or at least, let me know, if i should go for re-installation/ switching OS. thank you.

Black screen after lock and not unlockable 20.04 https://askubuntu.com/questions/1362263/black-screen-after-lock-and-not-unlockable-20-04

After locking my computer, I cannot unlock it. I have had this effect since installing the new system. After locking, the computer does not respond to the mouse or keyboard, it is turned on, but the login screen is not displayed.

The only solution is to turn off the computer and turn it on again.

Ubuntu 20.04 64-bit Wayland Dell latitude 5490

Does anyone know maybe solving this problem?

How do I set scaling in Wine? https://askubuntu.com/questions/1337156/how-do-i-set-scaling-in-wine

When I use regular or fractional scaling, content generated by Wine does not scale. This looks particularly bad under fractional scaling because the Wine content takes up relatively less of the screen.

No scaling, 125% scaling, 200% scaling. Adjusted for perceived height.

In other software that does not honor desktop scaling I have found an independent scaling setting for that software. (e.g. layout.css.devPixelsperPx in Firefox).

How can I set scaling in Wine?

I cannot set default java with update-alternatives https://askubuntu.com/questions/1248850/i-cannot-set-default-java-with-update-alternatives

I have installed three Versions of Java. I tried to set a default option with update-alternatives. However, it didn't change the default. What am I missing? I know that one is from JRE and the other two are from JDK, but all of them should work, I think. I am using Ubuntu 20.04.

$ echo 1 | sudo update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).
------------------------------------------------------------
  Selection    Path                                         Priority   Status
  0            /usr/lib/jvm/java-11-openjdk-amd64/bin/java   1111      auto mode
  1            /usr/lib/jvm/java-11-openjdk-amd64/bin/java   1111      manual mode
  2            /usr/lib/jvm/jdk-14.0.1/bin/java              200       manual mode
* 3            /usr/lib/jvm/jre1.8.0_251/bin/java            100       manual mode
Press enter to keep the current choice[*], or type selection number: update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in manual mode

I checked if jre1.8 version was ok:

$ ./jre1.8.0_251/bin/java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)

However, default still is 14 from sdk.

$ java -version
java version "14.0.1" 2020-04-14
Java(TM) SE Runtime Environment (build 14.0.1+7)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
How do I change gamma on wayland https://askubuntu.com/questions/1088418/how-do-i-change-gamma-on-wayland

On X, I could change gamma by tuning the xorg.conf file and add a "Gamma" line with the right value to the "Monitor Section". How do I do this on wayland? [edit]Or: What's the name of the tool for doing this in wayland and how can I make that config persistent?·[/edit]

Error No iqr handler for vector https://askubuntu.com/questions/1067680/error-no-iqr-handler-for-vector

Sorry for my bad English, I've a problem during the boot of Ubuntu 18.04 Bionic Beaver.

When I boot the first option of the grub "Ubuntu", a black screen appears and

says: [ 0.004000] 1.55 No iqr handler for vector 
      [ 0.004000] 2.55 No iqr handler for vector
      [ 0.004000] 3.55 No iqr handler for vector 

Or something like that and takes a long time to start the OS, then I can perfectly use it, my laptop is a Lenovo G50-45. I have had problems with the privative drivers, really I'm a newbie in Linux, but this problem makes me annoying.

If you have a link in this forum o another please share me the results or if you know how to resolve it, IDK please.

no /run/dbus/system_bus_socket https://askubuntu.com/questions/1038160/no-run-dbus-system-bus-socket

I wanted to upgrade from 17.10 to 18.04 but the upgrade failed, I think the reason was that policykit-1 was left unconfigured.

Rebooting did not help and now I am in the emergency console. I found that I have a /var/run/dbus/system_bus_socket, but not /run/dbus/system_bus_socket.

On another machine, I have system_bus_socket in both directories. Any idea what I can do to repair the system?

Windows Boot Manager complains UNetbootin has some files missing https://askubuntu.com/questions/936375/windows-boot-manager-complains-unetbootin-has-some-files-missing

I downloaded Ubuntu 16.04 and installed it on my system using UNetbootin. When everything is finished and I restarted, and selected UNetbootin. Don't know why but Windows Boot Manager complains that some necessary file are not present or corrupt. Please send me the details you require and the possible reason.

Windows Boot Manager  

Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:   1. Insert your Windows installation disc and restart your computer.   2. Choose your language settings, and then click "Next."   3. Click "repair your computer." If you don't have this disc, contact your system administrator or computer manufacturer for assistance.   File:   Status: 0xc700000b   Info:

Note:

  1. I want to dual boot Windows 10 and Ubuntu.
  2. I am absolute beginner to Linux.
Problem with USB mouse in Ubuntu 16.04 https://askubuntu.com/questions/764233/problem-with-usb-mouse-in-ubuntu-16-04

Since I have Ubuntu 16.04 have not had any problems with the PS2 mouse, but a week ago I placed a new mouse USB. This mouse freezes randomly (Sometimes while I am using the PC and sometimes this happens for hours without using the PC) and I have to disconnect the mouse and reconnect it.

I have tried to restart lightdm, I have reinstalled the mouse drivers, I have changed the values of the files level, control and wakeup to y autosuspend to on, enable y -1 respectively, I get nothing.

When the mouse works correctly and I type the command xsetpointer -l | grep Pointer the terminal displays 8: " USB OPTICAL MOUSE" [XExtensionPointer] but when the mouse freezes, that line does not appear. The same happens when I type the command xinput --list, when the mouse works correctly the terminal displays USB OPTICAL MOUSE id=8 but when the mouse freezes, that line does not appear. What can happen?

Note: In Windows the mouse works correctly.

Accidentally deleted /usr/lib/python3.4 [duplicate] https://askubuntu.com/questions/711095/accidentally-deleted-usr-lib-python3-4

I am on ubuntu 14.04 and I accidentally deleted python3.4

I am trying

apt-get install python3.4
dpkg-reconfigure -a
apt-get install -f

But I am seeing the following errors

dpkg: error processing package dh-python (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python3.4-minimal
 python3-minimal
 python3.4
 python3
 python3-pkg-resources
 python-chardet-whl
 python-pip-whl
 python3-chardet
 python3-colorama
 python3.4-dev
 python3-dev
 python3-distlib
 python3-six
 python3-html5lib
 python3-urllib3
 python3-requests
 python3-setuptools
 python3-pip
 python3-wheel
 dh-python
E: Sub-process /usr/bin/dpkg returned an error code (1)

I also tried to completely remove python3.4 using

apt-get remove --purge python3.4

and reinstalling. but it gives me the following errors

Rebuilding /usr/share/applications/bamf-2.index...
Setting up python3.4-minimal (3.4.3-1ubuntu1~14.04.3) ...
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
dpkg: error processing package python3.4-minimal (--configure):
 subprocess installed post-installation script returned error exit status 134
dpkg: dependency problems prevent configuration of python3.4:
 python3.4 depends on python3.4-minimal (= 3.4.3-1ubuntu1~14.04.3); however:
  Package python3.4-minimal is not configured yet.

dpkg: error processing package python3.4 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python3.4-minimal
 python3.4
E: Sub-process /usr/bin/dpkg returned an error code (1)

Can anyone help me with this?

output for @Nodak 's answer:

Rebuilding /usr/share/applications/bamf-2.index...
Setting up python3.4-minimal (3.4.3-1ubuntu1~14.04.3) ...
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
dpkg: error processing package python3.4-minimal (--configure):
 subprocess installed post-installation script returned error exit status 134
dpkg: dependency problems prevent configuration of python3.4:
 python3.4 depends on python3.4-minimal (= 3.4.3-1ubuntu1~14.04.3); however:
  Package python3.4-minimal is not configured yet.

dpkg: error processing package python3.4 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-minimal:
 python3-minimal depends on python3.4-minimal (>= 3.4.0-0~); however:
  Package python3.4-minimal is not configured yet.

dpkg: error processing package python3-minimal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3:
 python3 depends on python3.4 (>= 3.4.0-0~); however:
  Package python3.4 is not configured yet.
 python3 depends on python3-minimal (= 3.4.0-0ubuntu2); however:
  Package python3-minimal is not configured yet.

dpkg: error processing package python3 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dh-python:
 dh-python depends on python3:any (>= 3.3.2-2~); however:
  Package python3 is not configured yet.

dpkg: error processing package dh-python (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python3.4-minimal
 python3.4
 python3-minimal
 python3
 dh-python
E: Sub-process /usr/bin/dpkg returned an error code (1)

This is the output when I run dpkg-reconfigure -a

dpkg-reconfigure -a
acpid stop/waiting
acpid start/running, process 26874
avahi-daemon stop/waiting
avahi-daemon start/running, process 27149
Rebuilding /usr/share/applications/bamf-2.index...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
update-initramfs: deferring update (trigger activated)
cgroup-lite stop/waiting
cgroup-lite start/running
/var/lib/dpkg/info/compiz.config: 1: /var/lib/dpkg/info/compiz.config: [general]: not found
/var/lib/dpkg/info/compiz.config: 2: /var/lib/dpkg/info/compiz.config: backend: not found
/var/lib/dpkg/info/compiz.config: 3: /var/lib/dpkg/info/compiz.config: plugin_list_autosort: not found
/var/lib/dpkg/info/compiz.config: 5: /var/lib/dpkg/info/compiz.config: [gnome_session]: not found
/var/lib/dpkg/info/compiz.config: 6: /var/lib/dpkg/info/compiz.config: backend: not found
/var/lib/dpkg/info/compiz.config: 7: /var/lib/dpkg/info/compiz.config: integration: not found
/var/lib/dpkg/info/compiz.config: 8: /var/lib/dpkg/info/compiz.config: plugin_list_autosort: not found
/var/lib/dpkg/info/compiz.config: 9: /var/lib/dpkg/info/compiz.config: profile: not found
/var/lib/dpkg/info/compiz.config: 11: /var/lib/dpkg/info/compiz.config: [general_ubuntu]: not found
/var/lib/dpkg/info/compiz.config: 12: /var/lib/dpkg/info/compiz.config: backend: not found
/var/lib/dpkg/info/compiz.config: 13: /var/lib/dpkg/info/compiz.config: integration: not found
/var/lib/dpkg/info/compiz.config: 14: /var/lib/dpkg/info/compiz.config: plugin_list_autosort: not found
/var/lib/dpkg/info/compiz.config: 15: /var/lib/dpkg/info/compiz.config: profile: not found
Graphics drivers for Intel Nuc (DE3815TYKE) https://askubuntu.com/questions/475782/graphics-drivers-for-intel-nuc-de3815tyke

I'm searching for the graphics drivers for my Nuc with Ubuntu 14.04.

I found and installed "Intel Graphics Installer for Linux" which run fine but without effect. I updated the kernel (3.13 to 3.14.1)

I have to play 1080p videos, but it's still not fluid...

The hardware is new. It's maybe the cause the drivers are missing, but on PC with NVidia cards, I had no problem.

libgl error, Unity and compiz not loading on startup https://askubuntu.com/questions/260727/libgl-error-unity-and-compiz-not-loading-on-startup

Recently when I restarted my dual boot Ubuntu (windows 7 and Ubuntu 12.10), all I can see is just my desktop, no dash, no launcher or any topbars. Here is the output of usr/lib/nux/unity_support_test -p:

 libGL error: failed to load driver: swrast
 libGL error: Try again with LIBGL_DEBUG=verbose for more details.
 OpenGL vendor string:   ATI Technologies Inc.
 OpenGL renderer string: ATI Mobility Radeon HD 5000 Series 
 OpenGL version string:  1.4 (2.1 (4.2.11995 Compatibility Profile Context))

 Not software rendered:    yes
 Not blacklisted:          yes
 GLX fbconfig:             yes
 GLX texture from pixmap:  yes
 GL npot or rect textures: yes
 GL vertex program:        yes
 GL fragment program:      yes
 GL vertex buffer object:  no
 GL framebuffer object:    yes
 GL version is 1.4+:       yes

 Unity 3D supported:       no

Also, when I try to start compiz manually using terminal I get following output:

[vj]:~$ compiz
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
compiz (core) - Info: Loading plugin: ccp
compiz (core) - Info: Starting plugin: ccp
compizconfig - Info: Backend     : gsettings
compizconfig - Info: Integration : true
compizconfig - Info: Profile     : unity
compiz (core) - Info: Loading plugin: composite
compiz (core) - Info: Starting plugin: composite
compiz (core) - Info: Loading plugin: opengl
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
compiz (core) - Info: Unity is not supported by your hardware. Enabling software rendering instead (slow).
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
compiz (core) - Info: Unity is not supported by your hardware. Enabling software rendering instead (slow).
compiz (core) - Info: Starting plugin: opengl
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
compiz (core) - Info: Loading plugin: compiztoolbox
compiz (core) - Info: Starting plugin: compiztoolbox
compiz (core) - Info: Loading plugin: decor
compiz (core) - Info: Starting plugin: decor
compiz (core) - Info: Loading plugin: vpswitch
compiz (core) - Info: Starting plugin: vpswitch
compiz (core) - Info: Loading plugin: snap
compiz (core) - Info: Starting plugin: snap
compiz (core) - Info: Loading plugin: mousepoll
compiz (core) - Info: Starting plugin: mousepoll
compiz (core) - Info: Loading plugin: resize
compiz (core) - Info: Starting plugin: resize
compiz (core) - Info: Loading plugin: place
compiz (core) - Info: Starting plugin: place
compiz (core) - Info: Loading plugin: move
compiz (core) - Info: Starting plugin: move
compiz (core) - Info: Loading plugin: wall
compiz (core) - Info: Starting plugin: wall
compiz (core) - Info: Loading plugin: grid
compiz (core) - Info: Starting plugin: grid
compiz (core) - Info: Loading plugin: regex
compiz (core) - Info: Starting plugin: regex
compiz (core) - Info: Loading plugin: imgpng
compiz (core) - Info: Starting plugin: imgpng
compiz (core) - Info: Loading plugin: session
compiz (core) - Info: Starting plugin: session
compiz (core) - Info: Loading plugin: gnomecompat
compiz (core) - Info: Starting plugin: gnomecompat
compiz (core) - Info: Loading plugin: animation
compiz (core) - Info: Starting plugin: animation
compiz (core) - Info: Loading plugin: fade
compiz (core) - Info: Starting plugin: fade
compiz (core) - Info: Loading plugin: unitymtgrabhandles
compiz (core) - Info: Starting plugin: unitymtgrabhandles
compiz (core) - Info: Loading plugin: workarounds
compiz (core) - Info: Starting plugin: workarounds
compiz (core) - Info: Loading plugin: scale
compiz (core) - Info: Starting plugin: scale
compiz (core) - Info: Loading plugin: expo
compiz (core) - Info: Starting plugin: expo
compiz (expo) - Warn: failed to bind image to texture
compiz (core) - Info: Loading plugin: ezoom
compiz (core) - Info: Starting plugin: ezoom
compiz (core) - Info: Loading plugin: unityshell
compiz (core) - Info: Starting plugin: unityshell
compiz (unityshell) - Error: GL_ARB_vertex_buffer_object not supported

compiz (core) - Error: Plugin initScreen failed: unityshell
compiz (core) - Error: Failed to start plugin: unityshell
compiz (core) - Info: Unloading plugin: unityshell
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  18 (X_ChangeProperty)
Resource id in failed request:  0x2800005
Serial number of failed request:  9454
Current serial number in output stream:  9457

I'll be really grateful if someone can help me with this problem.

12.04 taking very long time while installing on VMware workstation 7.1.1 https://askubuntu.com/questions/139460/12-04-taking-very-long-time-while-installing-on-vmware-workstation-7-1-1

I'm trying to install Ubuntu 12.04 desktop edition using VMware workstation 7.1.1. Ideally total installation should complete in an hour. But I'm not sure why it's taking very long time. I waited for 6 hours but still it didn't completed. So I tried to reinstall but faced the same issue 2nd time also.

My Laptop has below configuration:

RAM : 3 GB,
Free Hard Disk space on Destination drive: 33 GB,
Hard disk space assigned to UBUNTU while installing : 20 gb,
RAM assigned to UBUNTU while installing : 512 MB,
processor : Intel core i3 ,
OS: Genuine Windows 7 home (64 bit)

Any idea why it is happening? Or any suggestion for other version of Ubuntu which will be installed quicker.

How to check video memory size? https://askubuntu.com/questions/46197/how-to-check-video-memory-size

Is there a way to check the size of the video memory? Specifically, is there one that works accurately for both integrated GPU's as well as PCI/AGP graphics cards?

Many integrated GPU's have dynamically allocated memory, so the solution would hopefully return either the maximum available video memory or the currently allocated amount. For stand-alone NVidia or ATI cards it would obviously return the total amount of physical GPU RAM.

lspci -v does output memory figures, but I do not believe it is the video memory. I suspect the figure reported is some system memory allocation or block or channel size, but I don't know for sure. You can see in these test results that lspci was wrong in 5 of the 6 tests:

** ASUS EN210 PCIe - 1024 Mb *** 

01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 210] (rev a2)
        Subsystem: ASUSTeK Computer Inc. Device 8354
        Memory at e3000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at e0000000 (64-bit, prefetchable) [size=32M]

*** Galaxy 8400GS PCIe - 512 Mb *** 

01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1)
    Subsystem: nVidia Corporation Device 05cc
    Region 0: Memory at e4000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at e2000000 (64-bit, non-prefetchable) [size=32M]

*** VirtualBox VM - 10 Mb (headless server) *** 

00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
        Memory at e0000000 (32-bit, prefetchable) [size=16M]

*** VirtualBox VM - 128 Mb *** 

00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter (prog-if 00 [VGA Controller])
        Memory at e0000000 (32-bit, prefetchable) [size=128M]

*** S3 Savage 4 AGP - unknown Mb (old lspci log), but I don't think they made these cards with 128Mb memory! *** 

00:01.0 VGA compatible controller: S3 Inc. Savage 4 (rev 06) (prog-if 00 [VGA controller])
    Subsystem: IBM Unknown device 01c5
    Region 0: Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
    Region 1: Memory at f0000000 (32-bit, prefetchable) [size=128M]

*** NVIDIA Quadro FX 1800 integrated - 1024 Mb *** 

01:00.0 VGA compatible controller: nVidia Corporation GT215 [Quadro FX 1800M] (rev a2) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 040c
    Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at e0000000 (64-bit, prefetchable) [size=32M]
How can I uninstall software? https://askubuntu.com/questions/1143/how-can-i-uninstall-software

Seeing there are various ways to install on Ubuntu. What are the various ways to uninstall items?

Which ways always work? How can I be sure something was uninstalled?