[Bug 1809828] Re: Cannot install the npm package: dependency broken

2024-05-13 Thread psl
Ubuntu 18.04.6, amd64 Issue still not fixed: $ node --version v8.10.0 $ sudo apt install npm Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if

[Bug 1969859] Re: tlsv1.0 was removed

2022-04-21 Thread psl
I am not sure but it is possible that all the trouble I see in modern distributions are caused by switch OPENSSL_TLS_SECURITY_LEVEL=2 in OpenSSL lib. I cannot use certificate with weak key (1024 bits is weak now), I cannot connect to clients with TLSv1.0 and TLSv1.1, etc. $ openssl version -a

[Bug 1964122] Re: Cannot connect to router with admin page over TLS v1.0

2022-04-21 Thread psl
haproxy 2.0 doesn't like private key that is not strong enough (only 1024 bits). I generated new certificate for key that has 2048 bits just to find that this certificate is accepted but TLSv1.0 was removed from haproxy or some SSL library, haproxy 2.0.13 cannot connect to the old router...:-(

[Bug 1969859] [NEW] tlsv1.0 was removed

2022-04-21 Thread psl
ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets It seems that support for TLSv1.0 was removed from curl

[Bug 1964122] Re: Cannot connect to router with admin page over TLS v1.0

2022-04-21 Thread psl
I installed Mint 20.3 (Ubuntu 20.04) to new desktop PC. haproxy was upgraded to 2.0.13 and it doesn't work with configuration that was written for haproxy 1.8.8. The problem is with certificate file, haproxy reports problem with configuration file, with line "bind". haproxy cannot find SSL

[Bug 1965167] [NEW] Bad data stored in QR code

2022-03-16 Thread psl
Public bug reported: Linux Mint 19.3 (Ubuntu 18.04) QtQR 1.4~bzr23-1 I try to create QR code for TurtleCoin address but QR code is rejected as invalid in TonChan wallet (Android). Wallet address used for QR code generation:

[Bug 1965167] Re: Bad data storedin QR code

2022-03-16 Thread psl
** Attachment added: "QR code that is valid (not QtQR)" https://bugs.launchpad.net/ubuntu/+source/qr-tools/+bug/1965167/+attachment/5569733/+files/TRTL-DEMO-QR-API-OK.png ** Description changed: Linux Mint 19.3 (Ubuntu 18.04) QtQR 1.4~bzr23-1 - I try to create QR code for TurtleCoin

[Bug 1964122] Re: Cannot connect to router with admin page over TLS v1.0

2022-03-14 Thread psl
Most WWW browsers removed support for TLS v1.0 & v1.1, including browsers on tablets, etc. I just need an easy way to connect to my old router and I will need access it during migration to some newer replacement. I have found that "HAProxy" can be used to create a proxy with TLS v1.3 to device

[Bug 1911837] Re: inxi, error "Use of uninitialized value $val2"

2022-03-09 Thread psl
I still see the problem at system with Linux Mint 20.1. $ inxi -V inxi 3.0.38-00 (2020-03-14) ... $ ssh localhost -C "inxi -F -c0" user@localhost's password: Use of uninitialized value $pid in concatenation (.) or string at /usr/bin/inxi line 5207. Use of uninitialized value $konvi in

[Bug 1964122] [NEW] Cannot connect to router with admin page over TLS v1.0

2022-03-08 Thread psl
Public bug reported: firefox-97.0.2+linuxmint1+tricia I cannot connect to web interface of my old router that is on local LAN. It supports only TLS v1.0 and support for TLS v1.0 & 1.1 was removed in Firefox v97... I know I should replace my router with some better device, I already tried several

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2022-03-06 Thread psl
*** This bug is a duplicate of bug 1882162 *** https://bugs.launchpad.net/bugs/1882162 I have new, interesting case. Ryzen motherboard with empty NVME slot. I installed Ubuntu to SATA drive, it worked for several days. I added NVME SSD disk to M.2 NVME slot on motherboard, disk is empty.

[Bug 1961057] [NEW] export to PDF from CLI

