Re: Building perf tool and packaging it into linux-tools

2021-01-07 Thread Ritesh Raj Sarraf
g bug reports, bug fixes and new docuemnt sections. Thanks, Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: This is a digitally signed message part

Re: Building perf tool and packaging it into linux-tools

2021-01-05 Thread Ritesh Raj Sarraf
On Tue, 2021-01-05 at 15:07 -0800, Ajoy Aswadhati wrote: > Hi Team, > > Can someone suggest the recommended way to build the "perf" tool and > package it into linux-tools*? > For the Debian shipped Linux kernel, there's the linux-perf package which will pull in the proper linux-perf-$VERSION of

Re: 4.19 LTS kernel

2021-01-05 Thread Ritesh Raj Sarraf
On Wed, 2021-01-06 at 08:14 +0530, Kapil Paranjape wrote: > Hello, > > Will "bullseye" only have the 5.x Linux kernel or will the 4.19 LTS > version be packaged too? > I think Bullseye should be shipping with the 5.10 LTS kernel. But you can always add the Buster repo and install the 4.19

Bug#882967: Request for CONFIG_FUNCTION_PROFILER=y

2020-01-30 Thread Ritesh Raj Sarraf
Package: src:linux Followup-For: Bug #882967 Please also see: https://github.com/brendangregg/perf-tools/issues/77 That is not a comprehensive answer but a pointer at least. It'd be nice to see this config option enabled, if it doesn't have any adverse effects. -- System Information: Debian

Re: Bug#928924: user-mode-linux: xterm functionality broken due to wrong path to port-helper

2019-05-14 Thread Ritesh Raj Sarraf
trigger periodically, or trigger on every upload of the linux-source package. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: This is a digitally signed message part

Re: [PATCH] um: Don't hardcode path as it is architecture dependent

2019-05-14 Thread Ritesh Raj Sarraf
Hello Greg, On Tue, 2019-05-14 at 12:26 +0200, Greg KH wrote: > On Tue, May 14, 2019 at 03:46:57PM +0530, Ritesh Raj Sarraf wrote: > > The current code fails to run on amd64 because of hardcoded > > reference to > > i386 > > > > Signed-off-by: Ritesh Raj S

[PATCH] um: Don't hardcode path as it is architecture dependent

2019-05-14 Thread Ritesh Raj Sarraf
because of hardcoded reference to i386 Signed-off-by: Ritesh Raj Sarraf Signed-off-by: Richard Weinberger --- arch/um/drivers/port_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/drivers/port_user.c b/arch/um/drivers/port_user.c index 9a8e1b64c22e..5f56d11b886f

Re: Bug#928924: user-mode-linux: xterm functionality broken due to wrong path to port-helper

2019-05-14 Thread Ritesh Raj Sarraf
L uml-utilities | grep port-helper > /usr/lib64/uml/port-helper > > Please fix this issue in Debian buster, it is an annoying bug. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: This is a digitally signed message part

Re: Bug#908216: btrfs blocked for more than 120 seconds

2019-01-24 Thread Ritesh Raj Sarraf
On Sat, 2018-12-22 at 18:44 -0600, Russell Mosemann wrote: > Package: src:linux > Version: 4.18.20-2~bpo9+1 > Severity: important > > This problem was so bad with 4.18.6-1~bpo9+1 that I had to revert to > 4.17.0. When saw that 4.18.20 was out, I wanted to give it a try. Big > mistake. Please fix

Bug#915995: nfs-utils FTBFS with glibc 2.28

