Bug#981812: nodejs: wrong timezone offset

2021-02-03 Thread Andrey Nikitin
Package: nodejs
Version: 12.20.1~dfsg-3
Severity: normal

Hi.

Since "Dec 27 2020" TZ Europe/Volgograd = Europe/Moscow,
with +03h offset.

But nodejs use old (now wrong) +04h offset.

$ env TZ="Europe/Moscow" nodejs -e 'console.log((new 
Date().getTimezoneOffset())/60)'
-3
$ nodejs -e 'console.log((new Date().getTimezoneOffset())/60)' 
-4
$ env TZ="Europe/Volgograd" nodejs -e 'console.log((new 
Date().getTimezoneOffset())/60)'
-4

$ zdump -c 2020,2021 -V /usr/share/zoneinfo/Europe/Volgograd
/usr/share/zoneinfo/Europe/Volgograd  Sat Dec 26 21:59:59 2020 UT = Sun Dec 27 
01:59:59 2020 +04 isdst=0 gmtoff=14400
/usr/share/zoneinfo/Europe/Volgograd  Sat Dec 26 22:00:00 2020 UT = Sun Dec 27 
01:00:00 2020 +03 isdst=0 gmtoff=10800

$ date +"%z (%Z)"
+0300 (+03)

$ strace nodejs -e 'console.log((new Date().getTimezoneOffset())/60)' 2>&1 | 
grep zone 
stat("/usr/share/zoneinfo-icu/44/le/zoneinfo64.res", 0x7ffea7585330) = -1 
ENOENT (Нет такого файла или каталога)
readlink("/etc/localtime", "../usr/share/zoneinfo/Europe/Vol"..., 4095) = 38
stat("/usr/share/zoneinfo-icu/44/le/timezoneTypes.res", 0x7ffea7583570) = -1 
ENOENT (Нет такого файла или каталога)


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

Kernel: Linux 5.9.0-5-amd64 (SMP w/16 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.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 nodejs depends on:
ii  libc6  2.31-9
ii  libnode72  12.20.1~dfsg-3

Versions of packages nodejs recommends:
ii  ca-certificates  20210119
ii  nodejs-doc   12.20.1~dfsg-3

Versions of packages nodejs suggests:
ii  npm  7.5.0+ds-1


Bug#913302: php-memcache: does not support php7.2, but php7.3 only

2018-11-09 Thread Andrey Nikitin
Package: php-memcache
Version: 3.0.9~20170802.e702b5f-2
Severity: normal

Hi.

It is necessary to split php-memcache package into several:
  * php-memcache (meta, default php7.2-memcache),
  * php7.2-memcache,
  * php7.3-memcache.

Debian 10 (Buster).

Need php7.2-memcache (php-memcache) and php7.3-memcache in buster.

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

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages php-memcache depends on:
ii  libc62.27-8
ii  php-common   1:62
ii  php7.3-cli [phpapi-20180731] 7.3.0~rc4-1
ii  php7.3-phpdbg [phpapi-20180731]  7.3.0~rc4-1
ii  zlib1g   1:1.2.11.dfsg-1

php-memcache recommends no packages.

Versions of packages php-memcache suggests:
ii  memcached  1.5.6-1



Bug#899307: ruby-sequel-pg: All SELECT ::Dataset methods fails with FrozenError

2018-05-22 Thread Andrey Nikitin
Package: ruby-sequel-pg
Version: 1.6.16-1+b2
Severity: grave
Justification: renders package unusable

All SELECT methods like all,first,each,... fails with FrozenError.

Example:
irb(main):007:0> DB
=> #"postgres", :database=>"xxx", 
:user=>"xxx", :password=>"xxx", :host=>"127.0.0.1"}>
irb(main):008:0> DB[:events].first
Traceback (most recent call last):
   16: from /usr/lib/ruby/vendor_ruby/sequel/dataset/actions.rb:688:in 
`single_record'
   15: from /usr/lib/ruby/vendor_ruby/sequel/dataset/actions.rb:700:in 
`single_record!'
   14: from /usr/lib/ruby/vendor_ruby/sequel/dataset/actions.rb:947:in 
`with_sql_first'
   13: from /usr/lib/ruby/vendor_ruby/sequel/dataset/actions.rb:939:in 
`with_sql_each'
   12: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:569:in 
`fetch_rows'
   11: from /usr/lib/ruby/vendor_ruby/sequel/dataset/actions.rb:1085:in 
`execute'
   10: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:273:in 
