[Bug 1969822] Re: failed storage configuration at install of ubuntu-22.04-server

2022-04-21 Thread fernanAguero
Hi Dan, thanks for the fast response. No, the disks where clean. I just
started fresh (from zero!) using the VMWAre Vsphere Client.

New VM 
  -> Add HDD (Create New Virtual Disk, Thick Provision Lazy Zeroed, Store with 
the VM, 50 GB
 SCSI (0:0) Hard Disk 1)
  -> Add HDD (Create New Virtual Disk, Thick Provision Lazy Zeroed, Store with 
the VM, 300 GB
 SCSI (0:1) Hard Disk 2)
  -> Add HDD (Create New Virtual Disk, Thick Provision Lazy Zeroed, Store with 
the VM, 300 GB
 SCSI (0:2) Hard Disk 3)
  -> Add CD/DVD Drive (Connect at power on; Device Type: Datastore ISO File: 
ubuntu-22.04-live-server-amd64.iso)

Then Boot the VM and at the console select Try/Install Ubuntu.
Then, went for the "Custom Storage Layout", this was what I did first, and were 
unable to proceed past the "Storage Configuration" screen. 

In my second attempt (same session, did not reboot the VM), I went up to
the "Help" box in the upper right corner and hit the "Exit to Shell"
option, where I did the following fdisk commands manually. This is what
may be confusing you, as this made the disks appear as formatted.

fdisk /dev/sda (n: create new partition, accept all defaults; a: toogle 
bootable; w write to disk and exit)
fdisk /dev/sdb (n: create new partition, accept all defaults; w write to disk 
and exit)
fdisk /dev/sdc (n: create new partition, accept all defaults; w write to disk 
and exit)
mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sdb1
mkfs.ext4 /dev/sdc1
exit shell and return to installer
resume configuring storage layout (here is where I succeeded even if I had to 
select mount -> Other -> / (as the mount / option was greyed out). 

My bug report is about two confusing things: 1) starting with fresh
disks there is no way of selecting a bootable disk and at the same time
selecting / as a mount point (options greyed out); 2) even after
formatting the disks in the shell, it is confusing that the "mount under
/" option is greyed out and one has to go to "Other", then /.

Hope it is clearer now. I am now attaching the complete logs, though I
understand they may contain information from the whole session and may
be confusing. I can try and reproduce with a new VM from scratch.

PS: how can you run asciinema within the installer?

Cheers -- fernan


** Attachment added: "requested /var/log/installer files"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969822/+attachment/5582219/+files/var-log-installer-files.tar.gz

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

Title:
  failed storage configuration at install of ubuntu-22.04-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1969822/+subscriptions


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

[Bug 1969822] Re: failed storage configuration at install of ubuntu-22.04-server

2022-04-21 Thread fernanAguero
Of course! Please let me know if you need more files or further
debugging.

** Attachment added: "requested /var/log/installer files"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969822/+attachment/5582190/+files/var-log-installer-files.tar.gz

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

Title:
  failed storage configuration at install of ubuntu-22.04-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1969822/+subscriptions


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

[Bug 1969822] Re: failed storage configuration at install of ubuntu-22.04-server

2022-04-21 Thread fernanAguero
Moreover, if I go to a shell and format the disks, when I go back to the
installer, and hit "Reset" the system recognizes the changes, and shows
the disks as "already formatted as ext4", with "partition 1 existing",
"not mounted", and with a message saying:

"To continue you need to: Mount a filesystem at /
Select a boot disk"

But there is now way to mount at / (option greyed out).

I've been able to work around this by selecting Mount -> Other and
ignoring the warning about this being dangerous. Both mounting at / and
/var/lib produced these warnings. Mounting at /srv did not.


** Attachment added: "screenshots of installer"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1969822/+attachment/5582185/+files/MergedPDF%2C2.pdf

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

Title:
  failed storage configuration at install of ubuntu-22.04-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1969822/+subscriptions


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

[Bug 1969822] [NEW] failed storage configuration at install of ubuntu-22.04-server

2022-04-21 Thread fernanAguero
Public bug reported:

when booting a new VM using the ubuntu-22.04-live-server-amd64.iso file
(VMWare), and following the installer options, I went for a "Custom
storage layout", because I had 3 disks and wanted to use disk1
(/dev/sda) as main disk (mounted in /), disk2 (/dev/sdb) mounted under
/var/lib, and disk3 (/dev/sdc) mounted under /srv.

After formatting all devices and specifying mount points, the system
does not allow me to move on, saying "To continue you need to: Select a
boot disk

However there is nothing I can do to select one! (the option to "Use As
Boot Device" is greyed out).

If I start again fresh and choose the first disk (/dev/sda) and instead
of "Format" I go for "Use As Boot Device", the system (again) does not
allow me to move on, saying "To continue you need to: Mount a filesystem
at /" (now the option "Stop Using As Boot Device" is greyed out).

Hence, in summary, this is very confusing. It is not clear what the
installer expects (e.g. how to do things right), and there are no hints
provided.

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


** Tags: installer server ubuntu

** Attachment added: "screenshots of installer"
   
https://bugs.launchpad.net/bugs/1969822/+attachment/5582183/+files/MergedPDF.pdf

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

Title:
  failed storage configuration at install of ubuntu-22.04-server

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


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

[Bug 1573003] [NEW] Software Updater (update-manager) window goes away, updates are not installed

2016-04-21 Thread FernanAguero
Public bug reported:

This problem started some weeks or months ago, I can never install
updates running the 'Software Updater' (update-manager). The updater
launches OK, it checks for updates correctly, but upon clicking the
'Install Now' button, a brief message reads "waiting for authentication"
and then the window goes away, and no updates are installed.

Running the update-manager from a terminal does not produce any errors
or warnings. Everything happens as explained above, and the program
silently fails to install updates.

However, running apt-get update + apt-get upgrade works perfectly from
the terminal.

The problem is similar to the one reported here, 
https://askubuntu.com/questions/546363/software-updater-software-updates-not-working-on-14-04-lts

but the solution suggested (installing a threading.py file) does not
work for me. I have already a threading.py file in my /usr/lib/python3.4
directory, but replacing it with a newer version from
https://hg.python.org/cpython/file/3.4/Lib/threading.py did not fix the
issue.

Please help me debug further or point me to a solution.


lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04


apt-cache policy update-manager 
update-manager:
  Installed: 1:0.196.14
  Candidate: 1:0.196.14
  Version table:
 *** 1:0.196.14 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1:0.196.11 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: update-manager 1:0.196.14
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 21 09:07:37 2016
InstallationDate: Installed on 2012-10-29 (1269 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to trusty on 2014-11-25 (512 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Software Updater (update-manager) window goes away, updates are not
  installed

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

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


[Bug 577038] Re: [Upstream] Hard lock in opening files from a remote NFS volume

2012-06-06 Thread FernanAguero
The fix for me was to mount the NFS volume 'nolock' in /etc/fstab, e.g:

LibreOffice fails to open files in NFS volume:
192.168.1.1:/home/fernan/home/fernan/nfs-mount/nfsnoexec,nosuid,bg  
  01

LibreOffice now successfully reads/writes files from/to NFS volume:
192.168.1.1:/home/fernan/home/fernan/nfs-mount/nfs
noexec,nosuid,nolock,bg01

I can't confirm, however, the workaround proposed by htgoebel. Neither
commenting out the following (in /usr/lib/libreoffice/program/soffice):

# file locking now enabled by default
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING

Nor setting SAL_ENABLE_FILE_LOCKING=0

Nor changing the locking configuration in /etc/libreoffice/soffice.sh to
FILE_LOCKING=no worked

This is now on Ubuntu 12.04 LTS
My NFS server (FreeBSD) remains at 6.4 (RELENG_6_4) as reported previously.

Hope this helps more people.

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

Title:
  [Upstream] Hard lock in opening files from a remote NFS volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/577038/+subscriptions

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


[Bug 862134] Re: Upgrade to oneiric wiped my resolv.conf for static interface

2011-10-30 Thread FernanAguero
+1 here. Just upgraded to 11.10, and my resolv.conf gets wiped on every
reboot.

network-manager is 0.9.1.90-0ubuntu6

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

Title:
  Upgrade to oneiric wiped my resolv.conf for static interface

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

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


[Bug 656297] Re: Brasero always burns at max speed cd-rw

2011-08-09 Thread FernanAguero
Confirmed on Natty. Speed setting is ignored.

As a workaround you can use wodim(1) on the command-line, until this
gets fixed. In this case the speed setting is acknowledged.

wodim dev=/dev/cdrw speed=4 -v image.iso

See https://help.ubuntu.com/community/CdDvd/Burning#Command Line
(Terminal)

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

Title:
  Brasero always burns at max speed cd-rw

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/656297/+subscriptions

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


[Bug 578380] Re: Can't print from evince

2011-08-04 Thread FernanAguero
Adrian, Vesa,

I was trying to enable postcript errors in the printer as suggested, but
the problem seems to have disappeared now. Probably in some of the
recent updates?

I'm running an up-to-date Natty (11.04) as of August 4th, 2011 (all
updates installed).

Can you please check and report back to confirm that this bug can be
closed now?

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

Title:
  Can't print from evince

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

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


[Bug 578380] Re: Can't print from evince

2011-06-09 Thread FernanAguero
Hi, and sorry for the delay. Just upgraded to natty and I can now
confirm that the problem is still here.

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

Title:
  Can't print from evince

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

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


[Bug 312112] Re: [needs-packaging] veusz - a scientific plotting program

2011-06-02 Thread FernanAguero
I agree with the request. Would be really nice to have it.

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

Title:
  [needs-packaging] veusz - a scientific plotting program

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


[Bug 312112] Re: [needs-packaging] veusz - a scientific plotting program

2011-06-02 Thread FernanAguero
Here's another PPA, though it only carries packages for Oneiric (not Natty, nor 
Maverick).
https://launchpad.net/ubuntu/+source/veusz

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

Title:
  [needs-packaging] veusz - a scientific plotting program

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


[Bug 437429] Re: No GUI to configure/disable login sound

2011-05-06 Thread FernanAguero
This feature is being requested repeatedly, in different forums. The
issue is certainly not urgent  or bad enough to merit attention from
developers, but it _IS_ annoying.

https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/437429
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/45739
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/114160
https://bugzilla.gnome.org/show_bug.cgi?id=438707
https://blueprints.launchpad.net/ubuntu/+spec/mute-sound-on-login

I'm posting a comment to this one because it seems to be the one who is
getting more attention. But it seems like there are different
interpretations for the 'silent boot' issue: i) a problem with GDM (how
to set up a silent login); ii) a more general issue with Ubuntu (make it
respond to the 'mute button' present in laptops).