2019-01-15 Thread Ritesh Raj Sarraf
. (Closes: #915995) + + -- Ritesh Raj Sarraf Wed, 16 Jan 2019 11:33:27 +0530 + nfs-utils (1:1.3.4-2.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru nfs-utils-1.3.4/debian/patches/fix-ftbfs-undefined-major.patch nfs-utils-1.3.4/debian/patches/fix-ftbfs-undefined-major.patch

Re: Bug#906189: linux-image-4.17.0-1-amd64: Laptop does not suspend in 4.17 - worked up to 4.16

2018-09-07 Thread Ritesh Raj Sarraf
On Fri, 2018-09-07 at 09:32 +0200, Christoph Haas wrote: > Does it suffice to know that the problem does not occur any more with > kernel 4.19.0-rc2+? > IMO, if the issue is not seen with 4.19, you may want to continue test and ensure that, till the final 4.19 release. Given that 4.19 is going

Re: Bug#904441: linux-image-4.17.0-1-amd64: system disk stopped during boot

2018-07-26 Thread Ritesh Raj Sarraf
On Tue, 2018-07-24 at 21:25 +1000, Julian Calaby wrote: > FROM MEMORY, the last disk related messages are: > > sda: Synchronising SCSI cache > sda: Stopping disk > > Please note that as I cannot boot that kernel, this bug report was > compiled on > 4.16.0-2-amd64 (4.16.16-2) instead. > >

Re: READ CAPACITY(16) failed with 4TB iscsi HDD

2017-10-26 Thread Ritesh Raj Sarraf
on a very large device. > > > > Are you sure FreeNAS support devices that large ? -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com "Necessity is the mother of invention." signature.asc Description: This is a digitally signed message part

Re: READ CAPACITY(16) failed with 4TB iscsi HDD

2017-10-25 Thread Ritesh Raj Sarraf
Based on your comment that the target is a FreeNAS appliance, I'd first look into the target for errors. READ CAPACITY failure looks like a very generic, target side, unsupported feature on a very large device. Are you sure FreeNAS support devices that large ? On Sun, 2017-10-22 at 02:13

Re: READ CAPACITY(16) failed with 4TB iscsi HDD

2017-10-25 Thread Ritesh Raj Sarraf
On Sun, 2017-10-22 at 02:13 -0200, Elias Pereira wrote: > I created a 4T dataset to use in a debian server as hdd backup. I > have open-iscsi installed on debian and working correctly, but after > logging in (iscsiadm -m node --targetname...), I can not see the 4T > dataset (/dev/sdc). > > fdisk

Re: [PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-05 Thread Ritesh Raj Sarraf
On Wed, 2017-10-04 at 13:38 +0300, Riku Voipio wrote: > > I see the same problem for bindeb-pkg as in v2. > > The parallel build overload? I'm totally puzzled then. Debian is > still > stuck with make 4.1, so I guess there is a change in behaviour on > later makes. > > > "make deb-pkg" gave me

Bug#856474: stap: include runtime_defines.h not found

2017-03-04 Thread Ritesh Raj Sarraf
been doing this ever since it started supporting > out-of-tree builds (around Linux 2.6.0).  However, both the adjusted > and original -I options were used.  Since Linux 4.8 only the adjusted > option is used. > Thank you very much, Ben. I tested with your fix and it resolves the issue.

Re: Bug#852596: iio-sensor-proxy: spams syslog with an error message every second

2017-01-29 Thread Ritesh Raj Sarraf
tree. > > Can you point to the commit in the relevant upstream kernel maintainer's tree? This should be the one: http://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git/commit/25a7c6f172af2a3187147c0ad4880c0968de3f02 - -- Ritesh Raj Sarraf | http://people.debi

Re: Bug#852596: iio-sensor-proxy: spams syslog with an error message every second

2017-01-29 Thread Ritesh Raj Sarraf
his fix gets included in the Linux 4.9 LTS tree upstream, then Debian would automatically pull it for Stretch inclusion. But, at this moment, this isn't even in Linus's tree. - -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System -BEGIN P

Re: Re: iio-sensor-proxy fills my syslog on debian testing

2017-01-23 Thread Ritesh Raj Sarraf
> > The upstream ask to give this information to distribution mainteiner, so I am > cc to Ritesh Raj Sarraf. For the fix to be part of Debian, it should be in the upstream kernel. Given the current status, it would mean the fix needs to be part of the 4.9 Linux stable series. - -- Ritesh Raj Sarraf

Bug#849841: [src:linux] bpfcc-tools don't work on 4.8 signed kernels

2017-01-01 Thread Ritesh Raj Sarraf
On Sun, 2017-01-01 at 09:24 +0800, Liang Guo wrote: > Package: src:linux > Version: linux-image-4.8.0-2-amd64 > Severity: serious > I don't think this severity is justified, when the regular kernels work fine with it. > Hi, I found bpfcc-tools don't work on linux-image-4.8.0-2-amd64 and  >

Bug#845658: linux: Bad(?) USB device crashes USB system

2016-12-11 Thread Ritesh Raj Sarraf
Hello Paul, Were you able to find a solution to your problem ? And curiously, were you able to verify the buggy behavior on a more recent kernel ? On Sat, 2016-11-26 at 22:31 +0530, Ritesh Raj Sarraf wrote: > Hello Paul, > > On Sat, 2016-11-26 at 17:28 +0100, Paul Men

Re: Uploading linux (4.8.11-1)

2016-12-03 Thread Ritesh Raj Sarraf
On Sat, 2016-12-03 at 19:46 +0530, Ritesh Raj Sarraf wrote: > > rrs@chutzpah:/tmp/usr/src$ grep ^PIE linux-source-4.8/Makefile > rrs@chutzpah:/tmp/usr/src$ My bad. Wrong grep argument. Sorry. -- Given the large number of mailing lists I follow, I request you to CC me in replies fo

Re: Uploading linux (4.8.11-1)

2016-12-03 Thread Ritesh Raj Sarraf
Hi, THis version of the kernel is supposed to have the kbuild fixes [1]. But the packaged Linux version, 4.8.11 is missing them in the Makefile. As I understand, the kernel team is only picking debian specific changes in patches, and in exceptional cases, features that aren't upstream yet. But,

Bug#845658: linux: Bad(?) USB device crashes USB system

2016-11-26 Thread Ritesh Raj Sarraf
ation from udev, because your USB disconnects are equivalent to physical device plug/unplug, which triggers in the hotplug mechanism. At least, it may tell you how frequent your disconnect errors are happening. And if you have heavy (USB) rules processing, then it could be the cause of your sudden

Bug#845658: linux: Bad(?) USB device crashes USB system

2016-11-26 Thread Ritesh Raj Sarraf
Hi, On Fri, 2016-11-25 at 17:53 +0100, Paul Menzel wrote: > > Nov 23 05:31:36 hamburg01 kernel: usb 3-1: new high-speed USB device number > 5 using xhci_hcd > > Nov 23 05:31:36 hamburg01 kernel: usb 3-1: New USB device found, > idVendor=05e3, idProduct=0608 > > Nov 23 05:31:36 hamburg01 kernel:

Bug#841420: --enable-default-pie breaks kernel builds

2016-10-21 Thread Ritesh Raj Sarraf
The Debian kernel packages still have a dependency on gcc-5, which may mean that the kernels are currently only built/supported with gcc-5. On Thu, 2016-10-20 at 11:22 -0500, S R Wright wrote: > Concurring with Wolfgang;  pulling the source straight from kernel.org  > and using identical .config

Bug#840650: RTLWIFI/RTL8723BE stopped working after Debian Sid Update

2016-10-14 Thread Ritesh Raj Sarraf
On Thu, 2016-10-13 at 17:49 +0300, George Vasiliou (GMAIL) wrote: > While the wifi network indicator was looking alive, I had no internet access > and also i had not even lan access.  > Moreover wifi icon starts showing disconected and reconnected a lot of times. > > Once every 30 minutes i had

Bug#840650: Firmware Part 2

2016-10-14 Thread Ritesh Raj Sarraf
On Fri, 2016-10-14 at 10:15 +0300, George Vasiliou (GMAIL) wrote: > Booting with the previous linux image 4.7.5.1 and after setting firmware > swtich fwlps to off , seems that established a rigid connection. > > Maybe the new kernel 4.7.6.1 is more "sensitive" on the FW flags, since i had > never

Re: machine checks on Dell R815 under jessie

2016-08-18 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, 2016-08-10 at 10:20 -0400, Jeffrey Mark Siskind wrote: >    From: Ritesh Raj Sarraf <r...@debian.org> > >    I (still) have MCE errors on my new laptop [1]. But so far, hasn't created >    any problem. > > It c

Re: machine checks on Dell R815 under jessie

2016-08-18 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Thu, 2016-08-18 at 23:16 +0530, Ritesh Raj Sarraf wrote: > On Wed, 2016-08-10 at 10:20 -0400, Jeffrey Mark Siskind wrote: > >    From: Ritesh Raj Sarraf <r...@debian.org> > >  > >    I (still) have MCE errors on my

Bug#834243: [src:linux] Hibernation does not work on Lenovo e130 (intel ivy bridge)

2016-08-14 Thread Ritesh Raj Sarraf
On Sat, 2016-08-13 at 20:41 +0300, Gmail wrote: > Package: src:linux > Version: linux/4.6.4-1 > Severity: normal > > --- Please enter the report below this line. --- > Hibernation does not work. > Laptop starts to hibernate, but fails and reboots after some time. > May be related to #833009. You

Re: machine checks on Dell R815 under jessie

2016-08-10 Thread Ritesh Raj Sarraf
On Tue, 2016-08-09 at 20:43 -0400, Jeffrey Mark Siskind wrote: > I upgraded four Dell R815s from wheezy to jessie a few weeks ago. Prior to the > upgrade, they were running reliably for about 5 years. Since the upgrade, two > machines have been getting periodic machine checks. The machines boot

Re: Call for update in debian kernel

2016-05-30 Thread Ritesh Raj Sarraf
Hello Lester, You should start with: https://wiki.debian.org/DebianKernel On Mon, 2016-05-30 at 22:53 +0800, Lester G wrote: > Hi maintainers, > > I was informed through another channel that I can request / call for an update > to the debian kernel via this address. This is regarding a new

Bug#809330: initramfs-tools: not able to create a fresh initramfs image

2015-12-29 Thread Ritesh Raj Sarraf
Package: initramfs-tools Version: 0.120 Severity: important The bug was seen on a different test box. But given the logs below, the information provided should be sufficient to confirm. root@debian-sanboot:/# update-initramfs -c /boot/sanboot.initramfs Invalid argument for option -k. Usage:

Re: Bug#792769: linux-image-4.0.0-2-686-pae - hibernate not working correctly

2015-07-30 Thread Ritesh Raj Sarraf
On Sat, 2015-07-18 at 13:03 +0200, Hans wrote: Package: src:linux Version: 4.0.8-1 Severity: important Dear maintainers, since the update from kernel 3.16 to 4.0.0, suspend to disk is not working correctly. The bug shows as follows: When hibernation is activated (either

Re: Bug#789180: linux: Register corruption bug on sparc, please enable SLUB as workaround

2015-07-29 Thread Ritesh Raj Sarraf
On Sun, 2015-07-26 at 23:01 +0100, Ben Hutchings wrote: The kernel has a register corruption bug on sparc that is causing corruption and failed builds. Enabling SLUB instead of SLAB in the kernel is an effective workaround. [...] For this test case, but probably not in general. I

Re: Bug#789180: linux: Register corruption bug on sparc, please enable SLUB as workaround

2015-07-29 Thread Ritesh Raj Sarraf
for the slab operations which may be misleading. [0]http://events.linuxfoundation.org/sites/events/files/slides/slaballo cators.pdf -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com Necessity is the mother of invention. signature.asc Description: This is a digitally signed message

Bug#762791: Bug#776000: Bug#762791: laptop-mode-tools: At boot eth0 fails

2015-07-08 Thread Ritesh Raj Sarraf
in LMT, I'm going to merge the 2 bugs with 776000. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: OpenPGP digital signature

Bug#776000: Bug#762791: laptop-mode-tools: At boot eth0 fails

2015-07-07 Thread Ritesh Raj Sarraf
the same with an active link ? I just don't have an ethernet cable any more. Just run the above mentioned ethtool command and see if it applies the requested speed. On Monday 29 September 2014 03:06 AM, Stefano Callegari wrote: Il dom, set 28, 2014 at 11:35:42 +0530, Ritesh Raj Sarraf scrisse: Once

Bug#790061: firmware-linux-nonfree: please rebase to latest linux-firmware repo

2015-06-26 Thread Ritesh Raj Sarraf
Package: firmware-linux-nonfree Version: 0.44 Severity: wishlist Dear Kernel Team, This bug report is a request if you could refresh the firmware images, especially for the non-free ones. In the 2nd week of May, there were a bunch of fw updates and additions that missed in the Debian upload.

Re: Linux 3.19.2

2015-03-29 Thread Ritesh Raj Sarraf
Just following up on this issue. 3.19.3 does indeed fix the annoying problem. The problem should be generic to most 4th Generation Intel boxes shipped by Lenovo. On Wednesday 25 March 2015 11:57 PM, Ritesh Raj Sarraf wrote: On Wednesday 25 March 2015 11:21 AM, maximilian attems wrote: I've

Re: Bug#770397: linux-image-3.16.0-4-amd64: suspend drains the battery as if it's not

2015-03-26 Thread Ritesh Raj Sarraf
On Thursday 26 February 2015 06:10 PM, Zachary Warren wrote: Hi Julien, I think I saw the same problem, thinkpad yoga randomly fails to wake from suspend. Started happening after 3.16 (I'm using Fedora though). Blacklisting kernel modules mei and mei_me seems to avoid the problem for

Re: Linux 3.19.2

2015-03-25 Thread Ritesh Raj Sarraf
On Wednesday 25 March 2015 11:21 AM, maximilian attems wrote: I've rebased trunk onto 3.19.2 but didn't get round to uploading. It will probably happen soon. I was tempted, but than saw that stable-queue has a bunch of things. So will upload after 3.19.3 happens. I too will wait till

Linux 3.19.2

2015-03-24 Thread Ritesh Raj Sarraf
Hello Kernel Team, Are there plans to upload kernel 3.19.2 into experimental ? Or will it be skipped for 4.0 ? 3.19.2 stable release seems to have a bunch of bug fixes that affect Intel Graphics cards, which has been affecting me very badly. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs

Bug#774576: linux-image-3.16.0-4-amd64: SATA errors with non-faulty disks

2015-03-22 Thread Ritesh Raj Sarraf
Package: src:linux Version: 3.19.1-1~exp1 Followup-For: Bug #774576 I have been running into the same problem on my box here. Nothing visibly breaks, but the messages are worrisome. [ 32.085102] wlan0: associated [ 1328.949241] ata1.00: exception Emask 0x10 SAct 0x20 SErr 0x440100 action

Bug#774576: linux-image-3.16.0-4-amd64: SATA errors with non-faulty disks

2015-03-22 Thread Ritesh Raj Sarraf
This also happens on the Jessie kernel. s3nt fr0m a $martph0ne, excuse typ0s On Mar 22, 2015 7:32 PM, Ritesh Raj Sarraf r...@debian.org wrote: Package: src:linux Version: 3.19.1-1~exp1 Followup-For: Bug #774576 I have been running into the same problem on my box here. Nothing visibly

Bug#779133: Ok, solved, but still a strange thing...

2015-02-25 Thread Ritesh Raj Sarraf
On 02/25/2015 02:07 PM, Marco Gaiarin wrote: Simply i've had in /etc/fstab: dixie:/srv/wviola/sources /srv/wviola/sources nfs acl 0 0 and worked perfeclty[1] just before rebooting the NFS client machine. Now i was forced to put instead: dixie:/srv/wviola/sources

Bug#779084: firmware-ralink: ralink wifi is very unstable

2015-02-24 Thread Ritesh Raj Sarraf
Package: firmware-ralink Version: 0.43 Severity: important Hello Ben and Team, I've been using this wifi for around 6 months now and I have definite patter to share, on what triggers the bug. But once the bug is triggered, association with an AP is impossible without a system reboot. Following

Bug#779084: firmware-ralink: ralink wifi is very unstable

2015-02-24 Thread Ritesh Raj Sarraf
On 02/24/2015 04:17 PM, Ritesh Raj Sarraf wrote: The only possible workaround I know so far is to reboot the machine and hope that on next reboot, it can associate with an AP. And on reboots, most of the times, the wifi will not work. The way it works is to: 1) Reboot into Windows 2) Let

Bug#775997: linux-image-3.16.0-4-amd64: Realtek network card issues

2015-01-24 Thread Ritesh Raj Sarraf
#768121: laptop-mode-tools: Ethernet module should check for carrier before changing link speed Apart from that, nothing else that I'm aware of. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: OpenPGP digital signature

Bug#775997: linux-image-3.16.0-4-amd64: Realtek network card issues

2015-01-22 Thread Ritesh Raj Sarraf
Package: src:linux Version: 3.16.7-ckt4-1 Severity: normal On boot, sometimes, my (Realtek) wireless USB card does not get detected. The error msg I see is: [ 28.068775] rtl8192cu: MAC auto ON okay! [ 28.079349] rtl8192cu: Tx queue select: 0x05 [ 28.430869] IPv6: ADDRCONF(NETDEV_UP):

Bug#775997: linux-image-3.16.0-4-amd64: Realtek network card issues

2015-01-22 Thread Ritesh Raj Sarraf
On 01/22/2015 10:03 PM, Ritesh Raj Sarraf wrote: Well. On boot, on this iteration, the driver wasn't even loaded. Which led to no wireless interface in the OS. Manually re-plugging the device again, raised the event and the proper driver was loaded. And now, on suspend/resume, the device

Bug#776006: linux-image-3.16.0-4-amd64: nouveau MMIO read of 0x00000000 FAULT at 0x000260 [ TIMEOUT ]

2015-01-22 Thread Ritesh Raj Sarraf
Package: src:linux Version: 3.16.7-ckt4-1 Severity: normal On all kernels, I have been getting the following error message from the nouveau driver. I haven't tried testing whether it works or not. The laptop has 2 VGA cards. [ 356.655864] nouveau E[ PIBUS][:01:00.0] HUB0: 0x6013d4

Bug#775997: linux-image-3.16.0-4-amd64: Realtek network card issues

2015-01-22 Thread Ritesh Raj Sarraf
On 01/22/2015 07:54 PM, Ben Hutchings wrote: On Thu, 2015-01-22 at 19:06 +0530, Ritesh Raj Sarraf wrote: [...] On boot, sometimes, my (Realtek) wireless USB card does not get detected. The error msg I see is: [ 28.068775] rtl8192cu: MAC auto ON okay! [ 28.079349] rtl8192cu: Tx

Bug#776000: r8169 logs warning rtl_ocp_gphy_cond == 1 on init of RTL8168G-2

2015-01-22 Thread Ritesh Raj Sarraf
Package: src:linux Version: 3.16.7-ckt4-1 Followup-For: Bug #776000 I've subscribed myself to this (cloned) bug report. Please do let me know if there is any additional information you need. -- Package-specific info: ** Version: Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org)

Bug#772817: linux: ralink driver fails to connect to some wifi

2014-12-11 Thread Ritesh Raj Sarraf
Source: linux Severity: normal At times, the kernel fails to connect to some of the wifis around. It throws the following in dmesg: Dec 11 16:42:46 learner kernel: [60584.492135] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 0 Dec 11 16:42:46

Re: Bug#762061: virtualbox-dkms fails to build on standard 3.14.15 kernel

2014-09-18 Thread Ritesh Raj Sarraf
Kernel Maintainers: What would you recommend we add a Recommends for ? -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System

Re: Bug#757759: linux-headers-3.16-trunk-common: Cannot compile virtualbox because of missing Makefile.extrawarn

2014-08-11 Thread Ritesh Raj Sarraf
On 08/11/2014 01:10 PM, Michael Ott wrote: Dear Maintainer, I am using the following virtualbox version: $ apt-cache policy virtualbox-4.3 virtualbox-4.3: Installed: 4.3.14-95030~Debian~wheezy Candidate: 4.3.14-95030~Debian~wheezy Version table: *** 4.3.14-95030~Debian~wheezy 0

Bug#708000: more info

2014-08-06 Thread Ritesh Raj Sarraf
Hello Roger, What is the intent here? If a boot process starts fscking every block device explicitly, wouldn't that be inefficient ? -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: OpenPGP digital signature

Re: Bug#752878: lsinitramfs: fails to list contents with recent kernels

2014-06-29 Thread Ritesh Raj Sarraf
On 06/27/2014 05:54 PM, Reinhard Karcher wrote: I have no problems listing /boot/initrd.img-3.14-1-amd64 using lsinitramfs 0.115. My system is nearly the same, with the exception of udev (204-12 from testing) and kernel (3.15-trunk-amd64 from experimental) Just came to know of this

Re: Netconsole scripts for Debian

2014-06-19 Thread Ritesh Raj Sarraf
the gap in between kernel load to real init start. Imagine a scenario where as soon as the disk driver is loaded, the kernel panics. How would you debug that ? PS: It is just a suggestion. Your patch is still valid, just not very relevant to the use cases. -- Ritesh Raj Sarraf | http

Re: Netconsole scripts for Debian

2014-06-18 Thread Ritesh Raj Sarraf
On 06/17/2014 03:00 PM, Pavel Odintsov wrote: Hello, folks! I'm prepared and thoroughly tested scripts for managing netconsole kernel facility in Debian 6/7. Netconsole facility is very useful for debugging kernel bugs. These scripts are inspired by CentOS 6 netconsole scripts in some

Ethernet device (e1000e) power consumption

2014-04-17 Thread Ritesh Raj Sarraf
Ben, You are one of the core contributors to the Network subsystem in the Linux kernel, hence asking you this question. Ethernet devices have an interface to enable / disable the device in: /sys/class/net/eth0/device/enabled If the device is disabled using this interface, what is the expected

Bug#725703: Please add support for zswap

2014-04-05 Thread Ritesh Raj Sarraf
with these ram compression features. I for one am really curious to see what its real use case could be. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: OpenPGP digital signature

Bug#704073: [multipath-tools-boot] error when update-initramfs

2013-03-29 Thread Ritesh Raj Sarraf
On Friday 29 March 2013 01:04 AM, Ritesh Raj Sarraf wrote: Can you paste the logs when you hit the command? The init script denies stopping the daemon since root in on multipath. But I guess, your installation would have completed. Can you also paste the output of dpkg -l | grep -i multipath

Bug#704073: [multipath-tools-boot] error when update-initramfs

2013-03-29 Thread Ritesh Raj Sarraf
in the stop) target is to: * Detect that the root device is on a multipathed device * If yes, log the information stating that you will not kill the daemon. * exit 0 and stay clean so that no external processes behave havoc. -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com Necessity

Bug#704073: [multipath-tools-boot] error when update-initramfs

2013-03-29 Thread Ritesh Raj Sarraf
On Saturday 30 March 2013 01:13 AM, Ritesh Raj Sarraf wrote: On Friday 29 March 2013 01:46 PM, Guy Roussin wrote: multipath-tools_0.4.9+git0.4dfdaf2b-7_amd64.deb) ... [] Root is on a multipathed device, multipathd can not be stopped:invoke-rc.d: initscript multipath-tools, action stop