`execute'
9: from /usr/lib/ruby/vendor_ruby/sequel/database/connecting.rb:269:in 
`synchronize'
8: from 
/usr/lib/ruby/vendor_ruby/sequel/connection_pool/threaded.rb:91:in `hold'
7: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:273:in 
`block in execute'
6: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:477:in 
`check_database_errors'
5: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:273:in 
`block (2 levels) in execute'
4: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:455:in 
`_execute'
3: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:135:in 
`execute'
2: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:569:in 
`block in fetch_rows'
1: from /usr/lib/ruby/vendor_ruby/sequel/adapters/postgres.rb:569:in 
`yield_hash_rows'
FrozenError (can't modify frozen Sequel::Postgres::Dataset)

But
irb(main):017:0> DB[:events].delete
=> 0

P.S.
  * With mysql2 apapter it is ok.
  * In Debian 9 Stretch, too, everything is fine, both mysql2 and postgres.


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

Kernel: Linux 4.16.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ruby-sequel-pg depends on:
ii  libc62.27-3
ii  libgmp10 2:6.1.2+dfsg-3
ii  libpq5   10.3-2
ii  libruby2.5   2.5.1-1+b1
ii  ruby 1:2.5.1
ii  ruby-pg  0.19.0-2+b1
ii  ruby-sequel  5.6.0-1

ruby-sequel-pg recommends no packages.

ruby-sequel-pg suggests no packages.



Bug#810670: Acknowledgement (mlocate: Using grub-mount dir (/var/lib/os-prober/mount) blocks execution of update-grub)

2016-01-11 Thread Andrey Nikitin
I think that to solve this problem will be enough
to append "fuse.grub-mount"
to PRUNEFS variable (/etc/updatedb.conf).



Bug#810670: mlocate: Using grub-mount dir (/var/lib/os-prober/mount) blocks execution of update-grub

2016-01-10 Thread Andrey Nikitin
Package: mlocate
Version: 0.26-1
Severity: minor

See the output of the commands below please.

% sudo update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.1.0-2-amd64
Found initrd image: /boot/initrd.img-4.1.0-2-amd64
Found linux image: /boot/vmlinuz-3.16.0-4-amd64
Found initrd image: /boot/initrd.img-3.16.0-4-amd64
rmdir: failed to remove '/var/lib/os-prober/mount': Device or resource busy
rmdir: failed to remove '/var/lib/os-prober/mount': Device or resource busy
rmdir: failed to remove '/var/lib/os-prober/mount': Device or resource busy
rmdir: failed to remove '/var/lib/os-prober/mount': Device or resource busy
rmdir: failed to remove '/var/lib/os-prober/mount': Device or resource busy
Found Debian GNU/Linux (jessie/sid) on /dev/sda1
done

$ sudo lsof /var/lib/os-prober/mount
COMMANDPID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
updatedb. 4016 root  cwdDIR   0,370 7675 
/var/lib/os-prober/mount/share/doc/libtunepimp5
updatedb. 4016 root   12r   DIR   0,3701 /var/lib/os-prober/mount
updatedb. 4016 root   13r   DIR   0,370 1675 
/var/lib/os-prober/mount/share
updatedb. 4016 root   14r   DIR   0,370 4882 
/var/lib/os-prober/mount/share/doc
updatedb. 4016 root   15r   DIR   0,370 7676 
/var/lib/os-prober/mount/share/doc/libtwolame0


# mount

grub-mount on /var/lib/os-prober/mount type fuse.grub-mount 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0)

# ps

root 15418 41.9  1.5  85812 63040 ?Ss   10:25   7:26 grub-mount 
/dev/mapper/md_mirr-blabla /var/lib/os-prober/mount


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (60, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mlocate depends on:
ii  adduser  3.113+nmu3
ii  libc62.19-18+deb8u1

mlocate recommends no packages.

mlocate suggests no packages.



Bug#799136: php5: php soap http client: error fetching http body

2015-09-16 Thread Andrey Nikitin
Package: php5-common
Version: 5.6.13+dfsg-0+deb8u1
Severity: normal
Tags: upstream

Php soap http client can not receive http server responses
where the headers are not separated by spaces with their values,
for example:

  HTTP/1.1 200 OK
  Content-Type:application/soap+xml; charset=utf-8
  Connection:close
  Content-Length:971


Error message example: 
  "Error Fetching http body, No Content-Length,
   connection closed or chunked data"

The source of the problem is a calls of get_http_header_value()
function in which a names of the expected headers are listed
with a space after the colon, for example:

  content-type = get_http_header_value(http_headers,"Content-Type: ");
 -^-

-- Package-specific info:
 Additional PHP 5 information 

 PHP 5 SAPI (php5query -S): 
cli
apache2

 PHP 5 Extensions (php5query -M -v): 
json (Enabled for cli by maintainer script)
json (Enabled for apache2 by maintainer script)
mcrypt (Enabled for cli by maintainer script)
mcrypt (Enabled for apache2 by maintainer script)
gd (Enabled for cli by maintainer script)
gd (Enabled for apache2 by maintainer script)
pdo_pgsql (Enabled for cli by maintainer script)
pdo_pgsql (Enabled for apache2 by maintainer script)
mysqli (Enabled for cli by maintainer script)
mysqli (Enabled for apache2 by maintainer script)
mysql (Enabled for cli by maintainer script)
mysql (Enabled for apache2 by maintainer script)
intl (Enabled for cli by maintainer script)
intl (Enabled for apache2 by maintainer script)
curl (Enabled for cli by maintainer script)
curl (Enabled for apache2 by maintainer script)
pdo_mysql (Enabled for cli by maintainer script)
pdo_mysql (Enabled for apache2 by maintainer script)
memcache (Enabled for cli by local administrator)
memcache (Enabled for apache2 by local administrator)
pdo (Enabled for cli by maintainer script)
pdo (Enabled for apache2 by maintainer script)
pgsql (Enabled for cli by maintainer script)
pgsql (Enabled for apache2 by maintainer script)
opcache (Enabled for cli by maintainer script)
opcache (Enabled for apache2 by maintainer script)

 Configuration files: 
 /etc/php5/mods-available/pdo.ini 
extension=pdo.so

 /etc/php5/mods-available/opcache.ini 
zend_extension=opcache.so


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages php5 depends on:
ii  libapache2-mod-php5  5.6.13+dfsg-0+deb8u1
ii  php5-common  5.6.13+dfsg-0+deb8u1

php5 recommends no packages.

php5 suggests no packages.

Versions of packages php5-common depends on:
ii  libc6   2.19-18+deb8u1
ii  lsof4.86+dfsg-1
ii  psmisc  22.21-2
ii  sed 4.2.2-4+b1
ii  ucf 3.0030

Versions of packages php5-common suggests:
pn  php5-user-cache  



Bug#770002: Info received (initramfs-tools: the mdadm runs arrays when all disks are not yet ready.)

2014-12-05 Thread Andrey Nikitin
В Fri, 05 Dec 2014 11:37:29 +0300
Michael Tokarev m...@tls.msk.ru пишет:

 This time, did it initialize the array in initramfs or after
 initramfs run, in real root and using real startup script?

Likely in initramfs, before initramfs/scripts/local-top/mdadm.
And even before my initramfs/scripts/init-bottom/check_md_disks.

Also raid=noautodetect was ignored.

 Basically, when sdc appeared wrt initramfs and startup scripts
 run?
I do not understand the question.

 Do you use systemd or sysvinit?
systemd


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



Bug#770002: Info received (initramfs-tools: the mdadm runs arrays when all disks are not yet ready.)

2014-12-01 Thread Andrey Nikitin
Today again md-arrays runs in degraded mode.

[0.709392] sd 0:0:0:0: [sda] 312579695 512-byte logical blocks: (160 GB/149 
GiB)
[0.777502] sd 0:0:0:0: [sda] Attached SCSI disk
...
[7.135661] sd 2:0:0:0: [sdb] 781422768 512-byte logical blocks: (400 GB/372 
GiB)
[7.149230] sd 2:0:0:0: [sdb] Attached SCSI disk
...
[7.364899] md: md1 stopped.
[7.365351] md: bindsdb3
[7.388570] md: raid1 personality registered for level 1
[7.473404] md: md2 stopped.
[7.473964] md: bindsdb4
[7.656329] md: md0 stopped.
[7.656848] md: bindsdb1
...
[7.950706] sd 4:0:0:0: [sdc] 781422768 512-byte logical blocks: (400 GB/372 
GiB)
[7.966390] sd 4:0:0:0: [sdc] Attached SCSI disk

sdc disk, used by all of arrays (md0,md1,md2), was initialized _after_ md runs.


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



Bug#770002: initramfs-tools: the mdadm runs arrays when all disks are not yet ready.

2014-11-28 Thread Andrey Nikitin
Important note.

Previously, under `dpkg-reconfigure mdadm` I mistakenly identified
all my arrays as used for rootfs (type all).

However, this is no longer true.

Now I reconfigure mdadm again and set need for rootfs value of a none.
The problem is not happening now, see dmsg output below.

[   17.162392] sd 2:0:0:0: [sdb] Attached SCSI disk
[   17.988913] sd 4:0:0:0: [sdc] Attached SCSI disk

[   19.562406] md: bindsdb1
[   19.579620] md: bindsdb3
[   19.585215] md: bindsdb4
[   19.624217] md: bindsdc3
[   19.764786] md: raid1 personality registered for level 1
[   19.765166] md/raid1:md1: active with 2 out of 2 mirrors
[   19.765207] md1: detected capacity change from 0 to 393999024128
[   19.765781]  md1: unknown partition table
[   19.772188] md: bindsdc1
[   19.773942] md/raid1:md0: active with 2 out of 2 mirrors
[   19.773980] md0: detected capacity change from 0 to 98566144
[   19.774519]  md0: unknown partition table
[   19.775138] md: bindsdc4
[   19.777105] md/raid1:md2: active with 2 out of 2 mirrors
[   19.777139] md2: detected capacity change from 0 to 1892745216
[   19.795001]  md2: unknown partition table

So maybe my problem is not a bug,
but it would be good before running mdadm run|assemble to check
the readiness all disks devices, used by all md arrays.


[code]
#!/bin/sh

PREREQ=udev

prereqs()
{
echo ${PREREQ}
}

case ${1} in
prereqs)
prereqs
exit 0
;;
esac

