[Bug 1396758] Re: lttng-modules-dkms fails to build on updated kernel

2015-03-20 Thread Julien Desfossez
Tested the proposed package on Utopic, It installs, all dkms modules are
correctly built and kernel tracing is working.

It is still failing on Vivid though, LTTng 2.6 works, I'm looking at
which patches need to be backported to 2.5.

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

Title:
  lttng-modules-dkms fails to build on updated kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/1396758/+subscriptions

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


[Bug 842977] Re: meta+shift+launcher # to start a new instance of a program doesn't work anymore

2011-09-06 Thread Julien Desfossez
** Changed in: unity
   Status: New = Confirmed

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

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

Title:
  meta+shift+launcher # to start a new instance of a program
  doesn't work anymore

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

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


[Bug 259110] Re: [SRU] Samba NT_STATUS_PASSWORD_MUST_CHANGE bug

2008-11-07 Thread Julien Desfossez
Tested the proposed samba package on hardy x86 and everything is working
fine : no side effect caused by the patch and machine authentication is
now working fine even if there is no sambaPwdLastSet attribute in LDAP.

Thanks,

Julien

-- 
[SRU] Samba NT_STATUS_PASSWORD_MUST_CHANGE bug
https://bugs.launchpad.net/bugs/259110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 259110] Re: [SRU] Samba NT_STATUS_PASSWORD_MUST_CHANGE bug

2008-11-07 Thread Julien Desfossez
Tested the proposed samba package on hardy x86 and everything is working
fine : no side effect caused by the patch and machine authentication is
now working fine even if there is no sambaPwdLastSet attribute in LDAP.

Thanks,

Julien

-- 
[SRU] Samba NT_STATUS_PASSWORD_MUST_CHANGE bug
https://bugs.launchpad.net/bugs/259110
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 198768] Re: xfs_quota can't set limits

2008-08-01 Thread Julien Desfossez
This bug is resolved on Hardy.

-- 
xfs_quota can't set limits
https://bugs.launchpad.net/bugs/198768
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 164544] Re: Error while join to domain (Unable to create machine account)

2008-07-21 Thread Julien Desfossez
The problem resides in /usr/share/perl5/smbldap_tools.pm.

I have made a small patch that corrects this issue.

The problem is the object class account is incompatible with the
attributes to be added.


** Attachment added: corrects machine account creation
   http://launchpadlibrarian.net/16220897/smbldap_tools.pm.patch

-- 
Error while join to domain (Unable to create machine account)
https://bugs.launchpad.net/bugs/164544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 164544] Re: Error while join to domain (Unable to create machine account)

2008-07-21 Thread Julien Desfossez
The problem resides in /usr/share/perl5/smbldap_tools.pm.

I have made a small patch that corrects this issue.

The problem is the object class account is incompatible with the
attributes to be added.


** Attachment added: corrects machine account creation
   http://launchpadlibrarian.net/16220897/smbldap_tools.pm.patch

-- 
Error while join to domain (Unable to create machine account)
https://bugs.launchpad.net/bugs/164544
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 198768] [NEW] xfs_quota can't set limits

2008-03-05 Thread Julien Desfossez
Public bug reported:

Binary package hint: xfsprogs

Binary package hint: xfsprogs

Ubuntu 6.06.2 LTS;  xfsprogs 2.7.7-1

The -c argument of xfs_quota displays an error when applying a limit
but it works :

# quota julien
Disk quotas for user julien (uid 20906): 
 Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
/dev/etherd/e0.0p2
12703448* 102400  102400  59   0   0

# xfs_quota -x -c limit bsoft=200m bhard=200m julien
xfs_quota: cannot set limits: Function not implemented

# quota julien
Disk quotas for user julien (uid 20906): 
 Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
/dev/etherd/e0.0p2
12703448* 204800  204800  59   0   0

On the strace we can see :

quotactl(Q_XSETQLIM|USRQUOTA, /dev/etherd/e0.0p3, 20906, 0xbfa6c278) = -1 
ENOSYS (Function not implemented)
write(2, xfs_quota: cannot set limits: Fu..., 55xfs_quota: cannot set limits: 
Function not implemented
) = 55
open(/etc/passwd, O_RDONLY)   = 4
fcntl64(4, F_GETFD) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
_llseek(4, 0, [0], SEEK_CUR)= 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
mmap2(NULL, 1033, PROT_READ, MAP_SHARED, 4, 0) = 0xb7a15000
_llseek(4, 1033, [1033], SEEK_SET)  = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
munmap(0xb7a15000, 1033)= 0
close(4)= 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
geteuid32() = 0
geteuid32() = 0
geteuid32() = 0
time(NULL)  = 1204727961
write(3, 0\201\315\2\1\3c\201\307\4\35dc=anonymised,dc=ldap,dc=..., 208) = 208
select(1024, [3], [], NULL, NULL)   = 1 (in [3])
read(3, 0\202\1\243\2\1\3d, 8)= 8
read(3, \202\1\234\0042uid=julien,ou=People,dc=anonymised,dc=ldap..., 415) = 
415
select(1024, [3], [], NULL, NULL)   = 1 (in [3])
read(3, 0\f\2\1\3e\7\n, 8)= 8
read(3, \1\0\4\0\4\0, 6)  = 6
time(NULL)  = 1204727961
time([1204727961])  = 1204727961
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
quotactl(Q_XSETQLIM|USRQUOTA, /dev/etherd/e0.0p2, 20906, 0xbfa6c278) = 0
exit_group(0)   = ?

So we see it does the same command two times, the first it fails and then it 
passes :
quotactl(Q_XSETQLIM|USRQUOTA, /dev/etherd/e0.0p3, 20906, 0xbfa6c278) = -1 
ENOSYS (Function not implemented)
quotactl(Q_XSETQLIM|USRQUOTA, /dev/etherd/e0.0p2, 20906, 0xbfa6c278) = 0

It works, but it worries administrators who use this command for each
user every night.

Julien

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

-- 
xfs_quota can't set limits
https://bugs.launchpad.net/bugs/198768
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