Bug#998045: Missing RuntimeDirectory in my workaround

2021-10-29 Thread Jaime Hablutzel
My previous systemd drop-in workaround was incomplete. This is the complete
version of
/etc/systemd/system/nagios4.service.d/10-fix-for-incorrect-pid-management.conf:

[Service]
ExecStartPost=/bin/sh -c 'umask 022; pgrep nagios4 >
/var/run/nagios4/nagios4.pid'
RuntimeDirectory=nagios4
PIDFile=/run/nagios4/nagios4.pid

Where RuntimeDirectory=nagios4 is required for /var/run/nagios4 to be
automatically created.

-- 
Jaime Hablutzel -  +51 994690880


Bug#998045: nagios4-common: PID file is not being created

2021-10-28 Thread Jaime Hablutzel
Package: nagios4-common
Version: 4.4.6-4
Severity: normal
X-Debbugs-Cc: hablutz...@gmail.com

Dear Maintainer, the current systemd service unit for Nagios 4 
(/lib/systemd/system/nagios4.service) doesn't allow Nagios to create its PID 
file because Nagios is not running in daemon mode (option -d is missing) and 
Nagios (apparently) only creates its PID file ('lock_file' option in 
/etc/nagios4/nagios.cfg) when it runs in daemon mode.

In addition, the default PID file name in the service unit 
(PIDFile=/run/nagios4/nagios.pid) is different that the one in 
/etc/nagios4/nagios.cfg (lock_file=/var/run/nagios4/nagios4.pid), so it might 
be a good idea to fix that inconsistency as well.

Now, and just for reference, I've created the following systemd drop-in as a 
workaround, 
/etc/systemd/system/nagios4.service.d/10-fix-for-incorrect-pid-management.conf:

[Service]
ExecStartPost=/bin/sh -c 'umask 022; pgrep nagios4 > 
/var/run/nagios4/nagios4.pid'
PIDFile=/run/nagios4/nagios4.pid

But maybe that approach wouldn't be really appropriate for the fix and instead, 
it would be preferred to run Nagios in daemon mode as you can see upstream. 
From 
https://github.com/NagiosEnterprises/nagioscore/blob/master/startup/default-service.in:

ExecStart=@bindir@/nagios -d @sysconfdir@/nagios.cfg

-- System Information:
Debian Release: 11.0
  APT prefers impish-updates
  APT policy: (500, 'impish-updates'), (500, 'impish-security'), (500, 
'impish-proposed'), (500, 'impish')
Architecture: amd64 (x86_64)

Kernel: Linux 5.13.0-1005-gcp (SMP w/2 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nagios4-common depends on:
ii  adduser   3.118ubuntu5
ii  bsd-mailx [mailx] 8.1.2-0.20180807cvs-2build1
ii  coreutils 8.32-4ubuntu2
ii  libjs-jquery  3.5.1+dfsg+~3.5.5-7
ii  lsb-base  11.1.0ubuntu3
ii  monitoring-plugins-basic  2.3.1-1ubuntu2
ii  ucf   3.0043

Versions of packages nagios4-common recommends:
ii  monitoring-plugins  2.3.1-1ubuntu2

nagios4-common suggests no packages.

-- Configuration Files:

-- debconf-show failed



Bug#991362: unblock: klog/1.4.6-1

2021-07-21 Thread Jaime Robles
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: ja...@debian.org

Please unblock package klog

[ Reason ]
KLog has evolved a lot since 1.4.6. It is now in 1.7 and a lot of bugs has
been solved since then by the upstream.

[ Impact ]
Debian (and derivatives) users will be blocked with an old version.

[ Tests ]
Manual tests have been done.

[ Risks ]
(Discussion of the risks involved. E.g. code is trivial or
complex, key package vs leaf package, alternatives available.)

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
Documented changes in the d/changelog are only affecting to the Debian
packages. Most of the changes are in the upstream.
There is also a list of fixed bugs in the upstream's Changelog

unblock klog/1.4.6-1
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in first .deb but not in second
-
-rw-r--r--  root/root   /usr/share/klog/translations/klog_ca.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_da.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_de.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_es.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_fi.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_fr.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_hr.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_it.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_ja.qm
-rw-r--r--  root/root   /usr/share/klog/translations/klog_pl.qm

Control files: lines which differ (wdiff format)

Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libhamlib4, libqt5charts5 (>= 
5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= [-5.3.0)-] {+5.8.0)+} | 
libqt5gui5-gles (>= [-5.3.0),-] {+5.8.0),+} libqt5network5 (>= 5.14.1), 
libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 
5.10.0), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 4.1.1), 
libqt5sql5-sqlite
Installed-Size: [-4461-] {+3289+}
Version: [-1.4.7-1-] {+1.7-1+}


Bug#987018: gnome-shell: segfault in meta_display_list_windows at core/display.c:860

2021-04-15 Thread Jaime Casanova
Package: gnome-shell
Version: 3.30.2-11~deb10u2
Severity: important
Tags: upstream

Dear Maintainer,

I got several crashes from gnome-shell, while I normally doesn't note it until
I look at /var/log/messages.

Last one was:

"""
Apr 15 10:52:18 ahch-to firefox-esr.desktop[1158]: ###!!! [Parent][RunMessage]
Error: Channel closing: too late to send/recv, messages will be lost
Apr 15 10:53:28 ahch-to gsd-print-notif[1268]: Source ID 2 was not found when
attempting to remove it
Apr 15 10:53:28 ahch-to gnome-shell[1158]: JS ERROR: TypeError:
this._trackedWindows.get(...) is
undefined#012_onWindowActorRemoved@resource:///org/gnome/shell/ui/panel.js:843:9#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
Apr 15 10:53:28 ahch-to kernel: [45977.024092] show_signal_msg: 13 callbacks
suppressed
Apr 15 10:53:28 ahch-to kernel: [45977.024095] gnome-shell[1158]: segfault at 1
ip 7f752047bc59 sp 7fffbee42bd0 error 4 in
libmutter-3.so.0.0.0[7f752043+db000]
Apr 15 10:53:28 ahch-to kernel: [45977.024105] Code: 00 4c 89 e2 48 89 ee 48 89
df e8 62 ab fb ff 85 c0 74 5e 4c 8b 7c 24 18 e8 24 af fb ff 4d 85 ff 74 df 49
8b 0f 48 85 c9 74 05 <48> 39 01 74 0f 48 89 c6 4c 89 ff e8 97 cb fb ff 85 c0 74
c3 41 f6
"""



-- System Information:
Debian Release: 10.9
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-16-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=es_EC.UTF-8, LC_CTYPE=es_EC.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_EC.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.30.1-2
ii  evolution-data-server3.30.5-1+deb10u1
ii  gir1.2-accountsservice-1.0   0.6.45-2
ii  gir1.2-atspi-2.0 2.30.0-7
ii  gir1.2-freedesktop   1.58.3-2
ii  gir1.2-gcr-3 3.28.1-1
ii  gir1.2-gdesktopenums-3.0 3.28.1-1
ii  gir1.2-gdm-1.0   3.30.2-3
ii  gir1.2-geoclue-2.0   2.5.2-1+deb10u1
ii  gir1.2-glib-2.0  1.58.3-2
ii  gir1.2-gnomebluetooth-1.03.28.2-4~deb10u1
ii  gir1.2-gnomedesktop-3.0  3.30.2.1-2
ii  gir1.2-gtk-3.0   3.24.5-1
ii  gir1.2-gweather-3.0  3.28.2-2
ii  gir1.2-ibus-1.0  1.5.19-4+deb10u1
ii  gir1.2-mutter-3  3.30.2-9~deb10u1
ii  gir1.2-nm-1.01.14.6-2+deb10u1
ii  gir1.2-nma-1.0   1.8.20-1.1
ii  gir1.2-pango-1.0 1.42.4-8~deb10u1
ii  gir1.2-polkit-1.00.105-25
ii  gir1.2-rsvg-2.0  2.44.10-2.1
ii  gir1.2-soup-2.4  2.64.2-2
ii  gir1.2-upowerglib-1.00.99.10-1
ii  gjs  1.54.3-1
ii  gnome-backgrounds3.30.0-1
ii  gnome-settings-daemon3.30.2-3
ii  gnome-shell-common   3.30.2-11~deb10u2
ii  gsettings-desktop-schemas3.28.1-1
ii  libatk-bridge2.0-0   2.30.0-5
ii  libatk1.0-0  2.30.0-2
ii  libc62.28-10
ii  libcairo21.16.0-4+deb10u1
ii  libcanberra-gtk3-0   0.30-7
ii  libcanberra0 0.30-7
ii  libcroco30.6.12-3
ii  libecal-1.2-19   3.30.5-1+deb10u1
ii  libedataserver-1.2-233.30.5-1+deb10u1
ii  libgcr-base-3-1  3.28.1-1
ii  libgdk-pixbuf2.0-0   2.38.1+dfsg-1
ii  libgirepository-1.0-11.58.3-2
ii  libgjs0g 1.54.3-1
ii  libglib2.0-0 2.58.3-2+deb10u2
ii  libglib2.0-bin   2.58.3-2+deb10u2
ii  libgstreamer1.0-01.14.4-1
ii  libgtk-3-0   3.24.5-1
ii  libical3 3.0.4-3
ii  libjson-glib-1.0-0   1.4.4-2
ii  libmutter-3-03.30.2-9~deb10u1
ii  libnm0   1.14.6-2+deb10u1
ii  libpango-1.0-0   1.42.4-8~deb10u1
ii  libpangocairo-1.0-0  1.42.4-8~deb10u1
ii  libpolkit-agent-1-0  0.105-25
ii  libpolkit-gobject-1-00.105-25
ii  libp

Bug#921436: No longer suffering it

2020-12-14 Thread Jaime Crespo
I changed monitors and I no longer suffer from this issue, or can
provide feedback about it. It can be closed/resolved.

-- 
Jaime Crespo



Bug#924652: Cannot reproduce it anymore

2020-12-14 Thread Jaime Crespo
After changing the graphic card and upgrading the graphic driver, I no
longer have this issue with window scaling. Gwenview and other kde
programs render images correctly. Not sure if the issue was the card
or the driver, or any other kde update, but I no longer have this
issue.

-- 
Jaime Crespo



Bug#907733: RFA on curlpp

2019-01-28 Thread Jaime Arrocha
Hello Ximin,
I very interested in taking over the maintenance of this package. I'm a 
starting maintainer and just need to be pointed in the right direction.

Should I sent an email with ITA first before attempting to upload the package? 
Let me know.

Thanks,

Jaime



Bug#865981: debian-installer-manual: Appendix C2 links to outdated FHS reference

2017-06-26 Thread Jaime Crespo
Package: installation-guide-amd64
Severity: normal

Dear Maintainer,

While reading the installation manual trying to understand if I should use
/run or /var/run for temporary file creation, I run into the following page:

https://www.debian.org/releases/stretch/amd64/apcs02.html

There it says:

"Debian GNU/Linux adheres to the Filesystem Hierarchy Standard for directory
and file naming" and links to http://www.pathname.com/fhs/ as the reference
for such standard. This confused me because the previous debian page used
/run, but there was no reference to it on the external link.

It turns out that that is an old reference, and that the newer version of the
standard, 3.0, is now hosted at:

http://refspecs.linuxfoundation.org/fhs.shtml

which correctly contains and documents /run.

Please update the above page and all references where a link to the old spec
is and change it to the new page of the Linux Foundation, or to the home page:

https://wiki.linuxfoundation.org/en/FHS

Thank you,
--
Jaime Crespo


-- System Information:
Debian Release: 9.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#837081: netbeans: Crashes due to assertion failure in GLib

2017-02-21 Thread Jaime Torres
commenting in /etc/java-8-openjdk/accessibility.properties the next line seems 
to work:

#assistive_technologies=org.GNOME.Accessibility.AtkWrapper

I figured it out cause I have a computer with netbeans working properly without 
any problem with that settings due to a time ago bug that preventing netbeans 
to start and another with a fresh debian installation, in the last one, 
netbeans closed sundenly when editing in php. Changing that in the new one 
seems to work and I have no unexpected close of netbeans.



Bug#819692: debian-installer: DI doesn't connect to WPA2 network (netcfg: "Couldn't connect to wpasupplicant")

2017-02-10 Thread Jaime T
On 4 February 2017 at 02:25, Cyril Brulebois  wrote:
> This seems rather strange, and I've never seen such a WPA2 issue; is it any
> better with a newer Jessie or Stretch installer? We've had a bunch of releases
> since then, see:
>   https://www.debian.org/devel/debian-installer/
> KiBi.

Hi KiBi.

My apologies - I think that the bug was caused by me using an
old/out-of-date kernel/initrd.gz with respect to the iso image. I now
always use one of the netinst methods (which works perfectly) so I
would be grateful if you could please close this bug. Many thanks.

With best wishes, Jaime



Bug#844501: [Pkg-alsa-devel] Bug#844501: alsa-firmware-loaders: udev rule causes race condition which blocks us-122 initialisation (with fix!)

2016-11-24 Thread Jaime T
Hi Elimar

On 24 November 2016 at 07:22, Elimar Riesebieter  wrote:
> Control: severity -1 normal
> The package isn't unusable for always most users.

Oops - my bad.

> So should we close this bug?

Not until /lib/udev/rules.d/60-alsa-firmware-loaders.rules has been
changed: the second rule line in the us-122 stanza needs to be
modified from:
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="1604",
ATTR{idProduct}=="8007", RUN+="/lib/udev/tascam_fpga"
to
SUBSYSTEM=="sound", ACTION=="add", ATTR{id}=="USX2Y",
RUN+="/lib/udev/tascam_fpga"

(I guess that the second rule line in the US-428 and US-224 stanzas
need to be changed too, but I only have a US-122 so I can't verify
this).

I've been testing my us-122 with the new udev rule line for the last
week and it works perfectly.

Thank you for your help. Jaime



Bug#844501: alsa-firmware-loaders: udev rule causes race condition which blocks us-122 initialisation (with fix!)

2016-11-16 Thread Jaime T
On 16 November 2016 at 10:50, jaimet  wrote:
> My udev-fu is very weak, but after stumbling around with "udevadm
> monitor" for a bit, I replaced that udev rule line with:
>
> SUBSYSTEM=="sound", ACTION=="add", KERNEL=="hwC2D0", 
> RUN+="/lib/udev/tascam_fpga"

It now appears that my udev-fu is even weaker than I thought: "hwC2D0"
is obviously an "arbitrary-card-ordering-dependent" reference which
breaks if my sound cards are discovered in a different order. A much
better alternative (that is *not* order-dependent) is:

SUBSYSTEM=="sound", ACTION=="add", ATTR{id}=="USX2Y",
RUN+="/lib/udev/tascam_fpga"

Apologies for the noise. J :-)



Bug#818791: netdiscover segfaults shortly after start

2016-04-12 Thread Jaime Peñalba
Hello,

The problem is because Thorsten is using a terminal width of more than 300
cols which causes an overflow at one of the buffers used to build the
screen output.

This patch should fix the problem:
https://sourceforge.net/p/netdiscover/code/116/


Regards,
Jaime.

2016-04-12 19:30 GMT+02:00 Thorsten Sperber :