Ubuntu will  keep its annoying status for the foreseeable future if this
is not addressed.

Almost all laptops sold nowadays have mute buttons. All laptop owners
sooner or later will come across that moment when you wish your laptop
would respond to the mute button. When reading in a silent library, in
class, when listening to someone else's presentation, or at 4 am in the
morning when the rest of the house is fast asleep.

Read the other bug reports on this issue. Windows allows you to mute the
laptop during the boot/startup process. And so does the Mac OS on their
laptops.

In my case (Dell XPS M1210, Ubuntu 10), the mute button works late
during the boot process. The machine starts responding to it halfway
after starting the login process in gdm ... with unpredictable results
(sometimes during the greeting sound from my gnome session, sometimes
after that).

I don't care whether the mute button in my laptop actually triggers a
gdm conf change, or if it does its magic at a lower level (sound
system). I just want the damn laptop to be quiet!

The proposed solution of having a GUI to configure this is useless in
many situations, because you often realize too late that you'd like a
silent startup (shut down the laptop last night without considering
where your next boot will be).

Different but reports make attempts at identifying the culprit (gdm,
alsa) and in setting some aims and deliverables. The configuration
tweaks one can make in gdm are OK for desktops, but although they may
have the same final result (no sound on login) they do not address the
other main issue with laptops:  making Ubuntu respond to the mute
button.

We need to raise the status of this issue. This particular bug report is
about GDM, maybe we have to take this somewhere else? pulseaudio? the
kernel? I'm pretty ignorant about these myself, so please bare with me,
but I think this issue can't go on like this ... Windows has been
responding to the mute button in laptops since Windows 95!


** Bug watch added: GNOME Bug Tracker #438707
   https://bugzilla.gnome.org/show_bug.cgi?id=438707

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

Title:
  No GUI to configure/disable login sound

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


[Bug 729979] Re: Windows sometimes become blank/transparent when changing focus to them in natty

2011-04-29 Thread FernanAguero
This is also affecting me. Very, __very__ annoying. It happens both in
unity and in ubuntu classic.

Box is a Dell Optiplex 740 (AMD), i386. I can provide further details if
guided. Let me know what you want me to capture, send.

--
fernan

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

Title:
  Windows sometimes become blank/transparent when changing focus to them
  in natty

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


[Bug 729979] Re: Windows sometimes become blank/transparent when changing focus to them in natty

2011-04-29 Thread FernanAguero
Locking the screen (screensaver) would also get you a completely white
screen. You can unlock it by typing your password blindly ...

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

Title:
  Windows sometimes become blank/transparent when changing focus to them
  in natty

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


[Bug 729979] Re: Windows sometimes become blank/transparent when changing focus to them in natty

2011-04-29 Thread FernanAguero
Just to clarify: It happens both in unity and in ubuntu classic when the
nvidia driver is active (nvidia current)

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

Title:
  Windows sometimes become blank/transparent when changing focus to them
  in natty

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


[Bug 649939] Re: authentication popup does nothing when installating new software

2011-03-09 Thread FernanAguero
Hey,

I've been having this issue ever since I upgraded to Maverick.

Not only in upgrade-manager, but also when using the nvidia X Server
Settings, and trying to 'Save to X configuration file' (see attached
screenshot).

I've read the whole bug report, and seems like there is a fix, but no
more comments after Jan 31st ... ValiSystem said confirmed on Dec 2010
that the polkit update from PPA works ... I've just upgraded my
policykit to 0.96-2ubuntu1.2 (and some other related dependencies), from
said PPA and the problem persists (the authentication window won't go
away when I click on 'Authenticate')

Let me know if I can help debug this (what additional files should I
look into?)

--
fernan

** Attachment added: Authenticate from Nvidia X Server Settings
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/649939/+attachment/1896300/+files/nvidia-xserver-settings-screenshot.png

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

Title:
  authentication popup does nothing when installating new software

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


[Bug 695944] [NEW] update apache2 in lucid or backport some features?

2010-12-31 Thread FernanAguero
Public bug reported:

Binary package hint: apache2

Hi,

the newer apache2 packages (e.g. 2.2.16 in Maverick) contain some
important functionality that is currently missing in Lucid: support for
running multiple instances of apache in the same host.

This is a great admin help wrt configuring and running web servers, as
it allows painless set up of different apache instances configured to
run different sets of modules, on different ports, and/or running under
different user IDs.

See for example:
http://wiki.apache.org/httpd/RunningMultipleApacheInstances
http://wiki.apache.org/httpd/ExtendingPrivilegeSeparation
http://wiki.apache.org/httpd/DifferentUserIDsUsingReverseProxy

And given that many web servers are running on LTS releases, it makes perfect 
sense for lucid to have this functionality.
FreeBSD has had a similar functionality since ~ 2006 ... 

I know there are some issues with libssl versions that prevent bringing
more recent versions of apache2 into lucid ... but maybe this particular
functionality can be backported?

The relevant changes in the package are summarized here:
http://lists.alioth.debian.org/pipermail/pkg-apache-commits/2010-February/000295.html
http://lists.alioth.debian.org/pipermail/pkg-apache-commits/2010-February/000296.html