set -eu

# TODO set this list from hook script
MD_PARTS=sdb1 sdb3 sdb4 sdc1 sdc3 sdc4

[ -x /sbin/mdadm ] || exit 0

if [ -r /scripts/functions ]; then
   . /scripts/functions
elif [ -r /usr/share/initramfs-tools/scripts/functions ]; then
   . /usr/share/initramfs-tools/scripts/functions
fi

check_part()
{
   part=${1}

   # If the root device hasn't shown up yet, give it a little while
   # to deal with removable devices
   if [ ! -e ${part} ] || ! $(get_fstype ${part} /dev/null); then
log_begin_msg Waiting for part ${part}

# Default delay is 5s
slumber=${ROOTDELAY:-5}

slumber=$(( ${slumber} * 10 ))
while [ ! -e ${part} ] \
|| ! $(get_fstype ${part} /dev/null); do
/bin/sleep 0.1
slumber=$(( ${slumber} - 1 ))
[ ${slumber} -gt 0 ] || break
done

if [ ${slumber} -gt 0 ]; then
   log_end_msg 0
else
   log_end_msg 1 || true
fi
   fi
}


wait_for_udev 10

for part in $MD_PARTS
do
   dev=/dev/$part
   check_part ${dev}
done
[/code]


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



Bug#770002: initramfs-tools: the mdadm runs arrays when all disks are not yet ready.

2014-11-17 Thread Andrey Nikitin
Package: initramfs-tools
Version: 0.116
Severity: normal
Tags: upstream

See my comments on the filtered output of dmsg bellow, please.