> Hi Eriberto,
>
> thanks for testing again. I repeated my tests and gradually upgraded
> from jessie to stable-updates to stretch with libpcap0.8 and netdiscover
> without visible failure (yep, including the libc6 2.19 from jessie - no
> trouble).
>
> I then upgraded to stretch (since that's the only sane way to test with
> the current libc6) and expected to get a stacktrace (and then proceed to
> install backports from jessie), but it *worked*. If this worked in a VM,
> I'd have several snapshots at this point...
>
> I went back to the installed OS and it worked there as well. I'm kind of
> annoyed by the fact that I can't reproduce what didn't work for months
> (every few weeks the need to find a host occured, no reliable interval).
> Something's wrong, and I can't tell what...
>
> How can we proceed (until I find out how to trigger that bug again in a
> reproducible way)? Keep this here on "unreproducible"?
>
> Thanks for the efforts so far. Regarding strace: I tried that last time
> (in december), but I couldn't find something useful for me. I still have
> those logs (enabled -ff). I attached those (I hope that's okay). 30685
> was the pid of the netdiscover process. I removed two unnecessary large
> files containing nanosleeps/sendtos/polls only (pid 30690, 30691).
>
> Thorsten
>


Bug#819692: Extra info...

2016-04-01 Thread Jaime T
I've also found:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687488
(debian-installer: LIFEBOOK P7120: association fails with WPA-PSK but
works after installation)
The bug reporter there has the same wireless card as me (8086:4223 =
Intel Corporation PRO/Wireless 2915ABG) so perhaps this is the same
bug.

...and I've also found:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757861
(debian-installer: wifi / wlan can not connect to wpa secured networks)
I think that the original bug reporter there has a different problem
to mine, but afterwards, Laurent Cooper replied with message #20
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757861#20) and
Laurent has exactly the same symptoms as me (same firmware description
too i.e. ipw2200) so perhaps Laurent has exactly the same bug too.

I've tried a stretch/testing netinst installer (using
http://cdimage.debian.org/cdimage/daily-builds/daily/20160331-1/i386/iso-cd/debian-testing-i386-netinst.iso)
and that gives exactly the same problem.

I've attached as much info as I think could be useful. If you want any
other logs, please let me know.

With kind regards, Jaime


syslog
Description: Binary data


dmesg.grep.-i.firm
Description: Binary data


lspci
Description: Binary data


Bug#654327: close #654327

2016-02-07 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

tags #654327 wontfix
close #654327
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2

iQIcBAEBCAAGBQJWt7XWAAoJEHuFJ3OE7h94f9cP/i2lr7+8JnVMlm0bdPm6zcXy
NyM9aqPa0r7IbAsonZhRav7NGgYVwlnXPnsFkPU+faS4eUPEzz6u3aPcYS3rbQoc
IwtZANcGDoliBgFe1Q6P/YViUIAE5VM3PdrrAQFNNJPtOGQ2Wkb/KOiThWv/91vp
3cS7YLY5RuHxs/5hqZrYQEL2iYNImdikdCak7qvK4iTPuQua3jhcC3cOKxHnEh/f
SOmHfhA3yOD01j++/lbPnc45EqVsPl4I/oj1yv/rm9r9et2MbgAvjDCCYC5/CKeb
Yw+uw6p2mVLMxQ1yWQhiTJ9vIsz84eH3sHFEl+GXkVaO/PDYX3yUy0UKru5yj0m6
aVJFftmWD4+6CrWe6x18bz81hx+J7tmXrFRwse0sYmRncjoW06Ws/ZNx8jdXq82d
AFCZOf9/nvgND7QmkCYfWN5SCZSFe3BCtFSq9oaQ9rEMIEx1sf7H9MiFo6tPek5e
QtWvHWUH/FNr6l+vNwRUdAVHi4FLgJMY4E1R1nd2d42ZZX5KqhkE55igK6wki9JP
TkBZbhrDmuRG/GF/my5vIpimpgleLoczFd9B+a269xoVs39TggMHfKyWDwGhAi9t
UiyX3N4f3UEtpCYS+96RAveoLdDQH/4PNX7XHjmLz7gZ0zYUZMs8ZgDUTeskp9mB
rDXO9EGSMBlO4v4ckLlA
=uQzw
-END PGP SIGNATURE-



Bug#767682: Bug still present in Stretch (testing) installer

2015-09-04 Thread Jaime T
Hi all. Just another "me too" - I've just been bitten by this bug
while trying to install testing (stretch) using the netboot install
method i.e.:

ftp://ftp.uk.debian.org/debian/dists/stretch/main/installer-i386/20150828/images/netboot/debian-installer/i386/linux
and
ftp://ftp.uk.debian.org/debian/dists/stretch/main/installer-i386/20150828/images/netboot/debian-installer/i386/initrd.gz

I was trying to install onto a partition which already contained a
previous debian (wheezy) installation and the installer hung while
trying to create the ext4 filesystem. I managed to get round the
problem by using dd to write zeros to the first 50MB of the
destination partition and then restarting the installation procedure.

HTH, Jaime



Bug#769432: Further testing

2014-11-13 Thread Jaime Herazo B.
Decided to try the next IP range too as an experiment, got this:

jherazob@jherazob-OptiPlex-380:~$ for server in 92.39.253.{83..90} ; do
echo -ne "$server : " ; pyspf 'v=spf1 ip4:92.39.253.83/29
ip4:92.39.253.91/29 -all' $server "t...@here.com" a ; done
92.39.253.83 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.84 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.85 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.86 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.87 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.88 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')
92.39.253.89 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')
92.39.253.90 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')

Seems like it thinks the last 3 IPs are part of the next IP range when
they're not.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#769432: python-spf: Fails to correctly address networks by IP

2014-11-13 Thread Jaime Herazo
Package: python-spf
Version: 2.0.7-1ubuntu0.1
Severity: important
Tags: upstream

Dear Maintainer,
The library doesn't handle well networks by IP:

Action:
for server in 92.39.253.{83..90} ; do pyspf 'v=spf1 ip4:92.39.253.83/29 
-all' $server "t...@here.com" a ; done
Expected:
('pass', 250, 'sender SPF authorized') for each of the 8 IP addresses
Got:
('fail', 550, 'SPF fail - not authorized') for the last 3 ones.

This happens with bigger ranges too. I had to break up a /25 range into
a whole bunch of /29 ones because it'd fail with many of them.

The fact that pyspf seems to be the most commonly used SPF library in
operation leads to having to sidestep the problem for stuff to work at
all instead of putting these correctly on the DNS and hoping for the
best, as it'll fail SPF validation pretty much everywhere.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-67-generic-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-spf depends on:
ii  python  2.7.3-0ubuntu2.2
ii  python-dns  2.3.6-1.12.04
ii  python2.7   2.7.3-0ubuntu3.5

Versions of packages python-spf recommends:
ii  python-authres  0.401-1ubuntu0.1

Versions of packages python-spf suggests:
ii  python-yaml  3.10-2

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#763356: Can't find that version

2014-10-03 Thread Jaime Silva
Hello.

I can't find libglib2.0.0 2.40.0-3 on
http://archive.debian.org/debian/pool/main/g/glib2.0/ neither on
ftp://ftp.us.debian.org/debian/pool/main/g/glib2.0/

Where can I get it from ?

Thanks.

-- 

JAIME SILVA
jsi...@gluky.co • www.gluky.co
<http://gluky.co/firmas/julianaO/www.ats.com.co>
Tel: (574) 604 48 00 • Fax <http://gluky.co/firmas/david_medina/david.html#>:
(574) 3510917
Cra 50 # 25-127 Ed. Comusa Of 202 Medellín, Colombia

<https://www.facebook.com/events/515729208572611/?fref=ts>


Bug#761072: nginx-full: php5-fpm does not work

2014-09-28 Thread Jaime Alberto Silva
Yep! it was the problem, it is working now.

Thanks a lot Christos!

Now I know I must check for the NEWS file.

Jaime Alberto Silva Colorado
<http://www.sgautomatizacion.com>http://jaimealsilva.com


On Wed, Sep 24, 2014 at 2:49 AM, Christos Trochalakis 
wrote:

> Hello Alberto,
>
> On Wed, Sep 10, 2014 at 09:07:52AM -0500, Jaime Alberto Silva wrote:
>
>> Package: nginx-full
>> Version: 1.6.1-2
>> Severity: important
>>
>> When calling a PHP file the browser returns WSOD immediately while nginx
>> log says it is still working, after a few seconds log says "client closed
>> connection while waiting for request":
>>
>>
> In 1.6.1-2 we synced fastcgi_params with upstream nginx, There is a NEWS
> entry about that (/usr/share/doc/nginx-common/NEWS.Debian.gz).
>
> I think that switching to fastcgi.conf instead of fastcgi_params will work
> for you.
>
> We are sorry for the inconvenience.
>
>
>


Bug#761072: nginx-full: php5-fpm does not work

2014-09-10 Thread Jaime Alberto Silva
Package: nginx-full
Version: 1.6.1-2
Severity: important

When calling a PHP file the browser returns WSOD immediately while nginx
log says it is still working, after a few seconds log says "client closed
connection while waiting for request":

2014/09/10 08:19:08 [notice] 7067#0: *5 "^/([^/]*)/.*$" matches "/bla/",
client: ::1, server: localhost, request: "GET /bla/ HTTP/1.1", host:
"localhost"
2014/09/10 08:19:08 [notice] 7067#0: *5 rewritten data: "/bla/index.php",
args: "", client: ::1, server: localhost, request: "GET /bla/ HTTP/1.1",
host: "localhost"
2014/09/10 08:19:18 [info] 7067#0: *6 client closed connection while
waiting for request, client: ::1, server: [::]:80

At second line browser has ended request with a WSOD, then 10 seconds
latter nginx says client closed connection.

I configured php5-fpm log in debug mode and it does not report any
connection,
nginx never connects to php5-fpm socket.

Also tried disabling IPv6 and got the same behavior:

2014/09/10 08:44:23 [notice] 7411#0: *1 "^/([^/]*)/.*$" matches "/bla/",
client: 127.0.0.1, server: localhost, request: "GET /bla/ HTTP/1.1", host:
"localhost"
2014/09/10 08:44:23 [notice] 7411#0: *1 rewritten data: "/bla/index.php",
args: "", client: 127.0.0.1, server: localhost, request: "GET /bla/
HTTP/1.1", host: "localhost"
2014/09/10 08:44:33 [info] 7411#0: *2 client closed connection while
waiting for request, client: 127.0.0.1, server: 0.0.0.0:80

Had to downgrade nginx-full to 1.6.1-1+b1 and nginx-common to 1.6.1-1 to get
PHP working again.

Greetings.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nginx-full depends on:
ii  libc6 2.19-10
ii  libexpat1 2.1.0-6
ii  libgd32.1.0-4
ii  libgeoip1 1.6.2-1
ii  libpam0g  1.1.8-3.1
ii  libpcre3  1:8.35-3
ii  libssl1.0.0   1.0.1i-2
ii  libxml2   2.9.1+dfsg1-4
ii  libxslt1.1    1.1.28-2
ii  nginx-common  1.6.1-2
ii  zlib1g1:1.2.8.dfsg-2

nginx-full recommends no packages.

Versions of packages nginx-full suggests:
pn  nginx-doc  

-- no debconf information


Jaime Alberto Silva Colorado


nginx.conf
Description: Binary data


proxy_params
Description: Binary data


default-local
Description: Binary data


php.ini
Description: Binary data


php-fpm.conf
Description: Binary data


www.conf
Description: Binary data


99-local.ini
Description: Binary data


Bug#752214: [Maxima-discuss] maxima wants wxt as backend for gnuplot

2014-07-17 Thread Jaime Villate

Hi,
that was a bug I introduced in 5.33.0 and which has already been fixed 
on May 28:

http://sourceforge.net/p/maxima/code/ci/e86fb0d691cfa83437aa3a75e8be901bf6bde3d2/

Those using 5.33.0 can also fix the problem by adding the following line 
to the Maxima init file:

  set_plot_option([gnuplot_default_term_command, "set term pop"])$

Regards,
Jaime

On 16-07-2014 22:07, Camm Maguire wrote:

forwarded 752214 maxima-disc...@lists.sourceforge.net
thanks

Package: maxima
Version: 5.33.0-3
Severity: normal

Dear Maintainer,

I am running the kde desktop on jessie and installed the gnuplot and maxima
packages.
Gnuplot uses the terminal option qt by default, whereas maxima wants the wxt
terminal,
which is not installed by default. Thus I get the following error when I plot.

  Maxima 5.33.0 http://maxima.sourceforge.net
  using Lisp GNU Common Lisp (GCL) GCL 2.6.10 (a.k.a. GCL)
  Distributed under the GNU Public License. See the file COPYING.
  Dedicated to the memory of William Schelter.
  The function bug_report() provides bug reporting information.
  (%i1) plot2d(x^2-x,[x,-10,10]);

  (\%o1) \verb|/home/yves/maxout.gnuplot_pipes| \\ \verb| |
  gnuplot> set term wxt size 640,480 font ",12"; set term pop
^
   line 0: unknown or ambiguous terminal type; type just 'set terminal'
for a list

I can fix it by issuing the command

  set_plot_option([gnuplot_term, qt]);

I am not sure however why maxima wants to use the wxt backend with gnuplot.
I didn't install wxmaxima, the wxt backend is not available by default with a
gnuplot install under kde, neither is the library libwxbase. My feeling is that
the maxima package should not rely on wxwidgets by default for plotting. At
least it should check for the availability of the backend.

Best regards.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#740254: video.allow_duplicates=1 does not work either

2014-05-05 Thread Jaime Silva
On my last message I forgot to mention that I also tried adding
video.allow_duplicates=1 kernel option as suggested by dmesg log but it
didn't made any difference, the attached 3.14 dmesg and Xorg logs were
taken when running with that option.


Jaime Alberto Silva Colorado
<http://www.sgautomatizacion.com>http://jaimealsilva.com


Bug#740254: Better explained

2014-02-27 Thread Jaime Silva
I'm sorry, after reading the report I noticed I should elaborate more (I
was in a hurry).

I am running Debian sid for AMD64 on a Lenovo IdeaPad Y400 laptop (details
can be seen on "Model information" section of last message).  Video card is:

01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT
650M] (rev a1)

Full data from lspci is on last post. That is the only video card, I have
seen most laptops with that model also have an Intel board for use with all
that bumblebee + primus + bbswitch stuff, but this seems to be a stand
alone hw config.

A few days ago after a dist-upgrade kernel was upgraded to linux-image
3.13-1 and then, after reboot, nouveau driver stopped working. The error
can be seen on kernel log:

...

[   10.221643] nouveau  [   VBIOS][:01:00.0] ... appears to be valid
[   10.221644] nouveau  [   VBIOS][:01:00.0] using image from PCIROM
[   10.221725] nouveau  [   VBIOS][:01:00.0] BIT signature found
[   10.221727] nouveau  [   VBIOS][:01:00.0] version 80.07.27.00.33
[   10.221928] nouveau E[   VBIOS][:01:00.0] 0x83e0[ ]: unknown opcode
0x42
[   10.221998] nouveau E[ DEVINIT][:01:00.0] init failed, -22
[   10.222067] nouveau E[ DRM] failed to create 0x8080, -22
[   10.222344] nouveau: probe of :01:00.0 failed with error -22
...

Then console mode is not changed and when KDM starts Xorg says nouveau
driver can not be started and fails back to (i assume) vesafb:

...
[44.824] (II) NOUVEAU driver Date:   Thu Nov 7 14:56:48 2013 +1000
[44.824] (II) NOUVEAU driver for NVIDIA chipset families :
[44.824]RIVA TNT(NV04)
[44.824]RIVA TNT2   (NV05)
[44.824]GeForce 256 (NV10)
[44.824]GeForce 2   (NV11, NV15)
[44.824]GeForce 4MX (NV17, NV18)
[44.824]GeForce 3   (NV20)
[44.824]GeForce 4Ti (NV25, NV28)
[44.824]GeForce FX  (NV3x)
[44.824]GeForce 6   (NV4x)
[44.824]GeForce 7   (G7x)
[44.824]GeForce 8   (G8x)
[44.824]GeForce GTX 200 (NVA0)
[44.824]GeForce GTX 400 (NVC0)
[44.824] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[44.824] (II) FBDEV: driver for framebuffer: fbdev
[44.824] (II) VESA: driver for VESA chipsets: vesa
[44.824] (++) using VT number 7

[44.835] (EE) [drm] KMS not enabled
[44.835] (EE) open /dev/dri/card0: No such file or directory
[44.835] (WW) Falling back to old probe method for modesetting
[44.835] (EE) open /dev/dri/card0: No such file or directory
[44.835] (II) Loading sub module "fbdevhw"
...

Thanks.

--
Jaime Alberto Silva Colorado
<http://www.sgautomatizacion.com>http://jaimealsilva.com


Bug#716991: Fixed. Thanks a lot.

2013-07-15 Thread Jaime Silva
Just upgraded to php5/5.5.0+dfsg-12 and is working.

Thanks a lot Ondřej.


Bug#716991: Acknowledgement (PDO missing: PHP Fatal error: Class 'PDO' not found)

2013-07-15 Thread Jaime Silva
Sorry, the package information sent was for php5-mysql cause I was going to
file the bug for that package then I found that the problem is PDO missing
in common.

Here is the info for php5-common generated by reportbug:

-- Package-specific info:
 Additional PHP 5 information 

 PHP 5 SAPI (php5query -S): 
cli
fpm

 PHP 5 Extensions (php5query -M -v): 
No module matches mysqli
No module matches mysqli
pdo_mysql (Enabled for cli by maintainer script)
pdo_mysql (Enabled for fpm by maintainer script)
pdo (Enabled for cli by maintainer script)
pdo (Enabled for fpm by maintainer script)
gd (Enabled for cli by maintainer script)
gd (Enabled for fpm by maintainer script)
curl (Enabled for cli by maintainer script)
curl (Enabled for fpm by maintainer script)
opcache (Enabled for cli by maintainer script)
opcache (Enabled for fpm by maintainer script)
json (Enabled for cli by maintainer script)
json (Enabled for fpm by maintainer script)
mysql (Enabled for cli by maintainer script)
mysql (Enabled for fpm by maintainer script)

 Configuration files: 
 /etc/php5/mods-available/pdo.ini 
extension=pdo.so

 /etc/php5/mods-available/opcache.ini 
zend_extension=opcache.so


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5-common depends on:
ii  libc6   2.17-7
ii  lsof4.86+dfsg-1
ii  psmisc  22.20-1
ii  sed 4.2.2-1
ii  ucf 3.0027+nmu1

Versions of packages php5-common recommends:
ii  php5-json  1.3.1+dfsg-1

Versions of packages php5-common suggests:
pn  php5-user-cache  

Versions of packages php5-cli depends on:
ii  libbz2-1.01.0.6-4
ii  libc6 2.17-7
ii  libcomerr21.42.8-1
ii  libdb5.1  5.1.29-6
ii  libedit2  2.11-20080614-6
ii  libgssapi-krb5-2  1.10.1+dfsg-6.1
ii  libk5crypto3  1.10.1+dfsg-6.1
ii  libkrb5-3 1.10.1+dfsg-6.1
ii  libmagic1 1:5.14-2
ii  libonig2  5.9.1-1
ii  libpcre3  1:8.31-2
ii  libqdbm14 1.8.78-2
ii  libssl1.0.0   1.0.1e-3
ii  libxml2   2.9.1+dfsg1-2
ii  mime-support  3.54
ii  tzdata2013c-2
ii  ucf   3.0027+nmu1
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages php5-cli suggests:
ii  php-pear  5.5.0+dfsg-11

Versions of packages php5-fpm depends on:
ii  dpkg1.16.10
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.17-7
ii  libcomerr2  1.42.8-1
ii  libdb5.15.1.29-6
ii  libgssapi-krb5-21.10.1+dfsg-6.1
ii  libk5crypto31.10.1+dfsg-6.1
ii  libkrb5-3   1.10.1+dfsg-6.1
ii  libmagic1   1:5.14-2
ii  libonig25.9.1-1
ii  libpcre31:8.31-2
ii  libqdbm14   1.8.78-2
ii  libssl1.0.0 1.0.1e-3
ii  libsystemd-daemon0  44-12
ii  libxml2 2.9.1+dfsg1-2
ii  mime-support3.54
ii  sysv-rc 2.88dsf-42
ii  tzdata  2013c-2
ii  ucf 3.0027+nmu1
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages php5-fpm suggests:
ii  php-pear  5.5.0+dfsg-11