Bug#704073: [multipath-tools-boot] error when update-initramfs

2013-03-28 Thread Ritesh Raj Sarraf
the script works also outside the initramfs) and *then* use . /scripts/functions. Guy, I have prepared a deb package with the fix based on feedback from Michael. Do you have resources to test this? http://people.debian.org/~rrs/tmp/bug.704073/ -- Ritesh Raj Sarraf RESEARCHUT - http

Bug#704073: [multipath-tools-boot] error when update-initramfs

2013-03-28 Thread Ritesh Raj Sarraf
the logs when you hit the command? The init script denies stopping the daemon since root in on multipath. But I guess, your installation would have completed. Can you also paste the output of dpkg -l | grep -i multipath-tools -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com Necessity

NULL pointer dereference at irq_move_cleanup_interrupt

2012-11-21 Thread Ritesh Raj Sarraf
There is a kernel crash occuring on the 3.6 Debian kernel. This has been fixed upstream in commit: 94777fc51b3ad85ff9f705ddf7cdd0eb3bbad5a6 The bug happens too frequent and the only way to recover is to reboot. Any chance of pushing this? -- Given the large number of mailing lists I follow, I

Re: Bug#692252: linux-image-3.6-trunk-amd64: cannot install kernel headers

2012-11-04 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sunday 04 November 2012 12:37 PM, Michal Suchanek wrote: the kernel headers for the trunk kernel are again not available. As it is suggested somewhere that the missing kbuild package can be easily generated I looked in the package docs.