2022-02-16 Thread psl
Public bug reported: ReText 7.0.1 This is not a bug but just a wish. I miss a batch mode of ReRext. I would like to trigger export of MD file to PDF/HTML/ODT from command line, with some parameter. Start ReText, open MD file, export it and close ReText. Other option could be to show a command

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2022-01-07 Thread psl
Another idea for pbcopy & pbpaste use, simple snippet processor that works in every application that works with clipboard. Could be useful if you have to fill forms with similar values again and again... ``` # MAIN #pbcopy $OUT" echo -n "$OUT" | pbcopy # write to clipboard fi done ```

[Bug 1947473] Re: cannot view photos

2021-10-16 Thread psl
I see other problem. First photo was stored with wrong group. $ ls -l /var/lib/zoph/ -rw-r--r-- 1 ubuntu ubuntu 2543347 May 30 21:33 img001.jpg drwxr-sr-x 2 ubuntu zoph 4096 Oct 16 22:38 mid drwxr-sr-x 2 ubuntu zoph 4096 Oct 16 22:38 thumb I think I should see this: -rw-r--r-- 1

[Bug 1947473] [NEW] cannot view photos

2021-10-16 Thread psl
Public bug reported: zoph 0.9.4-4 mysql-server 5.7.35-0ubuntu0.18.04.2 Linux Mint 19.3 (Ubuntu 18.04) I installed zoph to my notebook and I try to configure it for the first time. I do not have experience with this package and it is painfull process... I am at stage that I can login to the web

[Bug 1947459] [NEW] default page, ubuntu_logo.png is missing

2021-10-16 Thread psl
Public bug reported: apache2 2.4.29-1ubuntu4.19 Linux Mint 19.3 (Ubuntu 18.04) Once Apache is installed, it installs default home page /var/www/html/index.html That file refers to Ubuntu logo image, /icons/ubuntu_logo.png, but there is no /var/www/html/icons folder. This is fragment of html

[Bug 1947451] Re: unzip, manpage doesn't describe -I -O switches

2021-10-16 Thread psl
** Summary changed: - unzip, manpage doesn't describe -I -O swicthes + unzip, manpage doesn't describe -I -O switches -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947451 Title: unzip, manpage

[Bug 1947451] [NEW] unzip, manpage doesn't describe -I -O swicthes

2021-10-16 Thread psl
Public bug reported: unzip 6.0-21ubuntu1.1 Linux Mint 19.3 (Ubuntu 18.04) ZIP files doesn't store information about character set used to encode filenames in the archive. In the case that user tries to extract ZIP file created at Windows with unzip at Linux, filenames can be corrupted in the

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-05 Thread psl
** Description changed: Linux Mint 19.3 (Ubuntu 18.04) retext 7.0.1-1 I tried to write a text in Czech language and I see that "czech characters" are rendered in really ugly way. I see this problem in preview mode and in PDF export. HTML export is good, HTML browser renders non-US

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-05 Thread psl
** Description changed: Linux Mint 19.3 (Ubuntu 18.04) retext 7.0.1-1 I tried to write a text in Czech language and I see that "czech characters" are rendered in really ugly way. I see this problem in preview mode and in PDF export. HTML export is good, HTML browser renders non-US

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
I see new issue. When I select preview font, I can set "font style", like regular, italic, bold, normal, oblique, etc. This information is not saved to ReText.conf file; only font name and size is stored. It means that once Retext is started in the future, it can show different style in preview

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
I am not typographer and I never took too much attention to fonts. I am surprised how bad it can be... I have found good font, it is "Serif". PDF export has good quality with following settings: $ cat ~/.config/ReText\ project/ReText.conf [General] font=Serif fontSize=12

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
When I define custom preview font in ReText, only 1 font is in PDF export: $ pdffonts font-test-cz.pdf name type encoding emb sub uni object ID - --- --- --- -

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
I was wrong. PDF export uses font "DejaVu Serif (/FontName /QM+DejaVuSerif) but result is not good, it could be problem with font. I will try to experiment with fonts... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
I was too fast. Preview font is fixed but export to PDF uses different font (CharterBT?), no change here :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942434 Title: Ugly non-US characters in

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-04 Thread psl
First, I was not able to find the way to change the font, I was looking to preferences and it is not there, so I assumed that my version of ReText cannot change font in an easy way and I was looking to creation of custom css file. Later I realized my mistake, I can change the editor and preview

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-02 Thread psl
** Attachment added: "Markdown, demo text" https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1942434/+attachment/5522538/+files/Retext-font-test-cz.md -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1942434] Re: Ugly non-US characters in Preview mode and PDF export