$ dmesg | egrep '(sd|md)' 
[0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=a43dc4c9-5ca1-4286-973c-94e372f35323 ro rootdelay=10 quiet

[0.314745] systemd-udevd[71]: starting version 215

[0.701347] sd 0:0:0:0: [sda] 312579695 512-byte logical blocks: (160 GB/149 
GiB)
[0.767308] sd 0:0:0:0: [sda] Attached SCSI disk

/dev/sda - ready (my root fs)

Note: rootdelay=10

[   14.363303] systemd-udevd[189]: starting version 215


[   17.321287] sd 2:0:0:0: [sdb] 781422768 512-byte logical blocks: (400 GB/372 
GiB)
[   17.334830] sd 2:0:0:0: [sdb] Attached SCSI disk

Ready 1st disk (sdb) used by mdadm.

[   17.967843] md: md0 stopped.
[   17.968505] md: bindsdb1
[   18.000399] md: raid1 personality registered for level 1
[   18.000789] md/raid1:md0: active with 1 out of 2 mirrors
   

mdadm run /dev/md0 with non-ready /dev/sdc (see below)

[   18.000838] md0: detected capacity change from 0 to 98566144
[   18.001414]  md0: unknown partition table

[   18.144290] sd 4:0:0:0: [sdc] 781422768 512-byte logical blocks: (400 GB/372 
GiB)
[   18.159480]  sdc: sdc1 sdc2 sdc3 sdc4
[   18.160150] sd 4:0:0:0: [sdc] Attached SCSI disk

Ready 2st disk (sdc) used by mdadm.

[   18.343553] md: bindsdb3
[   18.345107] md/raid1:md1: active with 1 out of 2 mirrors
   

Both md's disks (sdb and sdc) are ready, but mdadm couldn't find one of them.


[   18.345136] md1: detected capacity change from 0 to 393999024128
[   18.348557]  md1: unknown partition table

3st md-array (/dev/md2) run normally.

[   18.710667] md: bindsdc4
[   18.710816] md: bindsdb4
[   18.711979] md/raid1:md2: active with 2 out of 2 mirrors
[   18.712035] md2: detected capacity change from 0 to 1892745216
[   18.714460]  md2: unknown partition table

Total: 2 of 3 md's arrays runs in degraded mode.
Note: /dev/md2 with v1.2 superblock often starts in degraded mode.


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 4.3M May 21 11:58 /boot/initrd.img-3.13-1-amd64.old-dkms
-rw-r--r-- 1 root root 4.4M Aug  2 11:28 /boot/initrd.img-3.14-1-amd64.old-dkms
-rw-r--r-- 1 root root 5.4M Oct 27 08:43 /boot/initrd.img-3.14-2-amd64.old-dkms
-rw-r--r-- 1 root root 5.6M Nov 13 17:08 /boot/initrd.img-3.16-2-amd64.old-dkms
-rw-r--r-- 1 root root 5.6M Nov 10 10:17 /boot/initrd.img-3.16-3-amd64
-rw-r--r-- 1 root root 5.6M Nov 12 10:41 /boot/initrd.img-3.16.0-4-amd64
-rw-r--r-- 1 root root 4.2M May 26 11:32 /boot/initrd.img-3.2.0-4-amd64.old-dkms
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=a43dc4c9-5ca1-4286-973c-94e372f35323 ro rootdelay=10 quiet

-- resume
RESUME=UUID=abde2175-b6f2-4df6-bac1-8e132a7408de
-- /proc/filesystems
ext3
ext2
ext4
fuseblk
xfs

-- lsmod
Module  Size  Used by
cfg80211  405538  0 
rfkill 18867  2 cfg80211
pci_stub   12429  1 
vboxpci23077  0 
vboxnetadp 25443  0 
vboxnetflt 23324  0 
vboxdrv   340067  3 vboxnetadp,vboxnetflt,vboxpci
binfmt_misc16949  1 
nfsd  262987  2 
auth_rpcgss51211  1 nfsd
oid_registry   12419  1 auth_rpcgss
nfs_acl12511  1 nfsd
nfs   188046  0 
lockd  83389  2 nfs,nfsd
fscache45542  1 nfs
sunrpc237402  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
bridge106102  0 
stp12437  1 bridge
llc12745  2 stp,bridge
iptable_filter 12536  1 
ip_tables  26011  1 iptable_filter
x_tables   27111  2 ip_tables,iptable_filter
tun26385  1 
xfs   779874  1 
crc32c_generic 12656  1 
libcrc32c  12426  1 xfs
sr_mod 21903  0 
cdrom  47424  1 sr_mod
hid_generic12393  0 
snd_usb_audio 135306  2 
snd_usbmidi_lib23388  1 snd_usb_audio
snd_rawmidi26806  1 snd_usbmidi_lib
snd_seq_device 13132  1 snd_rawmidi
uvcvideo   79005  0 
videobuf2_vmalloc  12816  1 uvcvideo
videobuf2_memops   12519  1 videobuf2_vmalloc
videobuf2_core 47787  1 uvcvideo
v4l2_common12995  1 videobuf2_core
usbhid 44467  0 
hid   102264  2 hid_generic,usbhid
usb_storage56215  0 
raid1  34596  3 
iTCO_wdt   12831  0 
iTCO_vendor_support12649  1 iTCO_wdt
evdev  17445  20 
snd_hda_codec_realtek63031  1 
snd_hda_codec_generic63107  1 snd_hda_codec_realtek
coretemp   12820  0 
nouveau  1122354  3 
mxm_wmi

Bug#620239: localepurge: disable invoke on purge action

2011-03-31 Thread Andrey Nikitin
Package: localepurge
Version: 0.6.2+nmu1
Severity: wishlist
Tags: squeeze

/etc/apt/apt.conf.d/99-localepurge
s/grep -c remove/egrep -c '(remove|purge)'/

e.x.:
DPkg
{
Post-Invoke { ...  [ $(ps w -p $PPID | egrep -c '(remove|purge)') != 1 ]; ... 
};
}

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

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

Versions of packages localepurge depends on:
ii  debconf [debconf-2.0]1.5.36.1Debian configuration management sy
ii  locales  2.11.2-10   Embedded GNU C Library: National L
ii  procps   1:3.2.8-9   /proc file system utilities
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

localepurge recommends no packages.

Versions of packages localepurge suggests:
pn  bleachbit none (no description available)
ii  debfoster 2.7-1.1Install only wanted Debian package
ii  deborphan 1.7.28.3   program that can find unused packa

-- Configuration Files:
/etc/apt/apt.conf.d/99-localepurge changed:
// Get rid of unneeded locale files after each package installation
DPkg
{
Post-Invoke {if [ -x /usr/sbin/localepurge ]  [ $(ps w -p $PPID | egrep -c 
'(remove|purge)') != 1 ]; then /usr/sbin/localepurge; else exit 0; fi;};
};



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



Bug#598921: libsetup-ruby1.8: does not support sbin programs

2010-10-03 Thread Andrey Nikitin
Package: libsetup-ruby1.8
Version: 3.4.1-4
Severity: wishlist
Tags: upstream patch


I propose this patch to sbin commands support.

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

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

Versions of packages libsetup-ruby1.8 depends on:
ii  ruby1.8  1.8.7.302-2 Interpreter of object-oriented scr

libsetup-ruby1.8 recommends no packages.

libsetup-ruby1.8 suggests no packages.

-- no debconf information
--- /usr/lib/ruby/1.8/setup.rb	2008-04-20 22:12:59.0 +0400
+++ setup.rb.new	2010-10-03 12:58:03.160681226 +0400
@@ -7,6 +7,8 @@
 # You can distribute/modify this program under the terms of
 # the GNU LGPL, Lesser General Public License version 2.1.
 #
+# Changes history:
+# 2010-10-03 sbin path and commands support, andrey.d.niki...@gmail.com
 
 unless Enumerable.method_defined?(:map)   # Ruby 1.4.6
   module Enumerable
@@ -217,6 +219,8 @@
'path prefix of target environment'),
   PathItem.new('bindir', 'path', parameterize.call(c['bindir']),
'the directory for commands'),
+  PathItem.new('sbindir', 'path', parameterize.call(c['sbindir']),
+   'the directory for superuser commands'),
   PathItem.new('libdir', 'path', parameterize.call(c['libdir']),
'the directory for libraries'),
   PathItem.new('datadir', 'path', parameterize.call(c['datadir']),
@@ -281,7 +285,7 @@
 'site-ruby-common' = 'siteruby', # For backward compatibility
 'site-ruby'= 'siterubyver',  # For backward compatibility
 'bin-dir'  = 'bindir',
-'bin-dir'  = 'bindir',
+'sbin-dir' = 'sbindir',
 'rb-dir'   = 'rbdir',
 'so-dir'   = 'sodir',
 'data-dir' = 'datadir',
@@ -1158,7 +1162,7 @@
 
 class Installer
 
-  FILETYPES = %w( bin lib ext data conf man )
+  FILETYPES = %w( bin sbin lib ext data conf man )
 
   include FileOperations
   include HookScriptAPI
@@ -1225,6 +1229,7 @@
   end
 
   alias config_dir_bin noop
+  alias config_dir_sbin noop
   alias config_dir_lib noop
 
   def config_dir_ext(rel)
@@ -1252,6 +1257,7 @@
   update_shebang_line #{curr_srcdir()}/#{fname}
 end
   end
+  alias setup_dir_sbin setup_dir_bin
 
   alias setup_dir_lib noop
 
@@ -1347,6 +1353,10 @@
 install_files targetfiles(), #{config('bindir')}/#{rel}, 0755
   end
 
+  def install_dir_sbin(rel)
+install_files targetfiles(), #{config('sbindir')}/#{rel}, 0755
+  end
+
   def install_dir_lib(rel)
 install_files libfiles(), #{config('rbdir')}/#{rel}, 0644
   end
@@ -1479,6 +1489,7 @@
   end
 
   alias clean_dir_bin noop
+  alias clean_dir_sbin noop
   alias clean_dir_lib noop
   alias clean_dir_data noop
   alias clean_dir_conf noop
@@ -1500,6 +1511,7 @@
   end
 
   alias distclean_dir_bin noop
+  alias distclean_dir_sbin noop
   alias distclean_dir_lib noop
 
   def distclean_dir_ext(rel)


Bug#586627: grub-common: grub-probe could't find /dev/dm-* devices

2010-06-21 Thread Andrey Nikitin
Package: grub-common
Version: 1.98-1
Severity: important
Tags: squeeze upstream

% sudo /usr/sbin/grub-probe /
/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).