Re: Mini-Howto: Build linux-kbuild-3.5

2012-08-18 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Saturday 18 August 2012 02:52 AM, Sedat Dilek wrote: Hi, today, I was discussing with Michael and at some point he was complaining about the missing linux-kbuild-3.5 package in the Debian software archives. He was not able to install

Re: Bug#677638: laptop-mode-tools: Breaks wired network when running on battery

2012-08-11 Thread Ritesh Raj Sarraf
haven't been able to reproduce it. And regarding Ben's comment about autoneg, I will check with the previous author of laptop-mode-tools on why it was added. If not needed, it'll be knocked off in the next release. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating

Re: Bug#677638: laptop-mode-tools: Breaks wired network when running on battery

2012-06-16 Thread Ritesh Raj Sarraf
this happens with 3.2 also, I have pulled in the kernel team. Perhaps they have some information. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description: OpenPGP digital signature

Re: Bug#653220: laptop-mode-tools: causes my laptop to reboot every time I try to shut it down

2012-05-25 Thread Ritesh Raj Sarraf
On Monday 26 December 2011 12:52 AM, Ritesh Raj Sarraf wrote: I have a similar laptop, a T400, and I have been seeing the same problem lately. This is not a laptop-mode-tools bug. It is believed to be a kernel bug in the cpufreq driver. To confirm, could you try to reproduce the problem