But it may be a good idea to check with Stefan Fritsch (sf at
alioth.debian.org, https://launchpad.net/~sf-sfritsch) to see if there
have been other (later) additions and/or changes.

Cheers,

--
fernan

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

-- 
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/695944

Title:
  update apache2 in lucid or backport some features?

-- 
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 695944] [NEW] update apache2 in lucid or backport some features?

2010-12-31 Thread FernanAguero
Public bug reported:

Binary package hint: apache2

Hi,

the newer apache2 packages (e.g. 2.2.16 in Maverick) contain some
important functionality that is currently missing in Lucid: support for
running multiple instances of apache in the same host.

This is a great admin help wrt configuring and running web servers, as
it allows painless set up of different apache instances configured to
run different sets of modules, on different ports, and/or running under
different user IDs.

See for example:
http://wiki.apache.org/httpd/RunningMultipleApacheInstances
http://wiki.apache.org/httpd/ExtendingPrivilegeSeparation
http://wiki.apache.org/httpd/DifferentUserIDsUsingReverseProxy

And given that many web servers are running on LTS releases, it makes perfect 
sense for lucid to have this functionality.
FreeBSD has had a similar functionality since ~ 2006 ... 

I know there are some issues with libssl versions that prevent bringing
more recent versions of apache2 into lucid ... but maybe this particular
functionality can be backported?

The relevant changes in the package are summarized here:
http://lists.alioth.debian.org/pipermail/pkg-apache-commits/2010-February/000295.html
http://lists.alioth.debian.org/pipermail/pkg-apache-commits/2010-February/000296.html

But it may be a good idea to check with Stefan Fritsch (sf at
alioth.debian.org, https://launchpad.net/~sf-sfritsch) to see if there
have been other (later) additions and/or changes.

Cheers,

--
fernan

** Affects: apache2 (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/695944

Title:
  update apache2 in lucid or backport some features?

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628

Thanks Adrian for the suggestions.

I've followed the steps you recommended on 
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/419143/comments/95
but I'm posting the results here as it seems like 

i) bug 419143 is specific for the spurious '0a' in cairo generated PDF
and I'm not experiencing that particular issue; and

ii) you mention that maybe this bug report is not a duplicate of 680628
...

Anyway, using the same simple 'test.pdf' file that I attached to this
bug report previously, this is what I've found:

 a) Check that using poppler to generate the PostScript then sending the PS
 file directly to the printer bypassing any cups filters works: 
 pdftops file.pdf 
 lpr -o raw file.ps

The 'test.ps' file produced using pdftops fails to print (as explained
before, the job is sent to the printer, the printer processes the job,
but nothing comes out of the printer)

(attached: test-pdftops.ps)

 b) Then use cairo to convert the PDF to PS. This can be done by opening
 the file in evince and printing to a PS file. 
 Print with lpr -o raw. 
 If this fails but (a) works it is a cairo bug.

This works.  (attached: test-evince-printtops.ps)

Printing to a .ps file from OpenOffice and then sending the .ps file to the 
printer using lpr(1) also works.
(attached: test2.odt, test2-openoffice-printtops.ps)

And printing to a .ps file from acrobat also works (but this was expected,
because printing from acrobat worked in any case).

As reported previously, printing from Gimp directly also failed. But printing 
from Gimp to a ps file and then sending the postscript file to the printer 
using lpr(1) also works.
(attached: gimptest.gif, gimptest-gimp-printtops.ps)

Seems like it's not a cairo problem but a poppler problem then?

Thanks for the guidance!

--
fernan

** Attachment added: Postscript generated from 'test.pdf' by pdftops
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757262/+files/test-pdftops.ps

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628


** Attachment added: Postscript output generated by printing from evince to a 
file
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757263/+files/test-evince-printtops.ps

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628


** Attachment added: Minimal test2 file (OpenOffice writer format)
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757273/+files/test2.odt

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628


** Attachment added: Postscript file generated by OpenOffice (print test2.odt 
to file)
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757276/+files/test2-openoffice-printtops.ps

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628


** Attachment added: Minimal GIF created in Gimp (fails to print directly)
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757277/+files/gimptest.gif

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628

This one prints OK:
lpr -o raw gimptest-gimp-printtops.ps

** Attachment added: Postscript generated by Gimp (print gimptest.gif to file)
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1757278/+files/gimptest-gimp-printtops.ps

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
*** This bug is a duplicate of bug 680628 ***
https://bugs.launchpad.net/bugs/680628

Also, but I'm not sure if it's of any help, I can open all postscript
files with gs(1) or gv(1), even the one generated by pdftops(1) that
fails to print. So apparently, whatever is causing the printer to choke
is not affecting ghostscript.

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-12-06 Thread FernanAguero
** This bug is no longer a duplicate of bug 680628
   Unable to print a document with evince work correctly with Adobe Acrobat 
Reader

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

Title:
  [regression] can't print from evince 

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


[Bug 578380] Re: [regression] can't print from evince

2010-11-26 Thread FernanAguero
Till,

have you been able to look into the spooled output generated by both
evince and acroread?

Any idea what the problem might be?

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 373796] Re: evince can't print an pdf I made with LATex.

2010-11-19 Thread FernanAguero
Maybe a duplicate of bug #578380?
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380

-- 
evince can't print an pdf I made with LATex.
https://bugs.launchpad.net/bugs/373796
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 578380] Re: [regression] can't print from evince

2010-11-19 Thread FernanAguero
My box is now at 10.10 (Maverick) and the issue is still there (Lexmark
T644).

The issue affects printing from many apps. Can't print directly from
OpenOffice, can't print from evince, can't print from gimp. The only way
I've found to get printouts from this box is printing first to a file
(.pdf) and then sending the printjob to the printer from Adobe Acrobat.

At home, using an HP Photosmart printer I don't see this issue, either
in Lucid or in Maverick. Don't know if this is of any help, but probably
is, as this is giving a hint about what the problem might be: what page
rendering language is being sent to the printer? Postscript? PCL? Who is
responsible for generating this output? gs? cups?

Maybe there's a bug already reported for one of these subsystems? I can
help trying to debug with some guidance.

But it's really a shame that a commercial product (Acrobat) is able to
send correct Postscript/PCL, or whatever it is, to the printer, and that
this bug is still new, unassigned, and marked as low priority after 6
months.

It's not only me that's having this problem ... other users have already 
reported similar issues:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/373796

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Re: [regression] can't print from evince

2010-11-19 Thread FernanAguero
Thanks Till for the prompt response, and for the suggestions,

Using the same test.pdf file posted before
(https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1385033/+files/test.pdf)
I have captured two spooled print jobs, one from evince (681) and one
from adobe acrobat (682):


[fer...@sigma] lpstat -o
lexmark-681 fernan   10240   Fri 19 Nov 2010 11:03:32 AM ART
lexmark-682 fernan  180224   Fri 19 Nov 2010 11:05:13 AM ART
[fer...@sigma] sudo ls -l /var/spool/cups/
total 204
-rw--- 1 root lp822 2010-11-19 11:04 c00681
-rw--- 1 root lp794 2010-11-19 11:05 c00682
-rw-r- 1 root lp   9433 2010-11-19 11:03 d00681-001
-rw-r- 1 root lp 179576 2010-11-19 11:05 d00682-001

I am attaching here one print job (681, spooled from evince) and will
follow up this post with other attachments (spooled print job from
acrobat, and cups error_log).


** Attachment added: Spooled print job (test.pdf) generated by evince
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1738270/+files/d00681-001

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Re: [regression] can't print from evince

2010-11-19 Thread FernanAguero
This print job (682) prints OK on the Lexmark T644.

The previous attachment (681) failed to print. As I described before,
the job gets sent to the printer, the printer wakes up, heats the drums,
starts rolling the brushes, etc. but then nothing comes out.

** Attachment added: Spooled print job (test.pdf) generated by Adobe Acrobat
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1738275/+files/d00682-001

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Re: [regression] can't print from evince

2010-11-19 Thread FernanAguero
CUPS error log (/var/log/cups/error_log)

