[Bug 1951117] Re: jvm-lts crashing during tomcat session replication

2021-11-16 Thread Marco Ferretti
** Attachment added: "The jvm log"
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951117/+attachment/5541211/+files/hs_err_pid52808.log

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

Title:
  jvm-lts crashing during tomcat session replication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951117/+subscriptions


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

[Bug 1951117] [NEW] jvm-lts crashing during tomcat session replication

2021-11-16 Thread Marco Ferretti
Public bug reported:

I have setup a test environment with two tomcat9 (tomee-plume-8.0.6) nodes 
running behind an apache 2.4 with mod_jk.
At the startup everything's fine, the application deploys and apache is happy 
about the workers.
I open a session to the application by visiting localhost/app; mod_jk directs 
to node1, the java session is opened and the application is accessed. As soon 
as the session replication fires from node1 to node2 the latter crashes.
Here's the log: 

Nov 16, 2021 2:43:24 PM org.apache.catalina.ha.session.DeltaManager 
getAllClusterSessions
INFO: Manager [localhost#/mui], requesting session state from 
[org.apache.catalina.tribes.membership.MemberImpl[tcp://{127, 0, 1, 
1}:4000,{127, 0, 1, 1},4000, alive=47530, securePort=-1, UDP Port=-1, id={-95 
99 47 -24 97 65 64 -102 -74 110 -80 109 79 57 66 0 }, payload={}, command={}, 
domain={}]]. This operation will timeout if no session state has been received 
within [60] seconds.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f2c7c1bac14, pid=49141, tid=49237
#
# JRE version: OpenJDK Runtime Environment (11.0.11+9) (build 
11.0.11+9-Ubuntu-0ubuntu2.20.04)
# Java VM: OpenJDK 64-Bit Server VM (11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed 
mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x564c14]
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to 
/home/marco/servers/tomee-cluster/node2/core.49141)
#
# An error report file with more information is saved as:
# /home/marco/servers/tomee-cluster/node2/hs_err_pid49141.log
#
# If you would like to submit a bug report, please visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
#

I have tried different versions of OpenJDK but the result is always the
same

Here are the details of the system

➜ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in Software Center

java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
sharing)

apachectl -v
Server version: Apache/2.4.41 (Ubuntu)
Server built:   2021-10-14T16:24:43

➜ ./catalina.sh version
Using CATALINA_BASE:   /home/marco/servers/tomee
Using CATALINA_HOME:   /home/marco/servers/tomee
Using CATALINA_TMPDIR: /home/marco/servers/tomee/temp
Using JRE_HOME:/usr
Using CLASSPATH:   
/home/marco/servers/tomee/bin/bootstrap.jar:/home/marco/servers/tomee/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.io=ALL-UNNAMED 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Server version: Apache Tomcat/9.0.41
Server built:   Dec 3 2020 11:43:00 UTC
Server number:  9.0.41.0
OS Name:Linux
OS Version: 5.11.0-40-generic
Architecture:   amd64
JVM Version:11.0.11+9-Ubuntu-0ubuntu2.20.04
JVM Vendor: Ubuntu

node1 and node2 inherit the binaries from above. The configuration is
changed by prepending node number to the ports (eg. port 8080->18080 and
28080) and by adding the JVM route to the Engine entry.

workers.properties:
---
# workers.tomcat_home should point to the location where you
# installed tomcat. This is where you have your conf, webapps and lib
# directories.
#
workers.tomcat_home=/home/marco/servers/apache-tomee-plume-8.0.6
#
# workers.java_home should point to your Java installation. Normally
# you should have a bin and lib directories beneath it.
#
workers.java_home=/usr/lib/jvm/default-java

# Define 1 real worker using ajp13
worker.list=jkstatus, lb

worker.jkstatus.type=status

worker.lb.type=lb

# Set properties for worker (ajp13)
worker.node1.type=ajp13
worker.node1.host=localhost
worker.node1.port=18009
worker.node1.ping_mode=A
worker.node1.lbfactor=1

worker.node2.type=ajp13
worker.node2.host=localhost
worker.node2.port=28009
worker.node2.ping_mode=A
worker.node2.lbfactor=1

## associate workers with load balancer
worker.lb.balance_workers=node1,node2
worker.lb.sticky_session=1
---

3) What you expected to happen
the session being replicated on both nodes
4) What happened instead
the JVM crashed

