[Bug 1277822] Re: iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed to build

2014-03-23 Thread Manu
root@NAS2:/home/administrateur# uname -a
Linux NAS2 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:42:40 UTC 
2014 i686 i686 i386 GNU/Linux

same issue with iscsitarget-dkms_1.4.20.2-10ubuntu2_all.deb or
1.4.20.2-10ubuntu2

DKMS make.log for iscsitarget-1.4.20.2 for kernel 3.11.0-15-generic (i686)
lundi 24 mars 2014, 00:43:10 (UTC+0100)
make: entrant dans le répertoire « /usr/src/linux-headers-3.11.0-15-generic »
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c: In function 
âworker_threadâ:
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:73:28: erreur: valeur 
void n'a pas été ignorée comme elle aurait dû l'être
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:3: erreur: 
implicit declaration of function âget_io_contextâ 
[-Werror=implicit-function-declaration]
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:21: attention : 
assignment makes pointer from integer without a cast [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o] Erreur 
1
make[1]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel] Erreur 2
make: *** [_module_/var/lib/dkms/iscsitarget/1.4.20.2/build] Erreur 2
make: quittant le répertoire « /usr/src/linux-headers-3.11.0-15-generic »

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1277822

Title:
  iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed
  to build

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

-- 
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 1277822] Re: iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed to build

2014-03-23 Thread Manu
however the following packages installed and work properly :

dpkg -i iscsitarget_1.4.20.3+svn496-1ubuntu1_i386.deb
dpkg -i iscsitarget_1.4.20.3+svn496-1ubuntu1_i386.deb

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1277822

Title:
  iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed
  to build

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

-- 
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-04-05 Thread manu
@Christian Perrier

If you search for fixed in in this page, you'll find:

This bug was fixed in the package samba - 2:3.4.3-2ubuntu2

Then you go to:

https://launchpad.net/ubuntu/+source/samba/2:3.4.3-2ubuntu2

And you'll find:

http://launchpadlibrarian.net/38098612/samba_2%3A3.4.3-2ubuntu1_2%3A3.4.3-2ubuntu2.diff.gz

I guess, you can also look for #LP: 462169 in the Changelog of the
latest version of the branch that you prefer. Then find the diff for the
version mentioned in the Changelog.

And perhaps there is an even  better way to find this information.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 267701] Re: php5 session files purge cron job not working outside /var/lib/php5

2008-09-08 Thread Manu
updated description

** Description changed:

  session files saved outside /var/lib/php5, in /tmp for example, are not
  deleted by the cron job /etc/cron.d/php5
  
- FYI, apache is running suphp module.
+ apache is running suphp module.
+ 
+ OsCommerce for example, set  the php configuration variable
+ session.save_path dynamically to /tmp. When running the web site, php
+ stores a file like sess_ffeabd74d5899fcb83d3d098ab6c8343 in /tmp
+ 
+ normally, it's the job of the garbage collector to purge these files,
+ but it is deactivated for some security reasons i don't know why, the
+ cron job replaces the gc work and looks for files only in /var/lib/php5
+ to purge session files older than maxlifetime value
+ 
+ when using the garbage collector, there's no problem to purge session
+ files, wherever they are.

-- 
php5 session files purge cron job not working outside /var/lib/php5
https://bugs.launchpad.net/bugs/267701
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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