Job 681 sent ~ 11:03
Job 682 sent ~ 11:05

** Attachment added: CUPS error log (/var/log/cups/error_log)
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/578380/+attachment/1738284/+files/error_log

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-08-02 Thread FernanAguero
@ #12

I can confirm the same on my Ubuntu 10.04 i386 ooo3.2.0m12 build:9483,
against a FreeBSD-6.4 NFS Server.

/usr/lib/openoffice/program/oosplash.bin -writer path

works. Once open this way, OO allows you to open other files on the NFS
volume by navigating through the UI (File-Open), and saving files under
a new name in the NFS volume. So far everything works fine.

Also, even if I use '-writer' on the initial command, I can open other
filetypes (.xls, .ppt) without problems as well.

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
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 578380] Re: [regression] can't print from evince

2010-05-27 Thread FernanAguero
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: evince
  
  I've recently upgraded my Ubuntu system to Lucid Lynx and now I can't
  print from evince.
  
  Symptoms: even simple files (see attached PDF) won't print. The same
  files (or even more complex PDF files containing embedded fonts and
  graphics as produced by LaTeX) can be printed without issues on the same
  box using acroread. So everything says to me that CUPS (or whatever
  printing subsystem is being used) works fine.
  
  Printer is a Lexmark T644 available on the network.
  
  When in evince, the print dialog opens, and I can send the files to the
  printer apparently without problems. The print queue shows a printing
  job being sent to the printer, and the printer itsef starts heating the
  drums, rolling the brushes, etc but then nothing comes out.
  
  Maybe the spooled file produced by evince crashes the printer's
  PCL/PostScript interpreter?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: evince 2.30.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Mon May 10 11:10:17 2010
  EcryptfsInUse: Yes
  KernLog:
   
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: evince
+ --- 
+ Architecture: i386
+ CupsErrorLog:
+  
+ DistroRelease: Ubuntu 10.04
+ EcryptfsInUse: Yes
+ Lpstat: device for lexmark: socket://192.168.10.79:9100
+ MachineType: Sun Microsystems Sun Ultra 20 Workstation
+ NonfreeKernelModules: nvidia
+ Package: cups 1.4.3-1
+ PackageArchitecture: i386
+ Papersize: letter
+ PpdFiles: lexmark: Lexmark T644 Foomatic/Postscript (recommended)
+ ProcCmdLine: root=/dev/md0 ro quiet splash
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
+ Tags: lucid
+ Uname: Linux 2.6.32-22-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 03/20/2006
+ dmi.bios.vendor: Sun Microsystems
+ dmi.bios.version: 2.2.1
+ dmi.board.name: 2864
+ dmi.board.vendor: Sun Microsystems
+ dmi.board.version: Rev 50
+ dmi.chassis.asset.tag: 0123456
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Sun Microsystems
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnSunMicrosystems:bvr2.2.1:bd03/20/2006:svnSunMicrosystems:pnSunUltra20Workstation:pvrRev50:rvnSunMicrosystems:rn2864:rvrRev50:cvnSunMicrosystems:ct3:cvrN/A:
+ dmi.product.name: Sun Ultra 20 Workstation
+ dmi.product.version: Rev 50
+ dmi.sys.vendor: Sun Microsystems

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/49208761/BootDmesg.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] CurrentDmesg.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/49208763/CurrentDmesg.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Dependencies.txt

2010-05-27 Thread FernanAguero
apport information

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

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Locale.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/49208766/Locale.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Lspci.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/49208768/Lspci.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Lsusb.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/49208773/Lsusb.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] PrintingPackages.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/49208774/PrintingPackages.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] ProcCpuinfo.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49208778/ProcCpuinfo.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] ProcInterrupts.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/49208780/ProcInterrupts.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] ProcModules.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/49208782/ProcModules.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] UdevDb.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/49208786/UdevDb.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] UdevLog.txt

2010-05-27 Thread FernanAguero
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/49208793/UdevLog.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Re: [regression] can't print from evince

2010-05-27 Thread FernanAguero
I guess I've filled in the necessary details ... let me know if you need
more information or want me to test further.

Still can't print from evince.

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-27 Thread FernanAguero
In my case the NFS server is a FreeBSD-6.4 box (i386). More details
below:

[fer...@gama] uname -a
FreeBSD gama.iib.unsam.edu.ar 6.4-RELEASE-p8 FreeBSD 6.4-RELEASE-p8 #0: Mon Dec 
21 21:05:35 ART 2009 
fer...@gama.iib.unsam.edu.ar:/usr/obj/freebsd/freebsd-6.4/src/sys/GAMA  i386

[fer...@gama] cat /etc/exports | grep 'home'
/home -alldirs -maproot=root sigma


Now, in Ubuntu 10.04:
[fer...@sigma] uname -a
Linux sigma 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 
GNU/Linux

[fer...@sigma] hostname 
sigma

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
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 578380] [NEW] [regression] can't print from evince

2010-05-10 Thread FernanAguero
Public bug reported:

Binary package hint: evince

I've recently upgraded my Ubuntu system to Lucid Lynx and now I can't
print from evince.

Symptoms: even simple files (see attached PDF) won't print. The same
files (or even more complex PDF files containing embedded fonts and
graphics as produced by LaTeX) can be printed without issues on the same
box using acroread. So everything says to me that CUPS (or whatever
printing subsystem is being used) works fine.

Printer is a Lexmark T644 available on the network.

When in evince, the print dialog opens, and I can send the files to the
printer apparently without problems. The print queue shows a printing
job being sent to the printer, and the printer itsef starts heating the
drums, rolling the brushes, etc but then nothing comes out.

Maybe the spooled file produced by evince crashes the printer's
PCL/PostScript interpreter?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: evince 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon May 10 11:10:17 2010
EcryptfsInUse: Yes
KernLog:
 
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: evince

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


** Tags: apport-bug i386 lucid

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 578380] Re: [regression] can't print from evince

2010-05-10 Thread FernanAguero

** Attachment added: test PDF file that won't print in evince but prints OK 
with acroread
   http://launchpadlibrarian.net/48223800/test.pdf

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/48213582/RelatedPackageVersions.txt

-- 
[regression] can't print from evince 
https://bugs.launchpad.net/bugs/578380
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 577038] [NEW] [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-07 Thread FernanAguero
Public bug reported:

Binary package hint: openoffice.org

I recently updated to Lucid, and noticed that Openoffice would lock with
opening certain files. First I thought the problem was a corrupt file,
now I can reproducibly hard lock OO.org when trying to open ANY file
(.xls, .doc, .odt) that is present in a remote NFS volume (locally
mounted).

Any file on the local hard disk can be opened without problems.
Any file on the mounted NFS directory causes a hard lock, requiring a 
force-quit.

Other applications don't show this behaviour (e.g. gedit, command line
programs).

FilesystemSize  Used Avail Use% Mounted on
/dev/md0   70G   17G   50G  26% /
192.168.10.72:/home/fernan243G  182G   42G  82% /home/fernan/gama-remote

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openoffice.org 1:3.2.0-7ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri May  7 11:48:21 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
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 577038] Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

2010-05-07 Thread FernanAguero

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

-- 
[regression] hard lock in openoffice when opening files from a remote NFS volume
https://bugs.launchpad.net/bugs/577038
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 504780] [NEW] AttributeError in Hardware Sensors: Settings instance has no attribute 'load_preferences'

2010-01-08 Thread FernanAguero
Public bug reported:

Binary package hint: avant-window-navigator

Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/awn/extras/awnlib.py, line 1462, in 
init_start
applet_class(applet)
  File 
/usr/share/avant-window-navigator/applets/hardware-sensors/hardware-sensors.py,
 line 106, in __init__
self.setup_preferences()
  File 
/usr/share/avant-window-navigator/applets/hardware-sensors/hardware-sensors.py,
 line 272, in setup_preferences
self.settings = self.applet.settings.load_preferences(default_settings)
AttributeError: Settings instance has no attribute 'load_preferences'