** Affects: openjdk-lts (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/1951117

Title:
  jvm-lts crashing during tomcat session replication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951117/+subscriptions


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

[Bug 1849257] Re: Firefox audio not playing via bluetooth

2020-11-02 Thread Marco Ferretti
Same here: ubuntu (xfce) 20.04 upgraded from a working 18.04

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

Title:
  Firefox audio not playing via bluetooth

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

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

[Bug 1774957] Re: Network icons in status menu disappearing

2019-03-18 Thread Marco Ferretti
Following up on #30 and #29 I can confirm that ubuntu 18.04.2 is working
fine with the patch from comment #23

Thanks a lot for the support !

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

Title:
  Network icons in status menu disappearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1774957/+subscriptions

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

[Bug 1774957] Re: Network icons in status menu disappearing

2019-03-18 Thread Marco Ferretti
Hi Daniel,

will install the patch later today and let you know.

Thanks for pointing me to a possible solution (I completely missed it).

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

Title:
  Network icons in status menu disappearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1774957/+subscriptions

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

[Bug 1774957] Re: Network icons in status menu disappearing

2019-03-16 Thread Marco Ferretti
p.s.: restarting gnome-shell (with SIGQUIT) works as a temporary patch.

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

Title:
  Network icons in status menu disappearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1774957/+subscriptions

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

[Bug 1774957] Re: Network icons in status menu disappearing

2019-03-16 Thread Marco Ferretti
I am still experiencing the issue on ubuntu 18.04.4 :

dpkg -s gnome-shell
Package: gnome-shell
Status: install ok installed
Priority: optional
Section: universe/gnome
Installed-Size: 7350
Maintainer: Ubuntu Developers 
Architecture: amd64
Version: 3.28.3-0ubuntu0.18.04.4
Provides: notification-daemon, polkit-1-auth-agent
Depends: libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 1.12.4), libc6 (>= 
2.14), libcairo2 (>= 1.14.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 
0.2), libcroco3 (>= 0.6.2), libecal-1.2-19 (>= 3.17), libedataserver-1.2-23 (>= 
3.17.2), libgcr-base-3-1 (>= 3.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), 
libgirepository-1.0-1 (>= 1.35.9), libgjs0-libmozjs-52-0, libgjs0g (>= 1.52.1), 
libglib2.0-0 (>= 2.53.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.21.6), 
libical3 (>= 3.0.0), libjson-glib-1.0-0 (>= 0.13.2), libmutter-2-0 (>= 3.28.3), 
libnm0 (>= 1.0.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), 
libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.94), 
libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libsecret-1-0 (>= 
0.7), libstartup-notification0 (>= 0.11), libsystemd0, libx11-6, libxfixes3, 
evolution-data-server (>= 3.17.2), gir1.2-accountsservice-1.0, gir1.2-atspi-2.0 
(>= 2.9.91), gir1.2-freedesktop, gir1.2-gdesktopenums-3.0 (>= 3.12), 
gir1.2-geoclue-2.0, gir1.2-gcr-3 (>= 3.7.5), gir1.2-gdm-1.0 (>= 3.18.2), 
gir1.2-glib-2.0 (>= 1.45.3), gir1.2-gnomebluetooth-1.0 (>= 3.12.0), 
gir1.2-gnomedesktop-3.0 (>= 3.12.0), gir1.2-gtk-3.0 (>= 3.16), 
gir1.2-gweather-3.0, gir1.2-ibus-1.0 (>= 1.5.2), gir1.2-mutter-2 (>= 3.27.91), 
gir1.2-nm-1.0, gir1.2-nma-1.0, gir1.2-pango-1.0, gir1.2-polkit-1.0, 
gir1.2-rsvg-2.0, gir1.2-soup-2.4 (>= 2.40.1), gir1.2-upowerglib-1.0 (>= 0.99), 
gjs (>= 1.47.90), gnome-settings-daemon (>= 3.16.0), gnome-shell-common (= 
3.28.3-0ubuntu0.18.04.4), ubuntu-wallpapers, gsettings-desktop-schemas (>= 
3.21.3), mutter (>= 3.27.91), python3, libglib2.0-bin (>= 2.53.0)
Recommends: xserver-xorg-legacy, bolt (>= 0.2), gkbd-capplet, 
gnome-control-center, gnome-user-guide, iio-sensor-proxy, unzip, ubuntu-session 
| gnome-session
Suggests: gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2 (>= 0.8.0), 
chrome-gnome-shell, gdm3 (>= 3.10.0.1-3~), gnome-themes-standard-data, 
switcheroo-control
Breaks: gdm3 (<< 3.19.92), gnome-session (<< 3.19)
Conflicts: gnome-screensaver (<< 3.6)
Description: graphical shell for the GNOME desktop
 The GNOME Shell provides core interface functions like switching
 windows, launching applications or see your notifications. It takes
 advantage of the capabilities of modern graphics hardware and
 introduces innovative user interface concepts to provide a
 delightful and easy to use experience. GNOME Shell is the defining
 technology of the GNOME 3 user experience.
