[Bug 890886] [NEW] system-config-samba needs root password, normally unavailable

2011-11-15 Thread ZioNemo
Public bug reported:

As installed on ubuntu 11.10 (ubuntu-server + gnome-desktop + samba) 
system-config-samba appears in the menu (Applications-Other-Samba) and opens 
the Enter the Administrative password dialog.
It seems to insist to get the real root password, unlike all other programs 
relying on [gk]sudo.
Normal ubuntu policy is to completely disable root account.
I can either launch it from a terminal (sudo system-config-samba) or I have 
to assign a valid password to root (sudo passwd root...).

However I manage to launch the program it still seems to look for 
/etc/init.d/samba to restart the daemons.
Unfortunately the correct name is /etc/init.d/smbd.
Adding a symbolic link does not help because this script was already converted 
to an Upstart job, so it still wants to be called smbd.
Should this be a separate bug?

** Affects: system-config-samba (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/890886

Title:
  system-config-samba needs root password, normally unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/890886/+subscriptions

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


[Bug 642421] Re: Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep

2010-10-13 Thread ZioNemo
FYI: I have this bug and a strange USB-mouse malfunction (mouse detected, but 
only buttons work, cursor does not move), which *might* be related.
I will try now the workaround

-- 
Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep
https://bugs.launchpad.net/bugs/642421
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 642421] Re: Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep

2010-10-13 Thread ZioNemo
Workaround made error disappear, but:
- Delay (about 20s) is still there.
- mouse does not work (might be unrelated).

-- 
Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep
https://bugs.launchpad.net/bugs/642421
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 655683] [NEW] sun-java6-jdk dependencies have loop

2010-10-06 Thread ZioNemo
Public bug reported:

Binary package hint: sun-java6-jdk

Ubuntu 10.04 with all updates installed

m...@server:~$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

m...@server:~$ uname -a
Linux server 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux

m...@server:~$ apt-cache policy sun-java6-jdk
sun-java6-jdk:
  Installato: 6.20dlj-1ubuntu3
  Candidato: 6.20dlj-1ubuntu3
  Tabella versione:
 *** 6.20dlj-1ubuntu3 0
500 http://archive.canonical.com/ubuntu/ lucid/partner Packages
100 /var/lib/dpkg/status

Installing sun-java-jdk installed (as expected!) a plethora of other packages, 
includig sun-java6-bin, sun-java6-jre and many others.
I installed just tha using aptitude.
All installed dependencies were dutifully marked with A to indicate thy were 
installed to fulfill dependencies.
Right after (no other installation/removal) I decided I didn't need java on 
this machine and I used aptitude again to completely remove (purge) 
sun-java6-jdk.and, to my surprise, no other package was marked for removal.

In particular neither sun-java6-bin nor sun-java6-jre will be removed.

It sems there is some loop in the dependency list that keeps the need
alive.

I need to streamline this machine and I will have to check all packages.
No big deal, but annoying.

Regards

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
sun-java6-jdk dependencies have loop
https://bugs.launchpad.net/bugs/655683
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 579227] Re: [qemu-system-arm] hardware error: pl011_read: Bad offset 16000018

2010-10-04 Thread ZioNemo
I can confirm the error and that adding -m ### solves it for me.
I am using the images from: 
http://ftp.dehttp://ftp.debian.org/debian/dists/sid/main/installer-armel/current/images/versatile/netboot/bian.org/debian/dists/sid/main/installer-armel/current/images/versatile/netboot/

m...@server:~/Documenti/Work/qemu$ qemu-system-arm -M versatilepb -kernel 
vmlinuz-2.6.32-5-versatile -initrd initrd.gz -hda hda.img -append 
root=/dev/ram 
qemu: hardware error: pl011_read: Bad offset 101f1018

CPU #0:
R00=0001434d R01= R02=0055 R03=0183
R04=101f1000 R05=000d R06=0013f7ad R07=0013f7f4
R08= R09=0013f7f0 R10=0013f7ec R11=0013f7dc
R12=101f1000 R13=001407c8 R14=00013f58 R15=00010d1c
PSR=21d3 --C- A svc32
Aborted
m...@server:~/Documenti/Work/qemu$ qemu-system-arm -M versatilepb -kernel 
vmlinuz-2.6.32-5-versatile -initrd initrd.gz -hda hda.img -append 
root=/dev/ram -m 128
... booting normally and starting installation...