2021-09-02 Thread psl
** Attachment added: "Retext preview, screenshot" https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1942434/+attachment/5522537/+files/Retext-preview-font-test-cz.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1942434] [NEW] Ugly non-US characters in Preview mode and PDF export

2021-09-02 Thread psl
Public bug reported: Linux Mint 19.3 (Ubuntu 18.04) retext 7.0.1-1 I tried to write a text in Czech language and I see that "czech characters" are rendered in really ugly way. I see this problem in preview mode and in PDF export. HTML export is good, HTML browser renders non-US characters as

[Bug 1939036] Re: Nested lists doesn't work in ReText

2021-08-05 Thread psl
I found the problem. There has to be 4 spaces in nested items. I did it always wrong because many other editors have their own version of Markdown standard. This is chaos.. :-( This works in ReText: ``` # Nested lists * topic1 * item1 * item2 * topic2 * item3 * item4 --- 1.

[Bug 1939036] [NEW] Nested lists doesn't work in ReText

2021-08-05 Thread psl
Public bug reported: Ubuntu 18.04.5 ReText 7.0.1-1 Nested list are ignored by ReText. Nested lists are shown like "flat" lists. I see this problem in **preview** mode. DEMO: ``` # Nested lists * topic1 * item1 * item2 * topic2 * item3 * item4 --- 1. topic1 * item1 * item2 2.

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2021-07-29 Thread psl
Ubuntu 20.04 doesn't have pbcopy & pbcopy commands, issue is still ignored... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854092 Title: pbcopy & pbpaste for Linux To manage notifications about

[Bug 220654] Re: unzip will not open 256 AES zip files

2021-07-14 Thread psl
Ubuntu 18.04.4 (Linux Mint 19.3) unzip 6.0-21ubuntu1.1 This issue was not fixed yet. :-( This encrypted zip archive cannot be decompressed with unzip in Linux: $ unzip -lv invoices.zip Archive: invoices.zip Length MethodSize CmprDateTime CRC-32 Name --

[Bug 1929856] [NEW] hddtemp doesn't work with NVMe drive

2021-05-27 Thread psl
Public bug reported: Ubuntu 18.04.5 (Linux Mint 19.3) hddtemp 0.3-beta15-53, amd64 I see that hddtemp tool cannot work with NVMe (SSD disk). I test with WD "Blue" SN550 - 1TB, NVMe drive. $ sudo hddtemp /dev/nvme0 ERROR: /dev/nvme0: can't determine bus type (or this bus type is unknown) $ sudo

[Bug 1929851] [NEW] GSmartControl & NVME drive

2021-05-27 Thread psl
Public bug reported: Ubuntu 18.04.5 (Linux Mint 19.3) gsmartcontrol 1.1.3-1, amd64 I see that GSmartControl cannot work with NVME (SSD disk) correctly. I test with WD SN550 - 1TB, blue NVME drive. Problem: gsmartcontrol list my drive as /dev/nvme0n1. That is OK, but there is parent drive

[Bug 1925256] Re: dollar symbol is not translated

2021-04-20 Thread psl
** Description changed: ReText 7.0.1 Ubuntu 18.04.5 dolar symbol is in the menu of symbols, it inserts entity to the text. In preview mode, I still see in the result. It looks like a bug, like this symbol is unknown to markdown compiler. Compare with or those are not in the

[Bug 1925256] [NEW] dollar symbol is not translated

2021-04-20 Thread psl
Public bug reported: ReText 7.0.1 Ubuntu 18.04.5 dolar symbol is in the menu of symbols, it inserts entity to the text. In preview mode, I still see in the result. It looks like a bug, like this symbol is unknown to markdown compiler. Compare with or those are not in the menu for symbols...

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2021-01-30 Thread psl
CDROM cannot be empty in FreeNAS/TrueNAS (bhyve): https://redmine.ixsystems.com/issues/65313 ** Bug watch added: redmine.ixsystems.com/issues #65313 https://redmine.ixsystems.com/issues/65313 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2021-01-30 Thread psl
I tried to create another virtual machine with Ubuntu running on TrueNAS server and I carefully monitored devices during install process. The source of this problem is at I have to use CD-ROM image during install but I have to remove CD-ROM device to start Virtual machine with Ubuntu. TrueNAS

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2021-01-28 Thread psl
I have a comment to issue reported by user "k76". I guess you updated your netplan config file in a wrong way. It is unlikely that your network interface is "eth0" in Ubuntu 20.04. Check what is your real network interface name with cli command "ip a" or "ipconfig"... "eth0" was in the past the

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2021-01-28 Thread psl
I have an update. I tried yesterday TrueNAS Core 12.0U1.1 and I tried to install Ubuntu server 20.04.1 to test Virtual machine configuration. I cannot report any good news, bug was not fixed. Installation of Ubuntu was easy, it got IPv4 address from local DHCP server and installed several updates

[Bug 1869721] Re: Apt error message gives incorrect syntax

2021-01-25 Thread psl
This is from Mint 19.3 (based on Ubuntu 18.04), "apt --fix-broken install" is just not correct, please, fix this cosmetic bug... # apt version apt 1.6.12ubuntu0.2 # apt --fix-broken install apt Usage: apt command [options] apt help command [options] Commands: add-repository - Add

[Bug 1911837] [NEW] inxi, error "Use of uninitialized value $val2"

2021-01-14 Thread psl
Public bug reported: Ubuntu 18.04 inxi 3.0.32-00 (2019-02-07) Desciption: "inxi -F" reports an error, when it runs from pure text console. Can be simulated with "ssh localhost", ssh localhost -C "inxi -F") $ inxi -F ... Sensors: System Temperatures: cpu: 34.2 C mobo: N/A Fan

[Bug 1854113] Re: pbcopy & pbpaste for Linux

2021-01-08 Thread psl
I just copy possible implementation of pbcopy and pbpaste for Linux from #1854092. That issue has more examples of similar commands for PowerShell, etc ``` #!/bin/sh # print data from clipboard to stdout, again and again... MODE="xclip" #MODE="xsel" # doesn't work well, clipboard is not cleaned

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-11-26 Thread psl
A year ago I published in this bug report a script to copy data from clipboard to standard output. This is updated version, only small modifications to improve compatibility with dash shell. ``` #!/bin/sh # print data from clipboard to stdout, again and again... MODE="xclip" #MODE="xsel" #

[Bug 1854113] Re: pbcopy & pbpaste for Linux

2020-11-26 Thread psl
It looks like this bug report is not attractive at all :-( Anyway, some ideas how to implement commands pbcopy and pbpaste are in bug report #1854092. It is not difficult... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-08-31 Thread psl
I have update. I have found that my VGA cable was "broken", one of EDID wires was broken. It was not 100% broken, so sometimes EDID was working but in most cases it was not working. Source of this problem was VGA cable. Anyway, this issue highlighted that when EDID information is not available

[Bug 1888988] [NEW] man page for netdiscover doesn't describe option -N

2020-07-26 Thread psl
Public bug reported: Ubuntu 18.04.4 man page for netdiscover doesn't describe switch -N, the switch to suppress headers when output is sent to stdout. I have found this when I was looking for a way how to store discovered devices to a file. Recommended solution is to use -PN switch and redirect

[Bug 1885652] [NEW] unrar-free cannot extract files from archive with chinese characters in filenames

2020-06-29 Thread psl
amd64Unarchiver for .rar files Result of list is here but extract doesn't work as well: $ unrar-free l 591f963f3c877.rar unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers RAR archive /home/psl/Downloads/591f963f3c877.rar Pathname/Comment

[Bug 1882162] Re: subiquity creates wrong network configuration (wrong NIC name)

2020-06-04 Thread psl
** Description changed: I already reported a bug against other tool but I think it should be - filed agains subiquity. + filled against subiquity. https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1881832 Ubuntu server 20.04 and 18.04.4. When I installed them on virtual

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2020-06-04 Thread psl
I created bug against subiquity, #1882162 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881832 Title: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity) To

[Bug 1882162] [NEW] subiquity creates wrong network configuration (wrong NIC name)

2020-06-04 Thread psl
Public bug reported: I already reported a bug against other tool but I think it should be filed agains subiquity. https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1881832 Ubuntu server 20.04 and 18.04.4. When I installed them on virtual machine (FreeNAS 11.3, VMware ESXi 6.7),

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2020-06-04 Thread psl
I fixed /etc/netplan/00-installer-config.yaml, I replaced "enp0s5" with "enp0s4" and I rebooted virtual machine. Issue is fixed, it gets IP address from DHCP server during server boot! So it looks like "subiquity" just created wrong netplan configuration. So basic configuration and it was not done

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2020-06-04 Thread psl
This is in file etc/netplan/00-installer-config.yaml (enp0s5 is configured with DHCP4, but real NIC is enp0s4...) # # This is the network config written by 'subiquity' network: ethernets: enp0s5: dhcp4: true version: 2 # This is visible in output from "sudo journalctl":

[Bug 1881832] Re: Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2020-06-02 Thread psl
** Description changed: Ubuntu 20.04 server amd64, running as virtual machine on FreeNAS-11.3-U3.2. Network interface was configured with driver VirtIO, and network interface is bridged at FreeNAS. The issue is that I have DHCP server in my LAN and Ubuntu installer gets IPv4 address

[Bug 1881832] [NEW] Ubuntu server 20.04 fails to get IP address from DHCP server (no network connectivity)

2020-06-02 Thread psl
Public bug reported: Ubuntu 20.04 server amd64, running as virtual machine on FreeNAS-11.3-U3.2. Network interface was configured with driver VirtIO, and network interface is bridged at FreeNAS. The issue is that I have DHCP server in my LAN and Ubuntu installer gets IPv4 address and applies

[Bug 1873691] Re: Printrun cannot communicate with Creality CR-100

2020-04-19 Thread psl
I add similar communication with "Creality Ender 3" board, just for reference. So it looks like CR-100 sends answer for M114 command in two lines and that is problem for pronterface. SENT: M105 RECV: ok T:-15.00 /0.00 B:-15.00 /0.00 @:0 B@:0 SENT: M105 RECV: ok T:-15.00 /0.00 B:-15.00 /0.00 @:0

[Bug 1873691] [NEW] Printrun cannot communicate with Creality CR-100

2020-04-19 Thread psl
Public bug reported: Ubuntu 18.04.4 amd64 printrun 1.6 Creality mini printer CR-100 has bad issues with USB communication, many issues. It is not possible to print over USB, if print even starts, it fails before the first layer is printed. I assume that source of these issues is closed source

[Bug 1869919] Re: Kernel 5.3.0-40-generic cannot boot from PATA drive

2020-04-01 Thread psl
Package linux-modules-extra-5.3.0-28-generic was installed but package linux-modules-extra-5.3.0-40-generic was not installed. I installed linux-modules-extra-5.3.0-40-generic and I can boot linux with that kernel, problem fixed. Thank you for the advice! Do I need manually install

[Bug 1869919] UdevDb.txt

2020-03-31 Thread psl
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343889/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919 Title:

[Bug 1869919] WifiSyslog.txt

2020-03-31 Thread psl
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343890/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919

[Bug 1869919] CurrentDmesg.txt

2020-03-31 Thread psl
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343882/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1869919] ProcCpuinfoMinimal.txt

2020-03-31 Thread psl
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343885/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1869919] ProcEnviron.txt

2020-03-31 Thread psl
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343886/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919

[Bug 1869919] Lspci.txt

2020-03-31 Thread psl
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343883/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919 Title:

[Bug 1869919] ProcInterrupts.txt

2020-03-31 Thread psl
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343887/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1869919] ProcModules.txt

2020-03-31 Thread psl
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343888/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919

[Bug 1869919] Lsusb.txt

2020-03-31 Thread psl
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343884/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919 Title:

[Bug 1869919] CRDA.txt

2020-03-31 Thread psl
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343881/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919 Title:

[Bug 1869919] Re: Kernel 5.3.0-40-generic cannot boot from PATA drive

2020-03-31 Thread psl
** Attachment added: "5.3.0-40-generic, modules (PATA is missing)" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869919/+attachment/5343878/+files/20200331_191315_5.3.0-40-generic-modules.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1869919] AlsaInfo.txt

2020-03-31 Thread psl
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1869919/+attachment/5343880/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869919

[Bug 1869919] Re: Kernel 5.3.0-40-generic cannot boot from PATA drive

2020-03-31 Thread psl
I attach three pictures, those show that newer kernel cannot find root device and than newer kernel really miss several important modules including "pata" driver (I emulated similar error in 5.3.0-28-generic by changing disk ID ** Attachment added: "5.3.0-40-generic cannot find root device"

[Bug 1869919] Re: Kernel 5.3.0-40-generic cannot boot from PATA drive

2020-03-31 Thread psl
** Attachment added: "5.3.0-28-generic, modules (PATA is in the kernel, this kernel works OK) In this case I modified disk ID, so it cannot boot and ends at ramdisk prompt."

[Bug 1869919] [NEW] Kernel 5.3.0-40-generic cannot boot from PATA drive

2020-03-31 Thread psl
Public bug reported: Ubuntu-Budgie 18.04.4 amd64 kernel linux-image-5.3.0-40-generic I build a Ubuntu PC and I used PATA notebook disk (44 PIN connector, SSD) PROBLEM DESCRIPTION PC works fine with kernel "linux-image-5.3.0-28-generic" but when I try to use updated kernel

[Bug 1863968] [NEW] libpulse-dev cannot be installed, dependencies are outdated

2020-02-19 Thread psl
Public bug reported: Ubuntu 18.04.4 libpulse-dev-1:11.1-1ubuntu7.4 Package libpulse-dev was not updated to match dependencies libpulse-dev : Depends: libpulse0 (= 1:11.1-1ubuntu7.4) but 1:11.1-1ubuntu7.5 is to be installed Depends: libpulse-mainloop-glib0 (= 1:11.1-1ubuntu7.4)

[Bug 1863956] [NEW] tilix, vte-WARINGS, runtime check failed

2020-02-19 Thread psl
Public bug reported: Ubuntu 18.04.4, tilix 1.7.7-1ubuntu2 Tilix installed with "sudo apt install tilix" When it is started from other terminal, it reports these warnings to the terminal: user@ubuntu:~$ tilix (tilix:17207): Vte-WARNING **: 22:52:36.854: (../../src/vtegtk.cc:1906):int

[Bug 1863955] [NEW] Fresh Tilix install reports "Configuration issue detected"

2020-02-19 Thread psl
Public bug reported: Ubuntu 18.04.4, tilix 1.7.7-1ubuntu2 I installed Tilix with "sudo apt install tilix". On the first run, it reports "Configuration issue detected" and shows URL with instruction to fix it: https://gnunn1.github.io/tilix-web/manual/vteconfig/ In the case of issue at

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
I tried to switch resolution to 2048x1152@60Hz and it worked (Win10). I found I can define custom resolution but when I tried to define 1920x1200@60Hz, it was not accepted with information that maximum bandwidth was exceeded. After several tries, custom resolution 1920x1200@56Hz was accepted and I

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
Resolution is set to 1920x1080@60 in Win10 but monitor receives signal 2048x1152@60Hz (this is more than official monitor resolution that is 1020x1200@60Hz but it looks like monitor can handle it); this information is visible at DELL monitor menu and even in Windows configuration. Windows report

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
I was too optimistic about Win10. Windows cannot detect my monitor too. Situation with Windows is better than situation with Linux. My monitor is DELL U2412M and it has native resolution 1920x1200@60Hz. Windows cannot detect my monitor so they report it as "Standart non PnP Monitor". I can set

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248 Title: Intel display driver cannot read EDID from VGA monitor To manage

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
In the old good times of Windows 98 I was able to disable Plug and select my monitor from DB of known models or select generic configuration to match my resolution. I miss such option in modern Linux distributions, it could be useful fallback when Plug for some reason doesn't work. When it works,

[Bug 1863248] PulseList.txt

2020-02-14 Thread psl
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328169/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248

[Bug 1863248] ProcModules.txt

2020-02-14 Thread psl
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328168/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248

[Bug 1863248] ProcInterrupts.txt

2020-02-14 Thread psl
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328167/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1863248] ProcCpuinfo.txt

2020-02-14 Thread psl
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328164/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248

[Bug 1863248] CurrentDmesg.txt

2020-02-14 Thread psl
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328161/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1863248] ProcCpuinfoMinimal.txt

2020-02-14 Thread psl
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328165/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1863248] ProcEnviron.txt

2020-02-14 Thread psl
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328166/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248

[Bug 1863248] Re: Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
: 19m Memory: 15.53 GiB used: 1.29 GiB (8.3%) Shell: bash inxi: 3.0.32 + --- + ProblemType: Bug + ApportVersion: 2.20.9-0ubuntu7.9 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC1: psl1661 F pulseaudio + /dev/snd/controlC0: psl

[Bug 1863248] UdevDb.txt

2020-02-14 Thread psl
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328170/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248 Title:

[Bug 1863248] Lspci.txt

2020-02-14 Thread psl
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328162/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248 Title:

[Bug 1863248] Lsusb.txt

2020-02-14 Thread psl
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328163/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248 Title:

[Bug 1863248] CRDA.txt

2020-02-14 Thread psl
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328160/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248 Title: Intel

[Bug 1863248] WifiSyslog.txt

2020-02-14 Thread psl
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1863248/+attachment/5328171/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863248

[Bug 1863248] [NEW] Intel display driver cannot read EDID from VGA monitor

2020-02-14 Thread psl
Public bug reported: Ubuntu 18.04 Report if from Linux Mint 19.3 but the same situation is with Ubuntu 18.04 Linux cannot access EDID information from VGA port and it offers maximum resolution of 1024x768, that is not too much for 24" monitor. When I connect VGA monitor to other PC with Nvidia

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-06 Thread psl
I am not strong in PowerShell. Previous script sends data from clipboard ONLY to console, it doesn't send them to STDOUT and such script cannot be used to pipe data to other commands. This is version of script that really sends data from clipbaord to the stdout: ``` # scb is alias for

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
PowerShell version of the script that waits for data in clipboard and send them to STDOUT ``` # scb is alias for Set-Clipboard # gcb is alias for Get-Clipboard # sleep is alias for Start-Sleep # copy data from clipboard to stdout # MAIN Set-Clipboard # clear clipboard while ($true) { $TXT =

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
** Description changed: This is not a bug report but request for enhancement. Ubuntu 18.04 doesn't have pbcopy & pbpaste commands. Mac users can use two commands, pbcopy and pbpaste, to work with clipbopard in their scripts. No such "easy to use" solution is available at Linux! Could

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
** Description changed: This is not a bug report but request for enhancement. Ubuntu 18.04 doesn't have pbcopy & pbpaste commands. Mac users can use two commands, pbcopy and pbpaste, to work with clipbopard in their scripts. No such "easy to use" solution is available at Linux! Could

  1   2   3   4   5   6   7   8   >