Homepage: https://wiki.gnome.org/Projects/GnomeShell
Original-Maintainer: Debian GNOME Maintainers 


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

Title:
  Network icons in status menu disappearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1774957/+subscriptions

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

[Bug 1348123] Re: Blank screeen after resuming from suspension

2014-07-25 Thread Marco Ferretti
Just tested with upstream kernel :
uname -rv
3.16.0-031600rc6-generic #201407210035 SMP Mon Jul 21 04:56:43 UTC 2014

I have exactly the same behavior.
updated tag as requested

** Tags added: kernel-bug-exists-upstream

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

Title:
  Blank screeen after resuming from suspension

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

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


[Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2014-07-24 Thread Marco Ferretti
Same here. 
Samsung N230 netbook, Intel ATOM; XUbuntu 14.04 LTS

Closing the lid, waiting for suspension. Once the lid is open the
computer wakes up but the screen in blank. Restarting lightdm is
possible although not feasible since you'd loose all the work that you
did not save (thus making suspension useless).

As stated in #43, #100 and #134 manually starting pm-suspend works.


The problem was not there with 13.10 release

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

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

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

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


[Bug 1348123] [NEW] Blank screeen after resuming from suspension

2014-07-24 Thread Marco Ferretti
Public bug reported:

The screen is left blank after resuming from suspension (close lid, open lid).
The computer wakes up but the screen is left blank. I can login to a different 
console and restart lightdm but that's not an acceptable work around.
Manually invoking pm-suspend works.

Working on a Samsung Netbook N230
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

there is an open bug 1283938 that's exactly what I am experiencing

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-32-generic 3.13.0-32.57
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  marco  6510 F pulseaudio
CurrentDesktop: XFCE
Date: Thu Jul 24 12:15:05 2014
HibernationDevice: RESUME=UUID=13528406-d055-4d6d-b455-151cc31810d1
InstallationDate: Installed on 2013-01-25 (544 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. N230
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=101851c9-ad2c-4520-9a9b-643918e16a14 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-32-generic N/A
 linux-backports-modules-3.13.0-32-generic  N/A
 linux-firmware 1.127.5
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2014-07-22 (1 days ago)
dmi.bios.date: 12/21/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 01MA.M004.20101221.JIP
dmi.board.asset.tag: SAMSUNG
dmi.board.name: N230
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01MA.M004.20101221.JIP:bd12/21/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN230:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN230:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N230
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  Blank screeen after resuming from suspension

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

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


[Bug 888889] Re: facebook chat not recieving messages

2012-10-10 Thread Marco Ferretti
same here. Ubuntu 1204 64bit and Ubuntu 10.04 64bit ; I can connect to
facebook chat, send messages but I can't recieve them .  Other channels
( gmail, y!, icq ) work


Here's the mission control debug http://pastebin.com/B2u8CD6B

Please reopen this bug

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

Title:
  facebook chat not recieving messages

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

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


[Bug 982021] Re: [i965gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 - occurred on resume, with horizontal stretching

2012-04-20 Thread Marco Ferretti
Happened to me after 1st reboot testing 12.04 on a macbook; did nothing,
just logged in.

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

Title:
  [i965gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 - occurred
  on resume, with horizontal stretching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/982021/+subscriptions

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


[Bug 62748] Re: 2.0.55-4ubuntu4 update causes svn failure

2011-10-18 Thread Marco Ferretti
Hi

same here on Ubuntu 10.04 ( 32 bit )  after this morning's updates ( I
remember php5, mod-php5 but there were a few more ) .

ferrema@pupfish:~$ eclipse

(process:7461): Gdk-WARNING **: locale not supported by C library

(process:7461): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

(eclipse:7461): Gdk-WARNING **: locale not supported by C library
svnjavahl: error: cannot set LC_ALL locale
svnjavahl: error: environment variable LANG is en_US
svnjavahl: error: please check that your locale name is correct
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0440f83c, pid=7461, tid=58760048
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libapr-1.so.0+0x2683c]  signed char+0x15
#
# An error report file with more information is saved as:
# /home/ferrema/hs_err_pid7461.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
ferrema@pupfish:~$ joe .bashrc 
Processing '/etc/joe/joerc'...Processing '/etc/joe/ftyperc'...done
done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/62748

Title:
  2.0.55-4ubuntu4 update causes svn failure

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 62748] Re: 2.0.55-4ubuntu4 update causes svn failure

2011-10-18 Thread Marco Ferretti
FYI : 
running the following : 



ferrema@pupfish:/$ export LC_ALL=en_US.UTF-8
ferrema@pupfish:/$ sudo dpkg-reconfigure locales
Generating locales...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... up-to-date
  en_ZA.UTF-8... done
  en_ZW.UTF-8... done
  it_CH.UTF-8... done
  it_IT.UTF-8... done
Generation complete.
ferrema@pupfish:/$ eclipse 
ferrema@pupfish:/$ 


fixes the issue .

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/62748

Title:
  2.0.55-4ubuntu4 update causes svn failure

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 62748] Re: 2.0.55-4ubuntu4 update causes svn failure