Regards

-- 
[qemu-system-arm] hardware error: pl011_read: Bad offset 1618
https://bugs.launchpad.net/bugs/579227
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 579227] Re: [qemu-system-arm] hardware error: pl011_read: Bad offset 16000018

2010-10-04 Thread ZioNemo
I can confirm the error and that adding -m ### solves it for me.
I am using the images from: 
http://ftp.dehttp://ftp.debian.org/debian/dists/sid/main/installer-armel/current/images/versatile/netboot/bian.org/debian/dists/sid/main/installer-armel/current/images/versatile/netboot/

m...@server:~/Documenti/Work/qemu$ qemu-system-arm -M versatilepb -kernel 
vmlinuz-2.6.32-5-versatile -initrd initrd.gz -hda hda.img -append 
root=/dev/ram 
qemu: hardware error: pl011_read: Bad offset 101f1018

CPU #0:
R00=0001434d R01= R02=0055 R03=0183
R04=101f1000 R05=000d R06=0013f7ad R07=0013f7f4
R08= R09=0013f7f0 R10=0013f7ec R11=0013f7dc
R12=101f1000 R13=001407c8 R14=00013f58 R15=00010d1c
PSR=21d3 --C- A svc32
Aborted
m...@server:~/Documenti/Work/qemu$ qemu-system-arm -M versatilepb -kernel 
vmlinuz-2.6.32-5-versatile -initrd initrd.gz -hda hda.img -append 
root=/dev/ram -m 128
... booting normally and starting installation...

Regards

-- 
[qemu-system-arm] hardware error: pl011_read: Bad offset 1618
https://bugs.launchpad.net/bugs/579227
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 220005] Re: xrdp package doesn't work out of box

2010-03-08 Thread ZioNemo
It does not work for me in 9.4 (jaunty).
I can connect, but:

If I chose sesman-Xvnc (default) it connects, but the screen remains X-standard 
background (BW checkerboard) and the two panels (gnome top and bottom) keep 
flashing. no way to use it.
/var/log/sesman.log says: [20100308-12:10:29] [INFO ] scp thread on sck 5 
started successfully which looks good.

If I chose sesman-X11rdp I get the (very informative!) some problem message
/var/log/sesman.log says: [20100308-12:16:24] [INFO ] scp thread on sck 5 
started successfully same as above.

I don't have the option to upgrade to karmic.
Any chance to get a backport of the fix?

-- 
xrdp package doesn't work out of box
https://bugs.launchpad.net/bugs/220005
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 458524] Re: Dies with Uncaught exception: Unable to read from stdin: Success

2009-10-23 Thread ZioNemo
One more data point:
This bug seems related to the release, not the virtualization.
I installed Karmic-rc-server (no X) on a brand new Zotac ION motherboard 
(Atom-330/Nvidia-ION_chipset/4GB_RAM) and I have the same behavior at the 
console.

I also strongly doubt this is an aptitude problem (even though it is
very easy to reproduce using aptitude) because I see strange behavior at
the console (missing echo of typed commands, missing CR-LF when hitting
return (prompts one following the other instead of one on top of the
other).

This looks real bad and should be fixed before release.
I am available to help debugging.

Regards
ZioNemo

-- 
Dies with Uncaught exception: Unable to read from stdin: Success
https://bugs.launchpad.net/bugs/458524
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 458524] [NEW] Dies with Uncaught exception: Unable to read from stdin: Success

2009-10-22 Thread ZioNemo
Public bug reported:

Binary package hint: aptitude

The Machine is a Virtual machine created in VirtualBox 3.0.8
Host is a new Karmic amd64 install.
Guest is a brand new karmic netinstall via mini.iso
I don't know if the above is relevant, but I suppose so.
When I start aptitude at the console it displays the normal panel, but any 
action, including simply hitting down-arrow crashes the program with the 
message:

Uncaught exception: Unable to read from stdin: Success