% df -hT /
FilesystemTypeSize  Used Avail Use% Mounted on
/dev/dm-0 ext32.0G  299M  1.6G  16% /

% ls -l /dev/dm-0 
brw-rw 1 root disk 253, 0 Июн 21 09:25 /dev/dm-0

% cat /proc/cmdline 
BOOT_IMAGE=//vmlinuz-2.6.32-5-686-bigmem root=/dev/mapper/md_mirr-root ro quiet


% ls -l /dev/mapper 
crw--- 1 root root 10, 59 Июн 21 09:25 control
lrwxrwxrwx 1 root root  7 Июн 21 09:26 md_mirr-data - ../dm-5
lrwxrwxrwx 1 root root  7 Июн 21 09:26 md_mirr-home - ../dm-4
lrwxrwxrwx 1 root root  7 Июн 21 09:25 md_mirr-root - ../dm-0
lrwxrwxrwx 1 root root  7 Июн 21 09:26 md_mirr-tmp - ../dm-1
lrwxrwxrwx 1 root root  7 Июн 21 09:26 md_mirr-usr - ../dm-2
lrwxrwxrwx 1 root root  7 Июн 21 09:26 md_mirr-var - ../dm-3

% sudo lvdisplay 
  --- Logical volume ---
  LV Name/dev/md_mirr/root
  VG Namemd_mirr
  LV UUID0tQ1On-O5jB-Kfip-2ruI-tRvx-kFca-lAjesI
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size2,00 GiB
  Current LE 512
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   253:0