Bug#672486: linux-tools: add recommends for debuginfo and src package

2012-05-11 Thread Ritesh Raj Sarraf
Package: linux-tools Version: 3.2+44 Severity: important The linux-tools package provides the perf tool. The tool can help capture, analyze and root cause behavior of the running kernel. The perf tool is not very useful without the debuginfo and source package. Hence the linux-tools package

Bug#672490: linux-tools: perf has wrong default lookup path

2012-05-11 Thread Ritesh Raj Sarraf
Package: linux-tools Version: 3.2+44 Severity: normal The default lookup path of perf does not align with the debian install paths. A simple command execution fails: rrs@champaran:~$ sudo perf probe -L vfs_read Failed to find path of kernel module. Failed to open debuginfo file. Error:

Paris MiniDebConf Minutes

2010-11-06 Thread Ritesh Raj Sarraf
Hello Kernel Team, http://wiki.debian.org/DebianKernel/Meetings The wiki lists most items marked as done. I am just curious to know what the decision has been made for AppArmor. Will it be enabled ? -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System

Bug#598408: linux-image-2.6.36-rc5-amd64: please enable support for AppArmor

2010-09-28 Thread Ritesh Raj Sarraf
...@decadent.org.uk Sun, 26 Sep 2010 15:34:10 +0100 + [ Ritesh Raj Sarraf ] + * Enable support for AppArmor + + -- Ritesh Raj Sarraf r...@debian.org Wed, 29 Sep 2010 01:04:26 +0530 linux-2.6 (2.6.36~rc5-1~experimental.1) experimental; urgency=low diff --git a/linux-2.6/debian/config/config b/linux

