Bug#1041689: stack smashing detected in libnvme

2023-08-08 Thread Marc Bres Gil
I've downloaded it from sid repositories, installed manually and seems 
to work.


Thank you


On 6/8/23 10:31, Daniel Baumann wrote:

Hi Marc,

I think the bug you reported is fixed when using libnvme 1.5-2. Can you
confirm?

Regards,
Daniel




Bug#1041689: [Pkg-utopia-maintainers] Bug#1041689: Bug#1041689: Bug#1041689: udisks2: After upgrading to 2.10.0-3 on trixie, the service udisks2 does not start.

2023-07-23 Thread Marc Bres Gil
Hello Michael,

I went to upstream with the traces, and found an already reported bug there
on issues after updating to 2.10 with kde plasma (
https://github.com/storaged-project/udisks/issues/1139) . Added the info to
that bug report, for what I understand from the gdb trace, seems related to
some nvme function. Will see if it helps there.

Thanks for your guidance

Missatge de Michael Biebl  del dia dg., 23 de jul. 2023 a
les 10:03:

> Am 23.07.23 um 09:53 schrieb Michael Biebl:
>
> > @Marc: Can you please install the udisks2/libblockdev dbgsym package,
> > gather a backtrace and then filing the issue upstream.
>
>
> https://wiki.debian.org/HowToGetABacktrace
>


-- 
Marc Bres Gil
m...@bres.cat
marc.b...@gmail.com


Bug#1041689: [Pkg-utopia-maintainers] Bug#1041689: Bug#1041689: udisks2: After upgrading to 2.10.0-3 on trixie, the service udisks2 does not start.

2023-07-23 Thread Marc Bres Gil
Good morning John

the missing libraries messages occur when using udisks 2.9.4, which starts
just fine.

After upgrading to udisks 2.10.0-3 is when fails, and no libraries missing
error shows, only the multiple "error getting loop6/7" errors and ends with
a *** stack smashing detected ***: terminated message.


Missatge de John Cooper  del dia ds., 22 de jul.
2023 a les 23:24:

> Hi,
>
> I had a look at this (included logs) and noticed that the udisks2 2.10.0-3
> on trixie is complaining about not being able to find or load some
> libraries. Namely libbd_crypto.so.2 and libbd_mdraid.so.2. Without these
> libraries the rest of udisks2 Daemon fails and crashes. It’s these missing
> or un-loadable libraries causing the issue.
>
> Sent from my iPad
>
> On 22 Jul 2023, at 22:03, Marc Bres Gil  wrote:
>
> 
> Hello,
>
> thanks for your quick answer. Here are the logs you asked.
>
> Systemctl:
>
> × udisks2.service - Disk Manager
>  Loaded: loaded (/lib/systemd/system/udisks2.service; enabled; preset:
> enabled)
>  Active: failed (Result: signal) since Sat 2023-07-22 22:53:20 CEST;
> 1min 10s ago
>Docs: man:udisks(8)
> Process: 1286 ExecStart=/usr/libexec/udisks2/udisksd (code=killed,
> signal=ABRT)
>Main PID: 1286 (code=killed, signal=ABRT)
> CPU: 28ms
>
> de jul. 22 22:53:20 helm systemd[1]: Starting udisks2.service - Disk
> Manager...
> de jul. 22 22:53:20 helm udisksd[1286]: udisks daemon version 2.10.0
> starting
> de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop6' information:
> Failed to get status of the device loop6: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop7' information:
> Failed to get status of the device loop7: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop6' information:
> Failed to get status of the device loop6: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop7' information:
> Failed to get status of the device loop7: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:53:20 helm udisksd[1286]: *** stack smashing detected ***:
> terminated
> de jul. 22 22:53:20 helm systemd[1]: udisks2.service: Main process exited,
> code=killed, status=6/ABRT
> de jul. 22 22:53:20 helm systemd[1]: udisks2.service: Failed with result
> 'signal'.
> de jul. 22 22:53:20 helm systemd[1]: Failed to start udisks2.service -
> Disk Manager.
>
> -
> Journalctl, before upgrading on udisks 2.9.4 starts ok, and after
> upgrading on 2.10.0 fails:
>
> -- Boot 567f68c732264f54917bdb7a37b26720 --
> de jul. 22 22:49:27 helm systemd[1]: Starting udisks2.service - Disk
> Manager...
> de jul. 22 22:49:27 helm udisksd[945]: udisks daemon version 2.9.4
> starting
> de jul. 22 22:49:27 helm udisksd[945]: failed to load module crypto:
> libbd_crypto.so.2: cannot open shared object file: No such file or
> directory
> de jul. 22 22:49:27 helm udisksd[945]: failed to load module mdraid:
> libbd_mdraid.so.2: cannot open shared object file: No such file or
> directory
> de jul. 22 22:49:27 helm udisksd[945]: Failed to load the 'mdraid'
> libblockdev plugin
> de jul. 22 22:49:27 helm udisksd[945]: Failed to load the 'crypto'
> libblockdev plugin
> de jul. 22 22:49:27 helm systemd[1]: Started udisks2.service - Disk
> Manager.
> de jul. 22 22:49:27 helm udisksd[945]: Acquired the name
> org.freedesktop.UDisks2 on the system message bus
> de jul. 22 22:52:46 helm systemd[1]: Stopping udisks2.service - Disk
> Manager...
> de jul. 22 22:52:46 helm udisksd[945]: udisks daemon version 2.9.4 exiting
> de jul. 22 22:52:46 helm systemd[1]: udisks2.service: Deactivated
> successfully.
> de jul. 22 22:52:46 helm systemd[1]: Stopped udisks2.service - Disk
> Manager.
> de jul. 22 22:52:46 helm systemd[1]: Starting udisks2.service - Disk
> Manager...
> de jul. 22 22:52:46 helm udisksd[4414]: udisks daemon version 2.10.0
> starting
> de jul. 22 22:52:46 helm udisksd[4414]: Error getting 'loop6' information:
> Failed to get status of the device loop6: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:52:46 helm udisksd[4414]: Error getting 'loop7' information:
> Failed to get status of the device loop7: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:52:46 helm udisksd[4414]: Error getting 'loop6' information:
> Failed to get status of the device loop6: No such device or address
> (g-bd-loop-error-quark, 1)
> de jul. 22 22:52:46 helm udisksd[4414]: Error getting 'loop7' information:
> Failed to get s

Bug#1041689: [Pkg-utopia-maintainers] Bug#1041689: udisks2: After upgrading to 2.10.0-3 on trixie, the service udisks2 does not start.

2023-07-22 Thread Marc Bres Gil
-loop-error-quark, 1)
de jul. 22 22:53:18 helm udisksd[940]: *** stack smashing detected ***:
terminated
de jul. 22 22:53:18 helm systemd[1]: udisks2.service: Main process exited,
code=killed, status=6/ABRT
de jul. 22 22:53:18 helm systemd[1]: udisks2.service: Failed with result
'signal'.
de jul. 22 22:53:18 helm systemd[1]: Failed to start udisks2.service - Disk
Manager.
de jul. 22 22:53:20 helm systemd[1]: Starting udisks2.service - Disk
Manager...
de jul. 22 22:53:20 helm udisksd[1286]: udisks daemon version 2.10.0
starting
de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop6' information:
Failed to get status of the device loop6: No such device or address
(g-bd-loop-error-quark, 1)
de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop7' information:
Failed to get status of the device loop7: No such device or address
(g-bd-loop-error-quark, 1)
de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop6' information:
Failed to get status of the device loop6: No such device or address
(g-bd-loop-error-quark, 1)
de jul. 22 22:53:20 helm udisksd[1286]: Error getting 'loop7' information:
Failed to get status of the device loop7: No such device or address
(g-bd-loop-error-quark, 1)
de jul. 22 22:53:20 helm udisksd[1286]: *** stack smashing detected ***:
terminated
de jul. 22 22:53:20 helm systemd[1]: udisks2.service: Main process exited,
code=killed, status=6/ABRT
de jul. 22 22:53:20 helm systemd[1]: udisks2.service: Failed with result
'signal'.
de jul. 22 22:53:20 helm systemd[1]: Failed to start udisks2.service - Disk
Manager.


Thank you


Missatge de Michael Biebl  del dia ds., 22 de jul. 2023 a
les 22:04:

> Control: tags -1  + moreinfo unreproducible
>
> Am 22.07.23 um 09:43 schrieb Marc Bres Gil:
> > Package: udisks2
> > Version: 2.10.0-3
> > Severity: important
> > X-Debbugs-Cc: marc.b...@gmail.com
> >
> > Dear Maintainer,
> >
> > * What led up to the situation?
> >Upgrade udisks2 to 2.10.0-3
> >
> > * What exactly did you do (or not do) that was effective (or
> >   ineffective)?
> >   Upgrade with apt-update and apt-upgradem.
> >
> > * What was the outcome of this action?
> >It broke my desktop system: As plasma-desktop seems to depend on
> udisks2 for some functions, it let me out of my desktop. Luckily I've been
> able to still access with cinnamon desktop to check and fill the bug
> report. If I download the udisks2 from stable and its dependencies, and
> then install it manually, udisks2 starts but it is not a real solution
> >
> > * What outcome did you expect instead?
> >   udisks2 continue working as usual before the upgrade
>
> I can't reproduce the problem.
>
> Can you please send me the output of
> systemctl status udisks2.service
> and
> journalctl -u udisks2.service
>
>

-- 
Marc Bres Gil
m...@bres.cat
marc.b...@gmail.com


Bug#1041689: udisks2: After upgrading to 2.10.0-3 on trixie, the service udisks2 does not start.

2023-07-22 Thread Marc Bres Gil
Package: udisks2
Version: 2.10.0-3
Severity: important
X-Debbugs-Cc: marc.b...@gmail.com

Dear Maintainer,

   * What led up to the situation?
 Upgrade udisks2 to 2.10.0-3

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Upgrade with apt-update and apt-upgradem. 

   * What was the outcome of this action?
 It broke my desktop system: As plasma-desktop seems to depend on 
udisks2 for some functions, it let me out of my desktop. Luckily I've been able 
to still access with cinnamon desktop to check and fill the bug report. If I 
download the udisks2 from stable and its dependencies, and then install it 
manually, udisks2 starts but it is not a real solution

   * What outcome did you expect instead?
udisks2 continue working as usual before the upgrade



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

Kernel: Linux 6.3.0-1-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.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 udisks2 depends on:
ii  dbus   1.14.8-2
ii  libacl12.3.1-3
ii  libatasmart4   0.19-5
ii  libblkid1  2.38.1-6
ii  libblockdev-crypto33.0.1-2
ii  libblockdev-fs33.0.1-2
ii  libblockdev-loop3  3.0.1-2
ii  libblockdev-mdraid33.0.1-2
ii  libblockdev-nvme3  3.0.1-2
ii  libblockdev-part3  3.0.1-2
ii  libblockdev-swap3  3.0.1-2
ii  libblockdev-utils3 3.0.1-2
ii  libblockdev3   3.0.1-2
ii  libc6  2.37-5
ii  libglib2.0-0   2.74.6-2
ii  libgudev-1.0-0 237-2
ii  libmount1  2.38.1-6
ii  libpolkit-agent-1-0122-4
ii  libpolkit-gobject-1-0  122-4
ii  libsystemd0253.5-1
ii  libudisks2-0   2.10.0-3
ii  libuuid1   2.38.1-6
ii  parted 3.6-3
ii  udev   253.5-1

Versions of packages udisks2 recommends:
ii  dosfstools  4.2-1
ii  e2fsprogs   1.47.0-2
ii  eject   2.38.1-6
ii  exfatprogs  1.2.1-2
ii  libpam-systemd  253.5-1
ii  ntfs-3g 1:2022.10.3-1+b1
ii  polkitd 122-4

Versions of packages udisks2 suggests:
pn  btrfs-progs
pn  f2fs-tools 
pn  mdadm  
pn  nilfs-tools
pn  reiserfsprogs  
pn  udftools   
pn  udisks2-btrfs  
pn  udisks2-lvm2   
pn  xfsprogs   