I saw nothing relevant on syslog.
I assume this is a bad interaction with the console since aptitude works 
flawlessly through ssh.

I am available for any further info.
The problem is easily repeatable on this VM.

ProblemType: Bug
Architecture: i386
Date: Thu Oct 22 22:09:24 2009
DistroRelease: Ubuntu 9.10
Package: aptitude 0.4.11.11-1ubuntu6
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: aptitude
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
Dies with Uncaught exception: Unable to read from stdin: Success
https://bugs.launchpad.net/bugs/458524
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 458524] Re: Dies with Uncaught exception: Unable to read from stdin: Success

2009-10-22 Thread ZioNemo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34172820/Dependencies.txt

-- 
Dies with Uncaught exception: Unable to read from stdin: Success
https://bugs.launchpad.net/bugs/458524
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 408836] [NEW] eSATA hotplug not working well with Nautilus

2009-08-04 Thread ZioNemo
Public bug reported:

Binary package hint: nautilus

eSATA hotplug not working well with Nautilus

Hi,
I have an external eSATA disk I use for backups.
I am using it with several machines, including two ubuntu-9.04 Jaunty, fully 
updated, machines.
Behavior on both is very similar.
The following concerns an Acer Aspire 8930 installation.

I am fully able to use it from the command line, so I'm reasonably happy ;)
Problem is Nautilus is working just half-way:
If I power-up with the disk attached it *is* recognized and Nautilus *does* 
know it is a removable disk because it shows the umount buttons beside its 
mount-points (under /media).
I can detach the disk just clicking on them and then detaching the drive.
At this point (correctly) the partitions disappear from the [Places] menu. If I 
have an open window on Computer the icons do *not* automagically disappear, 
even after refresh; I don't know if it's significant. Any subsequent opening of 
Computer does not show the (now unavailable) partitions.
So far, so good.

Problem is if I reattach the drive (or attach it after boot) nothing is
displayed anymore in Nautilus.

The system detects There is a new disk:
Aug 3 18:53:44 wiki3A kernel: [20639.271146] ata6: hard resetting link
Aug 3 18:53:49 wiki3A kernel: [20644.748124] ata6: SATA link up 3.0 Gbps 
(SStatus 123 SControl 300)
Aug 3 18:53:49 wiki3A kernel: [20644.749880] ata6.00: ATA-8: STM3500418AS, 
CC35, max UDMA/133
Aug 3 18:53:49 wiki3A kernel: [20644.749887] ata6.00: 976773168 sectors, multi 
0: LBA48 NCQ (depth 31/32)
Aug 3 18:53:50 wiki3A kernel: [20644.751321] ata6.00: configured for UDMA/133
Aug 3 18:53:50 wiki3A kernel: [20644.751340] ata6: EH complete
Aug 3 18:53:50 wiki3A kernel: [20644.751555] scsi 5:0:0:0: Direct-Access ATA 
STM3500418AS CC35 PQ: 0 ANSI: 5
Aug 3 18:53:50 wiki3A kernel: [20644.753873] sd 5:0:0:0: [sdb] 976773168 
512-byte hardware sectors: (500 GB/465 GiB)
Aug 3 18:53:50 wiki3A kernel: [20644.753911] sd 5:0:0:0: [sdb] Write Protect is 
off
Aug 3 18:53:50 wiki3A kernel: [20644.753975] sd 5:0:0:0: [sdb] Write cache: 
enabled, read cache: enabled, doesn't support DPO or FUA
Aug 3 18:53:50 wiki3A kernel: [20644.754121] sd 5:0:0:0: [sdb] 976773168 
512-byte hardware sectors: (500 GB/465 GiB)
Aug 3 18:53:50 wiki3A kernel: [20644.754743] sd 5:0:0:0: [sdb] Write Protect is 
off
Aug 3 18:53:50 wiki3A kernel: [20644.754820] sd 5:0:0:0: [sdb] Write cache: 
enabled, read cache: enabled, doesn't support DPO or FUA
Aug 3 18:53:50 wiki3A kernel: [20644.754829] sdb: sdb1 sdb2
Aug 3 18:53:50 wiki3A kernel: [20644.770535] sd 5:0:0:0: [sdb] Attached SCSI 
disk
Aug 3 18:53:50 wiki3A kernel: [20644.770680] sd 5:0:0:0: Attached scsi generic 
sg2 type 0