-- no debconf information


Jaime Alberto Silva Colorado
<http://www.sgautomatizacion.com>http://jaimealsilva.com



On Mon, Jul 15, 2013 at 12:15 PM, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian PHP Maintainers 
>
> If you wish to submit further information on this problem, please
> send it to 716...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 716991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716991
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>


Bug#700628: kdevelop: Functions are always shown in dark blue

2013-02-15 Thread Jaime Silva
Package: kdevelop
Version: 4:4.3.1-3+b1
Severity: minor
Tags: upstream

Dear Maintainer,

I'm trying to set a dark color scheme in KDevelop's editor by
using the color configuration dialog for found on
Settings --> Configure Editor... --> Fonts & Colors

I have set the background colors on the "Colors" tab and the other
colors on the "Normal Text Styles" tab. But no matter which option
I set the functions are always dark blue which is hard to see in
a dark background.

I understand the colors used for variables are assigned
automatically by
KDevelop and that the brightness is adjusted by the
"Local Colorization Intensity" slider in the
Settings --> Configure KDevelop --> Language Support dialog
and that's a great feature (B.T.W what is the "Global Colorization
Intensity" slider for ? ).

But I can't find how to change the color used for functions
(declaration and invocation).

A forum thread located at
http://forum.kde.org/viewtopic.php?f=25&t=87212
suggests one must use a dark color scheme in order to get clear
text when creating a new color scheme on Kate / KDevelop
but it didn't worked. I like a clear desktop color scheme with
a dark scheme for my code so I don't think it should be related.

Thanks.


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (110, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdevelop depends on:
ii  kde-runtime4:4.8.4-2
ii  kdevelop-data  4:4.3.1-3
ii  kdevplatform5-libs 1.3.1-2
ii  libc6  2.13-38
ii  libgcc11:4.7.2-5
ii  libkasten1controllers1 4:4.8.4+dfsg-1
ii  libkasten1core14:4.8.4+dfsg-1
ii  libkasten1okteta1controllers1  4:4.8.4+dfsg-1
ii  libkasten1okteta1core1 4:4.8.4+dfsg-1
ii  libkasten1okteta1gui1  4:4.8.4+dfsg-1
ii  libkcmutils4   4:4.8.4-4
ii  libkdecore54:4.8.4-4
ii  libkdeui5  4:4.8.4-4
ii  libkio54:4.8.4-4
ii  libkparts4 4:4.8.4-4
ii  libktexteditor44:4.8.4-4
ii  libplasma3 4:4.8.4-4
ii  libprocessui4a 4:4.8.4-6
ii  libqt4-dbus4:4.8.2+dfsg-11
ii  libqt4-help4:4.8.2+dfsg-11
ii  libqt4-network 4:4.8.2+dfsg-11
ii  libqt4-script  4:4.8.2+dfsg-11
ii  libqtcore4 4:4.8.2+dfsg-11
ii  libqtgui4  4:4.8.2+dfsg-11
ii  libqtwebkit4   2.2.1-5
ii  libstdc++6 4.7.2-5
ii  libsublime51.3.1-2
ii  libthreadweaver4   4:4.8.4-4

Versions of packages kdevelop recommends:
ii  g++   4:4.7.2-1
ii  gcc   4:4.7.2-1
ii  gdb   7.4.1+dfsg-0.1
ii  make  3.81-8.2

Versions of packages kdevelop suggests:
ii  cmake  2.8.9-1
ii  kapptemplate   4:4.8.4+dfsg-1
pn  kdevelop-l10n  

-- no debconf information

Jaime Alberto Silva Colorado
 <http://www.sgautomatizacion.com>http://jaimealsilva.com


Bug#678275: keepass2: Text fields behaving incorrectly, e.g. leading to passwords shown incompletely

2013-01-26 Thread Jaime Robles
I can reproduce this bug on keepass2 (2.20.1+dfsg-1) from experimental.

When adding some data in the "Notes" field of a password entry, sometimes the 
data you enter is not properly seen... although it is properly entered.

Data is shown correctly after pressing the enter key.

Jaime


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#697936: [htcondor-debian] Bug#697936: condor: CVE-2012-5390: possible privilege escalation

2013-01-11 Thread Jaime Frey
On Jan 11, 2013, at 8:45 AM, Salvatore Bonaccorso  wrote:

> Hi
> 
> I have submitted this as grave severity, but could you double check if
> this is actually a problem for condor in Debian?
> 
> [1]: 
> http://research.cs.wisc.edu/htcondor/security/vulnerabilities/CONDOR-2012-0003.html
> 
> Regards,
> Salvatore


This security vulnerability only affects Condor's standard universe, which is 
disabled in the Debian package. Thus, the Debian package of Condor is 
unaffected.

Thanks and regards,
Jaime Frey
UW-Madison HTCondor Project


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690556: [condor-debian] Bug#690556: condor: CVE-2012-4462

2012-10-15 Thread Jaime Frey
On Oct 15, 2012, at 9:01 AM, Moritz Muehlenhoff  wrote:

> Package: condor
> Severity: grave
> Tags: security patch
> Justification: user security hole
> 
> Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4462 for
> details and a patch.


This bug only affects the Aviary contrib module, which isn't built in the 
Debian condor package. 

Thanks and regards,
Jaime Frey
UW-Madison Condor Team


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#688210: condor: Multiple security issues

2012-09-20 Thread Jaime Frey
On Sep 20, 2012, at 1:46 PM, Michael Hanke  wrote:

> On Thu, Sep 20, 2012 at 11:33:39AM -0500, Jaime Frey wrote:
>> These security issues have been fixed in the just-released Condor 7.8.4.
>> 
>> Michael, here are the commit hashes in the Condor git repo for the fixes:
>> CVE-2012-3491: 1fff5d40
>> CVE-2012-3493: d2f33972
> 
> These two do not apply cleanly against 7.8.2:
> 
> Applying patch Remove-unused-KILL_FRGN_JOB-DEACTIVATE_CLAIM_FORIBLY.patch
> patching file src/condor_schedd.V6/schedd.cpp
> Hunk #1 succeeded at 2961 with fuzz 1 (offset 94 lines).
> Hunk #2 FAILED at 10251.
> 1 out of 2 hunks FAILED -- rejects in file src/condor_schedd.V6/schedd.cpp
> patching file src/condor_schedd.V6/scheduler.h
> Hunk #1 FAILED at 291.
> 1 out of 1 hunk FAILED -- rejects in file src/condor_schedd.V6/scheduler.h
> Patch Remove-unused-KILL_FRGN_JOB-DEACTIVATE_CLAIM_FORIBLY.patch does not 
> apply (enforce with -f)
> 
> 
> Applying patch Remove-unused-GIVE_REQUEST_AD-command-from-the-start.patch
> patching file src/condor_startd.V6/command.cpp
> Hunk #1 succeeded at 624 (offset 79 lines).
> patching file src/condor_startd.V6/command.h
> Hunk #1 FAILED at 83.
> 1 out of 1 hunk FAILED -- rejects in file src/condor_startd.V6/command.h
> patching file src/condor_startd.V6/startd_main.cpp
> Hunk #1 succeeded at 267 (offset -6 lines).
> Patch Remove-unused-GIVE_REQUEST_AD-command-from-the-start.patch does not 
> apply (enforce with -f)
> 
> 
> Before I dig deeper, could you please confirm that cherry-picking the
> four commits alone will fully address the security vulnerabilities? If
> that is the case, it seems that at least one more commit is missing.
> 
> Looking into the 7.8 branch in the condor repo, it seems that quite a
> bit more has happened -- a long list of bug fixes. I wonder (7.8 being a
> stable maintenance branch) whether it wouldn't be a better idea to aim
> for an upload of 7.8.4 as a whole. Is there something in it that is not
> a bugfix of some kind?


The commits were made on the V7_6-branch, then merged into the V7_8-branch. We 
had to manually resolve conflicts during the merge, as the affected code had 
been modified during the 7.7.x series. Thus, there's no commit that can be 
cleanly cherry-picked. I can provide patch files that will apply cleanly.

We should certainly get Condor 7.8.4 into Unstable. It only contains bug fixes. 
I would prefer it if we could get it into Debian Testing as well, but I thought 
we were too far into the freeze for that.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#688210: [condor-debian] Bug#688210: condor: Multiple security issues

2012-09-20 Thread Jaime Frey
On Sep 20, 2012, at 5:50 AM, Moritz Muehlenhoff  wrote:

> Package: condor
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> Please see here for details:
> https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-3490
> https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-3491
> https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-3492
> https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-3493


These security issues have been fixed in the just-released Condor 7.8.4.

Michael, here are the commit hashes in the Condor git repo for the fixes:
CVE-2012-3490: 94e84ce4
CVE-2012-3491: 1fff5d40
CVE-2012-3492: 1db67805
CVE-2012-3493: d2f33972

For Debian testing, I believe we want to create a new Condor 7.8.2 package with 
just these changes. Can you prepare that? I can offer whatever assistance you 
require.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#684463: [condor-debian] Bug#684463: [Neurodebian-devel] condor fails to install if condor user already exists

2012-08-13 Thread Jaime Frey
On Aug 13, 2012, at 7:02 AM, Michael Hanke wrote:

> On Mon, Aug 13, 2012 at 12:28:17PM +0200, Tiziano Zito wrote:
>>> If you see a way that is both secure and satisfies your needs, please
>>> let me know. Otherwise, I think Evgeni is right: move 'condor' out of
>>> LDAP and solve email issues with alternative means.
>> 
>> I think that in condor.postinst the call to adduser should be
>> followed by a check: 
>> 
>> 1. if adduser failed, i.e. there is already a
>>   condor user and it is not a "system" account, then prompt the user
>>   to ask if they really want to use the existing account.
>> 1a. if they want to use it, everything is fine
>> 1b. if not, fail
> 
> This seems good at first glance. However, it is a bit tricky to
> implement, because of the way the debconf interface works. Essentially
> the postinst script (with the failing adduser call) runs last and it seems
> quite cumbersome to implement what you suggesti, as it would need to be
> done in the config script.
> 
> Maybe it could be:
> 
> 1. Add a low-priority debconf question whether to use a non-system account
>   named 'condor' if one is available.
> 
>   [I18N won't be happy about adding a template so late in the release
>cycle and I'm not sure whether we can get such change into the
>frozen wheezy]
> 
> 2. Check the choice from (1) if adduser --system fails in the postinst
>   and act accordingly.
> 
> 
> However, it would be much nicer if we could find a way to deal with this
> scenario without having to use debconf. Maybe we could try to check the
> validity of the requirements: there is a 'condor' user and it can't be
> used to log in. If there is a reliable way to verify this in the case
> that adduser --system fails (and the user comes from LDAP, or whatever
> other possible auth method), we could maybe issue a warning message and
> proceed without manual approval. Opinions?


I like the idea of allowing the use of an existing 'condor' account that we can 
reasonably verify can't be logged into. I presume the packaging would have to 
remember that it didn't create the account, so that it leaves the account in 
place on uninstall.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#684406: [condor-debian] Bug#684406: condor_rm did not remove actual running processes (PyMVPA searchlights)

2012-08-09 Thread Jaime Frey
On Aug 9, 2012, at 2:38 PM, Andrew Connolly wrote:

>  
> I see that ipython has the ability to submit jobs into a batch system. Is 
> this feature how you were submitting jobs into Condor?
> 
> I did not use ipython to submit the jobs, I escaped the ipython shell with a 
> leading "!" before the call to condor, i.e.: "@ipython_prompt[0]: 
> !condor_submit my_submit_file.condor"
>  
> Were all of the jobs running on your local machine or on multiple machines in 
> a cluster?
> Jobs were running on multiple machines on a cluster and afaik none of them 
> were killed.
>  
> Or, more technically, do you know what Condor universe the jobs were running 
> under?
> 
> I always use universe  = vanilla in my condor submit files.
>  
> I suspect that when you removed the jobs, Condor killed the processes that it 
> spawned, but didn't know about some child processes they had in turn spawned. 
> Condor uses several techniques to track the child processes of jobs, none of 
> which are perfect.
>  
> That would make send, but I am fairly certain that my processes were not 
> spawning others, although I can check this.


Two suggestions to help diagnose the problem:

1) Submit some simple sleep jobs, remove them, and check whether Condor kills 
all of them.

2) Submit some of your real jobs and use pstree and friends to see what process 
they create when Condor runs them.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team



Bug#684406: [condor-debian] Bug#684406: condor_rm did not remove actual running processes (PyMVPA searchlights)

2012-08-09 Thread Jaime Frey
On Aug 9, 2012, at 11:54 AM, Andrew C. Connolly wrote:

> Today I sent a large batch to condor (~50 jobs), then tried to kill the
> all with 'condor_rm andy'.
> This removed them from the condor_q list of running processes, but left
> them all actually running.
> I then had to kill them all manually using htop.  
> 
> the only thing I did was not normal was start the jobs from within an
> ipython session using "!" to escape the shell ( i don't think that
> should matter, but just in case.). I then tried called condor_rm from
> another bash shell...
> 
> The program I was running was a pyMVPA surface based searchlight, which 
> I believe uses a serial process for feature selection and only parallelizes 
> after starting to compute the actual searchlight measures. And I believe 
> that the programs were in the feature selection phase - serial processes, 
> when I tried to kill them.
> 
> nb. this was run on our "hydra" cluster


I'm not familiar with ipython, so please excuse any questions that have obvious 
answers.

I see that ipython has the ability to submit jobs into a batch system. Is this 
feature how you were submitting jobs into Condor?

Were all of the jobs running on your local machine or on multiple machines in a 
cluster? 
Or, more technically, do you know what Condor universe the jobs were running 
under?

I suspect that when you removed the jobs, Condor killed the processes that it 
spawned, but didn't know about some child processes they had in turn spawned. 
Condor uses several techniques to track the child processes of jobs, none of 
which are perfect.

First, Condor periodically looks for all processes that have the original job 
process as their parent. It then looks for processes whose parent is one of 
those processes, etc. It also looks for processes in the same process group as 
the original job process. This will miss a child process that's trying to 
escape the session that spawned it. Your mention of using "!" in ipython sounds 
suspiciously like that.

Second, Condor sets an environment variable in the job process. It can then 
identify child processes by the presence of that variable. This will miss child 
processes that sanitize their environment.

Third, Condor can add a supplemental group to a job process, then search for 
processes with this group. This option is disabled by default, as it requires 
the admin to set aside a range of group ids for Condor's use. See section 
3.12.11 of the Condor manual for details:
http://research.cs.wisc.edu/condor/manual/v7.8/3_12Setting_Up.html#sec:GroupTracking

Lastly, Condor can spawn jobs under accounts dedicated for use by Condor. Then, 
all processes owned by that account are part of the job. This option is also 
disabled by default, as it requires the admin to create a set of user accounts 
for Condor's use. See section 3.6.13.2 of the Condor manual for details:
http://research.cs.wisc.edu/condor/manual/v7.8/3_6Security.html#sec:RunAsNobody

Thanks and regards,
Jaime Frey
UW-Madison Condor Team


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#680260: Acknowledgement (php5-curl: Fails when setting CURLOPT_COOKIEFILE to empty string, cookies disabled.)

2012-07-04 Thread Jaime Silva
Detailed explanation of the issue: http://drupal.org/node/1671200



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#680260: php5-curl: Fails when setting CURLOPT_COOKIEFILE to empty string, cookies disabled.

2012-07-04 Thread Jaime Silva
Package: php5-curl
Version: 5.4.4-2
Severity: important

According to PHP manual for the curl_setopt function [1] this is how
the CURLOPT_COOKIEFILE option works:

===
CURLOPT_COOKIEFILE The name of the file containing the cookie
data. The cookie file can be in Netscape format, or just plain
HTTP-style headers dumped into a file. If the name is an empty string,
no cookies are loaded, but cookie handling is still enabled.
===

But if I pass NULL or '' to this option curl_setopt fails and cookie
handling is not
enabled.

I detected this problem when Drupal 7's Simpletest failed. I will post
another message
to this bug with a link to the issue on drupal.org with more details.

Thanks.

