[Bug 1873429] Re: Problem with printing in 20.04 version

2020-08-10 Thread apetrelli
Probably mine was a resolving issue. I played with /etc/nsswitch.conf to work 
with a VPN and ended up modifying the hosts row this way:
hosts:  files mdns4_minimal [NOTFOUND=return] resolve dns

(note the missing [!UNAVAIL=return] )

I removed the "resolve" keyword and installed libnss-resolve, fixing the row 
this way:
hosts:  files mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] 
dns
and now the printer is recognized and works.

HTH

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1873429

Title:
  Problem with printing in 20.04 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1873429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873429] Re: Problem with printing in 20.04 version

2020-08-09 Thread apetrelli
I have a a similar problem, but under Kubuntu 20.04, with 19.10 it printed fine.
My model is Epson ET 2650.

This bug may be related:
https://bugzilla.redhat.com/show_bug.cgi?id=1818110

When adding a new printer directly in CUPS I see the following errors:

E [09/Aug/2020:22:46:39 +0200] copy_model: empty PPD file
E [09/Aug/2020:22:46:39 +0200] [Client 145] Returning IPP 
server-error-internal-error for CUPS-Add-Modify-Printer 
(ipp://antonio@localhost:631/printers/EPSON_ET-2650_Series) from localhost.
E [09/Aug/2020:22:46:42 +0200] [CGI] Unable to create PPD file: Could not poll 
sufficient capability info from the printer 
(ipp://EPSON%20ET-2650%20Series._ipp._tcp.local/, 
ipp://EPSONE9D612.local:631/ipp/print) via IPP!
E [09/Aug/2020:22:46:42 +0200] copy_model: empty PPD file
E [09/Aug/2020:22:46:42 +0200] [Client 145] Returning IPP 
server-error-internal-error for CUPS-Add-Modify-Printer 
(ipp://antonio@localhost:631/printers/EPSON_ET-2650_Series) from localhost.
E [09/Aug/2020:22:46:46 +0200] [CGI] Unable to create PPD file: Could not poll 
sufficient capability info from the printer 
(ipp://EPSON%20ET-2650%20Series._ipp._tcp.local/, 
ipp://EPSONE9D612.local:631/ipp/print) via IPP!
E [09/Aug/2020:22:46:46 +0200] copy_model: empty PPD file
E [09/Aug/2020:22:46:46 +0200] [Client 145] Returning IPP 
server-error-internal-error for CUPS-Add-Modify-Printer 
(ipp://antonio@localhost:631/printers/EPSON_ET-2650_Series) from localhost.


** Bug watch added: Red Hat Bugzilla #1818110
   https://bugzilla.redhat.com/show_bug.cgi?id=1818110

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1873429

Title:
  Problem with printing in 20.04 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1873429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859954] [NEW] [snap] chromium does calls to ocsp.digicert.com without proxy

2020-01-16 Thread apetrelli
Public bug reported:

When calling github.com, Chromium does calls to ocsp.digigert.com without 
honoring proxy settings.
This happens only when calling Chromium from the KDE menu and not at the 
command line.
I sent a bug report to the Chromium teams, but apparently the problem is not 
related to Chromium itself:
https://bugs.chromium.org/p/chromium/issues/detail?id=1041802#c10
In that issue you can find the netlogs of various tests I made.

I am using Kubuntu 19.10.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859954

Title:
  [snap] chromium does calls to ocsp.digicert.com without proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1859954/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1608646] Re: ip4 static routes added in NetworkManager UI fail and prevent connection

2017-05-24 Thread apetrelli
I think that putting 0.0.0.0 works for someone (like me) because, when
using this route, a broadcast is sent, both to the original interface
and tun0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608646

Title:
  ip4 static routes added in NetworkManager UI fail and prevent
  connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1608646/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1512695] Re: libcppnetlib0 is compiled with the wrong compiler and/or ABI (should be gcc5)

2015-11-04 Thread apetrelli
I have a C++ Eclipse project that depends on this package and, after
upgrade to wily, it does not compile anymore.

By using:
-D_GLIBCXX_USE_CXX11_ABI=0
the problem goes away, however I suppose it is not a good thing to do.

The error is:

/usr/include/boost/network/uri/uri.hpp:178: riferimento non definito a
"boost::network::uri::detail::parse(__gnu_cxx::__normal_iterator,
std::allocator > >, __gnu_cxx::__normal_iterator,
std::allocator > >,
boost::network::uri::detail::uri_parts<__gnu_cxx::__normal_iterator,
std::allocator > > >&)"

Note the subnamespace for basic_string.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512695

Title:
  libcppnetlib0 is compiled with the wrong compiler and/or ABI (should
  be gcc5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpp-netlib/+bug/1512695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1223181] Re: After upgrading to saucy, eclipse crashes in gtk_tree_view_get_background_area+0x8a while debugging

2013-10-24 Thread apetrelli
This happens also to me, having a pure Kubuntu 13.10 upgraded from
13.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223181

Title:
  After upgrading to saucy, eclipse crashes in
  gtk_tree_view_get_background_area+0x8a while debugging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1223181/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 781353] Re: libgl1-mesa-dri: display inverted (upside-down) in startkde after natty upgrade