and:

ma...@wiki3a:~$ cat /proc/partitions
major minor #blocks name

   8 0 312571224 sda
   8 1 10485760 sda1
   8 2 151041024 sda2
   8 3 1 sda3
   8 4 3717120 sda4
   8 5 43937743 sda5
   8 6 4883728 sda6
   8 7 98494483 sda7
   8 16 488386584 sdb
   8 17 244196001 sdb1
   8 18 244188000 sdb2
ma...@wiki3a:~$

The eSATA drive is /dev/sdb.

They are, however, visible neither in [Places] nor in Computer.
I can mount the partitions manually, but they will *not* be under /media and 
they will not look as detachable.

I submitted this same message as Question and I was redirected here,
so here I am :)

I am available to provide any further info required.

TiA
ZioNemo

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.26.2-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
eSATA hotplug not working well with Nautilus
https://bugs.launchpad.net/bugs/408836
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 408836] Re: eSATA hotplug not working well with Nautilus

2009-08-04 Thread ZioNemo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/29892066/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/29892067/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/29892069/ProcStatus.txt

-- 
eSATA hotplug not working well with Nautilus
https://bugs.launchpad.net/bugs/408836
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-08 Thread ZioNemo
The HuaweiAutoStart.desktop is part of drivers for a GSM-3G USB key to 
connect to Internet.
The key is:
HUAWEI Mobile Connect
Mudel E-169 HSDPA USB Stick
FCC ID: QISE 169

The content of HuaweiAutoStart.desktop are:

==
[Desktop Entry]
Name=Huawei Ivman AutoRun
Encoding=UTF-8
Version=1.0
Name[en_US]=Huawei Ivman AutoRun
Exec=/usr/local/AliceMOBILE_E169/autorun/huawei_autostart start
Icon=/usr/local/AliceMOBILE_E169/autorun/mobile.gif
Path=/usr/local/AliceMOBILE_E169/autorun
SwallowExec=
SwallowTitle=
Terminal=
TerminalOptions=
Type=Application
URL=
X-KDE-SubstituteUID=false
X-KDE-Username=root
X-GNOME-Autostart-enabled=true
==

I already disabled this because KDE startup complained about not being able to 
overwrite some file in /usr/local/...
I originally installed the Linux drivers from the connection provider (TIM == 
Telecom Italia Mobile), I had no problems until I upgraded to jaunty.
I currently do not use the driver at all; I do use NetworkManager to connect.

I am now in a KDE session.
Soon I will close it and try again a Gnome session.
I will let You know if disabling HuaweiAutoStart.desktop does actually cure the 
problem.

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-08 Thread ZioNemo
I can confirm that disabling (just renaming away
/etc/xdg/autostart/HuaweiAutoStart.desktop) does indeed cure the
problem.

The error I got from the KDE session was:

rm: cannot remove `/dev/null': Permission denied
Starting ivman -e done
manager.c:1383 (do_startup_configure) Directory 
/usr/local/AliceMOBILE_E169/autorun/ivman/etc/ivman/ will be used for 
configuration files.
mv: try to overwrite `/usr/local/AliceMOBILE_E169/autorun/start.log', 
overriding mode 0644 (rw-r--r--)?


If You are interested in understanding just why the upgrade made the error 
happen I will support You.
Otherwise I will simply try removing the culprit

Thanks a lot!

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-07 Thread ZioNemo
another bunch of tests.

Right after boot I tried a normal gnome session login.
The session did not start at all (screen went blank and the gdm login screen 
reappeared).
psax_after-gnome-session-autologout is the ps -ax after this.
.xsession-errors_gnome-session-autologout is taken at this point.
I started a gnome session in the same way and this time I got an apparently 
good screen (panels with applets, icons, ...) but absolutely non-functional 
(not even refresh after vt switch); only the mouse pointer was working.
I killed the session with sudo /etc/init.d/gdm stop.
psax_after-gdm_stop is the ps -ax at this point.
notice a lot of zombies and some strangely duplicated tasks.
I tried to start a gnome session once more (after a sudo /etc/init.d/gdm 
start, obviously) and this time I got the Your session... error message.
psax_after-gdm_start_and_login_with_error is the ps -ax at this point.
.xsession-errors is taken at this point.
I then rebooted and used the terminal-login+manual-gnome-session to get to a 
somewhat working status and write this.
This status is *not* fully functional and I see in the terminal whwe I started 
gnome-session things like:

(firefox:3902): GnomeUI-WARNING **: While connecting to session manager: Could 
not open network socket.
** (update-notifier:3837): DEBUG: /usr/lib/update-notifier/apt-check returned 0 
(security: 0)
** (update-notifier:3837): DEBUG: crashreport_check

** (gnome-terminal:4011): WARNING **: Failed to connect to the session
manager: Could not open network socket

Completely reinstalling this Laptop is (unfortunately) not an option.
I will try to install KDE and see if that works better (I do not like KDE, 
but...).

All this started when I upgraded to Jaunty.
I might have done a ad error doing so.

** Attachment added: new.tar.gz
   http://launchpadlibrarian.net/26424339/new.tar.gz

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-06 Thread ZioNemo
Sorry,
I DO want to help, but I do ot understand.
The instructions seems to be about how to debug a program I can launch.
The error comes *before* I can launch any program, as part of the normal 
gdm-handled login process.
What should I do.
I can try starting X and gnome-session by hand at the console, but I strongly 
suspect this would change things a bit.

Please Advise.
ZioNemo

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-06 Thread ZioNemo
I started a terminal session and than launched the start script (included) from 
there.
The message-box did *not* appear (why I am not surprised?); I am working in 
this session now.
I deleted ~/.xsession-errors before logging in the terminal session ant it was 
*not* recreated.
Here is the result anyway.

Anything else I could try?

** Attachment added: gnome-session logs
   http://launchpadlibrarian.net/26384657/gnome-session.log.tar.gz

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-06 Thread ZioNemo
I did another session of tries.
Starting in terminal mode and then starting gnome-session manually works.
I attach a log of terminal output and valgrind log.
in gnome-session.log I added a few comments bracketed in:
===
comment
===

terminal session + manual gnome-session does not produce any output in
~/.xsession-errors.

the attached .xsession-errors is produced when starting a normal gnome
session.

Using this workaround I can use this laptop (I see some error in the
terminal log, but they seem harmless), but it is a bit inconvenient :)

Please advise.
Regards
ZioNemo

** Attachment added: gnome-session.tar.gz
   http://launchpadlibrarian.net/26401262/gnome-session.tar.gz

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] [NEW] gnome-session not starting after jaunty upgrrade

2009-05-04 Thread ZioNemo
Public bug reported:

Binary package hint: gnome-session

Hi,
my problems started when upgrading to 9.04 my acer Aspire 8930.

I strongly suspect something is wrong with:
ma...@wiki3a:~$ apt-cache policy gnome-session
gnome-session:
  Installed: 2.26.0svn20090408-0ubuntu2
  Candidate: 2.26.0svn20090408-0ubuntu2
  Version table:
 *** 2.26.0svn20090408-0ubuntu2 0
500 http://it.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status
... but my analysis could be wrong.

I simply seem unable to login with any kind of gnome session: i get a box 
stating Your session lasted less than 10 seconds
The content of .xession-errors actually vary, but one of the constant parts is:

Window manager warning: Failed to read saved session file 
/home/mauro/.config/metacity/sessions/1023f0b90bdd217b6512414169409447990042060025.ms:
 Failed to open file 
'/home/mauro/.config/metacity/sessions/1023f0b90bdd217b6512414169409447990042060025.ms':
 No such file or directory
Failure: Module initalization failed
gnome-session[4206]: WARNING: Unable to parse command '(null)': Key file 
contains key 'Terminal' which has value that cannot be interpreted.
*** glibc detected *** /usr/bin/gnome-session: free(): invalid pointer: 
0x08a00558 ***

another constant warning i get and which could be significant is:

** Message: Another GPG agent already running

what should I check?

I include a couple of (successive) error logs.
As You can see they are different.