[1]  http://co.php.net/manual/en/function.curl-setopt.php

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (120, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5-curl depends on:
ii  dpkg   1.16.4.3
ii  libapache2-mod-php5 [phpapi-20100525]  5.4.4-2
ii  libc6  2.13-33
ii  libcurl3   7.26.0-1
ii  php5-cli [phpapi-20100525] 5.4.4-2
ii  php5-common5.4.4-2
ii  ucf3.0025+nmu3

php5-curl recommends no packages.

php5-curl suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#674294: [Pkg-opennebula-devel] Bug#674294: opennebula-node: Handle one node conf files and one manager conf files in different /etc/ dirs

2012-05-24 Thread Jaime Melis
OpenNebula nodes shouldn't have /etc/one. They don't need it at all. As
fair as I can see, the opennebula-node shouldn't install /etc/one. Am I
wrong?


On Thu, May 24, 2012 at 11:37 AM, Olivier Berger <
olivier.ber...@it-sudparis.eu> wrote:

> Package: opennebula-node
> Version: 3.2.1-2
> Severity: wishlist
>
> AFAICT, when deploying a node on the same host as the One manager, there
> may be a conflict between "both" sets of /etc/one files used by the manager
> or the node (rgrep /etc /var/tmp/one gives some hints).
>
> Maybe these need to contain the same settings, maybe settings should be
> different.
>
> To avoid confusion, and since there's an opennebula-node package, I would
> tend to think that references to the "/etc/one" path happening inside
> /var/tmp/one's files should then point to a path similar to
> "/etc/one-node/".
>
> Hope this helps.
>
> -- System Information:
> Debian Release: wheezy/sid
>  APT prefers testing
>  APT policy: (900, 'testing'), (300, 'stable')
> Architecture: i386 (i686)
>
> Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
> Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages opennebula-node depends on:
> ii  adduser3.113+nmu1
> ii  libvirt-bin0.9.11.3-1
> ii  opennebula-common  3.2.1-2
> ii  ruby   4.8
> ii  ruby1.8 [ruby] 1.8.7.352-2
>
> Versions of packages opennebula-node recommends:
> ii  openssh-server [ssh-server]  1:5.9p1-5
>
> opennebula-node suggests no packages.
>
> -- Configuration Files:
> /etc/sudoers.d/opennebula-node [Errno 13] Permission non accordée:
> u'/etc/sudoers.d/opennebula-node'
>
> -- debconf-show failed
>
>
>
> ___
> Pkg-opennebula-devel mailing list
> pkg-opennebula-de...@lists.alioth.debian.org
>
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-opennebula-devel




-- 
Jaime Melis, Cloud Technology Engineer/Researcher
DSA Research Group: web http://dsa-research.org and blog
http://blog.dsa-research.org
OpenNebula Open Source Toolkit for Cloud Computing:
http://www.OpenNebula.org


Bug#673427: [Pkg-opennebula-devel] Bug#673427: opennebula: Fails deploying VM with shared image on same host

2012-05-18 Thread Jaime Melis
Hello Olivier,

try following the libvirt configuration detailed here:
http://opennebula.org/documentation:rel3.4:kvmg#kvm_configuration

In particular adding:
dynamic_ownership = 0
user = oneadmin
group = cloud

to /etc/libvirt/qemu.conf

cheers,
Jaime

On Fri, May 18, 2012 at 7:02 PM, Olivier Berger <
olivier.ber...@it-sudparis.eu> wrote:

> On Fri, 18 May 2012 18:33:06 +0200, Olivier Berger <
> olivier.ber...@it-sudparis.eu> wrote:
> > But :
> > # ls -alrt /var/lib/one/images/
> > total 1049612
> > drwxrws--T  2 oneadmin root   4096 mai   18 14:25 .
> > -rw-rw  1 root root 1073741824 mai   18 14:25
> d378f408ef971dacbbb17af29db53f2a
> > drwxr-xr-x 37 oneadmin root   4096 mai   18 18:05 ..
> >
>
> I've tried changing the image file and containing dir's ownership to
> oneadmin:cloud before creating the VM, but there's something in the
> deployment scripts that reset these to root:root, as far as I can see.
>
> Will try and investigate which is the culprit.
>
> Hope this helps.
>
> In the meantime, I would recommend using only non-persistent images on
> shared file system, but that seems potentially dangerous to me, if not
> saving the image before destroying/shutting down VMs (I'm not completely
> sure about their lifecycles), depending on the admin's choices.
>
> Thanks in advance.
>
> Best regards,
> --
> Olivier BERGER
> http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
> Ingenieur Recherche - Dept INF
> Institut Mines-Telecom, Telecom SudParis, Evry (France)
>
>
>
>
> ___
> Pkg-opennebula-devel mailing list
> pkg-opennebula-de...@lists.alioth.debian.org
>
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-opennebula-devel
>



-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org


Bug#670393: [condor-debian] Bug#670393: condor: No longer builds on ia64 due to changes in src/condor_utils/compat_classad.h

2012-04-25 Thread Jaime Frey
On Apr 25, 2012, at 8:08 AM, Michael Hanke wrote:On Wed, Apr 25, 2012 at 09:59:30AM +0200, Michael Hanke wrote:Condor fails to build from source (FTBFS) on ia64 due to a change thatwas introduced with 7.7.6.s390x is affected by the same problem tooThe attached patch should fix both problems.
++---+|           Jaime Frey           | I used to be a heavy gambler.     ||       jf...@cs.wisc.edu        | But now I just make mental bets.  ||                                | That's how I lost my mind.        |++---+



classad64.patch
Description: Binary data


Bug#669689: [condor-debian] Bug#669689: condor: Fails to build on mips, because 'mips' is used as a variable name

2012-04-23 Thread Jaime Frey
I've committed your patch to the V7_7-branch in the Condor repository. It'll be 
included in Condor 7.8.0.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team



Bug#668088: [condor-debian] Bug#668088: condor: Condor removes logfiles on remove and not purge

2012-04-10 Thread Jaime Frey
On Apr 8, 2012, at 1:57 PM, Michael Hanke wrote:

> Package: condor
> Version: 7.7.5~dfsg.1-2
> Severity: important
> 
> The Condor package removes a couple of log/runtime files during package
> removal that probably should not be removed. This code bit is executed
> when the package gets removed:
> 
>   for dlabel in CRED_STORE_DIR LOCAL_UNIV_EXECUTE EXECUTE LOCK LOG RUN 
> SPOOL; do
>   dname=$(condor_config_val $dlabel)
>   if [ $? -eq 0 ]; then
>   # should we rely on the configuration to be sane?
>   #rm -rf $dname
>   # better have some safety-net and only delete what 
> belongs to condor
>   # if we have a condor user at all
>   id -u condor > /dev/null 2>&1 && [ -d "$dname" ] && 
> find $dname -type f -user condor -group condor -delete || true
>   # try getting rid of the directory as well, but do not 
> fail if there
>   # were left-overs
>   rmdir $dname || true
>   fi
>   done
> 
> If at all, this should be done when the packages is purged. Right now
> Condor looses all its logfiles when an admin (temporarily) removes
> Condor from a system -- if I would be that admin, I'd hate it.
> 
> However, this cleanup function cannot simply be moved into the postrm
> script, as it relies on Condor's own configuration mechanism
> (condor_config_val) to determine where the corresponding files actually
> are -- this functionality is not available during postrm, as all condor
> tools are already gone by that time.
> 
> I see two possibilities: 1) do not remove logs/runtime data -- not
> desirable as the package should not leave unnecessary cruft behind after
> having been purged.
> 
> Or 2) Make an attempt to remove this data from the "standard" location
> (/var/...), if it is there. If it is not there, just ignore it. This is
> not perfect, but should work in many cases -- especially for novice
> Condor users. Experts would be more likely to know what to do anyway.
> 
> Option 2) seems to be the better one. However, if the package can't
> deal with "non-standard" runtime data locations, it would be logical to
> remove the package's ability to place the data into non-standard
> locations also -- reduces complexity as well.
> 
> I'd be happy to get feedback on this one and implement the result in the
> 7.7.6 package update.


I like option 2, removing the files from the standard locations during a purge. 
If we want to continue allowing the location to be changed during package 
installation, the installer could save the non-standard location in a file that 
the purge code could consult. Then the purge code would delete that file last.

This reminds me that we haven't talked about the debconf configuration 
questions. We should do that in the near future.

++---+
|   Jaime Frey   | I used to be a heavy gambler. |
|   jf...@cs.wisc.edu| But now I just make mental bets.  |
|| That's how I lost my mind.|
++---+




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#667478: [condor-debian] Bug#667478: condor: RSS memory usage grows continuously for Condor jobs

2012-04-04 Thread Jaime Frey
On Apr 4, 2012, at 10:34 AM, Michael Hanke wrote:

> On Apr 4, 2012 5:11 PM, "Jaime Frey"  wrote:
> 
> > You can also try running condor_ssh_to_job while a job is running to get
> 
> > an interactive session with the same environment as your job. You can
> > examine the environment variables, etc. for any odd settings. You even
> > submit a sleep job, then use condor_ssh_to_job to start your program
> > interactively in the environment Condor sets up, possibly tweaking
> > environment variables first.
> 
> I haven't done that yet, and will test this next -- thanks for this 
> suggestion! I will report back if I can replicate the behavior.
> 


Also, can you confirm that it's the job itself that's bloating in size, and not 
say the condor_starter?

Thanks and regards,
Jaime Frey
UW-Madison Condor Team



Bug#667478: [condor-debian] Bug#667478: condor: RSS memory usage grows continuously for Condor jobs

2012-04-04 Thread Jaime Frey
On Apr 4, 2012, at 6:01 AM, Michael Hanke wrote:

> Package: condor
> Version: 7.7.5~dfsg.1-2
> Severity: normal
> 
> Hi,
> 
> We are running a backport of the Debian package of Condor 7.7.5 from
> experimental on a cluster of Debian stable machines. Since upgrading
> from 7.7.4 we noticed an increased memory demand for pretty much all
> jobs.
> 
> I recently ran a week-long job that starts off at 10GB size and should
> not gain significant memory size throughout the process (as confirmed
> with Condor 7.7.4). After the upgrade to 7.7.5 the job continuously
> increases it memory demands and I have to kill it after two days when it
> exceeds 150GB consumption. However, the continuous growth is not limited
> to this particular job -- most type of long-running jobs on this machine
> are Python-based, though.
> 
> Looking into the 7.7.5 changelog I see a number of memory-related
> aspects, but nothing that is a perfect match. I checked that this is not
> just about Condor reporting increasing memory consumption, but the
> respective cluster nodes actually run out of memory, because the job
> grows and grows.
> 
> I'd be glad to get some feedback on what the problem could be and if
> there is a workaround.


I've scanned the changes in Condor 7.7.5 and I also don't see anything
that would explain a change in the memory behavior of jobs. I assume 
you're submitting your jobs under the vanilla universe.

Have you tried logging into the execute nodes and running the programs  
interactively? That's a good way to test if something other than Condor 
changed and is responsible for the difference.

You can also try running condor_ssh_to_job while a job is running to get 
an interactive session with the same environment as your job. You can 
examine the environment variables, etc. for any odd settings. You even  
submit a sleep job, then use condor_ssh_to_job to start your program 
interactively in the environment Condor sets up, possibly tweaking 
environment variables first.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#631326: xserver-xorg-video-intel: TV display black

2012-03-12 Thread Jaime Silva
Ok, I'm going to create a new bug report.

But, why? aren't we suppoused to avoid duplicate bugs ? I think this
is the same issue.

Jaime Alberto Silva Colorado




On Mon, Mar 12, 2012 at 2:36 AM, Julien Cristau  wrote:
> On Sun, Mar 11, 2012 at 19:28:00 -0500, Jaime Silva wrote:
>
>> Followup-For: Bug #631326
>>
> Please file your own bug.
>
> Cheers,
> Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657319: issue in upstream

2012-02-16 Thread Jaime Melis
This is true, there's an open issue in upstream to solve this problem:
http://dev.opennebula.org/issues/1034

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#611282: new package structure uploaded

2012-02-16 Thread Jaime Melis
We have uploaded a new package structure that satisfies this request

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657030: fixed upstream

2012-02-16 Thread Jaime Melis
This has been fixed upstream.

There a new etc file: /etc/one/sunstone-server.conf
http://opennebula.org/documentation:rel3.2:sunstone#sunstone-serverconf

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657981: improve README.Debian for same host frontend and node

2012-02-16 Thread Jaime Melis
I completely agree with your suggestion to include a comment in
README.Debian to indicate that it's better to use tm_shared when the
frontend is the same as the worker node.

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657323: fixed for 3.2.1

2012-02-16 Thread Jaime Melis
OpenNebula 3.2.1 has specific network drivers, hooks for network
management have been dropped.

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657032: Problem fixed in new packages

2012-02-16 Thread Jaime Melis
Fixed for the new 3.2.1 packages

-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657744: Acknowledgement (unixcw: [INTL:es] Spanish translation of the debconf templates unixcw) - es.po updated

2012-01-29 Thread Jaime Robles
Please find attached the correct es.po.

Previous one was not the right one.

Thank you.

Jaime


2012/1/28, Debian Bug Tracking System :
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian Hamradio Maintainers 
>
> If you wish to submit further information on this problem, please
> send it to 657...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 657744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657744
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Jaime Robles , 2012.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: uni...@packages.debian.org\n"
"POT-Creation-Date: 2012-01-11 06:51+0100\n"
"PO-Revision-Date: 2012-01-29 11:20+0100\n"
"Last-Translator: Jaime Robles \n"
"Language-Team: Spanish \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Type: boolean
#. Description
#: ../cwcp.templates:2001
msgid "Run cwcp with root privileges?"
msgstr "¿Quiere ejecutar cwcp con privilegios de root?"

#. Type: boolean
#. Description
#: ../cwcp.templates:2001
msgid ""
"If it is run with elevated privileges (which is not recommended), cwcp can "
"produce sounds using the console buzzer."
msgstr ""
"Si se ejecuta con privilegios (no se recomienda), cwcp puede producir "
"sonidos usando el timbre de la consola."

#. Type: boolean
#. Description
#: ../cwcp.templates:2001 ../cw.templates:2001
msgid ""
"Please choose whether this should be achieved by giving the executable the "
"\"setuid\" attribute."
msgstr ""
"Elija si quiere hacerlo asignando el atributo \"setuid\" al ejecutable."

#. Type: boolean
#. Description
#: ../cwcp.templates:2001 ../cw.templates:2001
msgid ""
"Alternatives include running the program with sudo or eliminating this issue "
"completely by using output via a sound card instead of the buzzer."
msgstr ""
"Las alternativas incluyen ejecutar el programa con sudo o eliminar este "
"problema usando una tarjeta de sonido en vez del timbre como salida de audio."

#. Type: boolean
#. Description
#: ../cw.templates:2001
msgid "Run cw with root privileges?"
msgstr "¿Quiere ejecutar cw con privilegios de root?"

#. Type: boolean
#. Description
#: ../cw.templates:2001
msgid ""
"If it is run with elevated privileges (which is not recommended), cw can "
"produce sounds using the console buzzer."
msgstr ""
"Si se ejecuta con privilegios (no se recomienda), cw puede producir "
"sonidos usando el timbre de la consola."

#~| msgid "Make cwcp setuid root"
#~ msgid "Make cwcp setuid root?"
#~ msgstr "¿Quiere habilitar el setuid de root a cwcp?"

#~ msgid ""
#~ "cwcp can produce sounds using console buzzer, but this feature is "
#~ "available only if cwcp is run by root user. You can achieve this by "
#~ "setting setuid bit here (not recommended) or by running cwcp with sudo "
#~ "(also not recommended). You can also use soundcard output instead of "
#~ "console buzzer output and eliminate this problem completely."
#~ msgstr ""
#~ "cwcp puede producir sonidos usando el zumbador de la consola, pero esta "
#~ "función sólo está disponible cuando cwcp se ejecuta como root. Puede "
#~ "conseguirlo habilitando el bit setuid (no recomendado) o ejecutando cwcp "
#~ "con sudo (tampoco recomendado). También puede usar la salida de la "
#~ "tarjeta en vez de el zumbado

Bug#657744: unixcw: [INTL:es] Spanish translation of the debconf templates unixcw

2012-01-29 Thread Jaime Robles
Find attached the correct es.po, thank you.
I hope this time is the correct one :-)

Do you want me to send the file to the bug to have there the correct
one in the system?

Jaime



2012/1/28 Christian PERRIER :
> Quoting Jaime Robles (ja...@robles.es):
>> Hello Christian,
>>
>> Could you please tell me where can I get the new template?
>
> It was sent with the call for translations in debian-i18n.and th
> efile I attached in my answer was using it..:-)
>
> Anyway, here it is.
>
>


es.po
Description: Binary data


Bug#657744: unixcw: [INTL:es] Spanish translation of the debconf templates unixcw

2012-01-28 Thread Jaime Robles
Package: unixcw
Severity: wishlist
Tags: l10n patch

Please include the attached Spanish unixcw translations.



user:~$ msgfmt --statistics -c -v -o /dev/null es.po
es.po: 4 translated messages.
user:~$




Thank you.

Jaime



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Jaime Robles , 2012.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: uni...@packages.debian.org\n"
"POT-Creation-Date: 2011-12-01 21:00+0100\n"
"PO-Revision-Date: 2012-01-27 19:18+0100\n"
"Last-Translator: Jaime Robles \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Type: boolean
#. Description
#: ../cwcp.templates:1001
#| msgid "Make cwcp setuid root"
msgid "Make cwcp setuid root?"
msgstr "¿Quiere habilitar el setuid de root a cwcp?"

#. Type: boolean
#. Description
#: ../cwcp.templates:1001
msgid ""
"cwcp can produce sounds using console buzzer, but this feature is available "
"only if cwcp is run by root user. You can achieve this by setting setuid bit "
"here (not recommended) or by running cwcp with sudo (also not recommended). "
"You can also use soundcard output instead of console buzzer output and "
"eliminate this problem completely."
msgstr ""
"cwcp puede producir sonidos usando el zumbador de la consola, pero esta "
"función sólo está disponible cuando cwcp se ejecuta como root. Puede "
"conseguirlo habilitando el bit setuid (no recomendado) o ejecutando cwcp con "
"sudo (tampoco recomendado). "
"También puede usar la salida de la tarjeta en vez de el zumbador de la "
"consola y eliminar el problema completamente."

#. Type: boolean
#. Description
#: ../cw.templates:1001
#| msgid "Make cw setuid root"
msgid "Make cw setuid root?"
msgstr "¿Quiere habilitar el setuid de root a cw?"

#. Type: boolean
#. Description
#: ../cw.templates:1001
msgid ""
"cw can produce sounds using console buzzer, but this feature is available "
"only if cw is run by root user. You can achieve this by setting setuid bit "
"here (not recommended) or by running cw with sudo (also not recommended). "
"You can also use soundcard output instead of console buzzer output and "
"eliminate this problem completely."
msgstr ""
"cw puede producir sonidos usando el zumbador de la consola, pero esta "
"función sólo está disponible cuando cw se ejecuta como root. Puede "
"conseguirlo habilitando el bit setuid (no recomendado) o ejecutando cw con "
"sudo (tampoco recomendado). "
"También puede usar la salida de la tarjeta en vez de el zumbador de la "
"consola y eliminar el problema completamente."

