Bug#773353: linux-source-3.16: Please include dma-alias-v4 patch from 3.17

2014-12-17 Thread Ariel
Package: linux-source-3.16
Version: 3.16.7-ckt2-1~bpo70+1
Severity: wishlist
Tags: patch

Please include the dma-alias-v4 patch found here: 
https://lkml.org/lkml/2014/5/22/685

According to the description it should fix the problems I've been having, and
it has gone in to 3.17.

The bug report can be found here: 
https://bugzilla.kernel.org/show_bug.cgi?id=42679

-- System Information:
Debian Release: 7.7
  APT prefers proposed-updates
  APT policy: (990, 'proposed-updates'), (990, 'stable'), (500, 
'stable-updates')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.14.15 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-source-3.16 depends on:
ii  binutils  2.22-8
ii  bzip2 1.0.6-4

Versions of packages linux-source-3.16 recommends:
ii  bc1.06.95-2
ii  gcc   4:4.7.2-1
ii  libc6-dev [libc-dev]  2.13-38+deb7u6
ii  make  3.81-8.2

Versions of packages linux-source-3.16 suggests:
ii  libncurses5-dev [ncurses-dev]  5.9-10
ii  libqt4-dev 4:4.8.2+dfsg-11
ii  pkg-config 0.26-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141217111013.6390.37353.reportbug@localhost.localdomain



Bug#673798: nfs-kernel-server: Check for blank exports file, not just existence

2012-05-21 Thread Ariel
Package: nfs-kernel-server
Version: 1:1.2.2-4squeeze2
Severity: wishlist
Tags: patch

In /etc/init.d/nfs-kernel-server don't just do if [ -f /etc/exports ] instead
do like /etc/init.d/nfs-common:

if [ -f /etc/exports ]  grep -q '^[[:space:]]*[^#]*/' /etc/exports;

This way a blank exports file (which is the default) will not cause pointless
daemons to be run.

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nfs-kernel-server depends on:
ii  libblkid1   2.17.2-9 block device id library
ii  libc6   2.13-32  Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-4stable1 common error description library
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries - k
ii  libgssglue1 0.1-4mechanism-switch gssapi library
ii  libk5crypto31.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries
ii  libnfsidmap20.23-2   An nfs idmapping library
ii  librpcsecgss3   0.19-2   allows secure rpc communication us
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  nfs-common  1:1.2.2-4squeeze2NFS support files common to client
ii  ucf 3.0025+nmu1  Update Configuration File: preserv

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- Configuration Files:
/etc/default/nfs-kernel-server changed [not included]
/etc/exports changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120521140156.10102.80304.reportbug@localhost.localdomain



Re: Kernel 2.6.35

2010-09-21 Thread Ariel


On Mon, 6 Sep 2010, Ben Hutchings wrote:


On Thu, 2010-08-12 at 16:56 -0400, Ariel wrote:



For the ASUS P7P55D-E Pro motherboard, which uses the VIA vt1828s,
surround sound only gained support with ALSA 1.0.22 but 2.6.32 has 1.0.21.



I've now backported all the changes to support new VIA codecs used with
HDA.


Thanks!

I compiled 2.6.32-21 and got this error:

  CC  sound/pci/hda/patch_via.o
sound/pci/hda/patch_via.c: In function 'patch_vt1718S':
sound/pci/hda/patch_via.c:4984: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt1716S':
sound/pci/hda/patch_via.c:5474: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt2002P':
sound/pci/hda/patch_via.c:5827: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt1812':
sound/pci/hda/patch_via.c:6181: error: expected expression before 'return'
make[3]: *** [sound/pci/hda/patch_via.o] Error 1
make[2]: *** [sound/pci/hda] Error 2
make[1]: *** [sound/pci] Error 2
make: *** [sound] Error 2

It's because of (in 4 places):

codec-patch_ops.unsol_event = via_unsol_event,

(Comma instead of semi-colon.)

I edited it, and it compiled, although I haven't tried running it yet.


Also the w83667hg-b sensor chip. I don't believe that's in any kernel yet,
but patches are here
ftp://ftp.kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/


This was included in 2.6.36-rc1 and I have backported it.


Thanks again.

-Ariel


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/pine.lnx.4.64.1009210327470.8...@ybpnyubfg.ybpnyqbznva



Re: Kernel 2.6.35

2010-08-12 Thread Ariel


On Thu, 12 Aug 2010, Ben Hutchings wrote:


We don't expect you to do that.  Just tell us what's missing.


For the ASUS P7P55D-E Pro motherboard, which uses the VIA vt1828s, 
surround sound only gained support with ALSA 1.0.22 but 2.6.32 has 1.0.21.


I suppose I could use alsa-source to get the modules, but I prefer to 
compile it into the kernel.


Also the w83667hg-b sensor chip. I don't believe that's in any kernel yet, 
but patches are here 
ftp://ftp.kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/


-Ariel


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/pine.lnx.4.64.1008121532190.5...@ybpnyubfg.ybpnyqbznva



Bug#455265: openais: add config dir

2009-06-30 Thread Ariel Garcia
Ping-ing this bug which is open/undecided since 2007 :-P

I agree with Guido Guenther's initial proposal, in the same way that we 
have /var/log/openais it would make sense to have /etc/ais

My 2 cents, thanks! :-)

Ariel




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



Bug#455264: openais: add ais user

2009-06-30 Thread Ariel Garcia
 You are the first person requesting this.

well, i'm the second one then ;-)

Regarding the use of it:
i am using a fully OpenAIS based version of clvm  (to avoid having to deal 
with cman and fencing etc) following these instructions
  http://h2o.glou.fr/post/2009/04/20/clvm-openais-on-Debian/Lenny
  http://www.pixelchaos.net/2009/04/23/openais-an-alternative-to-clvm-with-
cman/

The open ais user is still not used as described there (aisexec runs as 
root), but as far as i understand required for starting anyway (didn't 
check that yet).
Anyways, running daemos as non-priviledged users is always a good security 
policy, and coupling that ais user with secauth: on should be the final 
target.

Having in the package the init.d   script for aisexec (the one provided in 
the URL above is quite nice) --but not started by default, say 
/etc/defaults/openais--- would also be nice!

Thanks for your packaging work,
Ariel




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



Bug#306319: Do you have any refund policy?

2007-09-10 Thread Ariel Brock

You guys are amazing with your delivery and customer service and your product 
actually DOES work.
http://emagx.net




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