A few other points that may or may not be relevant:

If I do not acknowledge the error (leave the your session... box open)
I can work almost normally, but some programs will refuse to start; most
notably gnome-terminal (konsole works).

I tried to get help on answers and in ubuntu forums; i tried all
suggestions, but no joy: the two threads are:
http://ubuntuforums.org/showthread.php?p=7158159 and
https://answers.launchpad.net/ubuntu/+question/69339; as said I tried
all things that were suggested and some more, results are in the threads
and I will not repeat them here.

The error box itself has a funny bug: if I move it from the initial
position (center of screen) and then click the [OK] button it does *not*
disappear, but it will move to initial position, if I click another time
*without moving the window* then it closes (and the session terminates).
If I keep moving the messagebox before clicking [OK] I will never be
able to close it.

This behavior is not constant: sometime, usually right after reboot, I
can login normally and all is well.

I also tried to make a brand new user: it logged ok the first time, then
the problem reappeared.

I am prepared to give full support to whoever can help me.
I really do not know what to do.

Thanks in Advance
ZioNemo

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-04 Thread ZioNemo

** Attachment added: a couple of .xsession-errors
   http://launchpadlibrarian.net/26302478/xsession-errors.tar.bz2

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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 371533] Re: gnome-session not starting after jaunty upgrrade

2009-05-04 Thread ZioNemo
This is the .xsession-errors log for a good login I had right after
boot.

Apparently to get a good login I have to reboot, *wait* for some time (this 
time I went for a coffee) and *then* login.
I am not sure this is a pattern, but it happened before.


** Attachment added: log of a good (no error) login
   http://launchpadlibrarian.net/26303240/sav03.xsession-errors

-- 
gnome-session not starting after jaunty upgrrade
https://bugs.launchpad.net/bugs/371533
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


Re: [Bug 224061] Re: package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade:

2008-04-30 Thread ZioNemo
Mathias Gug ha scritto:
 It failed immediately without showing anything.
 

 What do you mean by that exactly ? On which button did you click ?

 Could you also post the logs of the upgrade ? They can be found in
 /var/log/dist-upgrade/.

 ** Changed in: samba (Ubuntu)
Status: New = Incomplete

   
Hi,
Thanks for the fast answer.

I was presented with the box stating something like:
the default smb.conf was locally modified, what do you want to do?

I chose the show differences between versions.

Note: there were two identical lines and I chose the first one (See
below).

Unfortunately I'm using Italian translation, so all what follows is in
Italian.
I hope You can extract the information You need.
If You need assistance in translation I'm available :)

The relevant section of apt-term.log is:
=
Configuro samba-common (3.0.28a-1ubuntu4) ...
need a diff as argument
dpkg: errore processando samba-common (--configure):
 il sottoprocesso post-installation script ha restituito un codice di
errore 1
dpkg: problemi con le dipendenze impediscono la configurazione di smbfs:
 smbfs dipende da samba-common (= 3.0.28a-1ubuntu4); comunque:
  Il pacchetto samba-common non è ancora configurato.
dpkg: errore processando smbfs (--configure):
 problemi con le dipendenze - lasciato non configurato
dpkg: problemi con le dipendenze impediscono la configurazione di samba:
 samba dipende da samba-common (= 3.0.28a-1ubuntu4); comunque:
  Il pacchetto samba-common non è ancora configurato.
dpkg: errore processando samba (--configure):
 problemi con le dipendenze - lasciato non configurato
dpkg: problemi con le dipendenze impediscono la configurazione di smbclient:
 smbclient dipende da samba-common (= 3.0.28a-1ubuntu4); comunque:
  Il pacchetto samba-common non è ancora configurato.
dpkg: errore processando smbclient (--configure):
 problemi con le dipendenze - lasciato non configurato
=
main.log
=
...
...
2008-04-28 23:45:51,651 INFO cache.commit()
2008-04-29 00:12:13,174 WARNING no activity on terminal for 240 seconds
(Configurazione di scrollkeeper in corso)
2008-04-29 00:19:24,874 WARNING no activity on terminal for 240 seconds
(Configurazione di samba-common in corso)
2008-04-29 07:57:30,611 ERROR got an error from dpkg for pkg:
'samba-common': 'il sottoprocesso post-installation script ha restituito
un codice di errore 1
'
2008-04-29 07:57:30,612 DEBUG running apport_pkgfailure() samba-common:
il sottoprocesso post-installation script ha restituito un codice di
errore 1