#~ msgid ""
#~ "The cwcp program only runs correctly as the root user. One way of doing "
#~ "this is to make the program setuid root. This is generally a bad idea as "
#~ "there are better ways, such as using the sudo program, to do this. "
#~ "However, you have the option here of making it setuid root if you like."
#~ msgstr ""
#~ "El programa cwcp sólo funciona correctamente ejecutándose como root. Una "
#~ "manera de lograrlo es hacer el programa setuid root. En general, hay "
#~ "maneras mejores de hacer esto, como usar el programa sudo. Sin embargo, "
#~ "tiene la opción de hacer que cwcp se ejecute con permisos de root si lo "
#~ "desea (setuid root)."

#~ msgid ""
#~ "The cw program only runs correctly as the root user. One way of doing "
#~ "this is to make the program setuid root. This is generally a bad idea as "
#~ "there are better ways, such as using the sudo program, to do this. "
#~ "However, y

Bug#640799: This seems to affect all intel chips

2011-09-10 Thread Jaime Silva
Package: kde-window-manager
Version: 4:4.6.5-2
Followup-For: Bug #640799

As the link (http://www.phoronix.com/scan.php?page=news_item&px=OTM0NA), given
by Martin Steigerwald  on the debian-kde mailing list (
http://lists.debian.org/debian-kde/2011/08/msg00070.html), says this bug
affects all Intel graphic cards.

My laptop does not have sandybridge architecture and has been affected by
this problem. I also have a desktop with Intel chipset at work that has been
affected. Both machines are running Debian testing.

The fix given works fine on my laptop, however on the work desktop
everything gets slow. I installed Debian on that desktop this week so I
don't know if it is slow 'cause of this bug or some other factor. On the
laptop kwin has worked fine for years now, so all I had to do was to set the
environment variable and everything is back to normal.

This mail has been written from my laptop, here's the system info:

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (103, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kde-window-manager depends on:
ii  kdebase-runtime   4:4.6.5-1
ii  kdebase-workspace-bin 4:4.6.5-2
ii  libc6 2.13-18
ii  libgl1-mesa-glx [libgl1]  7.11-5
ii  libice6   2:1.0.7-2
ii  libkcmutils4  4:4.6.5-2
ii  libkdecorations4  4:4.6.5-2
ii  libkdecore5   4:4.6.5-2
ii  libkdeui5 4:4.6.5-2
ii  libkephal4abi14:4.6.5-2
ii  libkio5   4:4.6.5-2
ii  libknewstuff3-4   4:4.6.5-2
ii  libkwineffects1abi1   4:4.6.5-2
ii  libkworkspace44:4.6.5-2
ii  libplasma34:4.6.5-2
ii  libqt4-dbus   4:4.7.3-5
ii  libqt4-script 4:4.7.3-5
ii  libqt4-xml4:4.7.3-5
ii  libqtcore44:4.7.3-5
ii  libqtgui4 4:4.7.3-5
ii  libsm62:1.2.0-2
ii  libstdc++64.6.1-4
ii  libx11-6  2:1.4.4-1
ii  libxcomposite11:0.4.3-2
ii  libxcursor1   1:1.1.12-1
ii  libxdamage1   1:1.1.3-2
ii  libxext6  2:1.3.0-3
ii  libxfixes31:5.0-4
ii  libxrandr22:1.3.2-2
ii  libxrender1   1:0.9.6-2
ii  perl  5.12.4-4

kde-window-manager recommends no packages.

kde-window-manager suggests no packages.

-- no debconf information

inspironjaime2:/home/jaime# dpkg -l "*mesa*" | grep ii
ii  libgl1-mesa-dev  7.11-5
  free implementation of the OpenGL API -- GLX development files
ii  libgl1-mesa-dri  7.11-5
  free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-dri-dbg  7.11-5
  Debugging symbols for the Mesa DRI modules
ii  libgl1-mesa-glx  7.11-5
  free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa7.11-5
  free implementation of the GL API -- shared library
ii  libglu1-mesa 7.11-5
  Mesa OpenGL utility library (GLU)
ii  libglu1-mesa-dev 7.11-5
  Mesa OpenGL utility library -- development files
ii  libglw1-mesa 7.11-5
  free implementation of the OpenGL API -- runtime
ii  mesa-common-dev  7.11-5
  Developer documentation for Mesa
ii  mesa-utils   8.0.1-2+b1
  Miscellaneous Mesa GL utilities

inspironjaime2:/home/jaime# dpkg -l "*intel*" | grep ii
ii  intel-microcode  0.20110428-1
  Processor microcode data file for Intel CPUs
ii  libdrm-intel12.4.26-1
  Userspace interface to intel-specific kernel DRM services --
runtime
ii  xserver-xorg-video-intel 2:2.15.0-3
  X.Org X server -- Intel i8xx, i9xx display driver

inspironjaime2:/home/jaime# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960
Memory Controller Hub [8086:2a00] (rev 0c)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (secondary) [8086:2a03] (rev 0c)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB

Bug#630893: Move to non-free?

2011-07-25 Thread Jaime Robles
I agree.

Jaime

El 25/07/2011, a las 04:02, Samuel Fogh  escribió:

> So shouldn't we just take a pragmatic approach and move it to non-free,
> with a changelog notice pointing to this bug then?
> 
> What can I do to make it happen?
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-hams-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/1311559363.3984.5.ca...@storm.home
> 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#626712: modemmanager hangs huawei E220 HSDPA USB modem (bisected regression)

2011-07-07 Thread Jaime Velasco Juan
On Wed, 6 Jul 2011 17:32:10 +0300, Touko Korpela  wrote:
> Jaime Velasco Juan wrote:
> >Hi, after updating from version 0.4+git.20110124t203624.00b6cce-2 I cannot
> >use my USB modem anymore.
> >
> >As it worked fine before, I tried to bisect the problem, which seems to be
> >in upstream commit dc89c0 "huawei: rework probing and detection". I had
> >some problems doing the bisection, because the first time it worked with
> >that commit, but it almost always hangs the modem and the only thing I can
> >do is unplug and kill modem-manager (and NetworkManager, or else it'll
> >respawn).
> 
> Does version 0.4.997-1 work for you?
> I don't know if usb-modeswitch is needed or not, maybe try installing it.

It doesn't work, seems to behave the same way. I'll attach new logs
anyway.

usb-modeswitch isn't needed, the modem has always worked decently
without it and, as you can see in the logs, there are four serial
devices that belong to the modem.

Regards

modem-manager[4692]:   [1310053763.489421] [main.c:167] main(): 
ModemManager (version 0.4.997) starting...
modem-manager[4692]:   [1310053763.500137] [mm-manager.c:116] 
load_plugin(): Loaded plugin Gobi
modem-manager[4692]:   [1310053763.500334] [mm-manager.c:116] 
load_plugin(): Loaded plugin ZTE
modem-manager[4692]:   [1310053763.500515] [mm-manager.c:116] 
load_plugin(): Loaded plugin Huawei
modem-manager[4692]:   [1310053763.500679] [mm-manager.c:116] 
load_plugin(): Loaded plugin Nokia
modem-manager[4692]:   [1310053763.500855] [mm-manager.c:116] 
load_plugin(): Loaded plugin Wavecom
modem-manager[4692]:   [1310053763.501031] [mm-manager.c:116] 
load_plugin(): Loaded plugin AnyData
modem-manager[4692]:   [1310053763.501218] [mm-manager.c:116] 
load_plugin(): Loaded plugin Ericsson MBM
modem-manager[4692]:   [1310053763.501388] [mm-manager.c:116] 
load_plugin(): Loaded plugin X22X
modem-manager[4692]:   [1310053763.501560] [mm-manager.c:116] 
load_plugin(): Loaded plugin Generic
modem-manager[4692]:   [1310053763.501744] [mm-manager.c:116] 
load_plugin(): Loaded plugin SimTech
modem-manager[4692]:   [1310053763.501924] [mm-manager.c:116] 
load_plugin(): Loaded plugin Samsung
modem-manager[4692]:   [1310053763.502103] [mm-manager.c:116] 
load_plugin(): Loaded plugin Sierra
modem-manager[4692]:   [1310053763.502283] [mm-manager.c:116] 
load_plugin(): Loaded plugin Novatel
modem-manager[4692]:   [1310053763.502477] [mm-manager.c:116] 
load_plugin(): Loaded plugin Option High-Speed
modem-manager[4692]:   [1310053763.502654] [mm-manager.c:116] 
load_plugin(): Loaded plugin Linktop
modem-manager[4692]:   [1310053763.502834] [mm-manager.c:116] 
load_plugin(): Loaded plugin Longcheer
modem-manager[4692]:   [1310053763.503014] [mm-manager.c:116] 
load_plugin(): Loaded plugin MotoC
modem-manager[4692]:   [1310053763.503213] [mm-manager.c:116] 
load_plugin(): Loaded plugin Option
modem-manager[4692]:  [1310053763.513788] [mm-manager.c:487] 
try_supports_port(): (Huawei): (ttyUSB1) deferring support check
modem-manager[4692]:  [1310053763.515834] [mm-manager.c:487] 
try_supports_port(): (Huawei): (ttyUSB2) deferring support check
modem-manager[4692]:  [1310053763.517920] [mm-manager.c:487] 
try_supports_port(): (Huawei): (ttyUSB3) deferring support check
modem-manager[4692]:  [1310053763.518183] [mm-manager.c:805] 
device_added(): (tty/ttyS0): port's parent platform driver is not whitelisted
modem-manager[4692]:  [1310053763.518439] [mm-manager.c:805] 
device_added(): (tty/ttyS1): port's parent platform driver is not whitelisted
modem-manager[4692]:  [1310053763.518693] [mm-manager.c:805] 
device_added(): (tty/ttyS2): port's parent platform driver is not whitelisted
modem-manager[4692]:  [1310053763.518945] [mm-manager.c:805] 
device_added(): (tty/ttyS3): port's parent platform driver is not whitelisted
modem-manager[4692]:  [1310053763.530397] [mm-manager.c:789] 
device_added(): (net/teredo): could not get port's parent device
modem-manager[4692]:   [1310053763.530444] [mm-serial-port.c:734] 
mm_serial_port_open(): (ttyUSB0) opening serial port...
modem-manager[4692]:  [1310053763.534393] [mm-serial-port.c:796] 
mm_serial_port_open(): (ttyUSB0) device open count is 1 (open)
modem-manager[4692]:  [1310053763.534417] [mm-plugin-base.c:848] 
try_open(): (ttyUSB0): probe requested by plugin 'Huawei'
modem-manager[4692]:  [1310053763.636567] [mm-at-serial-port.c:298] 
debug_log(): (ttyUSB0): --> 'AT^CURC=0'
modem-manager[4692]:  [1310053764.536886] [mm-at-serial-port.c:298] 
debug_log(): (ttyUSB0): <-- 'AT^CURC=0'
modem-manager[4692]:  [1310053764.538457] [mm-at-serial-port.c:298] 
debug_log(): (ttyUSB0): <-- ''
modem-manager[4692]:  [1310053764.539462] [mm-at-serial-port.c:298] 
debug_log(): (ttyUSB0): <-- 'OK'
modem-manager[4692]:  [1310053764.539571] [mm-at-serial-po

Bug#619443: Documentation does not work

2011-05-03 Thread jaime
I upgraded qtcreator from testing to unstable versión, the only package
upgraded was qtcreator, no dependencies upgraded.

I noticed that documentation not only looks bad (no stylesheet) but it does
not work at all, if I click on a link nothing happens or a blank page is
shown.

I guess qtcreator 2 needs newer qt libs than qtcreator 1, so dependencies
should point to more recent qt libs.

Jaime Alberto Silva Colorado


Bug#620480: I'm having random freezes on a GM965

2011-04-18 Thread Jaime Alberto Silva
The freezing is gone but I'm still having crashes.

I filed a bug with the information to http://bugs.freedesktop.org as
requested, number 36372:

https://bugs.freedesktop.org/show_bug.cgi?id=36372

Thanks.

Jaime Alberto Silva Colorado


On Fri, Apr 15, 2011 at 10:50 AM, Jaime Alberto Silva
 wrote:
> I upgraded the video driver to the unstable version and the issue
> seems to be gone. If it happens again I'll report it upstream.
>
> jaime@inspironjaime2:~$ apt-cache policy xserver-xorg-video-intel
> xserver-xorg-video-intel:
>  Installed: 2:2.14.902-1
>  Candidate: 2:2.14.902-1
>  Version table:
>     2:2.14.902-1+exp1 0
>        101 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
> experimental/main amd64 Packages
>        101 http://ftp.us.debian.org/debian/ experimental/main amd64 Packages
>  *** 2:2.14.902-1 0
>        103 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
> unstable/main amd64 Packages
>        103 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
>        100 /var/lib/dpkg/status
>     2:2.14.0-4 0
>        500 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
> testing/main amd64 Packages
>        500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages
>
> I'm sorry I forgot to report it.
>
> Thanks.
>
> --
> Jaime Alberto Silva Colorado
>
> On Thu, Apr 14, 2011 at 11:14 PM, Ben Hutchings  wrote:
>> On Wed, 2011-04-13 at 11:30 -0500, Jaime Alberto Silva wrote:
>>> Hello there,
>>>
>>> I'm also experiencing problems with my Intel video card since the
>>> upgrade to kernel 2.6.38. I have random freezes when watching videos
>>> or editing them with Kino or Kdenlive.
>> [...]
>>
>> Please report this upstream at <https://bugs.freedesktop.org> under
>> product 'DRI', component 'DRM/Intel'.  Let us know the bug URL so we can
>> track it.
>>
>> Ben.
>>
>> --
>> Ben Hutchings
>> Once a job is fouled up, anything done to improve it makes it worse.
>>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620480: I'm having random freezes on a GM965

2011-04-15 Thread Jaime Alberto Silva
I upgraded the video driver to the unstable version and the issue
seems to be gone. If it happens again I'll report it upstream.

jaime@inspironjaime2:~$ apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installed: 2:2.14.902-1
  Candidate: 2:2.14.902-1
  Version table:
 2:2.14.902-1+exp1 0
101 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
experimental/main amd64 Packages
101 http://ftp.us.debian.org/debian/ experimental/main amd64 Packages
 *** 2:2.14.902-1 0
103 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
unstable/main amd64 Packages
103 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
 2:2.14.0-4 0
500 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
testing/main amd64 Packages
500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages

I'm sorry I forgot to report it.

Thanks.

--
Jaime Alberto Silva Colorado

On Thu, Apr 14, 2011 at 11:14 PM, Ben Hutchings  wrote:
> On Wed, 2011-04-13 at 11:30 -0500, Jaime Alberto Silva wrote:
>> Hello there,
>>
>> I'm also experiencing problems with my Intel video card since the
>> upgrade to kernel 2.6.38. I have random freezes when watching videos
>> or editing them with Kino or Kdenlive.
> [...]
>
> Please report this upstream at <https://bugs.freedesktop.org> under
> product 'DRI', component 'DRM/Intel'.  Let us know the bug URL so we can
> track it.
>
> Ben.
>
> --
> Ben Hutchings
> Once a job is fouled up, anything done to improve it makes it worse.
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620480: I'm having random freezes on a GM965

2011-04-13 Thread Jaime Alberto Silva
Hello there,

I'm also experiencing problems with my Intel video card since the
upgrade to kernel 2.6.38. I have random freezes when watching videos
or editing them with Kino or Kdenlive.

The output of uname -a:

Linux inspironjaime2 2.6.38-2-amd64 #1 SMP Thu Apr 7 04:28:07 UTC 2011
x86_64 GNU/Linux

This is the card info from lspci:

00:02.0 VGA compatible controller: Intel Corporation Mobile
GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)

Here is the version of the driver, I'll see if I can upgrade to
unstable version and see if the freezing stops:

xserver-xorg-video-intel:
  Installed: 2:2.14.0-4
  Candidate: 2:2.14.0-4
  Version table:
 2:2.14.902-1+exp1 0
101 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
experimental/main amd64 Packages
101 http://ftp.us.debian.org/debian/ experimental/main amd64 Packages
 2:2.14.902-1 0
103 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
unstable/main amd64 Packages
103 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
 *** 2:2.14.0-4 0
500 http://mirror.cc.columbia.edu/pub/linux/debian/debian/
testing/main amd64 Packages
500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages
100 /var/lib/dpkg/status

After the last freeze, while trying to watch a video, this is what I
found at the end of /var/log/Xorg.0.log.old :

[  6143.301] [mi] EQ overflowing. The server is probably stuck in an
infinite loop.
[  6143.301]
Backtrace:
[  6143.318] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4aacc8]
[  6143.318] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x4a6d04]
[  6143.318] 2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x464e84]
[  6143.318] 3: /usr/bin/X (xf86PostMotionEvent+0xa9) [0x465029]
[  6143.318] 4: /usr/lib/xorg/modules/input/synaptics_drv.so
(0x7fe598787000+0x448c) [0x7fe59878b48c]
[  6143.318] 5: /usr/lib/xorg/modules/input/synaptics_drv.so
(0x7fe598787000+0x616e) [0x7fe59878d16e]
[  6143.318] 6: /usr/bin/X (0x40+0x76387) [0x476387]
[  6143.318] 7: /usr/bin/X (0x40+0x11d823) [0x51d823]
[  6143.318] 8: /lib/libpthread.so.0 (0x7fe59d674000+0xef60) [0x7fe59d682f60]
[  6143.318] 9: /lib/libc.so.6 (memcpy+0x15b) [0x7fe59c4388ab]
[  6143.318] 10: /usr/lib/xorg/modules/drivers/intel_drv.so
(0x7fe59a3b7000+0x14965) [0x7fe59a3cb965]
[  6143.318] 11: /usr/lib/xorg/modules/drivers/intel_drv.so
(0x7fe59a3b7000+0x15139) [0x7fe59a3cc139]
[  6143.318] 12: /usr/bin/X (0x40+0x1211d0) [0x5211d0]
[  6143.318] 13: /usr/lib/xorg/modules/extensions/libextmod.so
(0x7fe59b4b5000+0x137a4) [0x7fe59b4c87a4]
[  6143.318] 14: /usr/bin/X (0x40+0x48909) [0x448909]
[  6143.318] 15: /usr/bin/X (0x40+0x257ab) [0x4257ab]
[  6143.318] 16: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fe59c3d7c4d]
[  6143.319] 17: /usr/bin/X (0x40+0x25339) [0x425339]