2011-10-18 Thread Marco Ferretti
Hi

same here on Ubuntu 10.04 ( 32 bit )  after this morning's updates ( I
remember php5, mod-php5 but there were a few more ) .

ferrema@pupfish:~$ eclipse

(process:7461): Gdk-WARNING **: locale not supported by C library

(process:7461): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

(eclipse:7461): Gdk-WARNING **: locale not supported by C library
svnjavahl: error: cannot set LC_ALL locale
svnjavahl: error: environment variable LANG is en_US
svnjavahl: error: please check that your locale name is correct
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0440f83c, pid=7461, tid=58760048
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libapr-1.so.0+0x2683c]  signed char+0x15
#
# An error report file with more information is saved as:
# /home/ferrema/hs_err_pid7461.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
ferrema@pupfish:~$ joe .bashrc 
Processing '/etc/joe/joerc'...Processing '/etc/joe/ftyperc'...done
done

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

Title:
  2.0.55-4ubuntu4 update causes svn failure

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

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


[Bug 62748] Re: 2.0.55-4ubuntu4 update causes svn failure

2011-10-18 Thread Marco Ferretti
FYI : 
running the following : 



ferrema@pupfish:/$ export LC_ALL=en_US.UTF-8
ferrema@pupfish:/$ sudo dpkg-reconfigure locales
Generating locales...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... up-to-date
  en_ZA.UTF-8... done
  en_ZW.UTF-8... done
  it_CH.UTF-8... done
  it_IT.UTF-8... done
Generation complete.
ferrema@pupfish:/$ eclipse 
ferrema@pupfish:/$ 


fixes the issue .

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

Title:
  2.0.55-4ubuntu4 update causes svn failure

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

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


[Bug 659034] [NEW] cannot launch jedit

2010-10-12 Thread Marco Ferretti
Public bug reported:

Binary package hint: jedit

I am using Ubuntu 10.10
I uninstalled openjdk and installed sun jdk
Installed jedit (sudo apt-get install jedit ) 
Ran jedit 
got this exception : 

$ jedit
Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1667)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1614)
at java.awt.Toolkit.clinit(Toolkit.java:1636)
at java.awt.Color.clinit(Color.java:279)
at javax.swing.plaf.metal.MetalTheme.clinit(MetalTheme.java:76)
at 
javax.swing.plaf.metal.MetalLookAndFeel.getCurrentTheme(MetalLookAndFeel.java:1681)
at 
javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(MetalLookAndFeel.java:1576)
at 
javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1598)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:530)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:570)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1320)
at javax.swing.UIManager.initialize(UIManager.java:1407)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1395)
at javax.swing.UIManager.getDefaults(UIManager.java:644)
at 
javax.swing.filechooser.FileSystemView.getFileSystemView(FileSystemView.java:80)
at org.gjt.sp.jedit.io.FileVFS.clinit(FileVFS.java:684)
at org.gjt.sp.jedit.io.VFSManager.clinit(VFSManager.java:461)
at org.gjt.sp.jedit.MiscUtilities.constructPath(MiscUtilities.java:348)
at org.gjt.sp.jedit.jEdit.main(jEdit.java:241)