% cat /proc/mdstat 
Personalities : [raid1] 
md1 : active raid1 sda3[0] sdb3[1]
  384764672 blocks [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  96256 blocks [2/2] [UU]
  
unused devices: none


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

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

Versions of packages grub-common depends on:
ii  base-files  5.7  Debian base system miscellaneous f
ii  dpkg1.15.7.2 Debian package management system
ii  gettext-base0.17-11  GNU Internationalization utilities
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages grub-common recommends:
pn  os-prober none (no description available)

Versions of packages grub-common suggests:
pn  grub-emu  none (no description available)
pn  multiboot-doc none (no description available)



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



Bug#586293: libapache2-mod-php5: default session.save_path is /tmp instead of /var/lib/php5

2010-06-18 Thread Andrey Nikitin
Package: libapache2-mod-php5
Version: 5.3.2-1
Severity: minor
Tags: squeeze

/etc/cron.d/php5 assumes a path /var/lib/php5 as the default
sessions save path, but libapache2-mod-php(php5) compiled with
default session.save_path = /tmp.

% grep save_path /etc/php5/apache2/php.ini 
; session.save_path = N;/path
; session.save_path = N;MODE;/path
;session.save_path = /tmp

% diff /etc/php5/apache2/php.ini /usr/share/php5/php.ini-production
no differ

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

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

Versions of packages libapache2-mod-php5 depends on:
ii  apache2-mpm-prefork 2.2.15-5 Apache HTTP Server - traditional n
ii  apache2.2-common2.2.15-5 Apache HTTP Server common files
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-1common error description library
ii  libdb4.84.8.26-1 Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-21.8.1+dfsg-5 MIT Kerberos runtime libraries - k
ii  libk5crypto31.8.1+dfsg-5 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.1+dfsg-5 MIT Kerberos runtime libraries
ii  libmagic1   5.04-2   File type determination library us
ii  libonig25.9.1-1  Oniguruma regular expressions libr
ii  libpcre37.8-3Perl 5 Compatible Regular Expressi
ii  libqdbm14   1.8.74-1.4   QDBM Database Libraries [runtime]
ii  libssl0.9.8 0.9.8o-1 SSL shared libraries
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  mime-support3.48-1   MIME files 'mime.types'  'mailcap
ii  php5-common 5.3.2-1  Common files for packages built fr
ii  tzdata  2010j-1  time zone and daylight-saving time
ii  ucf 3.0025   Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libapache2-mod-php5 recommends no packages.

Versions of packages libapache2-mod-php5 suggests:
ii  php-pear  5.3.2-1PEAR - PHP Extension and Applicati



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



Bug#584658: linux-image-2.6.32-3-686-bigmem: gspca module return invalid v4l2_buffer's timestamp

2010-06-05 Thread Andrey Nikitin
Package: linux-2.6
Version: 2.6.32-9
Severity: normal
Tags: squeeze

v4l2 API says about struct v4l2_buffer timestamp value:
  For input streams this is the system time (as returned by the gettimeofday() 
function)
   when the first data byte was captured.

gspca devica capture (v4l2, mmap, qbuf/dqbuf)
frame_nr   timestamp sec:usec
   --
   1   4980:319
   2   4980:319
   3   4980:383
   4   4980:479
   5   4980:543
   6   4980:639
   7   4980:703
   8   4980:799
   9   4980:863
  10   4980:927

4980 sec = 1970 year.

-- Package-specific info:
** Version:
Linux version 2.6.32-3-686-bigmem (Debian 2.6.32-9) (m...@debian.org) (gcc 
version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Feb 25 06:54:30 UTC 2010

** Command line:
BOOT_IMAGE=//vmlinuz-2.6.32-3-686-bigmem root=/dev/mapper/md_mirr-root ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[7.610533] Adding 4000176k swap on /dev/sdb2.  Priority:-2 extents:1 
across:4000176k 
[7.750344] EXT3 FS on dm-0, internal journal
[8.031940] loop: module loaded
[8.068920] scsi 6:0:0:1: Direct-Access Generic- SM/xD-Picture1.00 
PQ: 0 ANSI: 0 CCS
[8.075538] scsi 6:0:0:2: Direct-Access Generic- SD/MMC   1.00 
PQ: 0 ANSI: 0 CCS
[8.082162] scsi 6:0:0:3: Direct-Access Generic- MS/MS-Pro1.00 
PQ: 0 ANSI: 0 CCS
[8.082585] sd 6:0:0:0: Attached scsi generic sg3 type 0
[8.082700] sd 6:0:0:1: Attached scsi generic sg4 type 0
[8.082809] sd 6:0:0:2: Attached scsi generic sg5 type 0
[8.082914] sd 6:0:0:3: Attached scsi generic sg6 type 0
[8.088773] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[8.089533] sd 6:0:0:2: [sde] Attached SCSI removable disk
[8.090397] sd 6:0:0:3: [sdf] Attached SCSI removable disk
[8.091147] sd 6:0:0:1: [sdd] Attached SCSI removable disk
[8.214671] fuse init (API version 7.13)
[8.260027] tun: Universal TUN/TAP device driver, 1.6
[8.260029] tun: (C) 1999-2004 Max Krasnyansky m...@qualcomm.com
[8.460261] coretemp coretemp.0: Using relative temperature scale!
[8.460312] coretemp coretemp.1: Using relative temperature scale!
[8.460721] coretemp coretemp.2: Using relative temperature scale!
[8.460756] coretemp coretemp.3: Using relative temperature scale!
[8.473978] [vloopback_init] : video4linux loopback driver v1.4-trunk
[8.474129] [vloopback_init] : Loopback 0 registered, input: video9, output: 
video10
[8.474132] [vloopback_init] : Loopback 0 , Using 2 buffers
[8.474174] [vloopback_init] : Loopback 1 registered, input: video11, 
output: video12
[8.474176] [vloopback_init] : Loopback 1 , Using 2 buffers
[8.474213] [vloopback_init] : Loopback 2 registered, input: video13, 
output: video14
[8.474215] [vloopback_init] : Loopback 2 , Using 2 buffers
[8.474255] [vloopback_init] : Loopback 3 registered, input: video15, 
output: video16
[8.474258] [vloopback_init] : Loopback 3 , Using 2 buffers
[8.474299] [vloopback_init] : Loopback 4 registered, input: video17, 
output: video18
[   10.245776] kjournald starting.  Commit interval 5 seconds
[   10.246248] EXT3 FS on dm-1, internal journal
[   10.246254] EXT3-fs: mounted filesystem with writeback data mode.
[   10.264865] kjournald starting.  Commit interval 5 seconds
[   10.292225] EXT3 FS on md0, internal journal
[   10.292228] EXT3-fs: mounted filesystem with ordered data mode.
[   10.332964] kjournald starting.  Commit interval 5 seconds
[   10.333271] EXT3 FS on dm-2, internal journal
[   10.333275] EXT3-fs: mounted filesystem with ordered data mode.
[   10.356283] kjournald starting.  Commit interval 5 seconds
[   10.356540] EXT3 FS on dm-3, internal journal
[   10.356544] EXT3-fs: mounted filesystem with ordered data mode.
[   10.387955] kjournald starting.  Commit interval 5 seconds
[   10.396736] EXT3 FS on dm-4, internal journal
[   10.396740] EXT3-fs: mounted filesystem with journal data mode.
[   10.446497] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
[   10.447444] SGI XFS Quota Management subsystem
[   10.547761] XFS mounting filesystem dm-5
[   10.685489] Ending clean XFS mount for filesystem: dm-5
[   12.031360] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.044365] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   12.044547] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please 
use
[   12.044549] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module 
option or
[   12.044550] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[   12.696434] Bridge firewalling registered
[   12.704203] device tap0 entered promiscuous mode
[   12.705533] br0: port 1(tap0) entering learning state
[   12.852231] e1000e :00:19.0: irq 30 for MSI/MSI-X
[   12.908101] e1000e :00:19.0: irq 30 for MSI/MSI-X
[   12.908382] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   13.100967] r8169: 