2011-09-22 Thread apetrelli
Thanks Chris but that piece of configuration does not exists.
I tried to switch gl_conf (pointing either to mesa or nvidia-current) but it 
did not work either.
The only thing that worked is letting /usr/lib/nvidia-current/libGL.so.1 
symbolic link to point to /usr/lib/mesa/libGL.so.1
However I think that this is a job for ironhide. This is another confirmation 
that this is not a mesa bug.

Thanks again

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/781353

Title:
  libgl1-mesa-dri: display inverted (upside-down) in startkde after
  natty upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/781353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 781353] Re: libgl1-mesa-dri: display inverted (upside-down) in startkde after natty upgrade

2011-09-21 Thread apetrelli
I tried installing 7.11 from here:
https://launchpad.net/~suraia/+archive/ppa
The bug still appears but only after login page.
Warning: this also installs kernel 3.0.0!

I have an NVidia Optimus: Intel i915 (default settings) + GEForce 540 M

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/781353

Title:
  libgl1-mesa-dri: display inverted (upside-down) in startkde after
  natty upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/781353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 781353] Re: libgl1-mesa-dri: display inverted (upside-down) in startkde after natty upgrade

2011-09-21 Thread apetrelli
Ok probably I specify the problem wrong. So it is a problem with libGL version 
of NVidia proprietary driver and the open source one.
In fact I cannot uninstall nvidia driver since I have an Optimus laptop, where 
I use the discrete card with Ironhide.
Is there a workaround for this situation, such as explicitly specify libGL path 
in XOrg configuration file?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/781353

Title:
  libgl1-mesa-dri: display inverted (upside-down) in startkde after
  natty upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/781353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369498] Re: 32bits gtk and glib modules not found in ia32-libs

2011-03-20 Thread apetrelli
Same as comment #79 in Natty, with the difference that the file is:
libgio-2.0.so.0.2600.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/369498

Title:
  32bits gtk and glib modules not found in ia32-libs

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 269123] Re: stkwebcam kernel-module doesn't support all the webcams supported previously with stk11

2010-10-12 Thread apetrelli
In relation to comment #56, I had the same problem under Kubuntu 10.05. To make 
it work I removed that offending. compat_ioctl field (it's just at the end of 
the file).
It seems that the problem is that CONFIG_COMPAT is (incorrectly?) defined.

-- 
stkwebcam kernel-module doesn't support all the webcams supported previously 
with stk11
https://bugs.launchpad.net/bugs/269123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 269123] Re: stkwebcam kernel-module doesn't support all the webcams supported previously with stk11

2010-10-12 Thread apetrelli
Obviously I meant Kubuntu 10.04, sorry for the typo.

-- 
stkwebcam kernel-module doesn't support all the webcams supported previously 
with stk11
https://bugs.launchpad.net/bugs/269123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-06-28 Thread apetrelli
I tried Eclipse Helios with Sun's JDK (downloaded from Sun's site) and
it crashes the same. I attach the crash log.