-- no debconf information



Bug#1017385: libp11-3: Please update to libp11-0.4.12

2022-08-15 Thread gil
Package: libp11-3
Version: 0.4.12
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-updates
  APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), 
(100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.13.0-40-generic (SMP w/2 CPU cores)
Locale: LANG=en_IL, LC_CTYPE=en_IL (charmap=UTF-8), LANGUAGE=en_IL:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libp11-3 depends on:
ii  libc6  2.31-0ubuntu9.7
ii  libssl1.1  1.1.1f-1ubuntu2.13

libp11-3 recommends no packages.

libp11-3 suggests no packages.



Bug#1017386: libp11-3: Please update to libp11-0.4.12

2022-08-15 Thread gil
Package: libp11-3
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-updates
  APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), 
(100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.13.0-40-generic (SMP w/2 CPU cores)
Locale: LANG=en_IL, LC_CTYPE=en_IL (charmap=UTF-8), LANGUAGE=en_IL:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libp11-3 depends on:
ii  libc6  2.31-0ubuntu9.7
ii  libssl1.1  1.1.1f-1ubuntu2.13

libp11-3 recommends no packages.

libp11-3 suggests no packages.



Bug#972094: RFP: theoraplay -- library used by games to play Ogg Theora+Vorbis videos

2020-10-12 Thread Emmanuel Gil Peyrot
Package: wnpp
Severity: wishlist

* Package name: libtheoraplay
  Version : hg
  Upstream author : Ryan C. Gordon 
* URL : https://icculus.org/theoraplay/
* License : zlib
  Programming lang: C
  Description : library used by games to play Ogg Theora+Vorbis videos

This library is used in quite a few Linux games, it would be useful to
be able to use the system version, for instance for portability reasons,
see https://forge.dotslashplay.it/play.it/scripts/-/issues/254

Thanks,

-- 
Emmanuel Gil Peyrot


signature.asc
Description: PGP signature


Bug#972093: RFP: mojoshader -- library to work with Direct3D shaders on alternate 3D APIs and non-Windows platforms

2020-10-12 Thread Emmanuel Gil Peyrot
Package: wnpp
Severity: wishlist

* Package name: libmojoshader
  Version : hg
  Upstream author : Ryan C. Gordon 
* URL : https://icculus.org/mojoshader/
* License : zlib
  Programming lang: C
  Description : library to work with Direct3D shaders on alternate 3D APIs 
and non-Windows platforms

This library is used in quite a lot of Linux games, it would be useful
to be able to use the system version, for instance for portability
reasons, see https://forge.dotslashplay.it/play.it/scripts/-/issues/255

This is my first RFP, I hope I did everything correctly, otherwise
please tell me so I can improve in the future!

Thanks,

-- 
Emmanuel Gil Peyrot


signature.asc
Description: PGP signature


Bug#931777: cinnamon-settings does not start due incompatibility with python3-pil >= 6.0

2019-07-10 Thread David Gil
Package: cinnamon
Version: 3.8.8-1
Severity: important

After upgrade python3-pip from 5.4.1-2 to 6.1.0-1, cinnamon-settings does
not start anymore. Here is the trace:

 $ cinnamon-settings
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:220:
DeprecationWarning: Gtk.Widget.set_margin_right is deprecated
  self.stack_switcher.set_margin_right(n)
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:233:
DeprecationWarning: Gtk.Window.set_has_resize_grip is deprecated
  self.window.set_has_resize_grip(False)
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line
608, in 
window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line
244, in __init__
for module in modules:
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py",
line 5, in 
import imtools
  File "/usr/share/cinnamon/cinnamon-settings/bin/imtools.py", line 623, in

if Image.VERSION == '1.1.7':
AttributeError: module 'PIL.Image' has no attribute 'VERSION'

This is already fixed upstream by cinnamon

https://github.com/linuxmint/cinnamon/issues/8495

but a backport should be made in order to run cinnamon-settings in testing
and sid.


Bug#841537: When encrypt root partition, kernel doesn't accept capital letter to unlock

2016-10-21 Thread Reinaldo Gil Lima de Carvalho
Package: debian-installer
Version: 20150422+deb8u4+b1

Guys,

After install Debian 8.6.0 and encrypt root partition with default
crypto options, on the boot the kernel do not reconize capital letter
when cryptsetup require password.

Bios or grub reconize capital letters, but kernel refuse them and
don't enable CapsLock too.

dmesg attached.

Thanks,


--
Reinaldo Gil Lima de Carvalho



Bug#827125: libglfw3: build a split package for X11 and Wayland

2016-06-16 Thread Emmanuel Gil Peyrot
On Fri, Jun 17, 2016 at 01:37:23AM +0100, James Cowgill wrote:
> Control: severity -1 wishlist
> Control: retitle -1 libglfw3: build a split package for X11 and Wayland
> 
> Hi,
> 
> On Sun, 2016-06-12 at 16:42 +0100, Emmanuel Gil Peyrot wrote:
> > Package: libglfw3
> > Version: 3.2-1
> > 
> > The current version of GLFW supports both X11 and Wayland, but this
> > is a build-time choice.  It would be very useful for people on
> > Wayland systems to be able to install something like `libglfw3-
> > wayland' which would provide `libglfw3', and rename the current
> > package to `libglfw3-x11'.
> 
> I agree that supporting wayland is a good idea. I notice that in the
> other popular toolkits (at least GTK+, Qt and SDL) wayland is detected
> at runtime instead of being a build-time choice. From a distribution
> perspective this would be better, and it allows the wayland
> implementation to be included in the default build instead of forcing
> the user to install a different package.

This is planned upstream, but not done yet.  The 3.2 release added
support for runtime selection of the context creation API, which was
one of the other things that previously had to be selected at
compile-time.

> 
> If the package split is done, one issue is that the glfw native
> functions are different in X11 and Wayland. To use the provides system,
> the libraries should offer identical ABIs so some (probably dummy)
> Wayland functions will need to be added to the X11 library and vice-
> versa.

This probably shouldn’t be a blocker, a program would then only depend
on the version it was compiled against, or maybe be compiled twice in
the case it uses both.

> 
> I would like to avoid renaming the current package because it would
> trigger a package transition. This is because any dependency on a
> virtual package with more than one candidate needs a default choice or
> APT will refuse to install it automatically (rdeps would need a
> dependency like 'libglfw3-x11 | libglfw3'). Keeping the X11 package as
> 'libglfw3' or possibly retaining libglfw3 as a dummy package would
> avoid the transition.

Is it possible to have a package being both an actual package and a
virtual one?  Or some kind of “provides: libglfw3” field in
libglfw3-wayland that would make APT see it as a viable alternative to
libglfw3 while being in conflict with it?

> 
> > The dependencies of the Wayland backend are libwayland-client0,
> > libwayland-cursor0, libwayland-egl1 and libxkbcommon0, while the
> > build dependencies are extra-cmake-modules, wayland-protocols.
> 
> Thanks. Just so you know, the runtime dependencies of most Debian
> packages are calculated automatically by parsing the installed ELF
> files. This means I won't have to list most of these dependencies
> manually (which is really convenient).

Oops, I even once made a package for some other program, I should have
known better. ^^'

> 
> James

Thanks,

-- 
Emmanuel Gil Peyrot



Bug#827125: Build a split package for X11 and Wayland

2016-06-12 Thread Emmanuel Gil Peyrot
Package: libglfw3
Version: 3.2-1

The current version of GLFW supports both X11 and Wayland, but this is
a build-time choice.  It would be very useful for people on Wayland
systems to be able to install something like `libglfw3-wayland' which
would provide `libglfw3', and rename the current package to
`libglfw3-x11'.

The dependencies of the Wayland backend are libwayland-client0,
libwayland-cursor0, libwayland-egl1 and libxkbcommon0, while the build
dependencies are extra-cmake-modules, wayland-protocols.

This would be for both Stretch and Sid.



Bug#811008: xchat: Add GUI option to select spell check language (libsexy)

2016-01-14 Thread Santiago Gil
Package: xchat
Version: 2.8.8-7.3+b2
Severity: wishlist

This patch adds a dropdown menu that lists all available libsexy
dictionaries and lets the user select which one to be used.

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

Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xchat depends on:
ii  libatk1.0-0  2.18.0-1
ii  libc62.21-6
ii  libcairo21.14.4-1
ii  libdbus-1-3  1.10.6-1
ii  libdbus-glib-1-2 0.102-1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.6.1-0.1
ii  libgdk-pixbuf2.0-0   2.32.3-1
ii  libglib2.0-0 2.46.2-3
ii  libgtk2.0-0  2.24.29-1
ii  libpango-1.0-0   1.38.1-1
ii  libpangocairo-1.0-0  1.38.1-1
ii  libpangoft2-1.0-01.38.1-1
ii  libperl5.22  5.22.1-3
ii  libsexy2 0.1.11-2.1
ii  libssl1.0.2  1.0.2e-1
ii  libx11-6 2:1.6.3-1
ii  xchat-common 2.8.8-7.3

Versions of packages xchat recommends:
ii  alsa-utils 1.0.29-1+b1
ii  libnotify-bin  0.7.6-2
ii  libnotify4 0.7.6-2
ii  libpython2.7   2.7.11-2
ii  libtcl8.6  8.6.4+dfsg-2
ii  xdg-utils  1.1.1-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

xchat suggests no packages.

-- no debconf information
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -428,6 +428,7 @@
{"gui_dialog_width", P_OFFINT (dialog_width), TYPE_INT},
{"gui_hide_menu", P_OFFINT (hidemenu), TYPE_BOOL},
{"gui_input_spell", P_OFFINT (gui_input_spell), TYPE_BOOL},
+   {"gui_input_spell_dict", P_OFFSET (gui_input_spell_dict), TYPE_STR},
{"gui_input_style", P_OFFINT (style_inputbox), TYPE_BOOL},
{"gui_join_dialog", P_OFFINT (gui_join_dialog), TYPE_BOOL},
{"gui_lagometer", P_OFFINT (lagometer), TYPE_INT},
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -276,6 +276,7 @@
unsigned int auto_indent;
unsigned int wordwrap;
unsigned int gui_input_spell;
+   char gui_input_spell_dict[6];   /* Dicts. are at most "xx_XX". */
unsigned int gui_tray;
unsigned int gui_tray_flags;
unsigned int gui_tweaks;
--- a/src/fe-gtk/maingui.c
+++ b/src/fe-gtk/maingui.c
@@ -2863,6 +2863,20 @@
 #else
 #ifdef USE_LIBSEXY
gui->input_box = entry = sexy_spell_entry_new ();
+   /* By default, the language set on the environment is enabled.
+   We want to try and select the one in the settings, so we disable it. */
+   sexy_spell_entry_deactivate_language((SexySpellEntry *)entry, NULL);
+
+   gboolean valid_dict = sexy_spell_entry_activate_language 
((SexySpellEntry *)entry,
+   
(gchar *)prefs.gui_input_spell_dict, NULL);
+
+   /* If there is no dictionary selected in the settings, or if it is not
+   valid, we fall back to the default. */
+   if (valid_dict == FALSE) {
+   printf("Setting default because option failed. \n");
+   sexy_spell_entry_activate_default_languages((SexySpellEntry 
*)entry);
+   }
+
sexy_spell_entry_set_checked ((SexySpellEntry *)entry, 
prefs.gui_input_spell);
 #else
gui->input_box = entry = gtk_entry_new ();
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -85,7 +85,8 @@
ST_HSCALE,
ST_HEADER,
ST_LABEL,
-   ST_ALERTHEAD
+   ST_ALERTHEAD,
+   ST_DICT_MENU
 };
 
 typedef struct
@@ -125,7 +126,12 @@
{ST_END, 0, 0, 0, 0, 0}
 };
 
-static const char *const tabcompmenu[] = 
+static const char* const dict_empty_list[] =
+{
+   NULL
+};
+
+static const char *const tabcompmenu[] =
 {
N_("A-Z"),
N_("Last-spoke order"),
@@ -139,6 +145,9 @@
 #if defined(USE_GTKSPELL) || defined(USE_LIBSEXY)
{ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(gui_input_spell),0,0,0},
 #endif
+#ifdef USE_LIBSEXY
+   {ST_DICT_MENU, "Dictionary:", P_OFFSETNL(gui_input_spell_dict), 0, 
dict_empty_list, 0},
+#endif
 
{ST_HEADER, N_("Nick Completion"),0,0,0},
{ST_TOGGLE, N_("Automatic nick completion (without TAB key)"), 
P_OFFINTNL(nickcompletion),
@@ -155,7 +164,7 @@
{ST_END, 0, 0, 0, 0, 0}
 };
 
-/*static const char *const lagmenutext[] = 
+/*static const char *const lagmenutext[] =
 {
N_("Off"),
N_("Graph"),
@@ -164,7 +173,7 @@
NULL
 };*/
 
-static const char *const ulmenutext[] = 
+static const char *const ulmenutext[] =
 {
N_("A-Z, Ops first"),
N_("A-Z"),
@@ -288,11 +297,11 @@
{ST_ENTRY,  N_("DCC IP address:"), P_OFFSETNL(dcc_ip_str),
N_("Claim you are at this address when 
offering files."), 0, sizeof 

Bug#792353: O: pads -- Passive Asset Detection System

2015-07-14 Thread David Gil
Package: wnpp
Severity: normal

I just want to orphan this package because I have no time to maintain
packages as I did in the past. It was fun and I learnt a lot during the
process.


Bug#792391: O: php-xajax -- A library to develop Ajax applications

2015-07-14 Thread David Gil
Package: wnpp
Severity: normal

I just want to orphan this package because I have no time to maintain
packages as I did in the past. It was fun and I learnt a lot during the
process.


Bug#792392: O: phpgacl -- PHP Generic Access Control Lists

2015-07-14 Thread David Gil
Package: wnpp
Severity: normal

I just want to orphan this package because I have no time to maintain
packages as I did in the past. It was fun and I learnt a lot during the
process.


Bug#792393: O: python-adodb -- A database abstraction library for python

2015-07-14 Thread David Gil
Package: wnpp
Severity: normal

I just want to orphan this package because I have no time to maintain
packages as I did in the past. It was fun and I learnt a lot during the
process.


Bug#791899: build from upstream Git

2015-07-09 Thread Gil Moskowitz
The PostBooks reference databases (empty, quick start, and demo) are built from 
source with the script at

  https://github.com/xtuple/xtuple/blob/4_10_x/scripts/release_build.sh

release_build.sh then uses npm and small JavaScript programs to build a large 
SQL script describing the schema from the collection of files in

  https://github.com/xtuple/xtuple/tree/4_10_x/foundation-database

The data themselves are currently in that foundation-database directory:

  empty_data.sql
  quickstart_data.sql
  postbooks_demo_data.sql

Notes:
- release_build.sh builds 9 reference databases, 3 for PostBooks and 6 that 
include commercial extensions. To build just PostBooks databases, one must 
either modify release_build.sh or call npm run-script directly

   https://github.com/xtuple/xtuple/blob/4_10_x/package.json#L69-L72

- the way we build reference databases is currently in flux


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



Bug#772180: check_snmp not passing community to snmpget

2014-12-05 Thread Julio González Gil
Package: nagios-plugins-standard
Version: 1.4.16-1

When I try to run check_snmp to collect data from remote systems:

./check_snmp -H 192.168.3.1 -C public -t 10 -o sysUpTime.0

It keeps waiting forever until I press CTRL+C to cancel.

After researching a little bit, I came to
http://support.nagios.com/forum/viewtopic.php?f=7t=8448 and tried by
myself with the following results:

$ ./check_snmp -v -H 192.168.3.1 -C public -t 10 -o sysUpTime.0 
[1] 3693
/usr/bin/snmpget -t 10 -r 5 -m ALL -v 1 [authpriv] 192.168.3.1:161
sysUpTime.0

$ ps x
  PID TTY  STAT   TIME COMMAND
 3693 pts/1S  0:00 ./check_snmp -v -H 192.168.3.1 -C public -t 10
-o sysUpTime.0
 3694 pts/1S  0:00 /usr/bin/snmpget -t 10 -r 5 -m ALL -v 1 -c
 192.168.3.1:161 sysUpTime.0

Notice the empty value for -c (community).

This his happening to me at Debian 7.7 amd64. In case it is of interest:
this also happening with Raspbian 7.6 which is using the same
nagios-plugins-standard version, but not at current Debian SID amd64 which
uses nagios-plugins-standard 2.0-2.

Running snmpget by hand fails with:

$ /usr/bin/snmpget -t 10 -r 5 -m ALL -v 1 -c192.168.3.1:161
sysUpTime.0
Missing object name
USAGE: snmpget [OPTIONS] AGENT OID [OID]...

And then prints the help.

snmp version (which provides snmpget) is 5.4.3~dfsg-2.8+deb7u1

Kernel version is 3.2.0-4-amd64 (3.2.60-1+deb7u3) and libc is 2.13-38+deb7u6



-- 
Julio González Gil
Mail: ju...@juliogonzalez.es
Website: http://www.juliogonzalez.es


Bug#644001: Fixed upstream

2012-02-19 Thread Emmanuel Gil Peyrot
Package: mozilla-imagezoom
Version: 0.4.6
Tags: fixed-upstream

Fixed in version 0.4.6, which works with iceweasel 10.0.2-1 and vanilla
Firefox nightly 13.0a1 of the 2012-02-18.

The file install.rdf also needs the change of maxVersion to prevent
showing a warning to users of version greater than 4.0.*.

-- 
Emmanuel Gil Peyrot
XMPP : linkma...@linkmauve.fr
OpenPGP : BC1C2E60


pgplX7f9Tzcmc.pgp
Description: PGP signature


Bug#649413: debian-refcard: Wrong web addresses

2011-11-20 Thread Cesar Gil
Package: debian-refcard
Version: 5.0.8-1
Severity: normal
Tags: patch


The address for sending bugs seems to be now http://debian.org/Bugs/ and not
http://bugs.debian.org/

The address for using CUPS through a web browser is http://localhost:631
and not http://hostname:631

Suggestion: add xz to the section on compressing/decompressing tools.


-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

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

debian-refcard depends on no packages.

Versions of packages debian-refcard recommends:
ii  epdfview [pdf-viewer] 0.1.7-4Lightweight pdf viewer based on po
ii  evince-gtk [pdf-viewer]   2.30.3-2   Document (PostScript, PDF) viewer 
ii  gv [pdf-viewer]   1:3.7.1-1  PostScript and PDF viewer for X

Versions of packages debian-refcard suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information
112c112
   glosstermulink url=http://bugs.debian.org/;Bug
---
   glosstermulink url=http://debian.org/Bugs/;Bug
114c114
   literalhttp://bugs.debian.org//literal/glossterm
---
   literalhttp://debian.org/Bugs//literal/glossterm
121c121
   
literalhttp://bugs.debian.org/replaceablepackage-name/replaceable//literal,
---
   
 literalhttp://debian.org/Bugs/replaceablepackage-name/replaceable//literal,
154c154
   literalhttp://hostname:631/literal/glossterm
---
   literalhttp://localhost:631/literal/glossterm
252c252
   glosstermgzip, bzip2
---
   glosstermgzip, bzip2, xz  # xz, not a bug but a suggestion
112c112
   glosstermulink url=http://bugs.debian.org/;Bug
---
   glosstermulink url=http://debian.org/Bugs/;Bug
114c114
   literalhttp://bugs.debian.org//literal/glossterm
---
   literalhttp://debian.org/Bugs//literal/glossterm
121c121
   
literalhttp://bugs.debian.org/replaceablepackage-name/replaceable//literal,
---
   
 literalhttp://debian.org/Bugs/replaceablepackage-name/replaceable//literal,
154c154
   literalhttp://hostname:631/literal/glossterm
---
   literalhttp://localhost:631/literal/glossterm
252c252
   glosstermgzip, bzip2
---
   glosstermgzip, bzip2, xz  # xz, not a bug but a suggestion


Bug#639244: Documentation error/inconsistency

2011-08-25 Thread Marcos Mezo Gil
Package: ifenslave-2.6
Severity: normal

In the documentation (/usr/share/doc/ifenslave-2.6/README.Debian.gz) the first 
section keeps refering to bonding
options with an underscore (bond_master, bond_slave,...), while later, when 
explaining the options in detail
it uses a dash instead (bond-master, bond-slave, bond-miimon,...). I've checked 
it in both squeeze's version and
the latest available to date (1.1.0-19).

The internet is full of recipes for configuring bonded interfaces in debian. 
Some of them use the underscore,
some the dash and some even mix them. While researching a different problem I 
have I checked the documentation
and found this error/inconsistency.

In the Debian changelog it's written that all options start with bond-, so I 
gess the correct one is the dash.

Thank you.

P.S. the unrelated problem is that I can ping on vlan interfaces on top of the 
bonded interface, but not
on the native bond0 interface.

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

Kernel: Linux 2.6.32-5-amd64 (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/bash



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



Bug#522139: php-xajax: please update to version 0.5

2010-03-08 Thread David Gil
Hello Jaime,

I've just upload a new package to mentors:
http://mentors.debian.net/debian/pool/main/p/php-xajax/

Examples work fine but it need to be tested deeply.



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



Bug#527922: google: google-gadgets-qt failure

2010-01-18 Thread David Barreda Gil
The real question is why it got installed while installing KDE minimal when
no other application needs it

-- 
David Barreda
http://www.arkold.com/


Bug#551636: O: acidbase -- Basic Analysis and Security Engine

2009-10-19 Thread David Gil
Package: wnpp
Severity: normal

I am orphaning acidbase package.

Acidbase is an snort event viewer. In the past, it was used to manage
Ossim events too. Acidbase is no longer part of the Ossim distribution,
Ossim now uses its own event viewer. As an Ossim developer, I have no
time and motivation to maintain this deprectated (for Ossim) package.





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



Bug#524568: phpgacl: Warning while being configured for the first time when being installed on a clean system

2009-07-14 Thread David Gil
reassign 524568 dbconfig-common
forcemerge 531825 524568
thanks






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



Bug#488848: php-ids in mentors

2009-07-14 Thread David Gil
Package available in mentors:
http://mentors.debian.net/debian/pool/main/p/php-ids/





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



Bug#529579: phpgacl: Should depend on libnusoap-php instead of shipping it

2009-05-22 Thread David Gil
tags 529579 +pending
thanks

El mié, 20-05-2009 a las 10:33 +0200, Olivier Berger escribió:
 A copy of nusoap is shipped in the phpgacl package.
 
 The phpgacl packaging should then be updated to depend on
 libnusoap-php instead of shipping it.
 

I've just upload a revision of the package to mentors:
http://mentors.debian.net/debian/pool/main/p/phpgacl/

Attached is the debdiff output.

Greetings,
David.

diff -Nru phpgacl-3.3.7/debian/changelog phpgacl-3.3.7/debian/changelog
--- phpgacl-3.3.7/debian/changelog  2009-05-22 10:52:50.0 +0200
+++ phpgacl-3.3.7/debian/changelog  2009-05-22 10:52:51.0 +0200
@@ -1,3 +1,13 @@
+phpgacl (3.3.7-7) unstable; urgency=low
+
+  * debian/phpgacl.{preinst,prerm}: set -e flag to maintainer scripts,
+which ensures that the script's execution is aborted when any
+executed command fails.
+  * debian/control: depend on libnusoap-php instead of shipping its
+source code (Closes: #529579).
+
+ -- David Gil d...@telefonica.net  Fri, 22 May 2009 10:45:36 +0200
+
 phpgacl (3.3.7-6) unstable; urgency=low
 
   * debian/phpgacl.templates: Use All as default choice for web server,
diff -Nru phpgacl-3.3.7/debian/control phpgacl-3.3.7/debian/control
--- phpgacl-3.3.7/debian/control2009-05-22 10:52:50.0 +0200
+++ phpgacl-3.3.7/debian/control2009-05-22 10:52:51.0 +0200
@@ -11,7 +11,7 @@
 
 Package: phpgacl
 Architecture: all
-Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client |  virtual-mysql-client, libphp-adodb (= 4.64), smarty (= 2.6.9), php-cache-lite (= 1.5.2)
+Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client |  virtual-mysql-client, libphp-adodb (= 4.64), smarty (= 2.6.9), php-cache-lite (= 1.5.2), libnusoap-php
 Description: PHP Generic Access Control Lists
  phpGACL is a set of PHP functions giving web developers a simple,
  yet immensely powerful drop in permission system for their current
diff -Nru phpgacl-3.3.7/debian/phpgacl.preinst phpgacl-3.3.7/debian/phpgacl.preinst
--- phpgacl-3.3.7/debian/phpgacl.preinst2009-05-22 10:52:50.0 +0200
+++ phpgacl-3.3.7/debian/phpgacl.preinst2009-05-22 10:52:51.0 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 #
 # preinst file for phpgacl package
diff -Nru phpgacl-3.3.7/debian/phpgacl.prerm phpgacl-3.3.7/debian/phpgacl.prerm
--- phpgacl-3.3.7/debian/phpgacl.prerm  2009-05-22 10:52:50.0 +0200
+++ phpgacl-3.3.7/debian/phpgacl.prerm  2009-05-22 10:52:51.0 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 # source debconf stuff
 . /usr/share/debconf/confmodule
diff -Nru phpgacl-3.3.7/debian/rules phpgacl-3.3.7/debian/rules
--- phpgacl-3.3.7/debian/rules  2009-05-22 10:52:50.0 +0200
+++ phpgacl-3.3.7/debian/rules  2009-05-22 10:52:51.0 +0200
@@ -43,7 +43,7 @@
# - Don't include Cache_lite directory, 
#   instead use php-cache-lite debian package.
install -d $(CURDIR)/debian/phpgacl/usr/share/phpgacl/
-   cp -r *.php *.inc admin/ soap/ test_suite/ schema.xml \
+   cp -r *.php *.inc admin/ test_suite/ schema.xml \
$(CURDIR)/debian/phpgacl/usr/share/phpgacl/

# Remove smarty directory, instead use smarty debian package


Bug#529579: phpgacl: Should depend on libnusoap-php instead of shipping it

2009-05-22 Thread David Gil
I've not tested the package correctly, I could not find any include
soap in the code (outside soap directory) and I'd just remove that
directory.

It's my mistake, I'll modify soap/server.php and soap/php_client.php
instead (files using nusoap.php), in order to use the packaged
nusoap.php file.

Let me test it deeper and I'll upload a package to mentors again.

Thanks,
David.

El vie, 22-05-2009 a las 13:10 +0200, Olivier Berger escribió:
 Hi.
 
 Unless I'm mistaken, I can't seem to see any change on the require code
 that should probably be used to load the library... so I'm not so sure
 the SOAP server would still be running :-/
 
 Sorry, didn't try and test.
 
 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#529579: phpgacl: Should depend on libnusoap-php instead of shipping it

2009-05-22 Thread David Gil
El vie, 22-05-2009 a las 13:24 +0200, David Gil escribió:
 I'll modify soap/server.php and soap/php_client.php
 instead (files using nusoap.php), in order to use the packaged
 nusoap.php file.

And will not ship nosoap.php included in the source code, of course.





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



Bug#529579: phpgacl: Should depend on libnusoap-php instead of shipping it

2009-05-22 Thread David Gil
I've just upload to mentors a new package. I have no time to test it
right now, so I don't recommend to upload it to the archive. Please,
take a look yourself.

diff -Nru phpgacl-3.3.7/debian/changelog phpgacl-3.3.7/debian/changelog
--- phpgacl-3.3.7/debian/changelog	2009-05-22 15:43:05.0 +0200
+++ phpgacl-3.3.7/debian/changelog	2009-05-22 15:43:06.0 +0200
@@ -1,3 +1,13 @@
+phpgacl (3.3.7-7) unstable; urgency=low
+
+  * debian/phpgacl.{preinst,prerm}: set -e flag to maintainer scripts,
+which ensures that the script's execution is aborted when any
+executed command fails.
+  * Depend on libnusoap-php instead of shipping its
+source code (Closes: #529579).
+
+ -- David Gil d...@telefonica.net  Fri, 22 May 2009 10:45:36 +0200
+
 phpgacl (3.3.7-6) unstable; urgency=low
 
   * debian/phpgacl.templates: Use All as default choice for web server,
diff -Nru phpgacl-3.3.7/debian/control phpgacl-3.3.7/debian/control
--- phpgacl-3.3.7/debian/control	2009-05-22 15:43:05.0 +0200
+++ phpgacl-3.3.7/debian/control	2009-05-22 15:43:06.0 +0200
@@ -11,7 +11,7 @@
 
 Package: phpgacl
 Architecture: all
-Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client |  virtual-mysql-client, libphp-adodb (= 4.64), smarty (= 2.6.9), php-cache-lite (= 1.5.2)
+Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client |  virtual-mysql-client, libphp-adodb (= 4.64), smarty (= 2.6.9), php-cache-lite (= 1.5.2), libnusoap-php
 Description: PHP Generic Access Control Lists
  phpGACL is a set of PHP functions giving web developers a simple,
  yet immensely powerful drop in permission system for their current
diff -Nru phpgacl-3.3.7/debian/phpgacl.preinst phpgacl-3.3.7/debian/phpgacl.preinst
--- phpgacl-3.3.7/debian/phpgacl.preinst	2009-05-22 15:43:05.0 +0200
+++ phpgacl-3.3.7/debian/phpgacl.preinst	2009-05-22 15:43:06.0 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 #
 # preinst file for phpgacl package
diff -Nru phpgacl-3.3.7/debian/phpgacl.prerm phpgacl-3.3.7/debian/phpgacl.prerm
--- phpgacl-3.3.7/debian/phpgacl.prerm	2009-05-22 15:43:05.0 +0200
+++ phpgacl-3.3.7/debian/phpgacl.prerm	2009-05-22 15:43:06.0 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 # source debconf stuff
 . /usr/share/debconf/confmodule
diff -Nru phpgacl-3.3.7/debian/rules phpgacl-3.3.7/debian/rules
--- phpgacl-3.3.7/debian/rules	2009-05-22 15:43:05.0 +0200
+++ phpgacl-3.3.7/debian/rules	2009-05-22 15:43:06.0 +0200
@@ -46,6 +46,9 @@
 	cp -r *.php *.inc admin/ soap/ test_suite/ schema.xml \
 		$(CURDIR)/debian/phpgacl/usr/share/phpgacl/
 	
+	# Remove nusoap.php file, instead use libnusoap-php debian package
+	rm -rf $(CURDIR)/debian/phpgacl/usr/share/phpgacl/soap/nusoap.php
+
 	# Remove smarty directory, instead use smarty debian package
 	rm -rf $(CURDIR)/debian/phpgacl/usr/share/phpgacl/admin/smarty
 	# smarty needs a template_c/ directory, 
diff -Nru phpgacl-3.3.7/soap/clients/php_client.php phpgacl-3.3.7/soap/clients/php_client.php
--- phpgacl-3.3.7/soap/clients/php_client.php	2003-08-26 00:03:56.0 +0200
+++ phpgacl-3.3.7/soap/clients/php_client.php	2009-05-22 15:43:06.0 +0200
@@ -1,5 +1,5 @@
 ?php
-require_once('../nusoap.php');
+require_once('/usr/share/php/nusoap/nusoap.php');
 
 /*
  * EDIT THE BELOW URL TO MATCH YOUR SERVER.
diff -Nru phpgacl-3.3.7/soap/server.php phpgacl-3.3.7/soap/server.php
--- phpgacl-3.3.7/soap/server.php	2003-08-26 01:44:40.0 +0200
+++ phpgacl-3.3.7/soap/server.php	2009-05-22 15:43:06.0 +0200
@@ -12,7 +12,7 @@
  *  into this file, and only include the ../gacl.class.php file. 
  */
 require_once('../admin/gacl_admin.inc.php');
-require_once('nusoap.php');
+require_once('/usr/share/php/nusoap/nusoap.php');
 
 $s = new soap_server;
 


Bug#509024: Fwd: Re: php-xajax security fixes for debian etch

2008-12-25 Thread David Gil
Hello Steffen,

I've just upload a package to mentors, including an slightly version of
your patch in order to apply with the unstable package.

http://mentors.debian.net/debian/pool/main/p/php-xajax/

Please, take a look carefully the package and consider to sponsor it.

I think both unstable and stable patches work fine and do their job.
Anyway, I'll try to test deeply the etch package at my work.

Merry Christmas and sorry for the late response,
David.

El lun, 22-12-2008 a las 21:05 +0100, Steffen Joeris escribió:
 
  Tomorrow I'll update the package located in mentors[1] including
 your
  patch. But I need an sponsor to upload the package to unstable, and
  Javier seems to be quite busy or missing..
 I could sponsor your upload, if you want. Just tell me, when you got
 it ready.
 I've prepared the upload for stable-security and would appreciate, if
 you 
 could help me testing the packages[0].




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



Bug#504521: powernowd: please consider using lsb functions in init script

2008-11-04 Thread David Gil
Package: powernowd
Version: 1.00-1
Severity: wishlist

Hello powernowd maintainer,

Please, consider using lsb functions for display messages
in your init script  (log_daemon_msg, log_progress_msg,
log_end_msg and others from /lib/lsb/init-functions)
instead of just using echo.

Thanks.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502616: libwbxml2-0: Bad Request (0x40) while using MultiSync 0.90

2008-10-18 Thread Yossi Gil
Package: libwbxml2-0
Version: 0.9.2-6
Severity: important


I am using the most recent version of the package, that is version 0.9.2-6 
of libwbxml. I still get the same error message as in bug 475305, upon trying 
to sync my nokia 6085 using MultiSync 0.90.  
I use  Ubuntu 8.10. Any cure for that?


-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid'), (500, 'hardy-proposed')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-7-server (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 libwbxml2-0 depends on:
ii  libc6   2.8~20080505-0ubuntu7GNU C Library: Shared libraries
ii  libexpat1   2.0.1-4  XML parsing C library - runtime li
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  zlib1g  1:1.2.3.3.dfsg-12ubuntu1 compression library - runtime

libwbxml2-0 recommends no packages.

libwbxml2-0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501035: [INTL:sv] Swedish strings for phpgacl debconf

2008-10-16 Thread David Gil
El jue, 16-10-2008 a las 06:10 +0200, Christian Perrier escribió:
 I uploaded the package. However, you might want to deal with the few
 lintian warnings, once lenny is released. Maintainer scripts not
 exisint on errors (no -e flag) is generally considered a bad idea.

Thanks Christian for the upload and for the advice.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501035: [INTL:sv] Swedish strings for phpgacl debconf

2008-10-15 Thread David Gil
Hello Martin,

El vie, 03-10-2008 a las 16:29 +0200, Martin Bagge escribió:
 #. Type: note
 #. Description
 #: ../phpgacl.templates:2001
 msgid 
 Your system has an obsolete configuration file
 (/etc/phpgacl/phpgacl.conf.
 php). Please, review the new configuration file
 (/etc/phpgacl/gacl.ini.php) 
 and remove the obsolete one.
 msgstr 
 Ditt system har en gammal inställningsfil
 (/etc/phpgacl/phpgacl.conf.php). 
 Kontrollera innehållet i den nya inställningsfilen
 (/etc/phpgacl/gacl.in

I found one error with your translation.

  ...
  debconf-updatepo
  sv.po:78: end-of-file within string
  msgmerge: found 1 fatal error
  ...

The last string is incomplete. Please, could you send me a fixed sv.po
file?

Thanks!
David.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501035: [INTL:sv] Swedish strings for phpgacl debconf

2008-10-15 Thread David Gil
tags 501035 +pending
thanks

Ok, I've just upload a package to mentors¹ with other trivial changes.
My sponsor seems to be quite busy, so if anyone wants to sponsor the
upload..

¹ http://mentors.debian.net/debian/pool/main/p/phpgacl/





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501644: New upstream version (1.4.1)

2008-10-09 Thread David Gil
Thanks for the notice Laurent.

I'm waiting for my sponsor to upload a package located in mentors.
http://mentors.debian.net/debian/pool/main/a/acidbase/

Anyway, in the meantime I'll work packaging 1.4.1 version.

Greetings,
David.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491422: phpgacl: fails to install

2008-10-09 Thread David Gil
Hello Henk,

What's the status of this bug? I can't reproduce it, and no other bugs
related are been submitted.
Is your installation still failing?

Greetings,
David.

2008/7/22 henk [EMAIL PROTECTED]:
 In a chroot setup phpgacl installs flawless.
 The problem is in my setup.
 --
 Groet
 h.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492047: ocsinventory-server: error in apache configuration file

2008-07-23 Thread David Gil
Package: ocsinventory-server
Version: 1.01-5
Severity: normal

# apt-get install ocsinventory-server
...
...
Configurando ocsinventory-server (1.01-5) ...
dbconfig-common: writing config to
/etc/dbconfig-common/ocsinventory-server.conf
Creating config file /etc/dbconfig-common/ocsinventory-server.conf with
new version
Creating config file /etc/ocsinventory/ocsinventory.conf with new
version
Syntax error on line 33 of /etc/apache2/conf.d/ocsinventory.conf:
PerlSetEnv takes two arguments, PerlSetEnv
 failed!
invoke-rc.d: initscript apache2, action reload failed.

# /etc/init.d/apache2 restart
Restarting web server: apache2* We failed to correctly shutdown apache,
so we're now killing all running apache processes. This is almost
certainly suboptimal, so please make sure your system is working as
you'd expect now!
 ... waiting Syntax error on line 33 of
/etc/apache2/conf.d/ocsinventory.conf:
PerlSetEnv takes two arguments, PerlSetEnv
 failed!

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ocsinventory-server depends on:
ii  apache2   2.2.9-5Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apache2] 2.2.9-5Apache HTTP Server - traditional n
ii  dbconfig-common   1.8.39 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libapache-dbi-perl1.07-1 Connect apache server to database
ii  libapache2-mod-perl2  2.0.4-1Integration of perl with the Apach
ii  libcompress-zlib-perl 2.011-1Perl module for creation and manip
ii  libdbd-mysql-perl 4.007-1A Perl5 database interface to the
ii  libdbi-perl   1.605-1Perl5 database interface by Tim Bu
ii  libnet-ip-perl1.25-2 Perl extension for manipulating IP
ii  libxml-simple-perl2.18-1 Perl module for reading and writin
ii  ucf   3.007  Update Configuration File: preserv

Versions of packages ocsinventory-server recommends:
ii  ocsinventory-reports  1.01-5 Hardware and software inventory to

-- debconf information:
  ocsinventory-server/internal/skip-preseed: true
  ocsinventory-server/remote/newhost:
  ocsinventory-server/install-error: abort
  ocsinventory-server/passwords-do-not-match:
  ocsinventory-server/upgrade-error: abort
  ocsinventory-server/remote/port:
  ocsinventory-server/mysql/method: unix socket
  ocsinventory-server/database-type: mysql
  ocsinventory-server/db/app-user: ocs
  ocsinventory-server/mysql/admin-user: root
  ocsinventory-server/missing-db-package-error: abort
  ocsinventory-server/remove-error: abort
  ocsinventory-server/internal/reconfiguring: false
* ocsinventory-server/dbconfig-install: false
  ocsinventory-server/dbconfig-upgrade: true
  ocsinventory-server/purge: false
  ocsinventory-server/upgrade-backup: true
  ocsinventory-server/remote/host:
  ocsinventory-server/dbconfig-reinstall: false
  ocsinventory-server/db/dbname: ocsweb
  ocsinventory-server/dbconfig-remove:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491422: phpgacl: fails to install

2008-07-22 Thread David Gil
tags 491422 + moreinfo unreproducible
severity 491422 normal
thanks

Hello Henk,

I am not able to reproduce this bug. Could you please provide me more
information? What are the steps you follow to make it fail?
Thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#488848: ITP: php-ids -- Web Application Security 2.0

2008-07-01 Thread David Gil
Package: wnpp
Severity: wishlist
Owner: David Gil [EMAIL PROTECTED]


* Package name : php-ids
  Version  : 0.5
  Upstream Authors : Mario Heiderich [EMAIL PROTECTED]
 Christian Matthies [EMAIL PROTECTED]
 Lars H. Strojny [EMAIL PROTECTED]
* URL  : http://php-ids.org
* License  : LGPL
  Programming Lang : PHP
  Description  : Web Application Security 2.0

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well
structured, fast and state-of-the-art security layer for your PHP based
web application. The IDS neither strips, sanitizes nor filters any
malicious input, it simply recognizes when an attacker tries to break
your site and reacts in exactly the way you want it to. Based on a set
of approved and heavily tested filter rules any attack is given a
numerical impact rating which makes it easy to decide what kind of
action should follow the hacking attempt. This could range from simple
logging to sending out an emergency mail to the development team,
displaying a warning message for the attacker or even ending the user's
session.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474173: same here

2008-04-10 Thread David Barreda Gil
Same happening with every application, here with fretsonfire-1.2.512 when
ia32-libs is with 2.3. A good way -temporaly one- to use this kind of
applications is downgrading.

-- 
David Barreda
http://arkold.tibia4.net/


Bug#278215: Make her wet and ready

2008-03-25 Thread Gil Palczewski
Give all your mates locker room envy when they see how many inches you’ve 
gained.

http://www.Aramovinet.com/
Re: don't forget this



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#210990: Jessica Alba naked and wet

2008-03-21 Thread Gil Gornicki
Make your dreams of having a huge rod true within just weeks.

http://www.fantestecs.com/
Desperate for 9 inches in her



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#249993: Increaes your size and stamina today.

2008-03-21 Thread Gil Carrion

Women will not be able to keep their mouth off your rod after this.

http://www.eyfueepoer.com/
I peeked at my neighbor’s daughter



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#345378: I had once felt

2008-03-20 Thread colas gil
PhallusImportantNeil http://www.Sextiitoo.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#214916: special depth that true

2008-03-20 Thread gil liam
BodypartQueen-sizeThad http://www.Twalveen.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382827: arhat accession battlefront

2008-03-17 Thread Gil Mays
Aquire Prescripitons and Medciations while you still can!

www.acidicacquisitive.anaerobic.nothyr.com



on arhataccession




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#98013: [3]: Super Health with Super Antiox GSE! 1 Free Bottle

2008-03-14 Thread Gil
How would you like to try a FREE bottle of the most powerful antioxidant on 
earth?

Super Antiox GSE#8482; has been formulated by a leading authority in nutrition 
and supplementation and fortified with Grape Seed Extract! Read the
imformation below to see the true value antioxidants provide the body,
then send for your free bottle!



To get your FREE bottle go to http://www.getsuperantiox.com and get 1 FREE 
bottle of Super Antiox GSE#8482; 


Antioxidants 

Emerging science suggests that unstable little 
molecules called free radicals may be linked to disease.

Where do they come from? Everywhere. Not only 
does your body produce them as part of normal 
metabolism but there are also many external sources 
such as air pollution, alcohol, pesticides, sunlight, 
tobacco smoke, drugs, and even fried foods.

Antioxidants like those found in POM Wonderful 
Pomegranate Juice fight hard to help prevent free 
radicals from doing their damage 


Grape Seed Extract 
It is beneficial in treating degenerative and deteriorating diseases because of 
the 
potent antioxidant qualities it has. Some expensive supplements, derived from 
pine bark, 
contain 85% proanthocyanidin while grapeseed extract contains 95% 
proanthocyanidin.

It helps increase the effectiveness of vitamin C by acting as a carrier and as 
a restorer of 
oxidized vitamin C by working with glutathione.These nutrients belong to the 
flavonoid family. 
The action of this nutrient is to act as an antioxidant and stabilize collagen 
and elastin - both 
important proteins in connective tissues, as well as blood vessels and muscles.

Although they are not essential nutrients to the body they do have a part to 
play in achieving optimum health.

These nutrients are water-soluble and free of side effects since excess is 
simply excreted in the urine. 
Another positive effect of these flavonoids in the body is the sparing of 
consumption of vitamin C.

PCO help with increasing intra cellular vitamin C levels, decreasing capillary 
permeability and fragility, scavenges 
oxidants and free radicals and uniquely binds to collagen in order to protect 
it from destruction.

Free radicals
These nutrients are also helpful as anti-inflammatory, antihistamines, and 
anti-allergens and are very effective 
free radical scavengers. They possess up to 50 times stronger antioxidant 
activity than those of vitamin C and E, 
Beta Carotene or Selenium.

They are great to promote tissue elasticity, healing injuries, reducing 
swelling, edema, as well as improving circulation.

With all of these properties it is clear to see that it is great for anti-aging 
and anti-disease treatment. Daily intake of these 
nutrients, as well as other antioxidants, will help with preventing premature 
aging, diseases and decay.

It has also been reported that it is helpful in fighting varicose veins as well 
as high blood pressure and diabetes. In certain 
individuals vision improved as well as general well-being.

 

to unsubscribe send an email to [EMAIL PROTECTED]





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470881: snort-common: typo in snort.conf community rules

2008-03-14 Thread David Gil
Package: snort-common
Severity: minor
Tags: patch

$ ls rules/community-game.rules rules/community-inappropriate.rules | cat
rules/community-game.rules
rules/community-inappropriate.rules

$ egrep community-game|community-inapprop etc/snort.conf
# include $RULE_PATH/community-inappropiate.rules
# include $RULE_PATH/community-games.rules


The rules are not included by default so I set the severity to minor.
Here is the obvious patch:

--- etc/snort.conf.orig 2008-03-14 10:33:12.0 +0100
+++ etc/snort.conf  2008-03-14 10:33:22.0 +0100
@@ -996,11 +996,11 @@
 # include $RULE_PATH/policy.rules
 # include $RULE_PATH/community-policy.rules
 # include $RULE_PATH/porn.rules
-# include $RULE_PATH/community-inappropiate.rules
+# include $RULE_PATH/community-inappropriate.rules
 # include $RULE_PATH/chat.rules
 # include $RULE_PATH/multimedia.rules
 # include $RULE_PATH/p2p.rules
-# include $RULE_PATH/community-games.rules
+# include $RULE_PATH/community-game.rules
 # include $RULE_PATH/community-misc.rules

 # Extremely chatty rules:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#273605: amble barnyard

2008-03-12 Thread kermit gil
Grab Presrciptions before it is too late
www.www.aristotelianartemisia.bacchus%2Etimeimagine.com



may aarhusannapolis

amble it's battelle




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#460590: audacity: Need a portaudiov19cvs update

2008-01-13 Thread Gil Brandao
Package: audacity
Version: 1.3.4-1
Severity: important


Since I installed jackd, audacity stoped worked via alsa driver (alsa,default). 

I started audacity from the console and i realize that jackd is being auto 
started, 
so jackd steals the alsa device! I searched and I found that the problem is in 
the 
cvs version of portaudio. Check the upstream wiki:

http://audacityteam.org/wiki/index.php?title=Audacity_PortAudio_v19


My temporary solution is to change jackd permissions before using audacity with 
alsa 
but that's kind of ugly.

Gil Brandao


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 audacity depends on:
ii  libasound2  1.0.15-3 ALSA library
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libflac++6  1.2.1-1  Free Lossless Audio Codec - C++ ru
ii  libflac81.2.1-1  Free Lossless Audio Codec - runtim
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libid3tag0  0.15.1b-10   ID3 tag reading library from the M
ii  libjack00.103.0-6JACK Audio Connection Kit (librari
ii  libmad0 0.15.1b-2.1  MPEG audio decoder library
ii  libogg0 1.1.3-3  Ogg Bitstream Library
ii  libsndfile1 1.0.17-4 Library for reading/writing audio 
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libvorbis0a 1.2.0.dfsg-3 The Vorbis General Audio Compressi
ii  libvorbisenc2   1.2.0.dfsg-3 The Vorbis General Audio Compressi
ii  libvorbisfile3  1.2.0.dfsg-3 The Vorbis General Audio Compressi
ii  libwxbase2.6-0  2.6.3.2.2-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.2-1  wxWidgets Cross-platform C++ GUI t

audacity recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#15865: You can expect an increase ranging from 1 to 4 inches in length after a 4 month supply.

2007-12-25 Thread Gil Hutchinson

There are differences in all people in regards to height, weight and appearance.
http://uraouesns.com




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#453838: acidbase: CVE-2007-6156 cross site scripting vulnerability

2007-12-02 Thread David Gil
tags 453838 +pending
thanks

Hello Nico,

I've just upload the new upstream version of BASE (1.3.9) including your
fix to mentors. http://mentors.debian.net/debian/pool/main/a/acidbase/

Thanks,
David.

El dom, 02-12-2007 a las 15:08 +0100, Nico Golde escribió:
 Hi,
 attached is a patch for an NMU which fixes this bug.
 The patch referenced in my first mail seems to be wrong, 
 there were {} missing around the header and die.
 This patch is also available from:
 http://people.debian.org/~nion/nmu-diff/acidbase-1.3.8-1_1.3.8-1.1.patch
 
 Kind regards
 Nico
 





Bug#453838: acidbase: CVE-2007-6156 cross site scripting vulnerability

2007-12-02 Thread David Gil
It's not necesary. My usual sponsor will do it.
Anyway, thanks Nico.

On 02/12/2007, Nico Golde [EMAIL PROTECTED] wrote:

 Do you want me to sponsor this upload? If yes no problem,
 just ping me.


Bug#446436: long description

2007-10-12 Thread David Barreda Gil
Package: wnpp
Severity: wishlist


* Package name : libboost-asio-dev
Version : 0.3.8-rc3
Upstream Author : Chris Kohlhoff [EMAIL PROTECTED]
* URL : http://asio.sourceforge.net/
* License : Boost Software License.
Programming Lang: C++
Description : asio C++ library

asio is a cross-platform C++ library for network programming that provides
developers with a consistent asynchronous I/O model using a modern C++
approach.

-- 
David Barreda
http://arkold.tibia4.net/


Bug#446056: acpi-support: patch for improve sonybright.sh in my sony vaio fr215

2007-10-10 Thread David Gil
Package: acpi-support
Version: 0.103-1
Severity: minor
Tags: patch

I've modified sonybright script in order to works better with my sony vaio.
I have a fr215 model, maybe this changes doesn' work with newer vaio models.

The problem is that /sys/class/backlight/sony/actual_brightness has a value
of 5, and it never changes its value, so the script only changes the bright
value from 4 to 6. Reading from /sys/class/backlight/sony/brightness the
problem is fixed (being 7 the brightness-top of my laptop).

Thanks, here's the patch attached:

--- sonybright.sh.orig  2007-10-10 10:10:19.0 +0200
+++ sonybright.sh   2007-10-10 10:14:10.0 +0200
@@ -4,9 +4,9 @@
 
 modprobe sony-laptop
 
-BRIGHTNESS=$(cat /sys/class/backlight/sony/actual_brightness)
+BRIGHTNESS=$(cat /sys/class/backlight/sony/brightness)
 
-if [ $BRIGHTNESS -gt 8 ]; then
+if [ $BRIGHTNESS -gt 7 ]; then
BRIGHTNESS=1
 fi
 
@@ -20,7 +20,7 @@
# Recent nvidia Sonys have ACPI methods that do nothing. Thanks, Sony.
[ -x /usr/bin/nvclock ]  nvclock -S -10 2/dev/null
 elif [ x$1 = xup ]; then
-   if [ x$BRIGHTNESS != x8 ]; then
+   if [ x$BRIGHTNESS != x7 ]; then
   BRIGHTNESS=$(( $BRIGHTNESS + 1 ))
   echo $BRIGHTNESS  /sys/class/backlight/sony/brightness
fi


-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpi-support depends on:
ii  acpid 1.0.6-3Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface 
ii  finger0.17-11user information lookup program
ii  hdparm7.7-1  tune hard disk parameters for high
ii  laptop-detect 0.13.2 attempt to detect a laptop
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  nvclock   0.8b2-1Allows you to overclock your nVidi
ii  powermgmt-base1.29   Common utils and configs for power
ii  radeontool1.5-5  utility to control ATI Radeon back
ii  toshset   1.72-6 Access much of the Toshiba laptop 
ii  vbetool   0.7-1.1run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+1  X server utilities

acpi-support recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#193934: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Gil Pina
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#330268: Shipping Clerk - flexible time work-at-home opening

2007-09-30 Thread Gil


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#207186: M5 0ff1ce 2k7 79$usd, Akrobat 8 79$usd, Ado6e Pho+oshop C53 89$usd, 5ave 2,999.95$usd

2007-09-29 Thread Gil Zimmerman
Vis|t cheapezsoft. com |n Internet Exp|orer.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#55468: Creat1ve Su1te 3 for PC 0r Mac 269 $ Save_1599,95 from retalI down1oad lnstant

2007-09-15 Thread Gil Crawford
Vizit mycheapoem . com in Internnet Xp1orer browser.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#378290: contact lists for Dentists

2007-07-16 Thread Gil T Munoz



Last week's special is back until Jul 20:

Physicians in the USA
more than 700 thousand records sortable by state or specialty
many different fields, lots of specialties .. $359

USA Hospital Directory
over 23 thousand administrators on file
full data on high profile execs .. $298

USA Nursing Home Directory
more than 31,000 senior admins, 11,000 nursing directors
in over 14,000 US nursing homes .. $198

USA Dentist and Dental Services Directory
Includes 597,000 total records .. $198

Order the Physician data and get the other 3 at no cost!

For more details or to purchase send an email to : [EMAIL PROTECTED]





send an email to the above address with unlist to be unlisted from our 
database.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432534: initramfs-tools: Asks for LUKS passphrase before SCSI disk is ready (Linux 2.6.21, 22)

2007-07-10 Thread Felipe Gil-Castiñeira
Package: initramfs-tools
Version: 0.89
Severity: important


My root filesystem is in an encrypted SCSI disk. It works without
problems with Linux 2.6.18, but with 2.6.21 or 2.6.22 versions the system 
asks for the LUKS passphrase before the SCSI disk is ready.

Adding a quick-and-dirty delay in 
/usr/share/initramfs-tools/scripts/local-top/cryptroot solves the
problem 
(http://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/21878/comments/28).

Thanks,
Felipe.

P.S.: My disk is a Seagate ST336706LW, and the SCSI adapter is an
Adaptec aic7892 Ultra160.

-- Package-specific info:
-- /proc/cmdline
root=/dev/mapper/neuromante--vm-root ro 

-- /proc/filesystems
cramfs
vfat
ext3

-- lsmod
Module  Size  Used by
nfs   224460  0 
nfsd  202864  17 
exportfs5472  1 nfsd
lockd  60456  3 nfs,nfsd
nfs_acl 3520  2 nfs,nfsd
sunrpc157852  13 nfs,nfsd,lockd,nfs_acl
ppdev   8676  0 
lp 10980  0 
button  7920  0 
ac  5188  0 
battery 9988  0 
iptable_mangle  2784  0 
ip_tables  12260  1 iptable_mangle
x_tables   14372  1 ip_tables
ipv6  236932  34 
loop   16932  0 
tsdev   7968  0 
snd_emu10k1_synth   6944  0 
snd_emux_synth 31072  1 snd_emu10k1_synth
snd_seq_virmidi 6848  1 snd_emux_synth
snd_seq_midi_emul   5888  1 snd_emux_synth
snd_emu10k1   123040  1 snd_emu10k1_synth
snd_seq_dummy   3748  0 
snd_seq_oss29408  0 
snd_seq_midi8160  0 
snd_seq_midi_event  6880  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq46320  9 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_rawmidi22624  3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
firmware_class  9504  1 snd_emu10k1
snd_ac97_codec 92836  1 snd_emu10k1
ac97_bus2272  1 snd_ac97_codec
snd_pcm_oss39200  0 
snd_mixer_oss  15424  1 snd_pcm_oss
snd_pcm72324  3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device  7692  8 
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_timer  21028  3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc  9512  2 snd_emu10k1,snd_pcm
snd_util_mem4544  2 snd_emux_synth,snd_emu10k1
psmouse36016  0 
pcspkr  3104  0 
snd_hwdep   8772  2 snd_emux_synth,snd_emu10k1
i2c_piix4   8524  0 
serio_raw   6692  0 
rtc12856  0 
emu10k1_gp  3712  0 
gameport   14984  2 emu10k1_gp
parport_pc 33796  1 
parport33960  3 ppdev,lp,parport_pc
snd48324  13 
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_seq_oss,snd_seq,snd_rawmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
i2c_core   23552  1 i2c_piix4
soundcore   7520  1 snd
sworks_agp  9408  0 
agpgart31912  1 sworks_agp
evdev   9312  3 
ext3  121192  6 
jbd55304  1 ext3
mbcache 8260  1 ext3
sha256 11008  0 
aes27680  2 
cbc 4416  1 
blkcipher   6244  1 cbc
sd_mod 27136  3 
dm_crypt   12808  1 
ide_generic 1216  0 [permanent]
dm_mirror  20896  0 
dm_snapshot16516  0 
dm_mod 52000  18 dm_crypt,dm_mirror,dm_snapshot
ide_cd 36416  0 
cdrom  32832  1 ide_cd
generic 4836  0 [permanent]
serverworks 7528  0 [permanent]
ata_generic 7556  0 
libata116048  1 ata_generic
8139too25536  0 
aic7xxx   156856  2 
scsi_transport_spi 23008  1 aic7xxx
e100   33644  0 
mii 5280  2 8139too,e100
ehci_hcd   30796  0 
ohci_hcd   19780  0 
thermal13416  0 
processor  31016  1 thermal
fan 4836  0 
floppy 54884  0 
usb_storage76640  0 
usbcore   125064  4 ehci_hcd,ohci_hcd,usb_storage
scsi_mod  136620  5 
sd_mod,libata,aic7xxx,scsi_transport_spi,usb_storage
ide_core  113796  5 
ide_generic,ide_cd,generic,serverworks,usb_storage
vfat   12032  0 
fat48540  1 vfat

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes

Bug#430199: RM: gnudoku -- RoM; RC_buggy; outdated; better alternatives

2007-06-23 Thread David Gil
Package: ftp.debian.org
Severity: normal

Please, remove gnudoku from the archive. These are the reasons:

 * Last upstream version: December 2005
 * RC-Buggy for 1 year and 140 days now.
 * There are better alternatives in the archive like gnome-sudoku
 * The package hasn't never been in testing

Thanks,
David.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427686: php-xajax: Undefined variable: sResponse

2007-06-05 Thread David Gil
tags 427686 +patch
tags 427686 +pending
thanks

There is a fix here:
http://community.xajaxproject.org/viewtopic.php?id=4630

I've prepared this patch (attached). 

Thanks Uwe, I'll update the package ASAP.

El mar, 05-06-2007 a las 21:59 +0200, Uwe Steinmann escribió:
 Package: php-xajax
 Version: 0.2.5-1
 Severity: important
 
 
 Since the last version 0.2.5 an error complaining about an undefined
 variable stops my application from working.
 
 bNotice/b:  Undefined variable: sResponse in
 b/usr/share/php/xajax/xajax.inc.php/b on line b747/b
 
 That variable sReponse is in fact only used once in line 747 and
 nowhere else. It's not even been initialized. I wonder if it rather
 has to be oResponse instead.
 
   Uwe
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (500, 'sid'), (500, 'oldstable'), (500, 
 'testing')
 Architecture: powerpc (ppc)
 
 Kernel: Linux 2.6.17-2-powerpc
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
 LC_ALL set to [EMAIL PROTECTED])
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages php-xajax depends on:
 ii  php46:4.4.6-2server-side, HTML-embedded 
 scripti
 ii  php4-cgi6:4.4.6-2+b1 server-side, HTML-embedded 
 scripti
 ii  php4-cli6:4.4.6-2+b1 command-line interpreter for the 
 p
 ii  php5-cli5.2.2-2  command-line interpreter for the 
 p
 
 php-xajax recommends no packages.
 
 -- no debconf information
 
--- xajax.inc.php.orig	2007-06-05 22:17:09.0 +0200
+++ xajax.inc.php	2007-06-05 22:24:13.0 +0200
@@ -744,9 +744,10 @@
 	}
 	$oResponse = $this-_callFunction($sFunctionName, $aArgs);
 }
-if (is_string($sResponse)) {
-	$oResponse = new xajaxResponse();
-	$oResponse-addAlert(No XML Response Was Returned By Function $sFunctionName.\n\nOutput: .$oResponse);
+if (is_string($oResponse)) {
+	$oNewResponse = new xajaxResponse();
+	$oNewResponse-addAlert(No XML Response Was Returned By Function $sFunctionName.\n\nOutput: .$oResponse);
+	$oResponse = $oNewResponse;
 }
 else if ($sPreResponse != ) {
 	$oNewResponse = new xajaxResponse($this-sEncoding, $this-bOutputEntities);


Bug#426103: New upstream release with security fixes

2007-05-28 Thread David Gil
tags 426103 +pending
thanks

El sáb, 26-05-2007 a las 12:13 +0200, Florian Weimer escribió:
 Package: php-xajax
 Version: 0.2.4-2
 Severity: grave
 Tags: security
 
 xajax 0.2.5 fixes some XSS vulnerabilities (CVE-2007-2739,
 CVE-2007-2740).  Sorry, upstream hasn't released more details about
 the vulnerability.

Thanks Florian.

Waiting for my sponsor
http://mentors.debian.net/debian/pool/main/p/php-xajax/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422019: acidbase: Please fix postgresql dependency

2007-05-28 Thread David Gil
tags 422019 +pending
thanks

El jue, 03-05-2007 a las 00:35 +0200, Martin Pitt escribió:
 Your package currently depends on a version specific postgresql-X.Y
 package. Please change this to be just 'postgresql', unless your
 package really only works with a particular PostgreSQL version.

Waiting for my sponsor
http://mentors.debian.net/debian/pool/main/a/acidbase/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425372: python-adodb: syntax error in adodb.Close()

2007-05-21 Thread David Gil
Package: python-adodb
Version: 2.01-2
Severity: normal
Tags: patch

There is a syntax error in adodb.py file that causes that adodb never really
close db connections..

Thanks to Laurent Licour for point me this and for the patch:

--- adodb.py.ori2007-05-16 06:58:27.0 +0200
+++ adodb.py2007-05-16 06:58:22.0 +0200
@@ -366,7 +366,7 @@

 def Close(self):
 try:
-if _self._conn != None: self._conn.close()
+if self._conn != None: self._conn.close()
 except:
 pass


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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-adodb depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.6.4  automated rebuilding support for p

Versions of packages python-adodb recommends:
pn  python-mysqldbnone (no description available)
pn  python-psycopgnone (no description available)
ii  python-pysqlite2  2.3.3-2python interface to SQLite 3

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375438: gtkpod segfaults

2007-05-09 Thread David Gil
Hello Nico,

El vie, 04-05-2007 a las 13:37 +0200, Nico Golde escribió:
 Hi,
 can you please try gtkpod with the package from:
 http://people.debian.org/~nion/gtkpod/gtkpod_0.99.4-2_i386.deb
 It is the same package available in unstable build with 
 debugging symbols.

Of course.

 Use the following:
 gdb `which gtkpod`
 Then type 'run'
 Get gtkpod to crash and then write 'bt full' into the gdb 
 line and send the output back to the BTS please.
 Kind regards
 Nico
 

Here is the output:

$ gdb `which gtkpod`
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(gdb) run
Starting program: /usr/bin/gtkpod 
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1219742016 (LWP 15534)]
[New Thread -1222136944 (LWP 15539)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1219742016 (LWP 15534)]
0xb7e26417 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
(gdb) bt full
#0  0xb7e26417 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#1  0xb7814e20 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#2  0xb7814e20 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#3  0x0843c514 in ?? ()
No symbol table info available.
#4  0xb7f550e4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#5  0x0818a900 in ?? ()
No symbol table info available.
#6  0x08315540 in ?? ()
No symbol table info available.
#7  0xbffb5f68 in ?? ()
No symbol table info available.
#8  0xb7e1904b in gtk_tree_model_get_value ()
from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
Backtrace stopped: frame did not save the PC
(gdb) 

Hope this help.

Regards,
David.





Bug#343048: feedback at linuxorg banners

2007-04-03 Thread Gil Masih
aspire BA degree quotSocial
http://img444.imageshack.us/my.php?image=7wzvrn0.jpg
Help Links XPEarlier PCsShared



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404975: mplayer: Stop XscreenSaver option does not stop gnome-screensaver

2006-12-29 Thread David Gil
Package: mplayer
Version: 1.0~rc1-11
Severity: normal

The Stop XscreenSaver option is not useful in a fresh gnome desktop
environment, since xscreensaver was replaced by gnome-screensaver as
default screensaver.

It's quite boring to have to kill gnome-screensaver manually every
time I use mplayer.

Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#401217: backup-manager: typo in spanish debconf translation

2006-12-01 Thread David Gil
Package: backup-manager
Version: 0.7.5-1
Severity: minor
Tags: patch l10n

There's a typo in the spanish debconf translation:


--- es.po.orig  2006-12-01 21:07:40.0 +0100
+++ es.po   2006-12-01 21:07:48.0 +0100
@@ -470,7 +470,7 @@
 #. Choices
 #: ../backup-manager.templates:20001
 msgid weekly
-msgstr sedmanalmente
+msgstr semanalmente

 #. Type: select
 #. Choices


Thanks,
David.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages backup-manager depends on:
ii  debconf [debconf-2.0] 1.5.9  Debian configuration management sy
ii  findutils 4.2.28-1   utilities for finding files--find,
ii  gzip  1.3.5-15   The GNU compression utility
ii  ucf   2.0017 Update Configuration File: preserv

backup-manager recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#398619: Minor adaptations to this patch for acidbase

2006-11-25 Thread David Gil
tags 398619 + pending
tags 395055 + pending
thanks

I think the best solution right now is depending on all cmdline clients
supported by the package, until a best solution is adopted. I will
follow the progress of bugs like #353617 and #398634.

I am waiting for my (or other) sponsor to upload the package:
http://www.ossim.net/~dgil/debian/acidbase_1.2.7.orig.tar.gz
http://www.ossim.net/~dgil/debian/acidbase_1.2.7-1.diff.gz

Thanks,
David.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#398619: Minor adaptations to this patch for acidbase

2006-11-25 Thread David Gil
El sáb, 25-11-2006 a las 17:58 +0100, Christian Perrier escribió:
 I'm building the package and I'll upload

Thanks Christian, my sponsor has already done it.

Thanks again,
David.





Bug#398634: [phpgacl] alternative patch without hard dependencies on both db clients.

2006-11-23 Thread David Gil
El mié, 22-11-2006 a las 13:57 +0100, Steinar H. Gunderson escribió:
 On Wed, Nov 22, 2006 at 01:44:43PM +0100, Andreas Henriksson wrote:
  Since I've already created it I'll send this patch to the BTS just
 for
  reference.
  This one takes the alternative route of not having a hard-dependency
 on
  both mysql- and postgresql-client, but instead recommends them both
 and
  checks which one is available during configuration.
 
 Shouldn't this code rather reside in dbconfig-common? 

I agree. 

Maybe I am completely wrong, but phpgacl does not need (mysql|
postgresql)-client, dbconfig-common needs them (#353617).

I am not happy to make phpgacl depends on (mysql|postgresql)-client
since the package could be configured manually (not using dbconfig:
there is a debconf question for this purpose).

All packages using dbconfig-common are affected by this bug. I think
it's better to improve dbconfig-common than adding more code and depends
to all other packages.

I've CCed to Sean Finney, the dbconfig-common maintainer.

Thanks,
David.





Bug#395789: php-xajax: missing build target in debian/rules (Policy 4.9)

2006-11-11 Thread David Gil
tags 395789 + pending
thanks

Waiting for my sponsor
http://www.ossim.net/~dgil/debian/php-xajax_0.2.4-2.diff.gz




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397937: depends on an unavailable audacious-plugins package

2006-11-10 Thread David Gil
Package: audacious
Version: 1.1.2-3
Severity: important

Trying to update audacious (1.1.2-3 = 1.2.1-1) I get this:

# apt-get update
...

# apt-get install audaciuous
...
The following packages have unmet dependencies:
  audacious: Depends: audacious-plugins (= 1.2) but it is not installable
E: Broken packages

# apt-get install audacious-plugins
...
E: Package audacious-plugins has no installation candidate

It seems that the package audacious-plugins is in the NEW queue, but at 
this moment and until the package enter sid, audacious is uninstallable.

Thanks,
David.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages audacious depends on:
ii  libasound21.0.13-1   ALSA library
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libaudacious3 1.1.2-3Audacious C++ shared library
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.1-2generic font configuration library
ii  libglade2-0   1:2.6.0-2  library to load .glade files at ru
ii  libglib2.0-0  2.12.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpango1.0-0 1.14.7-1   Layout and rendering of internatio
ii  libsndfile1   1.0.16-1   Library for reading/writing audio 
ii  libtag1c2a1.4-4  TagLib Audio Meta-Data Library
ii  libtagc0  1.4-4  TagLib Audio Meta-Data Library (C 
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-2  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-4  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-3  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra

audacious recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397937: depends on an unavailable audacious-plugins package

2006-11-10 Thread David Gil
El vie, 10-11-2006 a las 17:30 +0100, Adam Cecile escribió:
 As I'm not ftp-master I can't do more than waiting. Please do the same
 and don't bug report if you know I can't help ;-) 

Sorry, but I thought you can do more than waiting. You can make
audacious not depending on audacious-plugins. If audacious-plugins is
really needed to make audacious works, then you can package the previous
version (that does not depend on it and works).

The bug should be closed when I (and all the users) can type apt-get
install audacious and install the package.

Anyway, I understand your position if you don't agree with me. I don't
want to re-open the bug. In a few days the package will enter sid..

Greetings,
David.





Bug#379520: kmail: I'd like to be able to edit To, Subject, Cc, and Bcc in external editor

2006-07-23 Thread Thomer M. Gil
Package: kmail
Version: 4:3.5.3-3
Severity: wishlist


It'd be wonderful if I could edit headers in the external editor.  Mutt, for
example, allows you to specify nicknames on the To: line in the editor (or
edit any header on outgoing mail, for that matter).  When exiting the editor,
nicknames get expanded to the full name and email addresses.  Similar
functionality in KMail would be great.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins 4:3.5.3-2core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  kdepim-kio-plugins  4:3.5.3-3KDE pim I/O Slaves
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.8-1The Network Audio System (NAS). (s
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-9GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.3-3KDE calendaring library
ii  libkdepim1a 4:3.5.3-3KDE PIM library
ii  libkleopatra1   4:3.5.3-3KDE GnuPG interface libraries
ii  libkmime2   4:3.5.3-3KDE MIME interface library
ii  libkpimidentities1  4:3.5.3-3KDE PIM user identity information 
ii  libksieve0  4:3.5.3-3KDE mail/news message filtering li
ii  libmimelib1c2a  4:3.5.3-3KDE mime library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.1-9  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  perl5.8.8-6  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins   4:3.5.3-2  core I/O slaves for KDE
ii  kdepim-kio-plugins4:3.5.3-3  KDE pim I/O Slaves
ii  procmail  3.22-16Versatile e-mail processor

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#377133: xchat-gnome: hangs typing /Wtab

2006-07-21 Thread David Gil
tags 377133 + fixed-upstream
thanks


Hello Marco,

El vie, 07-07-2006 a las 17:28 +0200, Marco Cabizza escribió:
 Sounds good, well not really, but at least we have a clue.
 
It's now fixed in the new 0.13 version :)

Other bugs are fixed in this release, like the auto-join with keyed
channels issue (I was going to fill another bug, but now I think it's
not necessary :)

Please, package this new version.

Thanks!
David.



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#376908: Recommends unavailable python-sqlite2

2006-07-10 Thread David Gil
Hello Luk,

El mié, 05-07-2006 a las 19:02 +0200, Luk Claes escribió:
 Package: python2.4-adodb

Package python2.4-adodb is not available in debian sid anymore (will be
removed from the archive in a few days I think) due to the new python
policy.

 Your package recommends python-sqlite2 which is not available (anymore).
 You might want to update it to python-pysqlite2.

I think this was fixed in the last upload (2.01-2):
Recommends: python-mysqldb, python-psycopg, python-pysqlite2

Take a look at the diff:
http://ftp.debian.org/debian/pool/main/p/python-adodb/python-adodb_2.01-2.diff.gz

Can I close this bug?

 Cheers
 
 Luk

Regards,
David.




signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#377133: xchat-gnome: hangs typing /Wtab

2006-07-06 Thread David Gil
Package: xchat-gnome
Version: 1:0.12-2
Severity: normal

Hello Marco,

When I type /W and press tab for autocompletion, xchat-gnome hangs. The same
happens with /R, /K and maybe others. This is reproducible all the times.

Please, tell me if I can send you more info.

Regards,
David.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages xchat-gnome depends on:
ii  libatk1.0-0  1.11.4-2The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.2.0-2 The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.62-4  simple interprocess messaging syst
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.3-2The GLib library of C routines
ii  libgnome2-0  2.14.1-2The GNOME 2 library - runtime file
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.2-1GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libnotify1   0.4.0-1 sends desktop notifications to a n
ii  libpango1.0-01.12.3-1Layout and rendering of internatio
ii  libperl5.8   5.8.8-6 Shared Perl library
ii  libsexy2 0.1.8-1 collection of additional GTK+ widg
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  python2.32.3.5-14An interactive high-level object-o
ii  xchat-gnome-common   1:0.12-2a new frontend to the popular X-Ch

xchat-gnome recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#377133: xchat-gnome: hangs typing /Wtab

2006-07-06 Thread David Gil
More info. I've just noticed that this bug seems to be reported in the
upstream bugzilla:
Bug 333482 – crash with command completion
http://bugzilla.gnome.org/show_bug.cgi?id=333482





Bug#375808: sensors-applet: does not refresh sensors information

2006-06-28 Thread David Gil
Package: sensors-applet
Version: 1.6.2-1
Severity: important

Since last upgrade (2.6.1 - 2.6.2) sensors-applet does not refresh the
sensors information.

I use two sensors, acpi (cpu temp) and hddtemp (hda temp).

When I start gnome with the applet in the panel, or when I add the applet
to the panel, sensors-applet shows me the right information, but does not
refresh it anymore..

I check the expected values with 'acpi -V' and 'hddtemp /dev/hda'. 
If I can give you more info, please tell me.

Please, increase the severity level of this bug if it is confirmed in order
to prevent this version of sensors-applet to enter testing.

Thanks,
David. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages sensors-applet depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.10.3-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.2-1  library for GNOME 2 panel applets
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsensors31:2.10.0-7library to read temperature/voltag
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-12compression library - runtime

sensors-applet recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375438: gtkpod: segmentation fault clicking on Playlists column title

2006-06-25 Thread David Gil
Package: gtkpod
Version: 0.99.4-1
Severity: normal

When I click on Playlists column title (located in the left menu, below
the Read icon), I get a segmentation fault (reproducible all the times).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages gtkpod depends on:
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libgpod0   0.3.2-1   a library to read and write songs 
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libid3tag0 0.15.1b-8 ID3 tag reading library from the M
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-12compression library - runtime

gtkpod recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#258268: ITP: xchat-gnome -- GNOME interface for xchat

2006-06-15 Thread David Gil
El jue, 25-05-2006 a las 00:00 +0200, Marco Cabizza escribió:
 Currently we are waiting for libsexy2 to get the hell out of NEW
 before I can even *think* of getting 0.11 uploaded. 

libsexy2 has entered sid :)
http://packages.debian.org/unstable/libs/libsexy2





Bug#363907: incorrect pysqlite dependency

2006-06-14 Thread David Gil
reopen 363907
thanks

Oops, the dependency should be python-pysqlite2, I've used
python-sqlite2 instead.

Sorry, I'll change it for the next upload (soon due to the new python
policy changes).



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#373661: Please add XS-Python-Version and XB-Python-Version fields to syntax/debcontrol.vim

2006-06-14 Thread David Gil
Package: vim
Version: 1:7.0-017+5
Severity: wishlist

This is due the new python policy:
http://people.debian.org/~piman/python-policy/python-policy.html/ch-module_packages.html#s-specifying_versions

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372948: dbconfig-common: can not determine the database type

2006-06-13 Thread David Gil
Hello Sean,

Sorry for the lack of information. I'm using dbconfig-common 1.8.16.

For example, you can take a look at acidbase package (version 1.2.4-1)
http://packages.debian.org/unstable/web/acidbase

I attach the diff.gz of the new version (version 1.2.5-1) where I fix
the problem adding the variable dbc_dbtypes to all of my maintainer
scripts. This version is not in the repository.

Please, ask me if you need more info.

Thanks,
David.


El mar, 13-06-2006 a las 02:07 -0400, sean finney escribió:
 hey david,
 
 could you provide the version of dbconfig-common that you're using, as
 well as a link to your source package?  what you're describing sounds
 like a bug but i'd have to take a closer look to be sure.
 
 
 thanks,
   sean


acidbase_1.2.5-1.diff.gz
Description: GNU Zip compressed data


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#372948: dbconfig-common: can not determine the database type

2006-06-13 Thread David Gil
severity 372948 important
thanks

Hi Sean,

I've increase the severity level now that is confirmed. This bug breaks
two of my packages (probably others) :(.

El mar, 13-06-2006 a las 08:39 -0400, sean finney escribió:
 okay, i can reproduce this, and i'm fairly certain i know what's causing
 the problem.  i'll have a fix uploaded in the next couple days.

That's great! 

Please, when you upload a new package please explain if I can drop the
dbc_dbtypes variable added in my maintainer scripts.

Thanks again,
David.



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#353373: [l10n] Initial Czech translation of phpgacl

2006-06-12 Thread David Gil
Hello Miroslav,

The debconf templates of the phpgacl package have been changed due to
dbconfig-common stuff included. Your .po file is now out of date. Could
you send an updated one to this bug report?

I feel so sorry for the delay.

Thanks,
David.

El vie, 17-02-2006 a las 22:06 +0100, Miroslav Kure escribió:
 Package: phpgacl
 Severity: wishlist
 Tags: l10n, patch
 
 Hi,
 in attachement there is initial Czech (cs.po) translation of
 phpgacl debconf messages. Please include it with the package.
 
 Thanks


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#353373: [l10n] Initial Czech translation of phpgacl

2006-06-12 Thread David Gil
Thanks, I'll include it in the next upload.



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#372948: dbconfig-common: can not determine the database type

2006-06-12 Thread David Gil
Package: dbconfig-common
Severity: normal

I have problems in my packages that support multiple database types. 

I always get the following error:

dbconfig-common can not determine the database type.

Adding the variable dbc_dbtypes=mysql, pgsql in my postinst scritps
solves the problem (the variable is in my config script too).

But.. the dbconfig-common documentation says that dbc_dbtypes must 
be used exactly (and only) in config file.

Sorry if it's not a bug, maybe I am not using dbconfig in the right way.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#133607: my dream come true

2006-06-11 Thread Gil
Do not ignore me please,
I found your email somewhere and now decided to write you.
I am coming to your place in few weeks and thought we 
can bmeet each oather. Letb me know if you do notb minda.
I am a nice pretty girl. Daon't reply to this email. 
Email me direcblty at [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372511: ploticus segfaults when generating swf

2006-06-10 Thread Thomer M. Gil
 Thanks for that - I've incorporated it into the next upload which will
 happen next week sometime.

As it turns out, there still is a bug.  Even though it no longer
segfaults, ploticus seems to truncate the graph.  In other words: if
there are a lot of points to plot, it only plots the first few and
generates the SWF without reporting any errors.  The same input script
will generate a proper PNG, though.

Thanks,

Thomer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372306: xchat-xsys: does not show sound info (ALI 5451)

2006-06-09 Thread David Gil
Package: xchat-xsys
Version: 2.0.9-1
Severity: normal

When I type /SOUND or /ESOUND I get:
sound[]

Sound card:

ALi Corporation M5451 PCI AC-Link Controller Audio Device

/proc/asound/cards:

 0 [A5451  ]: ALI5451 - ALI 5451
  ALI 5451 at 0x8800, irq 11

There is a new upstream version (2.1.0), but I did not find anything 
related to sound fixes in its changelog.
http://dev.gentoo.org/~chainsaw/xsys/download/xsys-2.1.0.tar.bz2

Thanks,
David.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xchat-xsys depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  pciutils  1:2.2.1-1  Linux PCI Utilities
ii  xchat 2.6.1-1IRC client for X similar to AmIRC

xchat-xsys recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372511: ploticus segfaults when generating swf

2006-06-09 Thread Thomer M. Gil
Package: ploticus
Version: 2.33-1
Severity: normal
Tags: patch


When linking ploticus against ming-0.2a, it segfaults.  The patch below solves
it.


*** swf.c   2005-01-19 10:51:20.0 -0800
--- swf.fixed.c 2006-06-09 12:46:19.0 -0700
***
*** 592,598 
  
if (!swf_path_in_prog) swf_path_in_prog =1;
  
!   if( (path_count-2)  max_pts ) return; /* scg 5/4/04 */
  
path_x[path_count] = x;
path_y[path_count] = y;
--- 592,601 
  
if (!swf_path_in_prog) swf_path_in_prog =1;
  
! // originally said:
!   //   if( (path_count-2)  max_pts ) return; /* scg 5/4/04 */
! // ...but causes segfault.
!   if( path_count = max_pts ) return;
  
path_x[path_count] = x;
path_y[path_count] = y;

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ploticus depends on:
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgd2-noxpm2.0.33-4 GD Graphics Library version 2 (wit
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libx11-62:1.0.0-6X11 client-side library
ii  zlib1g  1:1.2.3-11   compression library - runtime

ploticus recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#370576: acidbase: Remote File Inclusion Vulnerabilities

2006-06-07 Thread David Gil
severity 370576 minor
thanks

El mar, 06-06-2006 a las 13:01 -0400, Kevin Johnson escribió:
 I have to disagree with the Severity of grave.  To exploit you need  
 to have register_globals set to on which has not been the default in  
 years. 

Ok, now the bug has a minor severity. You are right, base is not
exploitable with the default installation of the package.

 We have released 1.2.5 which fixes the issue and a number of  
 other things.

Yes, I am aware of it. We'll upload it in a few days. I've submitted the
bug report to inform the security team (testing distribution has also
base 1.2.4) and to explain more in deep the changes in the 1.2.5
changelog.

 It just gets under my skin when researchers find  
 problems, elevate how serious they are and never notify the  
 development team.

Well, I don't understand you Kevin. I know you are subscribed to the
package tracking system of acidbase, so I know that you receive all the
bugs submitted to the package too. If you don't agree with the severty
of a bug, you can always change it as I've just done.

 Sorry for my rant,
 Kevin

Regards,
David.





  1   2   >