[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2006-06-27 Thread bisho
Even in dapper libapache2-mod-php5 forces the removal of apache2-mpm-
worker, installing apache2-mpm-prefork instead.

The problem is that on some circumstances apache2-mpm-worker is a must
(to handle heavy loads).

Right now I'm using Worker + Fast CGI + PHP5 on a dapper server, that is
almost as fast as directly mod_php5 but I would prefer if sometime in
the future "mod_php5_apache2_worker" is available.

On several Gentoo's I have compiled mod_php5 for apache worker without
any problem, its very stable.

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://launchpad.net/bugs/12296

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


[Bug 51827] Dosemu not compiled with X support

2006-07-04 Thread bisho
Public bug reported:

Binary package hint: dosemu

The Breeze version worked flawlessly, but the new one (dapper) it's
compiled without X support.

** Affects: dosemu (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Dosemu not compiled with X support
https://launchpad.net/bugs/51827

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


[Bug 51829] Fonts installed on the wrong place

2006-07-04 Thread bisho
Public bug reported:

Binary package hint: xfonts-dosemu

Dosemu complains about not finding the needed fonts, even if they are installed:
-
   You do not have the DOSEMU vga font installed and are running
   remote X. You need to install the vga font on your _local_ Xserver.
   Look at the readme for details. For now we start with an fixed font,
   which does not display all national characters correctly.
   ... be warned
-

The font path (see /etc/X11/xorg.conf) for "misc" fonts is:
/usr/share/X11/fonts/misc

But this package install them at:
/usr/X11R6/lib/X11/fonts/misc

At least a link should be created in the right place.

** Affects: dosemu (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Fonts installed on the wrong place
https://launchpad.net/bugs/51829

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


[Bug 49290] Re: VGA fonts not working

2006-07-05 Thread bisho
Installing bdftopcf and afterwads the xfonts-dosemu package doesn't
solve the 20 byte size problem.

BTW: the installation path for the fonts will be changed???

-- 
VGA fonts not working
https://launchpad.net/bugs/49290

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


[Bug 52209] Firefox & Epiphany crashes with www.banesto.es

2006-07-07 Thread bisho
Public bug reported:

Binary package hint: firefox

Visit http://www.banesto.es with latest versions of Firefox/Epiphany (Ubuntu 
Dapper).
The browser will crash.

firefox version: 1.5.dfsg+1.5.0.4-0ubuntu6.06

I don't have the debugging symbols installed so the backtrace of crash
is not very informative, but if you aren't able to reproduce it, I will
add debug support and attach the backtrace.

** Affects: firefox (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Firefox & Epiphany crashes with www.banesto.es
https://launchpad.net/bugs/52209

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


[Bug 52209] Re: Firefox & Epiphany crashes with www.banesto.es

2006-07-07 Thread bisho
*** This bug is a duplicate of bug 51161 ***

I have it installed and is working properly. Other pages with flash are
working nicely:

$ dpkg -l flash*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
un  flashplayer-mozilla   (no description 
available)
un  flashplugin   (no description 
available)
ii  flashplugin-nonfree 7.0.63.3ubuntu3 Macromedia Flash 
Player plugin installer

BTW, this shouldn't be fixed anyway?

-- 
Firefox & Epiphany crashes with www.banesto.es
https://launchpad.net/bugs/52209

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


[Bug 59002] vmplayer does not start

2006-09-05 Thread bisho
Public bug reported:


In Edgy, completely updated, when you execute vmplayer it fails dumping:
$ vmplayer
/usr/lib/vmware-player/bin/vmplayer: 
/usr/lib/vmware-player/lib/libpng12.so.0/libpng12.so.0: no version information 
available (required by /usr/lib/libcairo.so.2)

Some conflict between cairo and the supplied libpng?
I tried to replace:
/usr/lib/vmware-player/lib/libpng12.so.0/libpng12.so.0
with:
/usr/lib/libpng12.so.0

But it doesn't work. It fails without any error message.

** Affects: vmware-player (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
vmplayer does not start
https://launchpad.net/bugs/59002

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


[Bug 3] Re: Custom links for each translation team.

2006-09-05 Thread bisho
** Changed in: Ubuntu
   Status: Unconfirmed => Rejected

-- 
Custom links for each translation team.
https://launchpad.net/bugs/3

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


[Bug 61018] Risk of deleting important data when RAID fails

2006-09-18 Thread bisho
Public bug reported:

Binary package hint: initscripts

When RAID fails because of disk failure a boot could alter the order of
the mdX partitions. If md4 failed to initialize md5 could become md4.

I have a deletion of the contents of a partition because of this (md4
was /tmp). Fortunately md5 was just /var/log so no very important data
was lost but anyway it was frightening just think on the possibility of
deleting de /home because of this.

A way of detecting if the partition is the real tmp would be really
nice. Perhaps a hidden file /tmp/.tmp_partition or better detecting if
there has been any problem with the boot process and skip the deletion.

For now on my /tmp partition will be always the last one.

** Affects: sysvinit (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Risk of deleting important data when RAID fails
https://launchpad.net/bugs/61018

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


[Bug 61414] Option -g notworking properly

2006-09-20 Thread bisho
Public bug reported:

Binary package hint: openssh-client

When you try to make a ssh-tunnel with the -g option it doesn't work.

ssh -g -L 1433:remote_host:1433 [EMAIL PROTECTED] 'while true; do sleep
18000; done'

This should open local port 1433 and redirect the connection via a ssh
tunel to "another_host". Then send from this machine to "remote_host".
It was working perfectly in an old machine.

If you try using the -g option (allow remote conections on local port)
it binds to 0.0.0.0 (all interfaces) on the machine, but dumps this
error:

bind: Address already in use

And it's oppening and using the port but not forwarding connections. An
strace shows that it's traying to open the socket ¿twice?:

socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(1433), 
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
getsockname(4, {sa_family=AF_INET, sin_port=htons(33047), 
sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
close(4)= 0
socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 4
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(4, {sa_family=AF_INET6, sin6_port=htons(1433), inet_pton(AF_INET6, "::", 
&sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0
listen(4, 128)  = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfb716b8) = -1 EINVAL (Invalid 
argument)
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfb716b8) = -1 EINVAL (Invalid 
argument)
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK)  = 0 
fcntl64(4, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 5
setsockopt(5, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(5, {sa_family=AF_INET, sin_port=htons(1433), 
sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EADDRINUSE (Address already in use)
write(2, "bind: Address already in use\r\n", 30) = 30

I solved out problem specifying the IP address to use for binding:

ssh -L LOCAL_IP:1433:remote_host:1433 [EMAIL PROTECTED] 'while true; do
sleep 18000; done'

But the -g option should work anyway. I suppose it's a bug on ssh not
just ubuntu but I can't check recent versions of other distros.

** Affects: openssh (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Option -g notworking properly
https://launchpad.net/bugs/61414

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

[Bug 61414] Re: Option -g notworking properly

2006-09-20 Thread bisho
I forget to mention that It happens both on dapper and edgy.

-- 
Option -g notworking properly
https://launchpad.net/bugs/61414

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


[Bug 61018] Re: Risk of deleting important data when RAID fails

2006-09-27 Thread bisho
So this can be considered solved in edgy?

-- 
Risk of deleting important data when RAID fails
https://launchpad.net/bugs/61018

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