Downloaded  JEdit (same version : 4.3.2 ) from sourceforge, installed it ( 
local user ) and run ~/bin/jedit from the console, everything works.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: jedit 4.3.2+dfsg-3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Tue Oct 12 10:32:42 2010
Dependencies: java-wrappers 0.1.16
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: jedit

** Affects: jedit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
cannot launch jedit
https://bugs.launchpad.net/bugs/659034
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 460944] Re: Update Site list is empty in Install New Software

2009-12-21 Thread Marco Ferretti
Just installed eclipse via apt-get; list of update sites is empty and it
does not seem to be a GTK problem but a packaging problem since
exporting the list from another installation of eclipse and importing it
worked for me.

using Ubuntu 9.10 - the Karmic Koala 
uname -a : Linux 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 
i686 GNU/Linux

Last updated DEC. 20th 2009

-- 
Update Site list is empty in Install New Software
https://bugs.launchpad.net/bugs/460944
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 433551] Re: POP3 - evolution wrongly thinks password submission failed when maildrop busy

2009-11-26 Thread Marco Ferretti
Hi,

honestly I didn't. I solved the problem by having gmail access my Y!
mail account and downloading email from google.

Also, I have updated to ubuntu 9.10 and just tried re-anabling the Y!
account and so far it seems to work. I'll keep it on and may the problem
persist, I will file the upstream

-- 
POP3 - evolution wrongly thinks password submission failed when maildrop busy
https://bugs.launchpad.net/bugs/433551
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 433551] [NEW] POP3 - evolution wrongly thinks password submission failed when maildrop busy

2009-09-20 Thread Marco Ferretti
Public bug reported:

Binary package hint: evolution

Hi
this happens to me only with Yahoo pop3 account.

Sometimes Yahoo pop is busy thus it sends back an ERR-[IN USE]
maildrop busy message. Evolution wrongly thinks that the password
submission did not succeed and asks for the password again .

The real hassle here is that 
1 - evolution forgets about the password I initially gave it
2 - it keeps on trying to connect thus holding any other account I have ( three 
at the moment ) and makes the application unusable (application hungs) .


AFAIK when receiving such an error the behavior shall be the same of a timeout 
...

I have experienced this problem both on Ubuntu ( 9.04 freshly installed
) and Debian lenny.

In case you need more detail, please let me know


TIA

Marco

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: err yahoo

** Description changed:

  Binary package hint: evolution
  
  Hi
  this happens to me only with Yahoo pop3 account.
  
  Sometimes Yahoo pop is busy thus it sends back an ERR-[IN USE]
  maildrop busy message. Evolution wrongly thinks that the password
  submission did not succeed and asks for the password again .
  
  The real hassle here is that 
  1 - evolution forgets about the password I initially gave it
- 2 - it keeps on trying to connect thus holding any other account I have ( 
three at the moment ) and makes the application unusable.
+ 2 - it keeps on trying to connect thus holding any other account I have ( 
three at the moment ) and makes the application unusable (application hungs) .
  
  
  AFAIK when receiving such an error the behavior shall be the same of a 
timeout ...
  
  I have experienced this problem both on Ubuntu ( 9.04 freshly installed
  ) and Debian lenny.
  
  In case you need more detail, please let me know
  
  
  TIA
  
  Marco

-- 
POP3 - evolution wrongly thinks password submission failed when maildrop busy
https://bugs.launchpad.net/bugs/433551
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 433551] Re: POP3 - evolution wrongly thinks password submission failed when maildrop busy

2009-09-20 Thread Marco Ferretti
I have just noted that this misbehavior leads to some other failures in
talking to Y! mail.

After giving the password on maildrop busy ( varying number of times ) I get 
a different message : 
+OK maildrop ready ; this message is again interpreted as a password error ( 
please note the header +OK ) thus I am asked the password again. When I type in 
the password I then get this error : -ERR command valid only in authorization 
state which is interpreted as, again, a password issue while it is clear to me 
that the problem is that evolution and yahoo are not talking the same POP3 
slang ...

When I finally get tired of issuing my password and click cancel I can get back 
on working with evolution.
I then manually try to fetch my email and ... voilà ! I am asked again for the 
password. This time, thou, the communication succeeds so  evolution and  Y! are 
talking again to each other.

-- 
POP3 - evolution wrongly thinks password submission failed when maildrop busy
https://bugs.launchpad.net/bugs/433551
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