Bug#555549: 555549: adding .gnu_debuglink section in kernel modules

2010-08-17 Thread Ritesh Raj Sarraf
the kernels and everything looks fine. Please add it to the Squeeze kernel too. This patch will make systemtap in squeeze, fully functional, for the kernel. Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System diff --git a/changelog b/changelog index

Bug#555549: 555549: adding .gnu_debuglink section in kernel modules

2010-08-16 Thread Ritesh Raj Sarraf
in the file. But objcopy wants to read that file to see if it has debug info. So what has been finalized ? Like Kurt already mentioned, objcopy does need to read the file. I can put the conditional if DEBUG in the initial patch that I sent. Ritesh -- Ritesh Raj Sarraf | http://people.debian.org

Bug#555549: 555549: adding .gnu_debuglink section in kernel modules

2010-08-14 Thread Ritesh Raj Sarraf
On Saturday 14 Aug 2010 02:46:43 Kurt Roeckx wrote: Why did you add a build-depends on binutils? It's build-essential. Thanks for pointing this. Yes, we don't need to add binutils. Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System

Bug#555549: 555549: adding .gnu_debuglink section in kernel modules

2010-08-13 Thread Ritesh Raj Sarraf
of the Squeeze release. So please apply this to the Squeeze kernel too. Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System From 8bde84867069e548cea2b0825a77274f50194bf9 Mon Sep 17 00:00:00 2001 From: Ritesh Raj Sarraf r...@debian.org Date: Sat, 14 Aug 2010