Please let me know if more info is needed. Since this is a production
machine I'll have to go back to kernel 2.6.32 while this get fixed.

Thanks.

--
Jaime Alberto Silva Colorado
Ingeniero Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#618882: Confirmed: upgrading python-kde4 works

2011-04-05 Thread Jaime Alberto Silva
Hi there,

I had the same problem and upgraded python-kde4 as Philippe suggested and
everything is working now.

As I noted on https://bugs.kde.org/show_bug.cgi?id=268875 if you login to an
account with default desktop, no extra plasmoids, everything works fine.
Dah! because it doesn't use python plasmoids!

Anyway, thanks a lot Philippe! now I can resume my work.

Jaime Alberto Silva Colorado
Ingeniero Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#614585: No debug libraries for Choqok

2011-04-02 Thread Jaime Alberto Silva
I tried to report this bug upstream with KDE's crash handler but it says
that backtrace info is useless.

There are no debug versions of Chokoq libraries so is not possible to get a
useful backtrace.

Jaime Alberto Silva Colorado
Ingeniero Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#525330: [Pkg-utopia-maintainers] Bug#525330: network-manager: WPA to WPA2, must remove the stored keys for the ssid

2011-03-21 Thread jaime
Hello,

I'm no longer using GNOME, I'm using KDE for over a year now. But I
guess I still can do a test from here, is the same NetworkManager.
Currently I'm using Debian wheezy.

I'm due to update my router to the last version of OpenWRT so I'll
take this as an oportunity to kill two birds with the same stone.

However I'm very busy right now so it will take a few days before I
can run the test.

Hope you can wait before closing this bug.

Thanks.

Jaime Alberto Silva Colorado
Ing. Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



On Mon, Mar 14, 2011 at 9:10 AM, Michael Biebl  wrote:
> tags 525330 moreinfo
> thanks
>
> Am 23.04.2009 20:56, schrieb Jaime Alberto Silva:
>> Package: network-manager
>> Version: 0.6.6-3
>> Severity: important
>>
>> Recently I upgraded my WRT54G router to X-Wrt and enabled WPA2 keeping
>> the same SSID it has before the upgrade.
>>
>> network-manager (NM) was not able to connect, and in the passphrase
>> dialog WPA was listed but no WPA2. After a lot of tries and NM
>> restarts I decided to change the router to WPA+WPA2(PSK) mode and NM
>> worked, but in WPA mode.
>>
>> Then I changed it back to WPA2 and NM wasn't able to connect and the
>> passphrase dialog was not longer shown, so I decided to stop NM then
>> erase all the stored passwords for my SSID using Seahorse
>> (Applications->Accessories->Passwords and Encription Keys in Gnome).
>> When I restarted NM and tried to connect the passphrase dialog now had
>> the WPA2 option selected by default, I entered the passphrase and it
>> is working now.
>
> Hi Jaime,
>
> is this problem still reproducible with an up-to-date squeeze or sid system?
>
> In that case I'd be interested in the output of
> NetworkManager --no-daemon --log-level=debug
> You need to run that command as root and stop the running NetworkManager via
> /etc/init.d/network-manager stop.
>
> Michael
>
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#615915: ede: EDE group customization gets inserted on current buffer

2011-02-28 Thread Jaime Alberto Silva
Package: ede
Version: 1:1.0pre4-3.1
Severity: normal