2008-04-29 07:57:30,710 ERROR got an error from dpkg for pkg:
'samba-common': 'il sottoprocesso post-installation script ha restituito
un codice di errore 1
'
2008-04-29 07:57:42,899 ERROR got an error from dpkg for pkg: 'smbfs':
'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:42,900 DEBUG running apport_pkgfailure() smbfs:
problemi con le dipendenze - lasciato non configurato

2008-04-29 07:57:42,901 ERROR got an error from dpkg for pkg: 'smbfs':
'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:47,087 ERROR got an error from dpkg for pkg: 'samba':
'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:47,088 DEBUG running apport_pkgfailure() samba:
problemi con le dipendenze - lasciato non configurato

2008-04-29 07:57:47,089 ERROR got an error from dpkg for pkg: 'samba':
'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:51,307 ERROR got an error from dpkg for pkg:
'smbclient': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:51,308 DEBUG running apport_pkgfailure() smbclient:
problemi con le dipendenze - lasciato non configurato

2008-04-29 07:57:51,309 ERROR got an error from dpkg for pkg:
'smbclient': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:59,815 ERROR got an error from dpkg for pkg:
'ubuntu-desktop': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:57:59,816 DEBUG running apport_pkgfailure()
ubuntu-desktop: problemi con le dipendenze - lasciato non configurato

2008-04-29 07:57:59,817 ERROR got an error from dpkg for pkg:
'ubuntu-desktop': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:58:57,647 ERROR got an error from dpkg for pkg:
'backuppc': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 07:58:57,647 DEBUG running apport_pkgfailure() backuppc:
problemi con le dipendenze - lasciato non configurato

2008-04-29 07:58:57,648 ERROR got an error from dpkg for pkg:
'backuppc': 'problemi con le dipendenze - lasciato non configurato
'
2008-04-29 08:09:49,671 ERROR SystemError from cache.commit():
installArchives() failed
2008-04-29 08:36:25,616 DEBUG setting MinAge to 2
2008-04-29 08:36:25,617 DEBUG no file
'/etc/apt/apt.conf.d/25adept-archive-limits'
=
term.log:
=
...
Configuro samba-common (3.0.28a-1ubuntu4) ...
need a diff as 

[Bug 224061] Re: package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade:

2008-04-29 Thread ZioNemo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/14005912/Dependencies.txt

-- 
package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/224061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 224061] [NEW] package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade:

2008-04-29 Thread ZioNemo
Public bug reported:

Binary package hint: samba

This might be a duplicate of the other reported bugs for this package,
but it happened in a different way, so I'm filing a separate bug.

NOTE: messages may be a bit off because I'm using the Italian version
and translating to English.

I was upgrading from Gutsy (fully updated) to Herdy using the provided
feature of the update manager.

After downloading it started upgrade proper.
When it come to Samba it displayed a box file samba.conf has been modified 
locally, what should I do?;
It offered several alternatives (some absolutely identical! another bug?).
I chose show differences between the two files.
It failed immediately without showing anything.
I had then several other errors due to samba left unconfigured.
In /etc/samba/ I did not find any temporary (I expected to find something like 
smb.conf-dpkg.new).

Best Regards and Many Thanks!
ZioNemo

ProblemType: Package
Architecture: i386
Date: Tue Apr 29 07:57:31 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: il sottoprocesso post-installation script ha restituito un 
codice di errore 1
Package: samba-common 3.0.28a-1ubuntu4
PackageArchitecture: i386
SourcePackage: samba
Title: package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade: 
Uname: Linux 2.6.22-14-generic i686

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


** Tags: apport-package

-- 
package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/224061
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 224061] Re: package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade:

2008-04-29 Thread ZioNemo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/14005912/Dependencies.txt

-- 
package samba-common 3.0.28a-1ubuntu4 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/224061
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