Bug#579862: linux-image-2.6.32-trunk-686: Fatal DMA error in b43 broadcom kernel module

2010-05-01 Thread Andrey Nikitin
Package: linux-2.6
Version: 2.6.32-5
Severity: normal


See error message in kernel.log below please.
Patch (?): 
http://www.mail-archive.com/bcm43xx-...@lists.berlios.de/msg09023.html

-- Package-specific info:
** Version:
Linux version 2.6.32-trunk-686 (Debian 2.6.32-5) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Jan 10 06:32:16 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 
root=UUID=39b8f6ee-8b39-4f14-aa48-ba1f2db1ebe1 ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
May  1 14:07:54 notebook kernel: [  183.325140] b43-phy0 ERROR: Fatal DMA 
error: 0x0400, 0x, 0x, 0x, 0x, 0x
May  1 14:07:54 notebook kernel: [  183.325144] b43-phy0: Controller RESET (DMA 
error) ...
May  1 14:07:54 notebook kernel: [  183.540264] b43-phy0: Loading firmware 
version 410.2160 (2007-05-26 15:32:10)
May  1 14:08:00 notebook kernel: [  189.364338] b43-phy0: Controller restarted


** Model information
not available

** Loaded modules:
Module  Size  Used by
michael_mic 1506  8 
arc4 974  4 
ecb 1405  4 
ppdev   4058  0 
lp  5570  0 
parport22554  2 ppdev,lp
sco 5837  2 
bridge 32851  0 
stp  996  1 bridge
bnep7376  2 
rfcomm 25063  0 
l2cap  21677  6 bnep,rfcomm
bluetooth  36259  6 sco,bnep,rfcomm,l2cap
vboxnetadp  5154  0 
vboxnetflt 10202  0 
vboxdrv   114917  2 vboxnetadp,vboxnetflt
binfmt_misc 4875  1 
uinput  4796  1 
fuse   43554  1 
ext2   46157  1 
loop9721  0 
snd_hda_codec_realtek   162851  1 
snd_hda_intel  15263  1 
snd_hda_codec  45998  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep   4054  1 snd_hda_codec
snd_pcm_oss28479  0 
snd_mixer_oss  10461  1 snd_pcm_oss
snd_pcm47350  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi3480  0 
snd_rawmidi12313  1 snd_seq_midi
snd_seq_midi_event  3684  1 snd_seq_midi
i915  217023  2 
snd_seq35303  2 snd_seq_midi,snd_seq_midi_event
drm_kms_helper 17183  1 i915
snd_timer  12258  2 snd_pcm,snd_seq
snd_seq_device  3673  3 snd_seq_midi,snd_rawmidi,snd_seq
sg 15932  0 
drm   107507  3 i915,drm_kms_helper
pcmcia 17442  0 
i2c_algo_bit3497  1 i915
uvcvideo   45194  0 
snd33551  13 
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_i8016442  0 
jmb38x_ms   5502  0 
joydev  6771  0 
sr_mod 10770  0 
yenta_socket   16403  1 
tg388049  0 
usbhid 26784  0 
sdhci_pci   4493  0 
soundcore   3450  1 snd
serio_raw   2916  0 
intel_agp  20145  1 
rsrc_nonstatic  7057  1 yenta_socket
videodev   25445  1 uvcvideo
hid50545  1 usbhid
v4l1_compat10250  2 uvcvideo,videodev
uhci_hcd   15953  0 
lib80211_crypt_tkip 6677  0 
video  14605  1 i915
ehci_hcd   27230  0 
sdhci  12079  1 sdhci_pci
wl   1256423  0 
pcspkr  1207  0 
pcmcia_core20406  3 pcmcia,yenta_socket,rsrc_nonstatic
memstick4348  1 jmb38x_ms
output  1204  1 video
rfkill 10196  3 bluetooth
agpgart19516  2 drm,intel_agp
snd_page_alloc  4977  2 snd_hda_intel,snd_pcm
evdev   5609  26 
button  3598  1 i915
cdrom  26487  1 sr_mod
i2c_core   12612  5 i915,drm,i2c_algo_bit,i2c_i801,videodev
usbcore97930  5 uvcvideo,usbhid,uhci_hcd,ehci_hcd
mmc_core   38095  1 sdhci
ac  1640  0 
processor  25803  1 
libphy 11238  1 tg3
psmouse44409  0 
battery 3782  0 
led_class   1757  1 sdhci
nls_base4541  1 usbcore
lib802112834  2 lib80211_crypt_tkip,wl
wmi 3575  0 
ext4  254301  4 
mbcache 3762  2 ext2,ext4
jbd2   55835  1 ext4
crc16   1027  2 l2cap,ext4
sd_mod 25717  7 
crc_t10dif  1012  1 sd_mod
thermal 9206  0 
fan 2586  0 
thermal_sys 9378  4 video,processor,thermal,fan
ahci   26446  6 