When I try to customize the EDE group I got an empty customization buffer.
Then, when I switch to the previous buffer (the one I was in before running
M-x customize-group ede) I found that there are the group options inserted
on the buffer.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (103, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ede depends on:
ii  eieio  1:1.0pre4-3.1 Enhanced Implementation of
Emacs I
ii  speedbar   1:1.0pre4-3.1 Everything browser, or Dired on
st

ede recommends no packages.

ede suggests no packages.

-- no debconf information


Jaime Alberto Silva Colorado
Ingeniero Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#582066: helping to get the xsane bug fixed?

2010-11-28 Thread Jaime Ochoa Malagón
Oh!,

I want to do it, but i don't have the hardware in this days...

Thank's, hope this help others...

2010/11/28 Tomáš Pospíšek :
> Hello,
>
> if you want to get the xsane bug fixed then I think it could help if you'd
> try to answer the questions in
>
>  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582066#24
>
> With Julien's help I was able to bisect the commits to the sane-backends git
> repository until I found the problematic commit that stopped my own scanner
> from working (see bug #585887). While that's no proof yet, that this will
> finaly make my scanner work again with the current Debian packages, at least
> it's allready a lot of progress in the right direction.
>
> So maybe you want to try as well, to get your scanners working again with
> current Debian?
>
> Greets,
> *t
>
>
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
                    Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
                    Cassius J. Keyser

Eres un barco en el mar de emociones donde la mente y el corazón son
el timón y el motor de tu vida; la muerte es tu destino, el amor tu
capitán y deseo con toda el alma que tu viaje sea emocionante, lleno
de aventuras y que dure muchos años.

                   Montaño

                    Jaime Ochoa Malagón
                    Arquitecto de Soluciones
                    Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599741: firmware-b43legacy-installer: fails when there are multiple devices with similar PCI id

2010-10-10 Thread Jaime Di Cristina
Package: firmware-b43legacy-installer
Version: 4.178.10.4-4
Severity: normal

The postinst script (firmware-b43legacy-installer.postinst) fails when
multiple PCI devices are found with PCI ids starting with 14e4.  In my
case I have one card which uses b43legacy (14e4:4320) and a Broadcomm
ethernet adapter (14e4:4401). The variable "pci" (line 4 of the script
mentioned above) will have the following value:

14e4:4401
14e4:4320

This will cause the tests in the nested "if" (lines 6-8) to always be
true and the "Not supported card here" error to be always given. From
looking at the other install script (for b43) it seems to me that it
suffers from the same bug. To get around it I just ran b43-fwcutter
manually.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages firmware-b43legacy-installer depends on:
ii  b43-fwcutter  1:013-2Utility for extracting Broadcom 43
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages firmware-b43legacy-installer recommends:
ii  linux-image-2.6.32-5-686 [lin 2.6.32-23  Linux 2.6.32 for modern PCs

firmware-b43legacy-installer suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#535229: broken GTK dialogs in OpenOffice.org using nvidia driver

2010-08-24 Thread Jaime Ochoa Malagón
for me this bug change some versions ago...
I could use hardware aceleration nowadays in oo
I think the bug was a shared one...

On Tue, Aug 24, 2010 at 10:38 PM, Sebastian P. Luque  wrote:
> On Wed, 25 Aug 2010 05:22:14 +0200,
> Andreas Beckmann  wrote:
>
>> Does this problem still occur with current NVIDIA drivers (195.36.31-2
>> entered testing today) and OpenOffice (3.2.0 has been in testing for
>> some time)?
>
> I'm sorry I no longer use Nvidia.  After going through 2 cards I don't
> trust these products anymore.  I'm now using an ATI card with the fglrx
> driver and don't see that problem anymore, although window operations
> (changing sizes and clicking on menus is much slower than with Nvidia).
>
>
> --
> Seb
>
>
>
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
                    Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
                    Cassius J. Keyser

                    Jaime Ochoa Malagón
                    Arquitecto de Soluciones
                    Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#575243: Is there some interest from Debian Ham people to keep this package?

2010-08-08 Thread Jaime Robles
I will try to give a look in a few days. I could act as sponsor if  
there is someone interested.


Jaime

El 04/08/2010, a las 23:52, Colin Tuckley  escribió:


Quoting Jerry Stueve :


On Wed, 2010-08-04 at 11:34 +0200, Sven Hoexter wrote:

Hi,
Moritz noted on bts.turmzimmer.net that there is a new package on
mentors.debian.net prepared by Gerald Stueve.[1]
This is prepared as an NMU but looking at the current state of the
package and the long time nobody cared I think it might be more
appropriate to hand over maintainership to Gerald (if he would  
like to

take it) or otherwise orphan it and prepare a QA upload.

So is there some interest from the Debian Ham people to keep this  
package?



I am on the debian-hams mailing list, so yes there is interest.


Gerald, would you be willing to take over the maintainership?


I would be willing to work on helping to maintain this package. I use
the package and would like to help keep everyone up-to-date.

For the sake of RC bugfixing I'd be willing to sponsor an upload  
either way
though I can't test the package to be working since I'm not a  
radio  operator.


I'm the original bug submitter. There are 3 people listed as  
uploaders of this package. If we are saying that none of them are  
interested in maintaining the package then it should be orphaned.


I'm also a (possible) user of this package. I tried it but until  
this bug is fixed it won't work on my system so I can't tell if it  
does what I want. If there is an NMU available then I'm willing to  
upload it.


Colin


--
To UNSUBSCRIBE, email to debian-hams-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100804155235.yjfmlao8w0k8s...@webmail.tuckley.org





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#538822: Bug #538822

2010-06-18 Thread Jaime Ochoa Malagón
do you has tried to reinstall bash? perhaps force reinstall?

On Sat, Jun 19, 2010 at 1:01 AM, Brian Morris  wrote:
> I have got this thing bad, it blocked my upgrades completely in sid, I
> tried to remove dash and i got bash removed instead, i got into a
> chroot via rescue mode with the installer and with placing emergency
> copies of the files from the bash deb onto my system. however I am
> stumped what to do to work around. my system will still not boot now
> the normal way.
>
> here's the error:
>
>
> Setting up dash (0.5.5.1-6) ...
> dpkg-divert: mismatch on package
>  when removing `diversion of /bin/sh by dash'
>  found `diversion of /bin/sh to /bin/sh.distrib by bash'
> dpkg: error processing dash (--configure):
>  subprocess installed post-installation script returned error exit status 2
> Errors were encountered while processing:
>  dash
>
>
> I tried using dpkg-divert removal  for the "bad" diversion as shown in
> the manpage for it but that didn't work.
>
> Is there anything I can do other than a complete reinstall ?
>
> My system is a macbook late'06.
>
> Thanks,
> Brian
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/aanlktilrnitoeotdtqgshziq6cdgrncahmkkuez_w...@mail.gmail.com
>
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
Cassius J. Keyser

Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#508807: gnome-desktop-environment: New windows don't show up until DNS resolver unfreezes

2010-05-29 Thread Jaime Alberto Silva
I can't really tell but it was at least 2 years ago.

I think that this bug should be closed since no one else has reported it
since dec. 2008 and the installer is now adding the machine name to
/etc/hosts.

Thanks a lot.

Jaime Alberto Silva Colorado
Ing. Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


On Sat, May 29, 2010 at 10:01 AM, Josselin Mouette  wrote:

> Le samedi 29 mai 2010 à 09:38 -0500, Jaime Alberto Silva a écrit :
> > No, localhost was already there but I had to add the machine name
> > to /etc/hosts like this:
>
> > 127.0.0.1 localhost
> > 127.0.0.2 inspironjaime
>
> This should now be done by d-i at install time (with 127.0.1.1 instead
> of 127.0.0.2). When was your installation made?
>
> > I'm sorry but I can't check if this is still happening because now I'm
> > using KDE4 on all my machines and purged GNOME (I got tired of all
> > this .net - mono stuff around and all the cumbersome and unknown - no
> > one knows where they are - config files and registers that reminded me
> > Windows)
>
> LOL
>
> --
>  .''`.  Josselin Mouette
> : :' :
> `. `'  “If you behave this way because you are blackmailed by someone,
>  `-[…] I will see what I can do for you.”  -- Jörg Schilling
>


Bug#508807: gnome-desktop-environment: New windows don't show up until DNS resolver unfreezes

2010-05-29 Thread Jaime Alberto Silva
No, localhost was already there but I had to add the machine name to
/etc/hosts like this:

127.0.0.1 localhost
127.0.0.2 inspironjaime

Where "inspironjaime" was the name I gave to the machine at install time.

This problem happened when the name resolver was in a state in which it took
long times to resolve any name or fail, like when the machine is connected
to a LAN but can't reach a DNS.

It seems like GNOME was trying to resolve the machine name every time a new
window was opened, by adding the machine name to /etc/hosts as mentioned it
was guaranteed to have an instant response so it didn't get delayed.

I'm sorry but I can't check if this is still happening because now I'm using
KDE4 on all my machines and purged GNOME (I got tired of all this .net -
mono stuff around and all the cumbersome and unknown - no one knows where
they are - config files and registers that reminded me Windows)


Jaime Alberto Silva Colorado
Ing. Electricista
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


On Fri, May 28, 2010 at 7:17 AM, Fabian Greffrath wrote:

>  As a workaround I've added the hostname to /etc/hosts with an IP like
>> 127.0.0.2 (a loopback device address)
>>
>
> Does this mean you did not have your localhost added to /etc/hosts before?
> Please post your complete /etc/hosts file here.
>
> Does the problem still persist with a recent Debian GNOME setup?
>
>  - Fabian
>


Bug#582589: [pkg-fso-maint] Bug#582589: libfsoframework0: Zhone does not work correctly after upgrading to version 0.2.4+git20100501-1

2010-05-22 Thread Jaime Di Cristina

Heiko Stübner wrote:

Am Samstag 22 Mai 2010 03:10:14 schrieb Jaime Di Cristina:
  

While I can't be sure that there is a bug in this package, I'm filing the
 report against it because it appears to be the culprit.

could you please try to upgrade your fso-usaged like  
Gilles suggested and report if it changes anything.


Thanks
Heiko
  

Hello:

Upgrading fso-usaged to 0.9.1.1+git20100507-1 solved the problem.

Thank you,
Jaime



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582589: libfsoframework0: Zhone does not work correctly after upgrading to version 0.2.4+git20100501-1

2010-05-21 Thread Jaime Di Cristina
Package: libfsoframework0
Version: 0.2.4+git20100501-1
Severity: important
Tags: sid

Hello:

I blindly did a safe-upgrade in my device (Openmoko Freerunner) and afterwards
Zhone stopped working properly.  It displays a message saying "connecting w/ 
dbus"
and seems not to register with the GSM network (the icons corresponding to 
dial, contacts, sms, and location are unavailable)  Zhone log says:

2010-05-21 20:38:02,609 DEBUG dbus_objectInit...
2010-05-21 20:38:02,841 WARNING could not create proxy for 
org.freesmartphone.ousaged:/org/freesmartphone/Usage

2010-05-21 20:38:02,850 DEBUG gps ok:  :1.7 /org/freedesktop/Gypsy at 
0x403c8650> implementing 'org.freedesktop.Gypsy.Accuracy' at 0x403c8850>, 
 
:1.7 /org/freedesktop/Gypsy at 0x403c8650> implementing 
'org.freedesktop.Gypsy.Position' at 0x403c8a90>,  :1.7 
/org/freedesktop/Gypsy at 0x403c8650> implementing 
'org.freedesktop.Gypsy.Satellite' at 0x403c8bd0>

2010-05-21 20:38:02,857 DEBUG gsm ok:  :1.8 
/org/freesmartphone/GSM/Device at 0x403c8fb0> implementing 
'org.freesmartphone.GSM.Network' at 0x403dd1b0>

2010-05-21 20:38:02,869 DEBUG device ok:  :1.4 /org/freesmartphone/Device 
at 0x403dd7d0> implementing 'org.freesmartphone.Device' at 0x403dd890>

2010-05-21 20:38:02,880 DEBUG preferences ok:  :1.14 
/org/freesmartphone/Preferences at 0x403c8630> implementing 
'org.freesmartphone.Preferences' at 0x403c8ef0>

2010-05-21 20:38:02,886 DEBUG failcount = 1

Since I updated a lot of packages (zhone was not one of them) I had no idea 
which package had caused the problem so I decided to do the upgrades on another
(similar) installation one by one.  The progress was:

Upgraded libfso-glib0 to 2010.05.11.2-1 --> Zhone still worked
Upgraded libfsobasics0 to 0.9.0+git20100509-2 --> Zhone still worked
Upgraded libfsoframework0 to 0.2.4+git20100501-1 --> Zhone broke!!

While I can't be sure that there is a bug in this package, I'm filing the report
against it because it appears to be the culprit.

Hope this helps,
Jaime


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv4tl)

Kernel: Linux 2.6.29-20100118.gita15608f2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfsoframework0 depends on:
ii  libc62.10.2-8Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libfsobasics00.9.0+git20100509-2 freesmartphone.org basics library
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libnl2   1.99+git20091216-2  library for dealing with netlink s

libfsoframework0 recommends no packages.

libfsoframework0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582066: libsane: This version didn't work with epson stylus 3200 while 1.0.19-23 still work ok...

2010-05-18 Thread Jaime Ochoa Malagón
Julien,

Confirmed libsane 1.0.20-14+b1 works fine too.

Thanks.

On Tue, May 18, 2010 at 12:11 PM, Julien BLACHE  wrote:
> notfound 582066 1.0.19-23
> found 582066 1.0.21-1
> thanks
>
> Jaime Ochoa Malagón  wrote:
>
> Hi,
>
>> This version didn't work with epson stylus 3200 while 1.0.19-23 still
>> work ok...
>>
>> I only switch the versions of the package and I could scan or not...
>>
>> I want to give you more information but I don't have any...
>
> It would be nice if you could test with libsane 1.0.20, which you can
> download here (first file, libsane_1.0.20-14+b1_amd64.deb):
>  <http://snapshot.debian.org/package/sane-backends/1.0.20-14/#libsane_1.0.20-14:2b:b1>
>
> So as to determine whether this is a regression in 1.0.21 from 1.0.20 or
> in 1.0.20 from 1.0.19. 1.0.19 is really ancient by now...
>
> Thanks,
>
> JB.
>
> --
>  Julien BLACHE - Debian & GNU/Linux Developer - 
>
>  Public key available on <http://www.jblache.org> - KeyID: F5D6 5169
>  GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
Cassius J. Keyser

Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#566874: Multiple video cards + Xinerama + vga_arbitor makes X unusable with kernel 2.6.32

2010-05-18 Thread Jaime Ochoa Malagón
Again 2.6.32-5 with nouvea kernel module...

just blacklist noveau to work with nvidia...

On Tue, May 18, 2010 at 10:50 AM, Emilio J. Padron  wrote:
> Package: nvidia-kernel-source
> Version: 195.36.24-1
> Severity: normal
>
>
> My system still freezes immediately after a 'modprobe nvidia' with
> nvidia 195.36.24-1 and linux 2.6.32-5-amd64. I've tried both
> nvidia-kernel-source and nvidia-kernel-dkms with identical results.
>
> Best regards,
> Emilio
>
> -- System Information:
> Debian Release: squeeze/sid
>  APT prefers unstable
>  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
> 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
> set to en_US.utf8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages nvidia-kernel-source depends on:
> ii  debhelper                     7.4.20     helper programs for debian/rules
> ii  make                          3.81-8     An utility for Directing 
> compilati
> pn  quilt                              (no description available)
>
> Versions of packages nvidia-kernel-source recommends:
> ii  kernel-package           12.033          A utility for building Linux 
> kerne
> ii  module-assistant         0.11.3          tool to make module package 
> creati
> ii  nvidia-glx               195.36.24-1     NVIDIA binary Xorg driver
> ii  nvidia-kernel-common     20100216+3+nmu1 NVIDIA binary kernel module 
> common
>
> nvidia-kernel-source suggests no packages.
>
>
>
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
Cassius J. Keyser

Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582076: nvidia-glx: TwinViewXineramaInfoOrder causes segfault in X server on startup

2010-05-18 Thread Jaime Ochoa Malagón
Andreas,

Sorry to bother you, I know you are working hard...

Just yesterday I need to fill a bug and read this page
http://www.debian.org/Bugs/Reporting

This is a fragment:

"Don't file bugs upstream

If you file a bug in Debian, don't send a copy to the upstream
software maintainers yourself, as it is possible that the bug exists
only in Debian. If necessary, the maintainer of the package will
forward the bug upstream."

I know nvidia is a "special case" just to give you this information in
order you could ask the users to open and link the bug upstream as a
"special case"...

On Tue, May 18, 2010 at 3:01 AM, Andreas Beckmann  wrote:
> tags 582076 upstream
> thanks
>
> Russell Stuart wrote:
>> Package: nvidia-glx
>> Version: 195.36.24-1
>> Severity: normal
>>
>>
>> This seems to be a bug introduced in 195.  Prior versions worked.  The issue 
>> is the
> What was the last working version?
>
>> Xserver gets a segfault on startup.  The /var/log/Xorg.0.log:
>
> Did you mistype the bug title? It mentions a different option ...
>
> I have a similar setup with a handmade xorg.conf (showing Device section
> only):
>
> Section "Device"
>        Identifier      "Configured Video Device"
>        Driver          "nvidia"
>        Option          "TwinView"
>        Option          "MetaModes"     "CRT-0: 1600x1200, DFP-0:
> 1680x1050; , DFP-0: 1680x1050"
>        Option          "TwinViewOrientation"   "CRT-0 LeftOf DFP-0"
> EndSection
>
> on a G84M [Quadro NVS 140M] GPU. Only other difference I see on a quick
> glance is kernel 2.6.32-3 vs. 2.6.32-5.
>
> You should probably check in the NVIDIA Linux forum for a similar report
> and make a new one if noone reported this problem so far, following the
> bug reporting instructions found there.
> http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14
>
> There is nothing the Debian NVIDIA packaging team can do about bugs in
> the closed-source driver.
>
> If you find/post something over there please post a link here, too, so
> progress can be followed.
>
>
> Andreas
>
>
>
>



-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
Cassius J. Keyser

Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582066: libsane: This version didn't work with epson stylus 3200 while 1.0.19-23 still work ok...

2010-05-17 Thread Jaime Ochoa Malagón
Package: libsane
Version: 1.0.19-23
Severity: important
Subject: libsane: This version didn't work with epson stylus 3200
while 1.0.19-23 still work ok...

*** Please type your report below this line ***

This version didn't work with epson stylus 3200 while 1.0.19-23 still work ok...

I only switch the versions of the package and I could scan or not...

I want to give you more information but I don't have any...

-- System Information:
Debian Release: squeeze/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsane depends on:
ii  adduser                      3.110       add and remove users and groups
ii  libavahi-client3             0.6.25-3    Avahi client library
ii  libavahi-common3             0.6.25-3    Avahi common library
ii  libc6                        2.10.2-6    Embedded GNU C Library: Shared lib
ii  libexif12                    0.6.16-2.1  library to parse EXIF files
ii  libgphoto2-2                 2.4.6-1     gphoto2 digital camera library
ii  libgphoto2-port0             2.4.6-1     gphoto2 digital camera port librar
ii  libieee1284-3                0.2.11-5    cross-platform library for paralle
ii  libjpeg62                    6b-14       The Independent JPEG Group's JPEG
ii  libsane-extras               1.0.21.2    API library for scanners -- extra
ii  libtiff4                     3.8.2-11.2  Tag Image File Format (TIFF) libra
ii  libusb-0.1-4                 2:0.1.12-13 userspace USB programming library
ii  makedev                      2.3.1-88    creates device files in /dev
ii  udev                         153-2       /dev/ and hotplug management daemo

Versions of packages libsane recommends:
ii  avahi-daemon                  0.6.25-3   Avahi mDNS/DNS-SD daemon
pn  sane-utils                         (no description available)

Versions of packages libsane suggests:
pn  hplip                              (no description available)
pn  hpoj                               (no description available)

-- no debconf information

-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
Cassius J. Keyser

    Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#577517: When I start xfmedia, it promptly dies of a segmentation fault.

2010-04-12 Thread Jaime Salinas
Package: xfmedia
Version: 0.9.2-7
Severity: grave
Tags: sid
Justification: renders package unusable

Thread 15 (Thread 0x7fffc78b6910 (LWP 21584)): #0  0x72f1f661 in clone
() from /lib/libc.so.6 No symbol table info available. #1  0x73ce1680
in ?? () from /lib/libpthread.so.0 No symbol table info available. #2
0x7fffc78b6910 in ?? () No symbol table info available. #3
0x in ?? () No symbol table info available.  Thread 14 (Thread
0x7fffd9b04910 (LWP 21582)): #0  0x73ce5f89 in
pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 No symbol table
info available. #1  0x743716fb in ?? () from /usr/lib/libxine.so.1 No
symbol table info available. #2  0x74378655 in ?? () from
/usr/lib/libxine.so.1 No symbol table info available. #3  0x73ce173a in
start_thread () from /lib/libpthread.so.0 No symbol table info available. #4
0x72f1f69d in clone () from /lib/libc.so.6 No symbol table info
available. #5  0x in ?? () ---Type  to continue, or q
 to quit--- No symbol table info available.  Thread 13 (Thread
0x7fffdb6fc910 (LWP 21581)): #0  0x73ce5f89 in
pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 No symbol table
info available. #1  0x743716fb in ?? () from /usr/lib/libxine.so.1 No
symbol table info available. #2  0x7437761d in ?? () from
/usr/lib/libxine.so.1 No symbol table info available. #3  0x73ce173a in
start_thread () from /lib/libpthread.so.0 No symbol table info available. #4
0x72f1f69d in clone () from /lib/libc.so.6 No symbol table info
available. #5  0x in ?? () No symbol table info available.
Thread 12 (Thread 0x7fffdbefd910 (LWP 21580)): #0  0x73ce5f89 in
pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 No symbol table
info available. #1  0x7437ea3b in ?? () from /usr/lib/libxine.so.1 No
symbol table info available. #2  0x73ce173a in start_thread () from
/lib/libpthread.so.0 No symbol table info available. ---Type  to
continue, or q  to quit--- #3  0x72f1f69d in clone () from
/lib/libc.so.6 No symbol table info available. #4  0x in ?? ()
No symbol table info available.  Thread 11 (Thread 0x7fffdc900910 (LWP 21579)):
#0  0x72f18f82 in select () from /lib/libc.so.6 No symbol table info
available. #1  0x74396a15 in xine_usec_sleep () from
/usr/lib/libxine.so.1 No symbol table info available. #2  0x7437b8e9 in
?? () from /usr/lib/libxine.so.1 No symbol table info available. #3
0x73ce173a in start_thread () from /lib/libpthread.so.0 No symbol table
info available. #4  0x72f1f69d in clone () from /lib/libc.so.6 No
symbol table info available. #5  0x in ?? () No symbol table
info available.  Thread 10 (Thread 0x7fffdd523910 (LWP 21578)): #0
0x73ce5f89 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0 No symbol table info available. #1  0x74381b8b in
?? () from /usr/lib/libxine.so.1 ---Type  to continue, or q  to
quit--- No symbol table info available. #2  0x73ce173a in start_thread
() from /lib/libpthread.so.0 No symbol table info available. #3
0x72f1f69d in clone () from /lib/libc.so.6 No symbol table info
available. #4  0x in ?? () No symbol table info available.
Thread 9 (Thread 0x7fffddd24910 (LWP 21577)): #0  0x73ce5f89 in
pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 No symbol table
info available. #1  0x743716fb in ?? () from /usr/lib/libxine.so.1 No
symbol table info available. #2  0x74378655 in ?? () from
/usr/lib/libxine.so.1 No symbol table info available. #3  0x73ce173a in
start_thread () from /lib/libpthread.so.0 No symbol table info available. #4
0x72f1f69d in clone () from /lib/libc.so.6 No symbol table info
available. #5  0x in ?? () No symbol table info available.
Thread 8 (Thread 0x7fffdab06910 (LWP 21576)): ---Type  to continue, or
q  to quit--- #0  0x73ce5f89 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0 No symbol table info available. #1
0x743716fb in ?? () from /usr/lib/libxine.so.1 No symbol table info
available. #2  0x7437761d in ?? () from /usr/lib/libxine.so.1 No symbol
table info available. #3  0x73ce173a in start_thread () from
/lib/libpthread.so.0 No symbol table info available. #4  0x72f1f69d in
clone () from /lib/libc.so.6 No symbol table info available. #5
0x in ?? () No symbol table info available.  Thread 7 (Thread
0x7fffda305910 (LWP 21575)): #0  0x72f18f82 in select () from
/lib/libc.so.6 No symbol table info available. #1  0x74396a15 in
xine_usec_sleep () from /usr/lib/libxine.so.1 No symbol table info available.
#2  0x7437b8e9 in ?? () from /usr/lib/libxine.so.1 No symbol table info
available. #3  0x73ce173a in start_thread () from /lib/libpthread.so.0
No symbol tab

Bug#553499: You can use the Ubuntu deb

2010-03-30 Thread Jaime Alberto Silva
Meanwhile you can install de Ubuntu package.

I downloaded and installed the .deb package from
http://kde-look.org/content/show.php/Aurorae+Theme+Engine?content=107158

It installed without problems in testing and seems to be working fine.

Regards,

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#468232: Sorry, wrong bug number

2010-03-26 Thread Jaime Alberto Silva
I'm sorry about the previous message, I got the wrong bug number.

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#468232: Still missing

2010-03-26 Thread Jaime Alberto Silva
Still missing APNG support in IceWeasel 3.5.8-1

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#538297: close bug!

2010-03-23 Thread Jaime Alberto Silva
I haven't used kicad now for a while (sadly, not working in circuit design
in the last months) so if Andres says it is fine now then close it please.

Thanks.

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


On Mon, Mar 22, 2010 at 11:35 PM, Andres Cimmarusti
wrote:

> Hi,
>
> I recently upgraded my whole debian system to squeeze.
> In squeeze I haven't been able to reproduce the lock up in cvpcb.
>
> As far as me is concerned this bug should be closed unless Jaime has
> something to say.
>
> Thanks for providing kicad in debian
>


Bug#565954: lvm2: Doesn't install because update-initramfs fails: ln /tmp/.../vgchange File exists

2010-01-20 Thread Jaime Alberto Silva
I found a script:

/usr/share/initramfs-tools/hooks/lvm

That copies vgchange. But it doesn't belongs to any package:

# dpkg -S /usr/share/initramfs-tools/hooks/lvm
dpkg: /usr/share/initramfs-tools/hooks/lvm not found.

Any clues?

I moved it away and now lvm2 installed fine:

sgautomatizacion:/home/jaime# mv /usr/share/initramfs-tools/hooks/lvm
~/lvm_was-in-usr-share-initramfs-tools-hooks_with-no-owner
sgautomatizacion:/home/jaime# apt-get install lvm2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
  lvm2
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 0B/397kB of archives.
After this operation, 1098kB of additional disk space will be used.
Selecting previously deselected package lvm2.
(Reading database ... 351395 files and directories currently installed.)
Unpacking lvm2 (from .../lvm2_2.02.54-1_i386.deb) ...
Processing triggers for man-db ...
Setting up lvm2 (2.02.54-1) ...
Setting up LVM Volume Groups  Reading all physical volumes.  This may take a
while...
.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.30-2-686
sgautomatizacion:/home/jaime#

Thanks a lot!

Any ideas on which package installed that script? I had already run
'aptitude purge ~c' to remove remaining stuff from removed packages.

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


On Wed, Jan 20, 2010 at 3:48 AM, Bastian Blank  wrote:

> severity 565954 important
> tags 565954 unreproducible
> thanks
>
> On Tue, Jan 19, 2010 at 07:03:50PM -0500, Jaime Alberto Silva wrote:
> > update-initramfs: Generating
> > /boot/initrd.img-2.6.30-2-686
> > ln: creating symbolic link `/tmp/mkinitramfs_78XFbD/sbin/vgchange': File
> > exists
>
> Something else than the lvm2 initramfs-tools hook copies vgchange. This
> is not allowed and does not happen on my unstable system. Please check
> for that in /etc/initramfs-tools and /usr/share/initramfs-tools.
>
> Bastian
>
> --
> You!  What PLANET is this!
>-- McCoy, "The City on the Edge of Forever", stardate 3134.0
>


Bug#565954: lvm2: Doesn't install because update-initramfs fails: ln /tmp/.../vgchange File exists

2010-01-19 Thread Jaime Alberto Silva
Package: lvm2
Version: 2.02.54-1
Severity: grave
Justification: renders package unusable

This is what happens when I try to install the package:

** start output **
sgautomatizacion:/home/jaime# apt-get -t unstable install
lvm2
Reading package lists...
Done
Building dependency
tree
Reading state information...
Done
The following NEW packages will be
installed

lvm2

0 upgraded, 1 newly installed, 0 to remove and 372 not
upgraded.
Need to get 0B/397kB of
archives.
After this operation, 1098kB of additional disk space will be
used.
Selecting previously deselected package
lvm2.
(Reading database ... 351359 files and directories currently
installed.)
Unpacking lvm2 (from .../lvm2_2.02.54-1_i386.deb)
...
Processing triggers for man-db
...
Setting up lvm2 (2.02.54-1)
...
Setting up LVM Volume Groups  Reading all physical volumes.  This may take a
while...
.

update-initramfs: deferring update (trigger
activated)
Processing triggers for initramfs-tools
...
update-initramfs: Generating
/boot/initrd.img-2.6.30-2-686
ln: creating symbolic link `/tmp/mkinitramfs_78XFbD/sbin/vgchange': File
exists
cpio: ./sbin/vgchange: Cannot stat: No such file or
directory
update-initramfs: failed for
/boot/initrd.img-2.6.30-2-686
dpkg: subprocess installed post-installation script returned error exit
status 1
E: Sub-process /usr/bin/dpkg returned an error code
(2)
** end output
**

Here is the info of the (maybe?) related package:

** start output **
sgautomatizacion:/home/jaime# apt-cache policy initramfs-tools
initramfs-tools:
  Installed: 0.93.4
  Candidate: 0.93.4
  Version table:
 *** 0.93.4 0
500 http://mirror.cc.columbia.edu testing/main Packages
102 http://mirror.cc.columbia.edu unstable/main Packages
500 http://ftp.us.debian.org testing/main Packages
102 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
** end output **

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (102, 'unstable'), (101,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages lvm2 depends on:
ii  dmsetup  2:1.02.39-1 The Linux Kernel Device Mapper
use
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libdevmapper1.02.1   2:1.02.39-1 The Linux Kernel Device Mapper
use
ii  libreadline5 5.2-7   GNU readline and history
libraries
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init
scrip

lvm2 recommends no packages.

lvm2 suggests no packages.

-- no debconf information

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#491840: Use gnote as alternative

2009-12-12 Thread Jaime Alberto Silva
How about using gnote as an alternative to tomboy? you can make gnome depend
on tomboy OR gnote.

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#511615: The user must be added to bluetooth group

2009-11-18 Thread Jaime Alberto Silva
I was having this problem and after reading this bug messages I checked
my /etc/dbus-1/system.d/bluetooth.conf and found that the group allowed to
access the devices is "bluetooth".

So now you must do:

# adduser bla bluetooth

Where bla is the user you want to grant access to the bluetooth devices.

I haven't restarted my session to see if it works because I don't want to
stop an important process now. But I'm sending this message before I forgot
to do it.

I will send a message telling if it works (if I remember)

Jaime Alberto Silva Colorado
Gerente
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#554455: /usr/share/egroupware/etemplate/doc: egroupware etemplate/doc directory not correctly detected

2009-11-04 Thread Jaime Alberto Silva
Package: egroupware-etemplate
Version: 1.6.002+dfsg-1
Severity: grave
File: /usr/share/egroupware/etemplate/doc
Justification: renders package unusable

There is a symbolic link from /usr/share/egroupware/etemplate/doc to
/usr/share/doc/egroupware-etemplate but it is not well detected by
egroupware and
it claims that the directory does not exists.

This has already been reported by someone else to Ubuntu on it's bug 429254:
https://bugs.launchpad.net/ubuntu/+source/egroupware/+bug/429254

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (102, 'unstable'), (101,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages egroupware-etemplate depends on:
ii  egroupware-core   1.6.002+dfsg-1 web-based groupware suite -
core m

egroupware-etemplate recommends no packages.

egroupware-etemplate suggests no packages.

-- no debconf information


Jaime Alberto Silva Colorado
Ingeniero Eléctricista
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com


Bug#551647: It is a GNOME related problem

2009-10-27 Thread Jaime Alberto Silva
Today I switched from GNOME to XFCE 4 and compiz started working. So
it is something related with Metacity or some other GNOME app.

Here is what appeared in syslog earlier when I tried to run Compiz on GNOME:

inspironjaime2:~# grep compiz /var/log/syslog
Oct 26 13:15:55 inspironjaime2 kernel: [104896.009350]
compiz.real[16718]: segfault at 7ff8d5672d60 ip 7ff8d58b52a3 sp
7fffcb1200d0 error 4 in
libglib-2.0.so.0.2200.2[7ff8d5877000+c4000]
inspironjaime2:~#


Jaime Alberto Silva Colorado
Ingeniero Eléctricista
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551647: Info received (Bug#551647: Info received (Bug#551647: /usr/bin/compiz.real: gives "GLX 1.3 is not supported" error in i965 with mesa 7.6))

2009-10-20 Thread Jaime Alberto Silva
There is someone with the exact same issue in the compiz forum:

http://forum.compiz.org/showthread.php?t=12030

And they don't have a clue on what is happening.

Jaime Alberto Silva Colorado
Ingeniero Eléctricista
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



On Mon, Oct 19, 2009 at 3:21 PM, Debian Bug Tracking System
 wrote:
> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian X Strike Force 
>
> If you wish to submit further information on this problem, please
> send it to 551...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 551647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551647
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551647: Info received (Bug#551647: /usr/bin/compiz.real: gives "GLX 1.3 is not supported" error in i965 with mesa 7.6)

2009-10-19 Thread Jaime Alberto Silva
I tried adding the --debug option to compiz.real and this is what I got:

ja...@inspironjaime2:~$ LIBGL_DEBUG=verbose compiz.real --replace --debug
compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libcore.so : No such file or directory
compiz.real (core) - Debug: Could not stat() file
/usr/lib/compiz/libcore.so : No such file or directory
libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
libGL: Can't open configuration file /etc/drirc: No such file or directory.
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when
GLX 1.3 is not supported!  This is an application bug!
ja...@inspironjaime2:~$

I have searched in packages.debian.org and can't find any package with
the file /usr/lib/compiz/libcore.so

I also tried compiz --debug:

ja...@inspironjaime2:~$ compiz --debug
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback
/var/log/Xorg.0.log
Detected PCI ID for VGA: 00:02.0 0300: 8086:2a02 (rev 0c) (prog-if 00
[VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1440x900) to maximum 3D texture
size (4096): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libcore.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/usr/lib/compiz/libcore.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libccp.so : No such file or directory
Backend : ini
Integration : true
Profile : default
Adding plugins
Initializing core options...done
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when
GLX 1.3 is not supported!  This is an application bug!
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libimgjpeg.so : No such file or directory
Initializing imgjpeg options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libregex.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libglib.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libvideo.so : No such file or directory
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format,
disabling YV12 image format
Initializing video options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libsession.so : No such file or directory
Initializing session options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libplace.so : No such file or directory
Initializing place options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libcommands.so : No such file or directory
Initializing commands options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libnotification.so : No such file or
directory
Initializing notification options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libtext.so : No such file or directory
Initializing text options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libsvg.so : No such file or directory
Initializing svg options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libzoom.so : No such file or directory
Initializing zoom options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libtile.so : No such file or directory
Initializing tile options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libdbus.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libmousepoll.so : No such file or
directory
Initializing mousepoll options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libshelf.so : No such file or directory
Initializing shelf options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libpng.so : No such file or directory
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libgnomecompat.so : No such file or
directory
Initializing gnomecompat options...done
/usr/bin/compiz.real (core) - Debug: Could not stat() file
/home/jaime/.compiz/plugins/libdecoration.so : No such file or
directory
Initializing decoration options...done
/usr/bin/co

Bug#551647: /usr/bin/compiz.real: gives "GLX 1.3 is not supported" error in i965 with mesa 7.6

2009-10-19 Thread Jaime Alberto Silva
Well, actually compiz is not working.

When I run compiz it acts as loading, windows get redrawn but after
all happens I'm still on metacity.

It is happening since mesa was upgraded.

How can I get more debug information? I don't see any other message
that can help.

Jaime Alberto Silva Colorado
Ingeniero Eléctrico
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



On Mon, Oct 19, 2009 at 1:44 PM, Julien Cristau  wrote:
> On Mon, Oct 19, 2009 at 13:06:28 -0500, Jaime Alberto Silva wrote:
>
>> Package: compiz-core
>> Version: 0.8.2-6
>> Severity: important
>> File: /usr/bin/compiz.real
>>
>> Last week, after apt upgraded mesa to version 7.6, compiz stopped working.
>>
>> Here is the output I got:
>>
>> ja...@inspironjaime2:~$ LIBGL_DEBUG=verbose compiz.real --replace
>> libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
>> libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
>> libGL: Can't open configuration file /etc/drirc: No such file or directory.
>> WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when
>> GLX 1.3 is not supported!  This is an application bug!
>>
> That's a warning, it doesn't make compiz stop working.
>
> Cheers,
> Julien
>




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551647: /usr/bin/compiz.real: gives "GLX 1.3 is not supported" error in i965 with mesa 7.6

2009-10-19 Thread Jaime Alberto Silva
Well, actually compiz is not working.

When I run compiz it acts as loading, windows get redrawn but after
all happens I'm still on metacity.

It is happening since mesa was upgraded.

How can I get more debug information? I don't see any other output or log
that can help.

--
Jaime Alberto Silva Colorado
Ingeniero Eléctrico
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com



On Mon, Oct 19, 2009 at 1:44 PM, Julien Cristau  wrote:
> On Mon, Oct 19, 2009 at 13:06:28 -0500, Jaime Alberto Silva wrote:
>
>> Package: compiz-core
>> Version: 0.8.2-6
>> Severity: important
>> File: /usr/bin/compiz.real
>>
>> Last week, after apt upgraded mesa to version 7.6, compiz stopped working.
>>
>> Here is the output I got:
>>
>> ja...@inspironjaime2:~$ LIBGL_DEBUG=verbose compiz.real --replace
>> libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
>> libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
>> libGL: Can't open configuration file /etc/drirc: No such file or directory.
>> WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when
>> GLX 1.3 is not supported!  This is an application bug!
>>
> That's a warning, it doesn't make compiz stop working.
>
> Cheers,
> Julien
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539016: Classic upgrade is different

2009-09-30 Thread Jaime Alberto Silva
Classic Update doesn't have the same features that has the new update
mechanism. It is explained in that same post:
http://forums.opensuse.org/applications/403726-not-able-update-eclipse.html#post2033591

Jaime Alberto Silva
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://sgautomatizacion.dynalias.com


Bug#535645: I strongly suggest...

2009-08-20 Thread Jaime Ochoa Malagón
Dear ctte,

We, the debian amd64 users should be able to pick our own poison, I really
prefer to have ia32-libs-tools because this work far more close to debian
way of package manage, the ia32-libs is an incomplete lazy solution with a
huge package that needs the maintainer to update a small part of it (any
library in the bundle) exposing us to security risks by example, any way,
the work done by Goswin has been proved and is working obviously needs
maintain to being better but Goswin is doing a great job.

Why loose a great package that's helps to use practically any ia32 program
just by a political reason?
The ftpmaster should complain about the package, even moving it to
experimental, but not, by any reason only remove it...

And finally if my memory is not failing Goswin was the maintainer of
ia32-libs and work in a better solution...

ia32-libs-tools is a great tool and I hope we can get it back...

-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.

Carl Sagan (Contact)

Jaime Ochoa Malagón
Arquitecto de Soluciones
Cel: +52 (55) 1021 0774


Bug#541879: cups: CUPS Browse Protocol reports wrong printer URL

2009-08-16 Thread Jaime Alberto Silva
Package: cups
Version: 1.3.11-1+b1
Severity: important

I have a Lexmark X1290 attached to my desktop machine that shares it
via CUPS to the laptops.

In my laptop the printer had always been automatically added by it's cups
server, but a few days ago it stopped working. The printer is there but
if I send a job it never gets printed. I assume it stopped working after a
cups
upgrade, I prefer testing for the desktop and the laptop but since cups is
failing I upgraded the desktop's cups to the unstable version, however the
problem remains.

After that, in the laptop's browser I loaded http://localhost:631/printers
and find out that the printer's URL is wrong.

The desktop's IP address is 10.1.52.2 so the printer's URL had always been
ipp://10.1.52.2:631/printers/Lexmark-X1290 but now it has changed to
ipp://sgautomatizacion.local:631/printers/Lexmark-X1290 which has an
unresolvable host name. The desktop's hostname has been
sgautomatizacion.dynalias.com for a long time now and it never affected
cups.

In cupsd.conf I configured the server name to 10.1.52.2 a long time ago.
Here is the desktop's cupsd.conf:

ja...@sgautomatizacion:/$ cat /etc/cups/cupsd.conf
LogLevel warning
ServerName 10.1.52.2
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL

  Allow localhost
  Allow 10.1.52.0/24
  # Allow shared printing and remote administration...
  Order allow,deny
  Allow all


  Allow localhost
  Allow localhost
  Allow 10.1.52.0/24
  # Allow remote administration...
  Order allow,deny
  Allow all


  AuthType Default
  Require user @SYSTEM
  Allow localhost
  Allow 10.1.52.0/24
  # Allow remote access to the configuration files...
  Order allow,deny
  Allow all


  
Require user @OWNER @SYSTEM
Order allow,deny
Allow localhost
Allow 10.1.52.0/24
  
  
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow localhost
Allow 10.1.52.0/24
  
  
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow localhost
Allow 10.1.52.0/24
  
  
Require user @OWNER @SYSTEM
Order allow,deny
Allow localhost
Allow 10.1.52.0/24
  
  
Order deny,allow
  

ja...@sgautomatizacion:/$

So I don't get where is this "sgautomatizacion.local" hostname is comming
from.
I tried by changing the desktop's hostname and then running:

sgautomatizacion:/# /etc/init.d/cups stop
 * Stopping Common Unix Printing System: cupsd   [
ok ]
sgautomatizacion:/# /etc/init.d/hostname.sh stop
sgautomatizacion:/# /etc/init.d/hostname.sh start
sgautomatizacion:/# /etc/init.d/cups start
 * Starting Common Unix Printing System: cupsd   [
ok ]
sgautomatizacion:/#

With no luck, cups keeps reporting the printer URL with the same hostname:
"sgautomatizacion.local".

I have been reading the cups documentation and can't find how to solve this.
I
even found out how to see the CUPS Browse Protocol messages and this is
what I got in the laptop:

inspironjaime2:/home/jaime# /etc/init.d/cups stop
Stopping Common Unix Printing System: cupsd.
inspironjaime2:/home/jaime# nc -l -u -p 631
2900e 3 ipp://sgautomatizacion.local:631/printers/Lexmark-X1290 "Oficina
Jaime" "Lexmark-X1290" "Lexmark Z600 v1.0-1" job-sheets=none,none
lease-duration=300
^C
inspironjaime2:/home/jaime#

The only solution I have is to add the printer manually with a different
name
but I want the automatic detection to work again.

I hope this doesn't break printing in the Mac OS X and Windows laptop's but
I'll find that out after the weekend if I get complains.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (102, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser3.110 add and remove users and groups
ii  bc 1.06.94-3.1   The GNU bc arbitrary precision
cal
ii  cups-client1.3.11-1  Common UNIX Printing System(tm)
-
ii  cups-common1.3.11-1  Common UNIX Printing System(tm)
-
ii  debconf [debconf-2.0]  1.5.27Debian configuration management
sy
ii  ghostscript8.64~dfsg-13  The GPL Ghostscript
PostScript/PDF
ii  libavahi-compat-libdns 0.6.25-1  Avahi Apple Bonjour
compatibility
ii  libc6  2.9-23GNU C Library: Shared libraries
ii  libcups2   1.3.11-1  Common UNIX Printing System(tm)
-
ii  libcupsimage2  1.3.11-1  Common UNIX Printing System(tm)

Bug#538297: Acknowledgement (kicad: CVpcb gets locked when browsing footprints)

2009-07-24 Thread Jaime Alberto Silva
I have just noticed that CVpcb gets locked only by moving the footprint list
up and down, there is no need to have the footprint viewer opened.

It's also worth to mention that I'm using libraries included in the package
http://library.oshec.org/compressed/all.tar.gz, those are:


   - con-amp
   - uln-udn
   - avr
   - relay


Jaime Alberto Silva
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia


Bug#538297: kicad: CVpcb gets locked when browsing footprints

2009-07-24 Thread Jaime Alberto Silva
Package: kicad
Version: 0.0.20080825c-1
Severity: important

*** Please type your report below this line ***

When I activate "View selected footprint" in CVpcb and start to browse
footprints by
pressing up and down arrow buttons in my keyboard, after a random amount of
views
CVpcb is frozen  and I have to press the close window button until GNOME's
"force quit" dialog appears.

This is a very annoying bug since it makes it difficult and tedious to find
a
component footprint and the work is lost if not saved after CVpcb gets
locked.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (102, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kicad depends on:
ii  kicad-common   0.0.20080825c-1   Common files used by kicad
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libgcc11:4.4.0-5 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3-7   A free implementation of the
OpenG
ii  libglu1-mesa [libglu1] 7.0.3-7   The OpenGL utility library
(GLU)
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libwxbase2.8-0 2.8.7.1-1.1   wxBase library (runtime) -
non-GUI
ii  libwxgtk2.8-0  2.8.7.1-1.1   wxWidgets Cross-platform C++
GUI t
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  zlib-bin   1:1.2.3.3.dfsg-13 compression library - sample
progr

kicad recommends no packages.

kicad suggests no packages.

-- no debconf information

Jaime Alberto Silva
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia


Bug#538093: thunar: When installed replaces nautilus as default GNOME file manager

2009-07-22 Thread Jaime Alberto Silva
Package: thunar
Version: 1.0.1-1
Severity: critical
Justification: breaks unrelated software


After installing XFCE and therefore Thunar; Thunar is selected as default
file
manager in GNOME. I don't know if it also affects KDE or other DEs.

Here is what happens when I log in my GNOME session: Nautilus still takes
care
of the desktop and if I double-click a desktop folder or drive I get a
Nautilus
window, but if I open an entry in the "Places" menu it is opened with Thunar
instead
of Nautilus, also when I enter a path in gnome-do or in the "Run
Application" dialog
it is opened with Thunar instead of Nautilus.

I have not been able to find a way to make GNOME open the paths with
nautilus again.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (102, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages thunar depends on:
ii  desktop-file-utils   0.15-2  Utilities for .desktop files
ii  exo-utils0.3.101-2   Utility files for libexo
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics
libra
ii  libdbus-1-3  1.2.14-3simple interprocess messaging
syst
ii  libdbus-glib-1-2 0.80-4  simple interprocess messaging
syst
ii  libexo-0.3-0 0.3.101-2   Library with extensions for
Xfce
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared
lib
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user
interface
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange
library
ii  libpango1.0-01.24.0-3+b1 Layout and rendering of
internatio
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libthunar-vfs-1-21.0.1-1 VFS abstraction used in thunar
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxfce4util44.6.1-1 Utility functions library for
Xfce
ii  shared-mime-info 0.60-2  FreeDesktop.org shared MIME
databa
ii  thunar-data  1.0.1-1 Provides thunar documentation,
ico

Versions of packages thunar recommends:
ii  dbus-x11 1.2.14-3simple interprocess messaging
syst
ii  gamin0.1.10-1File and directory monitoring
syst
ii  hal  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer
ii  thunar-volma 0.3.80-2Thunar extension for volumes
manag
ii  xdg-user-dir 0.10-1  tool to manage well known user
dir
ii  xfce4-panel  4.6.1-3 The Xfce4 desktop environment
pane

Versions of packages thunar suggests:
ii  thunar-archive-plugin 0.2.4-4Archive plugin for Thunar file
man
ii  thunar-media-tags-plugin  0.1.2-1Media tags plugin for Thunar
file

-- no debconf information

Jaime Alberto Silva
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia


Bug#536200: I vote to make gnome-user-share a recommendation instead of a dependency

2009-07-14 Thread Jaime Alberto Silva
I think Apache is an overweight for a desktop machine, either for the full
gnome or only gnome-desktop-environment.

The way it is now you're forcing everybody to install Apache (and MySQL, as
it seems) even if they don't need webdav or will not use it. I think is
better to let only the ones that really need the user share and are willing
to have Apache on their machines install the package.

So I think is better to make gnome-user-share recommended instead of a
dependency.

Well, that's just my opinnion. Maybe I'm wrong and don't understand why
gnome-user-share is a "must have".

--
Jaime Alberto Silva
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia


  1   2   3   >