applet version: 0.3.9

Ubuntu: 9.10

** Affects: avant-window-navigator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
AttributeError in Hardware Sensors: Settings instance has no attribute 
'load_preferences'
https://bugs.launchpad.net/bugs/504780
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 61237] Re: Drag 'n Drop in list view doesn't work

2009-12-28 Thread FernanAguero
rant
This issue has been solved decades ago by the same engineers who designed one 
of the first successful GUIs:  the Macintosh. IIRC this feature was available 
ever since I remember using a Mac, and that means ~ Mac OS 6, in the late 1980s.

It is a shame that in 2009 we're having this discussion. Anyone who
cares about user interfaces should study the history of the Macintosh.

It's fine to evolve new features if they don't exist in previous works or if 
the alternatives can be made better. But if they just work, and are almost 
perfect, you just copy them. Why try to change the behaviour of the Mac OS 
Finder in this respect? Drag and drop in the Mac is the example that all OSes 
should follow. Anyone trying to come up with something better should think 
twice, and present strong arguments.
/rant

In the Mac, dragging a file to a window containing other folders (in any
view: list/icons) just works because there is always white space
anywhere ... only the icon (or in a list view, the leftmost column) is
the object that gets highlighted (activated) upon passing the mouse over
(or when dropping a file). If you don't want to drop a file in a
subfolder just drag it elsewhere.

In gnome, I guess that the essential mistake is having the space in the
list view be treated as a table with rows = files or folders. The
consequence is that there is almost no neutral places in the window
(non-objects) to drop files to.

-- 
Drag 'n Drop in list view doesn't work
https://bugs.launchpad.net/bugs/61237
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 414484] [NEW] send-pr is unusable - trap of on-portable signals (SIGHUP, SIGTERM, etc.)

2009-08-16 Thread FernanAguero
Public bug reported:

Binary package hint: freebsd-sendpr

freebsd-sendpr installs a shell script (/usr/bin/send-pr)

Currently, this script is unusable, as it fails to initialize upon
trying to call the shell built-in 'trap' in line 280:

[fer...@delia] send-pr 
trap: 280: SIGHUP: bad trap


The problem is that the script is trying to trap the wrong signals. The problem 
lies probably in the porting of signals from FreeBSD to Linux.

The attached patch fixes the problem.

** Affects: freebsd-sendpr (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: freebsd hup send-pr sighup trap

-- 
send-pr is unusable - trap of on-portable signals (SIGHUP, SIGTERM, etc.)
https://bugs.launchpad.net/bugs/414484
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 414484] Re: send-pr is unusable - trap of on-portable signals (SIGHUP, SIGTERM, etc.)

2009-08-16 Thread FernanAguero

** Attachment added: patch to fix send-pr, now it traps the correct signals
   http://launchpadlibrarian.net/30394491/send-pr.diff

-- 
send-pr is unusable - trap of on-portable signals (SIGHUP, SIGTERM, etc.)
https://bugs.launchpad.net/bugs/414484
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 405027] [NEW] package python 2.6.2-0ubuntu1 failed to install/upgrade:

2009-07-26 Thread FernanAguero
Public bug reported:

Upgrade from intrepid to jaunty failed. Intrepid had all packages up to
date as of last night.

However, the machine is bootable, and everything kind of works (but
haven't stress tested everything).

The problem seems to have been described, but according to bug 348322
there is a fix, and the fix was released. The date the bug report was
closed as 'fixed' is March 2009.

However, I got into the same problem when upgrading on 25 July 2009.
I've run the upgrade connected to the internet, and all necessary
packages were downloaded without problems ... maybe the problem is not
the same?

That's the main reason behind opening a new bug report ...

2009-07-26 02:01:38,316 ERROR got an error from dpkg for pkg: 'python': 
'subprocess post-installation script returned error exit status 4
'
2009-07-26 02:01:38,331 DEBUG running apport_pkgfailure() python: subprocess 
post-installation script returned error exit status 4

2009-07-26 02:01:38,437 ERROR got an error from dpkg for pkg: 'python': 
'subprocess post-installation script returned error exit status 4
'
2009-07-26 02:01:45,825 ERROR got an error from dpkg for pkg: 'python-central': 
'dependency problems - leaving unconfigured


Attached is the main.log file. Please ask for more log files if needed.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 4
Package: python 2.6.2-0ubuntu1
PackageArchitecture: all
SourcePackage: python-defaults
Title: package python 2.6.2-0ubuntu1 failed to install/upgrade:
Uname: Linux 2.6.28-14-generic i686

** Affects: python-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package python 2.6.2-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/405027
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 405027] Re: package python 2.6.2-0ubuntu1 failed to install/upgrade:

2009-07-26 Thread FernanAguero

** Attachment added: dist-upgrade main.log
   http://launchpadlibrarian.net/29551931/main.log

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

** Attachment added: VarLogDistupgrade200907252050.gz
   http://launchpadlibrarian.net/29551934/VarLogDistupgrade200907252050.gz

-- 
package python 2.6.2-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/405027
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 405027] Re: package python 2.6.2-0ubuntu1 failed to install/upgrade:

2009-07-26 Thread FernanAguero
Now, I can boot from jaunty ... what is the recommended way to fix my
system?

In Synaptic I see I have all python-2.4, -2.5 and -2.6 installed ...
should I uninstall the previous versions? Reinstall 2.6.2?

Why is python-2.6.2 shown as installed when it failed during the
upgrade?

Thanks for any clarification ...

-- 
package python 2.6.2-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/405027
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-08 Thread FernanAguero
Finally I managed to isolate the culprit. It was a single file, sitting
in my NFS-exported home folder. I don't know how it got there (it's an
email message), but the filename was a single character, in an unusual
encoding.

The file is shown by FreeBSD as a diamond with a question mark inside.
The file is shown by Ubuntu sometimes as a single question mark.
To attach the file to this bug report I have put this file in a folder and 
created a tar archive. When extracting this tar archive, tar shows this file 
(tar xvzf ) as '\347').

I have edited the file, and cleared all content, and the problem
persists. So the unusual filename is sufficient to cause the crash.

The crash can also be reproduced in a local volume (not NFS mounted), so
I propose to change the title of this bug report to something like:
nautilus closes (crashes?) upon opening a file with an unusual
filename

Attached is this empty file (enclosed in an archive).

Sometimes (for example when trying to attach the file from firefox, or
in File-Open dialogs, the file would be shown by nautilus before
crashing as '? invalid encoding').

I cannot reproduce this bug in Ubuntu-9.04 (jaunty) I have copied the
tar archive over to a 9.04 box, and also copied the file itself using
scp and nautilus would not crash. It would show this filename as a
diamond with a question mark inside and would add 'invalid encoding' to
the filename.


** Attachment added: A gzipped tar archive containing the file that causes 
nautilus to crash
   http://launchpadlibrarian.net/26467871/problematic-nautilus.tar.gz

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372187] Re: nautilus closes (crashes?) upon opening this file

2009-05-08 Thread FernanAguero
** Summary changed:

- nautilus closes (crashes?) upon opening a NFS-mounted folder
+ nautilus closes (crashes?) upon opening this file

-- 
nautilus closes (crashes?) upon opening this file
https://bugs.launchpad.net/bugs/372187
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 372695] [NEW] create new user account silently fails

2009-05-06 Thread FernanAguero
Public bug reported:

As a system administrator, if you try to create a new account, using the
graphical utility (System-Administration-Users and Groups) and you set
the user id manually to a value that is already in use by another user,
the program will silently ignore the action (it will show the new user
in the list, but if you close the utility and reopent it again, the new
user is gone -- and it never really gets written in /etc/passwd).

The problems, as I see them, currently are:

1. The utility allows you to set the user id to a value that is already in use 
without giving a warning
2. The utility shows you a list of users that is not a real reflection of 
/etc/passwd

How to reproduce it:
1. Inspect /etc/passwd and look for an existing user account. Take note of its 
user id (usually 1001 would work)
2. Open the Users and Groups tool, create a new user and in the Advanced tab, 
set the user ID to this number (1001)
3. See how the new user is shown in the list of users
4. Close the Users and Groups tool
5. Open the users and Groups tool
6. Verify that the new user does not exist.

Tried it in Ubuntu-9.04 (Jaunty)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
create new user account silently fails
https://bugs.launchpad.net/bugs/372695
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 372751] [NEW] request for updated texshade in texlive-extra

2009-05-06 Thread FernanAguero
Public bug reported:

The version of the texshade package included in texlive-extra is way out
of date (1.15, 2006!).

Please update texlive-extra to include a more up-to-date set of
packages.

In particular I badly need some options provided by the most recent
texshade package (1.19, 2009)

** Affects: texlive-extra (Ubuntu)
 Importance: Undecided
 Status: New

-- 
request for updated texshade in texlive-extra
https://bugs.launchpad.net/bugs/372751
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-06 Thread FernanAguero
FYI, I can't reproduce the bug/crash in the following case:

I've created a new, fresh account in FreeBSD (the home folder for the
new user only contains dotfiles), and a new account in Ubuntu with the
same userid. In this case, the NFS mounted volume can be accessed with
no problems usinh nautilus.

The bug/crash in the original report happens when I access my own home
folder (~50 Gb).

Will try to check this on jaunty.

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372695] Re: create new user account silently fails

2009-05-06 Thread FernanAguero
Also, if you add a user and then delete it, you can never add it back
again.

How to reproduce it.

1. Create a new user, and close the Users and Groups utility

username: test
userid: 1030

Log out from your admin account, and log in with your test account, just to 
check that everything works fine.
Log out from your test account and log back in as an admin.

2. Delete the test account with the Users and Groups utility, and try to
create a 'test' user again, if you want you can close and open the Users
and Groups utility again.

It tells you that you cannot add a 'test' user because it already
exists.

3. Just to recheck that this is a bug.

The home folder for this user is still there, which may prevent us from
creating a user with this name, so we delete it:

sudo rm -rf /home/test

Also we check if /etc/passwd refers to this account:

grep -c test /etc/passwd
0

No traces left from the 'test' user (or so it seems), however, the Users
and Groups utility still doesn't allow us to create this account
'because it already exists'

Current problems with this utility:

I cannot fix a mistake:
What if I made a mistake and want to bring this user back to life?

The utility does not help me get rid of all files referenced or referring to 
this account:
What if I really want to create a new, fresh account with this same 
username/userid combination?

-- 
create new user account silently fails
https://bugs.launchpad.net/bugs/372695
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 372187] [NEW] nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-05 Thread FernanAguero
Public bug reported:

Binary package hint: nautilus

1. The NFS volume is exported from a FreeBSD server (FreeBSD-6.4-p3,
i386)

Server IP address: 192.168.10.72

/etc/exports:
/home -alldirs -maproot=root 192.168.10.55

My FreeBSD user-id: 1001
My FreeBSD group-id: 1001


2. The NFS volume is mounted automatically in Ubuntu (Ubuntu-8.10, Intrepid 
with all updates installed as of today)

Client IP address: 192.168.10.55

/etc/fstab
192.168.10.72:/home/fernan/home/fernan/remotenfsrw,bg00

My Ubuntu user-id: 1001
My Ubuntu group-id: 1001


3. Nautilus works fine with local folders, but as soon as I double click on the 
mount point, it closes.


4. The NFS-mounted folder works fine from the command line (ls; cd, use files, 
etc) and also with the Thunar file manager. No glitches or inconveniences thus 
far.


I can try to help debug this with some guidance.

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


** Tags: crash nautilus nfs

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-05 Thread FernanAguero
Thanks Chris for the guidance.

Attached is the backtrace obtained following the instructions.

After 'continue' in line 301 of the backtrace, I clicked on 'Places-Home 
Folder' in the top menu.
This produced the next two lines of output (303,304). 

Then I clicked on the mountpoint for the NFS shared directory, which
produced the SIGABRT.

Hope this helps. Let me know if you need me to try/test something more.

** Attachment added: gdb backtrace from nautilus-dbgsym
   http://launchpadlibrarian.net/26367093/gdb-nautilus.txt

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-05 Thread FernanAguero
As requested by Pedro, I installed the dbgsym packages for libglib2 and
gvfs and got a new trace (attached).


** Attachment added: gdb backtrace from nautilus-dbgsym, libglib2.0-0-dbgsym, 
gvfs-dbgsym
   http://launchpadlibrarian.net/26370376/gdb-nautilus-2.txt

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-05 Thread FernanAguero
Also, here is the valgrind log.

** Attachment added: valgrind-log-nautilus
   http://launchpadlibrarian.net/26370476/valgrind.log.gz

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 372187] Re: nautilus closes (crashes?) upon opening a NFS-mounted folder

2009-05-05 Thread FernanAguero
 there is no error in the valgrind log it seems you didn't stop nautilus
 before running a new one under valgrind and the valgrind one just looked
 for a running one and let it do its job
 
As I said to Pedro in a separate message, I don't know how
to stop nautilus ... every time I kill it a new process is
spawned again ... that's why I said that getting the gdb
backtrace was easier for me, because there are specific
instructions telling me how to attach gdb to an already
running process.

If you can tell me how to stop nautilus, I'll get the
valgrind log again.

Cheers,

fernan

-- 
nautilus closes (crashes?) upon opening a NFS-mounted folder
https://bugs.launchpad.net/bugs/372187
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 290153] Re: Fails to find boot device in Intel D945Gnt

2009-03-25 Thread FernanAguero
 @Richard -- it would be good to confirm the nearest previous version you
 tried where it does not work.  To limit the search for the trigger.
 
 @All -- if those of you who are affected could try the Jaunty 2.6.28-11
 kernel and report back if that also fixes the issue for you.
 
Andy,

can you briefly tell us how to 'try the Jaunty 2.6.28-11
kernel' ... is this something we can do using the update
manager and then go back to our normal intrepid life?

Can we just download/install/boot the 2.6.28-11 kernel in an
intrepid background? Would that be of help to debug the
issue?

Sorry for the questions, but I'd like to be of help.

Cheers,

Fernan

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-25 Thread FernanAguero
Hi,

It works!

I just installed 2.6.27-10 from intrepid-proposed (many other changes
were included in the update, BTW, all from standard ubuntu channels),
rebooted and voilá! No busybox, no exit into initramfs shell ...
everything works as expected.

This is all on a Dell Optiplex 740n (AMD64 Athlon X2) running Ubuntu
x86.

Attached are some diagnostics:
 lspci -vv (lspci.vv.2.6.27-10.txt)
 dmesg (dmesg.2.6.27-10.txt)
 uname -a (uname.2.6.27-10.txt)
 hdparm -tT (hdparm.2.6.27-10.txt, hdparm.2.6.24-21.txt)

The output of hdparm shows that cached reads seem a little bit faster on
the 2.6.24-21 kernel. But otherwise disk performance seems to be equal
(buffered reads).

Thanks!
 

** Attachment added: lspci -vv (Dell Optiplex 740, 2.6.27-10)
   http://launchpadlibrarian.net/19948817/lspci.vv.2.6.27-10.txt

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-25 Thread FernanAguero

** Attachment added: dmesg (Dell Optiplex 740, 2.6.27-10)
   http://launchpadlibrarian.net/19948861/dmesg.2.6.27-10.txt

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-25 Thread FernanAguero

** Attachment added: hdparm, kernel 2.6.24-21 (Dell Optiplex 740)
   http://launchpadlibrarian.net/19948882/hdparm.2.6.24-21.txt

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-25 Thread FernanAguero

** Attachment added: hdparm, kernel 2.6.27-10 (Dell Optiplex 740)
   http://launchpadlibrarian.net/1994/hdparm.2.6.27-10.txt

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-13 Thread FernanAguero
 Because it was marked Fix Released.  If it's not that should be
 corrected.
 
 -- 
 Fails to find boot device in Intel D945Gnt
 https://bugs.launchpad.net/bugs/290153

Scott,

the bug was marked as affecting both the 8.10 Release Notes,
and probably other components (busy box, initramfs, linux
kernel).

Only the part of the bug that affects the '8.10 Release
Notes' was marked as 'Fixed'.

The part that affects the linux kernel was triaged and
assigned to the kernel team.

Hope that makes it clearer,

fernan

PS: I'm still waiting for a fix, 2.6.27-8 didn't help

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-08 Thread FernanAguero
I have the same problem, and adding rootdelay=90 didn't solve the
problem.

My system: 
Dell Optiplex 740n
CPU: AMD 64 Athlon X2 Dual 3800+ 2.00 GHz
HD: WDC WD800JD-75MSA3 (80 Gb, SATA)
I believe the system uses an nVidia nForce chipset

The problem started happening after upgrading to 8.10. I have now
intrepid installed but have to boot the system with the
2.6.24-21-generic kernel (the 2.6.27-7-generic produces the error).

If I type 'exit' at the initramfs shell, booting continues normally, and
I can even get a graphical display login. However both before typing
'exit' and after that (i.e. at all times) the system emits error/warning
messages at 5-7 second intervals (see attached dmesg/kernel.log). During
these intervals the system seem to do some checks on the drives (the
light on the CD/DVD drive turns on and off, and I can hear a noise,
similar to the one during a normal boot when the drive is checked for
media).


** Attachment added: dmesg (Dell Optiplex 740, 2.6.24-21-generic)
   http://launchpadlibrarian.net/19493286/dmesg-2.6.24-21-generic.out

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-08 Thread FernanAguero

** Attachment added: dmesg (Dell Optiplex 740, 2.6.27-7-generic)
   http://launchpadlibrarian.net/19493332/dmesg-2.6.27-7-generic.out

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-08 Thread FernanAguero

** Attachment added: kern.log (Dell Optiplex 740, 2.6.27-7-generic)
   http://launchpadlibrarian.net/19493371/kern.log.out

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 290153] Re: Fails to find boot device in Intel D945Gnt

2008-11-08 Thread FernanAguero

** Attachment added: lspci (Dell Optiplex 740, 2.6.27-7-generic)
   http://launchpadlibrarian.net/19493391/lspci.out

-- 
Fails to find boot device in Intel D945Gnt
https://bugs.launchpad.net/bugs/290153
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 295101] Re: package texlive-base 2007.dfsg.1-2 failed to install/upgrade:

2008-11-07 Thread fernanAguero

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

** Attachment added: VarLogDistupgradeAptautoinstfixuplog.gz
   
http://launchpadlibrarian.net/19454878/VarLogDistupgradeAptautoinstfixuplog.gz

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/19454879/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/19454880/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19454881/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19454882/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeMainupdateselflog.gz
   http://launchpadlibrarian.net/19454884/VarLogDistupgradeMainupdateselflog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19454885/VarLogDistupgradeTermlog.gz

-- 
package texlive-base 2007.dfsg.1-2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295101
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 295101] [NEW] package texlive-base 2007.dfsg.1-2 failed to install/upgrade:

2008-11-07 Thread fernanAguero
Public bug reported:

Binary package hint: texlive-base

texlive-base fails to upgrade (upgrade 8.04 to 8.10)

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: texlive-base 2007.dfsg.1-2
PackageArchitecture: all
SourcePackage: texlive-base
Title: package texlive-base 2007.dfsg.1-2 failed to install/upgrade: 
Uname: Linux 2.6.24-21-generic i686

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package texlive-base 2007.dfsg.1-2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295101
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 228334] Re: package texlive-base 2007-13 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-05-08 Thread fernanAguero

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/14373445/DpkgTerminalLog.txt

-- 
package texlive-base 2007-13 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/228334
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 228334] [NEW] package texlive-base 2007-13 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-05-08 Thread fernanAguero
Public bug reported:

Binary package hint: texlive-base

texlive-base, texlive or any other combination of texlive selections
failed to install using Synaptic (this is on Hardy-8.04)

However, the same packages were successfully installed from the command line 
using apt-get
(sudo apt-get install texlive)

ProblemType: Package
Architecture: i386
Date: Thu May  8 16:35:41 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: texlive-base 2007-13
PackageArchitecture: all
SourcePackage: texlive-base
Title: package texlive-base 2007-13 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.24-16-generic i686

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package texlive-base 2007-13 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/228334
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 222732] [NEW] upgrade manager removes all downloaded files upon failure

2008-04-26 Thread FernanAguero
Public bug reported:

[Upgrading from Ubuntu-7.10 to 8.04 using the 'Upgrade' button offered
by Synaptic]

Upon starting the upgrade, Synaptic first downloads and launches an
'Upgrade manager' application.

The bug refers to this application.

The Upgrade manager does some preparation before starting and then
proceeds to set new software channels and to download information from
ubuntu repositories (package index files?).

In my case, after some 15-20 minutes of downloads, the upgrade failed because
ftp://ar.archive.ubuntu.com/ubuntu/dists/hardy-backports/Release.gpg
could not be downloaded.

If I start the upgrade again, I have to spend those 15-20 minutes AGAIN
downloading all the same files I've downloaded a couple of minutes ago.

I have went through this three times, spending almost an hour, before I
realized I could change the default repository (now the upgrade is going
on fine).

Maybe the upgrade manager can be taught to keep the downloaded files for
some time (perhaps setting a time-to-live for this files to something
reasonable, like 15-30 minutes)?

This way, if something goes wrong, and we try to start the upgrade
again, we don't have to download evrything again ...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrade manager removes all downloaded files upon failure
https://bugs.launchpad.net/bugs/222732
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 128290] Re: bash completion doesn't work for 'perl -c'

2008-04-04 Thread fernanAguero
Still not working for me.

This is on Ubuntu 7.10, perl 5.8.8 (This is perl, v5.8.8 built for i486
-linux-gnu-thread-multi)

Bash completion is commented out in /etc/bash.bashrc but not in my own
~/.bashrc

-- 
bash completion doesn't work for 'perl -c'
https://bugs.launchpad.net/bugs/128290
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 189238] [NEW] command history is missing from vim

2008-02-05 Thread FernanAguero
Public bug reported:

Binary package hint: vim-full

In Ubuntu,  the history of commands used within vim is missing. 
These are the internal vim commands used when editing text: find and replace, 
split windows, open files from within vim, etc.

I have the following in my ~/.vimrc: 
set history=1000

Changing the number of lines does not make a difference.

I have these packages installed:
vim
vim-common
vim-gui-common
vim-full
vim-runtime
vim-tiny

This is on Ubuntu 7.10 (Gutsy), but I've noticed this behaviour also in
past releases.

Output of 'vim --version' shows that '+cmdline_hist' is present.

VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct  5 2007 00:50:42)
Included patches: 1-56
Compiled by [EMAIL PROTECTED]
Huge version with GTK2-GNOME GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic 
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu 
+mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm 
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme 
+netbeans_intg -osfiletype +path_extra +perl +postscript +printer +profile 
+python +quickfix +reltime +rightleft +ruby +scrollbind +signs +smartindent 
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static 
-tag_any_white +tcl +terminfo +termresponse +textobjects +title +toolbar 
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace 
+wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim +xsmp_interact 
+xterm_clipboard -xterm_save 
   system vimrc file: $VIM/vimrc
 user vimrc file: $HOME/.vimrc
  user exrc file: $HOME/.exrc
  system gvimrc file: $VIM/gvimrc
user gvimrc file: $HOME/.gvimrc
system menu file: $VIMRUNTIME/menu.vim
  fall-back for $VIM: /usr/share/vim
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 
-I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/cairo -I/usr/include/libpng12 -O2 -g -Wall-D_REENTRANT 
-D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN  -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.8/CORE  
-I/usr/include/python2.5 -pthread -I/usr/include/tcl8.4  -D_REENTRANT=1  
-D_THREAD_SAFE=1  -D_LARGEFILE64_SOURCE=1  -I/usr/lib/ruby/1.8/i486-linux 
Linking: gcc   -L.  -rdynamic -Wl,-export-dynamic  -Wl,-E   -L/usr/local/lib -o 
vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 
-lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite 
-lXdamage -lpango-1.0 -lcairo -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   
  -lgnomeui-2 -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt 
-lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender 
-lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo 
-lXfixes -lgconf-2 -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 
-lglib-2.0   -lXt -lncurses -lgpm   -Wl,-E  -L/usr/local/lib 
/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl 
-L/usr/lib/python2.5/config -lpython2.5 -lutil -Xlinker -export-dynamic 
-L/usr/lib -ltcl8.4 -lieee -lruby1.8 -lm

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

-- 
command history is missing from vim
https://bugs.launchpad.net/bugs/189238
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 157436] Re: package checkgmail 1.12-1ubuntu1 failed to install/upgrade:

2007-10-26 Thread FernanAguero

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

-- 
package checkgmail 1.12-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/157436
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 157436] package checkgmail 1.12-1ubuntu1 failed to install/upgrade:

2007-10-26 Thread FernanAguero
Public bug reported:

Binary package hint: checkgmail

Upgrade to Gutsy from an up to date Feisty using the Alternate CD +
Internet failed to upgrade checkgmail

Errors were encountered while processing:
 libxml-libxml-perl
 libxml-simple-perl
 checkgmail
Traceback (most recent call last):
  File logging/__init__.py, line 753, in emit
  File logging/__init__.py, line 731, in flush
IOError: [Errno 9] Bad file descriptor

ProblemType: Package
Architecture: i386
Date: Fri Oct 26 10:06:18 2007
DistroRelease: Ubuntu 7.10
ErrorMessage:
 ErrorMessage: dependency problems - leaving unconfigured
Package: checkgmail 1.12-1ubuntu1
PackageArchitecture: all
SourcePackage: checkgmail
Title: package checkgmail 1.12-1ubuntu1 failed to install/upgrade: 
Uname: Linux delia 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 
GNU/Linux

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


** Tags: apport-package

-- 
package checkgmail 1.12-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/157436
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 84733] Re: [apport] package libxml-libxml-perl failed to install/upgrade:

2007-10-26 Thread FernanAguero
Confirmed. Upgrade to Gutsy Gibbon from an up to date Feisty using the
Alternate CD + Internet failed at this step (upgrade continued, but
libxml-perl failed to upgrade/install.

-- 
[apport] package libxml-libxml-perl failed to install/upgrade: 
https://bugs.launchpad.net/bugs/84733
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 84734] Re: [apport] package libxml-simple-perl failed to install/upgrade:

2007-10-26 Thread FernanAguero
Please reopen.

Upgrade to Gutsy from an up to date Feisty using the Alternate CD +
Internet failed because of libxml-simple-perl. (The upgrade continued,
but this package failed to upgrade/install)


** Changed in: libxml-simple-perl (Ubuntu)
   Status: Invalid = Confirmed

-- 
[apport] package libxml-simple-perl failed to install/upgrade: 
https://bugs.launchpad.net/bugs/84734
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 52158] Re: Shows pinned packages as available to update

2007-08-01 Thread FernanAguero

I am seeing this exact same behaviour (Ubuntu Feisty, 7.04) but in my case 
I have recompiled one package (screen), using the src .deb package, and 
following
all the recommendations to generate a new .deb package and installing this one, 
so that I can receive notifications about *updates* (i.e. new versions or bug 
fixes).

I needed to do this because I wanted screen compiled with certain configure args
that are not used to make the original ubuntu package.

However, apart from building the package with other configure arguments, the 
version
is the same. Nonetheless, update manager tells me that I have 1 update 
available:

screen
a terminal multiplexor with VT100/ANSI terminal emulation
From version 4.0.3-0.2ubuntu2 to 4.0.3-0.2ubuntu2

The two packages differ in size, however, so maybe update-manager is basing
its decision to notify on this?

Perhaps you can modify update-manager so that we can choose to omit 
notifications
of updates to the *exact same version*?

How to reproduce:

1. Uncomment the deb-src lines in /etc/apt/sources.list

2. Install all dependencies required to *build* pakage-name
sudo apt-get build-dep package-name (screen)

3. Get and unpack the sources
sudo apt-get source package-name (screen)

4. Edit one or more files in the src, apply a patch, etc.
In my case, I just changed two lines in screen-4.0.3/debian/rules

--- screen-4.0.3/debian/rules.orig  2007-08-01 12:25:55.0 -0300
+++ screen-4.0.3/debian/rules   2007-08-01 12:26:04.0 -0300
@@ -27,8 +27,8 @@
--with-pty-mode=0620 \
--with-pty-group=${TTYGROUP} \
--enable-rxvt_osc \
-   --with-sys-screenrc=/etc/screenrc 
-#  --enable-colors256
+   --with-sys-screenrc=/etc/screenrc \
+   --enable-colors256
touch $@
 
 build: build-stamp

5. Recompile package-name
cd into the unpacked sources directory (screen-4.0.3) and run
sudo dpkg-buildpackage -rfakeroot -uc -b

6. Install the recompiled package
sudo dpkg -i package name.deb

7. Notice how update-manager stupidly tries to make you install the original
package over your customized package.

8. It's annoying, and if you forget to uncheck your customized packages can lead
to disaster if the packages are critical ...

-- 
Shows pinned packages as available to update
https://bugs.launchpad.net/bugs/52158
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 128290] bash completion doesn't work for 'perl -c'

2007-07-25 Thread FernanAguero
Public bug reported:

Binary package hint: bash

Steps to reproduce the problem:
touch file.pm  touch file.pl

Filename completion works in this case:
perl fiTAB

(correctly completes filename up to 'file.p')

Filename completion doesn't work in this case:
perl -c fiTAB

No completion happens at all!

In case you don't know 'perl -c file.pl' or 'perl -c file.pm' is what you 
do to check the syntax of a perl program or module. It's annoying
to have to type the complete PATH to your perl code when you want
to check its syntax!

Although this particular bug has not been reported before, I think it's related
to other reported bugs:

Completion doesn't work after 'tar rf'
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/94407

And generally related to how annoying this completion cleverness is when it 
fails (which is quite often, given that it completely depends on someone writing
the completion for each and every possible way in which a command can be 
written)

Completion cleverness is fragile and hence stupid
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/94408

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

-- 
bash completion doesn't work for 'perl -c'
https://bugs.launchpad.net/bugs/128290
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 105773] Solved? (Was Re: Feisty - Dell SD Card Reader Now Broken)

2007-05-14 Thread fernanAguero
Solved?

After reading elsewhere about doing a 'modprobe sdhci' before using the
card-reader, I tried it, with a card already inserted into the card-
reader:

sudo modprobe sdhci

(no output, meaning it was successful)

After having done this, the card reader would work each and every time
(also across reboots, just as in Windows!) without having to load the
sdhci module again using modprobe ... seems like this needs to be done
once to load this module, then the system will remember it ...

Maybe this step is missing from the install/setup stage?

-- 
Feisty - Dell SD Card Reader Now Broken
https://bugs.launchpad.net/bugs/105773
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 105773] Re: Feisty - Dell SD Card Reader Now Broken

2007-04-29 Thread fernanAguero
I have a Dell XPS M1210 and I can confirm that this has been an issue at
least since Dapper (6.06).

In the past I solved it by replacing the kernel with a custom kernel with the 
only difference being that
MMC is not dynamically loaded (as a module) but built into the kernel.

The weird thing is that sporadically, an inserted card would be detected
and mounted ... no clue as to why it doesn't work every time.

Of course the card reader is fully functional in Windows XP.

lspci
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 
SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)

-- 
Feisty - Dell SD Card Reader Now Broken
https://bugs.launchpad.net/bugs/105773
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