555549: adding .gnu_debuglink section in kernel modules

2010-08-10 Thread Ritesh Raj Sarraf
should be doing, or whatever is used to place the debug symbols in the separate file. As I believe all problems in elfutils are solved, I'm reassigning this bug. Kurt -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System signature.asc Description

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-07-13 Thread Ritesh Raj Sarraf
On Tuesday 13 Jul 2010 00:22:01 Ritesh Raj Sarraf wrote: I applied the 3 patches and tested the kernel. Test results look good. Have not been able to reproduce the bug. Sorry. It hit back again. [76572.837634] TOMOYO-WARNING: Domain 'kernel /etc/init.d/kdm /sbin/start-stop-daemon /usr/bin

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-07-12 Thread Ritesh Raj Sarraf
On Monday 12 Jul 2010 02:05:59 Ben Hutchings wrote: Please apply those patches and re-test... Which patches ? These ones. I applied the 3 patches and tested the kernel. Test results look good. Have not been able to reproduce the bug. Thanks, Ritesh -- Ritesh Raj Sarraf | http

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-07-11 Thread Ritesh Raj Sarraf
patches ? -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. signature.asc Description: This is a digitally signed message part.

Debian Kernel Team

2010-07-06 Thread Ritesh Raj Sarraf
-- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. signature.asc Description: This is a digitally signed message part.