** Attachment added: Crash log of Eclipse Helios using Sun's JDK
   http://launchpadlibrarian.net/51019091/hs_err_pid2708.log

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-06-28 Thread apetrelli
This is the bug at Eclipse site:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317763

** Bug watch added: Eclipse bugs #317763
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=317763

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-06-28 Thread apetrelli
The update didn't work for me, thanks anyway.

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-06-27 Thread apetrelli
Sebastien, why not? libgobject is part of libglib package.

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598371] Re: Java crashes during Eclipse Helios Start

2010-06-25 Thread apetrelli
I have the same problem, but I think this is a problem with glib, not
openjdk.

-- 
Java crashes during Eclipse Helios Start
https://bugs.launchpad.net/bugs/598371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351186] Re: [M76] [ubuntu 9.04] [ubuntu 9.10] slow unminimizing with ati card and desktop effects enabled

2010-02-27 Thread apetrelli
I followed the suggestion of tx at comment #389 and it worked.
I have an ATI HD2600.

-- 
[M76] [ubuntu 9.04] [ubuntu 9.10] slow unminimizing with ati card and desktop 
effects enabled
https://bugs.launchpad.net/bugs/351186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353800] Re: restricted drivers (ATI) causes Xorg memory leakage

2009-07-02 Thread apetrelli
Specs:
Asus F3Sa, Ati hd2600, 4GB RAM

When effects are enabled, I noticed that the memory increases even if I 
minimize/maximize in turn a window, with a rate of 4 MB at a type (seen in 
system monitor).
When I shut the effects down, *without* changing the driver, the memory 
increase stop (in my case at 126 MB).

-- 
restricted drivers (ATI) causes Xorg memory leakage
https://bugs.launchpad.net/bugs/353800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353800] Re: restricted drivers (ATI) causes Xorg memory leakage

2009-07-02 Thread apetrelli
Sorry, I forgot to tell that I am using Kubuntu Jaunty.

BTW, probably this bug in x.org is somewhat related, though it refers to the 
CVS version:
http://bugs.freedesktop.org/show_bug.cgi?id=22171

** Bug watch added: freedesktop.org Bugzilla #22171
   https://bugs.freedesktop.org/show_bug.cgi?id=22171

-- 
restricted drivers (ATI) causes Xorg memory leakage
https://bugs.launchpad.net/bugs/353800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b

2008-04-28 Thread apetrelli
My Asus F3SA does not work with Kubuntu Hardy/KDE 4 remix :-(
Anyway, applying the H method, it works:

https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162413] Re: Connecting to WEP-encrypted networks using shared key impossible

2008-03-14 Thread apetrelli
What do you need more?
If you use a WEP-encrypted network with shared key authentication, it's 
impossible to connect.
At least, it does not work with KNetworkManager under Kubuntu.

-- 
Connecting to WEP-encrypted networks using shared key impossible
https://bugs.launchpad.net/bugs/162413
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Inspiron 1300/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b

2007-11-16 Thread apetrelli
Adding Asus F3SA to the list. I only checked method A for the moment
(that does not work), this evening I will try the other methods.

-- 
[gutsy] no sound on Dell Latitude D630/D830/Inspiron 1300/Precision 
M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162413] Re: Connecting to WEP-encrypted networks using shared key impossible

2007-11-15 Thread apetrelli
Is this bug connected to KNetworkManager?
I previously used wlassistant to connect.
Under Feisty, wlassistant 0.5.5 works well, while under gutsy, wlassistant 
0.5.7 does not work.
It seems that 0.5.5 used the command:
iwconfig wlan0 essid MYESSID key s:MYKEY
while under 0.5.7 it does not use it correctly: it uses a different technique 
that I cannot remember.
I think it is a wrong use of iwconfig bug of KNetworkManager, not a driver 
problem.

I tested:
TRENDnet TEW 424UB (USB) with Realtek Chipset
Intel Wireless (can't remember the model).

-- 
Connecting to WEP-encrypted networks using shared key impossible
https://bugs.launchpad.net/bugs/162413
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs