[Bug 1826063] [NEW] Broken package 0.30.2-3~ubuntu18.04.1

2019-04-23 Thread Julien Langlois
Public bug reported:

I think there might be a problem with this new neon27 package published
for bionic:
https://launchpad.net/ubuntu/+source/neon27/0.30.2-3~ubuntu18.04.1.

The package now defines a dependency for libssl1.1 (>= 1.1.1) but not
such version is available on Ubuntu 18.04:
https://packages.ubuntu.com/bionic/libssl1.1.

Therefore, the package can not be installed and leads to a broken
package situation


=== apt install libneon27 ===

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 libneon27 : Depends: libssl1.1 (>= 1.1.1) but 1.1.0g-2ubuntu4.3 is to be 
installed
E: Unable to correct problems, you have held broken packages.

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

** Attachment added: "apt-cache-show-libneon27.txt"
   
https://bugs.launchpad.net/bugs/1826063/+attachment/5258364/+files/apt-cache-show-libneon27.txt

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

Title:
  Broken package 0.30.2-3~ubuntu18.04.1

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

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

[Bug 1734225] [NEW] Invalid service name defined in /etc/ctdb/events.d/50.samba

2017-11-23 Thread Julien Langlois
Public bug reported:

The CTDB deployed /etc/ctdb/events.d/50.samba script contain the following code 
to detect the smbd/nmbd service name:
---
case $CTDB_INIT_STYLE in
suse)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-samba}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
*)
# Use redhat style as default:
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
esac
---

It detects Ubuntu as Debian (/etc/ctdb/functions) and so define that the
smb service is named "samba" and the nmb service does not exists.

That could be OK since Samba deploy an "samba" init script as well as
smbd and nmbd. Except, this init script does not really work to start
smbd and nmbd.

To make CTDB happy, the previous code must be modified:
--- 50.samba.orig   2017-11-23 23:34:35.146314429 +
+++ 50.samba2017-11-23 23:35:08.161814684 +
@@ -14,8 +14,8 @@
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
-   CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-samba}
-   CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
+   CTDB_SERVICE_SMB=smbd
+   CTDB_SERVICE_NMB=nmbd
;;
*)
# Use redhat style as default:


I reproduced this issue on both Ubuntu 16.04 and 14.04. But it does not exists 
on Debian Stretch (the 50.samba has been updated).


An easier workaround to avoid updating the 50.samba script is to set those 2 
service name in the /etc/default/ctdb:

CTDB_SERVICE_SMB=smbd
CTDB_SERVICE_NMB=nmbd

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


** Tags: ctdb

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

Title:
  Invalid service name defined in /etc/ctdb/events.d/50.samba

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

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

[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2017-11-23 Thread Julien Langlois
I made some tests today and confirmed the issue still exists with the
latest published Samba package on Trusty: 2:4.3.11+dfsg-
0ubuntu0.14.04.13.

But the issue does not exists on Xenial. CTDB is working fine here.

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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

[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2016-12-01 Thread Julien Langlois
** Changed in: samba (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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


[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2016-09-13 Thread Julien Langlois
I performed the same CTDB tests with both versions of Samba: 
2:4.1.6+dfsg-1ubuntu2 and 2:4.3.9+dfsg-0ubuntu0.14.04.3.
CTDB was working with 2:4.1.6+dfsg-1ubuntu2 but not with 
2:4.3.9+dfsg-0ubuntu0.14.04.3.

No third-party samba package.

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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


[Bug 1597858] [NEW] Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2016-06-30 Thread Julien Langlois
Public bug reported:

On Ubuntu 14.04 with trusty-update repository enable, when I install and
configure Samba and CTDB, I get the following error in the Samba logs:

[2016/06/02 18:20:14.938083,  0, pid=10467, effective(0, 0), real(0, 0)] 
../source3/lib/util_cluster.c:33(cluster_probe_ok)
  clustering=yes but ctdbd connect failed: NT_STATUS_NOT_IMPLEMENTED


After investigating in the Samba 4.3.9 source code, it seems this happens when 
Samba is compile without the with-ctdb option.


The same configuration works when using Samba 4.1.6+dfsg-1ubuntu2 (default 
version on Trusty without trusty-update)

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

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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


[Bug 262872] Re: Just static from speakers when playing sound

2008-11-27 Thread Julien Langlois
I just got this problem on Ibex. I can't pinpoint when it happened
exactly, but I believe it was around the time I used padsp with wine. I
don't think the problem is strictly with PulseAudio, because when it is
killed and ALSA is used, there is no sound at all. ESD seems to work (as
tested with mplayer -ao).

-- 
Just static from speakers when playing sound
https://bugs.launchpad.net/bugs/262872
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200865] Re: 'Subject' font changes when switching to vertical preview

2008-03-23 Thread Julien Langlois
I get the same thing with xubuntu 8.04/evolution 2.22.0ubuntu2. I can't
seem to get a screenshot at the moment, but it is as Mike describes: the
subject line in vertical preview has a seemingly stretched monospace
font.


jfl.

-- 
'Subject' font changes when switching to vertical preview
https://bugs.launchpad.net/bugs/200865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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