Bug#567582: boot failure: the symbol 'grub_env_find' not found

2010-03-20 Thread Andrey Nikitin
Hi, I confirm this problem.

I have received precisely same error after upgrade to version 1.98-1 (I
do not remember from what version).

At grub-pc configure there were errors (grub-probe).
Then I (by grup-pc recommendation) have executed update-grub and
rebooted the system.

I have restored system booting only by downgrade to version
1.98~20100115-1

/boot mount
md0 : active raid1 sdb1[1] sda1[0]
  96256 blocks [2/2] [UU]



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



Bug#492836: ruby1.8: (ruby 1.8.5) IO pos bug with sysread() and readpartial()

2008-07-29 Thread Andrey Nikitin
Package: ruby1.8
Version: 1.8.5-4etch2
Severity: normal

http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/a8d7678d402b5696

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

Versions of packages ruby1.8 depends on:
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libruby1.8 1.8.5-4etch2  Libraries necessary to run Ruby 1.

ruby1.8 recommends no packages.



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



Bug#461759: mysql-server: why conf.d/* files should have expansion .cnf

2008-03-14 Thread Andrey Nikitin
Package: mysql-server
Version: 5.0.32-7etch5
Followup-For: Bug #461759

I have not found a mention of it in README.Debian.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (610, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-4-686-bigmem
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages mysql-server depends on:
ii  mysql-server-5.0   5.0.32-7etch5 mysql database server binaries

mysql-server recommends no packages.



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



Bug#453636: lsb-base: killproc() _ALWAYS_ remove daemon's pidfile

2007-11-30 Thread Andrey Nikitin
Package: lsb-base
Version: 3.1-23.1
Severity: important
Tags: patch

Problem example:
I wish to send a signal SIGHUP or SIGUSR1 to a daemon the MyDaemon from 
init.d startup scripts
killproc -p $pidfile MyDaemon SIGHUP
init-function:killproc() remove daemon's pidfile

--- init-functions.orig 2007-11-30 13:07:54.0 +0300
+++ init-functions  2007-11-30 13:16:23.0 +0300
@@ -95,9 +95,10 @@

 # start-stop-daemon uses the same algorithm as pidofproc above.
 killproc () {
-local pidfile sig status base i name_param
+local pidfile sig status base i name_param is_term_sig
 pidfile=
 name_param=
+is_term_sig=no

 OPTIND=1
 while getopts p: opt ; do
@@ -115,18 +116,19 @@

 sig=$(echo ${2:-} | sed -e 's/^-\(.*\)/\1/')
 sig=$(echo $sig | sed -e 's/^SIG\(.*\)/\1/')
-if [ -n $sig ]; then
+[ -n $sig -o $sig = 15 -o $sig = TERM ]  is_term_sig=yes
+if [ ! $is_term_sig = yes ]; then
 /sbin/start-stop-daemon --stop --pidfile $pidfile --signal $sig 
--quiet $name_param
 else
 /sbin/start-stop-daemon --stop --pidfile $pidfile --retry 5 --quiet 
--oknodo $name_param
 fi
 status=$?
-if [ $status = 1 ]; then
-[ -n $sig ]  return 0
+if [ $status = 1 ]; then # FIXME if status  1 ?
+[ -n $sig ]  return 0 # FIXME Why return success result always ?
 return 3 # program is not running
 fi

-rm -f $pidfile
+[ $status = 0 -a $is_term_sig = yes ]  rm -f $pidfile
 return 0
 }


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

Versions of packages lsb-base depends on:
ii  ncurses-bin   5.5-5  Terminal-related programs and man 
ii  sed   4.1.5-1The GNU sed stream editor

lsb-base recommends no packages.



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



Bug#450917: dash: shift builtin command terminate script

2007-11-11 Thread Andrey Nikitin
Package: dash
Version: 0.5.3-7
Severity: normal

shift builtin command terminate script independent on errexit flag
(set +x)

For example: run ./test.sh without params
-- test.sh -
#!/bin/dash -x

set +e
shift
echo command after shift
-


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

Versions of packages dash depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

dash recommends no packages.



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



Bug#433678: phpmyadmin: debian/postinst script fake job: mod-php5 don't auto setup on apache2

2007-07-18 Thread Andrey Nikitin
Package: phpmyadmin
Version: 4:2.9.1.1-3
Severity: important
Tags: patch

=== CUT HERE 
--- postinst.orig   2007-07-18 22:46:00.0 +0400
+++ postinst2007-07-18 22:51:25.0 +0400
@@ -157,5 +157,5 @@
 ln -s /etc/$webserver/mods-available/php4.load 
/etc/$webserver/mods-enabled/php4.load
 fi
-elif [ -f /etc/apache2/mods-available/php5.load -a -f 
/usr/lib/apache2/modules/mod_php5.so ]; then
+elif [ -f /etc/apache2/mods-available/php5.load -a -f 
/usr/lib/apache2/modules/libphp5.so ]; then
 if [ ! -f /etc/$webserver/mods-enabled/php4.load -a ! 
-h /etc/$webserver/mods-enabled/php4.load -a \
  ! -f /etc/$webserver/mods-enabled/php5.load -a ! 
-h /etc/$webserver/mods-enabled/php5.load -a \
=

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

Versions of packages phpmyadmin depends on:
ii  debconf [debconf-2.0]  1.5.11Debian configuration management sy
ii  libapache2-mod-php55.2.0-8+etch1 server-side, HTML-embedded scripti
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 
ii  php5   5.2.0-8+etch1 server-side, HTML-embedded scripti
ii  php5-mysql 5.2.0-8+etch1 MySQL module for php5
ii  ucf2.0020Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache22.2.3-4   Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd 2.2.3-4   Traditional model for Apache HTTPD
ii  php5-gd5.2.0-8+etch1 GD module for php5
pn  php5-mcrypt | php4-mcrypt  none(no description available)


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