stgt fcoe support

2010-06-16 Thread Ritesh Raj Sarraf
be of great help. Regards, Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. signature.asc Description: This is a digitally signed message part.

Bug#582813: kprobes

2010-06-15 Thread Ritesh Raj Sarraf
Hello Kernel Team, Any plans on when kprobes could be enabled in Debian kernels ? Can this be done for the Squeeze release ? Regards, Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs signature.asc Description: This is a digitally signed message part.

Bug#583935: linux-image-2.6.32-5-amd64: kernel trace in net/ipv4/tcp_input.c:2540 tcp_ack

2010-05-31 Thread Ritesh Raj Sarraf
Package: linux-2.6 Version: 2.6.32-14 Severity: normal Tags: squeeze I haven't noticed a stability issue as such but saw this kernel trace logged into dmesg. -- Package-specific info: ** Version: Linux version 2.6.32-5-amd64 (Debian 2.6.32-14) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian

Bug#582810: install vmlinux into /usr/lib/debug/boot [Was: add symlink for vmlinux to /boot]

2010-05-27 Thread Ritesh Raj Sarraf
On Tuesday 25 May 2010 21:29:38 Ritesh Raj Sarraf wrote: reassign 582810 linux-2.6 retitle 582810 install vmlinux into /usr/lib/debug/boot/ thanks Thanks Kurt. I am assigning it to the linux team. Regards, Ritesh On Tuesday 25 May 2010 12:14:00 Ritesh Raj Sarraf wrote: On Tuesday 25 May 2010

Bug#582810: add symlink for vmlinux to /boot

2010-05-23 Thread Ritesh Raj Sarraf
information -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. signature.asc Description: This is a digitally signed message part.

Bug#582813: please enable kprobes

2010-05-23 Thread Ritesh Raj Sarraf
into stap_12d7093f3328dd319a881defeba0255b_5678.ko in 2800usr/580sys/4317real ms. Pass 4: compilation failed. Try again with another '--vp 0001' option. Running rm -rf /tmp/stapIaff2R Regards, Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. signature.asc

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-05-19 Thread Ritesh Raj Sarraf
On Tuesday 18 May 2010 11:21:10 Ritesh Raj Sarraf wrote: Hello Ben, On Sunday 16 May 2010 01:18:36 Ben Hutchings wrote: [29747.217066] iwlagn :03:00.0: Failed to allocate SKB buffer with GFP_ATOMIC. Only 1 free buffers remaining. [...] You are not testing the right kernel

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-05-17 Thread Ritesh Raj Sarraf
applied. This is the log from syslog. The following kernel was used. May 14 12:09:42 champaran kernel: [0.00] Linux version 2.6.32-5-amd64 (Debian 2.6.32-13) (f...@debian.org) (gcc version 4.3.2 (Deb ian 4.3.2-1.1) ) #1 SMP Sat May 8 22:47:58 CEST 2010 -- Ritesh Raj Sarraf | http

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-05-14 Thread Ritesh Raj Sarraf
to finish something. Triggered again after 2 suspend cycles. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother of invention. [29740.842800] swapper: page allocation failure. order:2, mode:0x4020 [29740.842810] Pid: 0, comm: swapper Not tainted 2.6.32-5-amd64 #1

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-05-11 Thread Ritesh Raj Sarraf
-5-amd64_2.6.32-13_amd64.deb.sha512sum.asc please give it a shot, plan to push backported patch to stable too. runs fine here atm. Thanks Max. Am currently testing it. Will report results in a day or two. -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Necessity is the mother

Bug#580124: linux-image-2.6.32-4-amd64: kernel allocation failure in iwl_rx_allocate

2010-05-09 Thread Ritesh Raj Sarraf
On Thursday 06 May 2010 07:16:01 Ben Hutchings wrote: On Mon, 2010-05-03 at 23:58 +0530, Ritesh Raj Sarraf wrote: Package: linux-2.6 Version: 2.6.32-11 Severity: normal I often keep getting this allocation failure message. My gut feel is that it gets triggered when I do some I/O

  1   2   >