Bug#766977: elasticsearch not starting

2015-09-03 Thread Rémi Cardona
On Thu, 16 Jul 2015 11:38:05 -0700 "Nathan D. Smith" wrote: Any progress on this? I have the same issues as described above in Jessie. systemctl is incorrect about the startup state, and it does not run. I had to edit /etc/default/elasticsearch and uncomment

Bug#688787: firmware-linux-nonfree: Include firmware for various TeVii DVB-S cards/drivers

2012-09-25 Thread Rémi Cardona
Source: firmware-linux-nonfree Severity: normal Dear Maintainers, Could the following firmwares be added to linux-firmware-nonfree (or another package maybe?): - dvb-fe-ds3000.fw - dvb-usb-s660.fw These are needed for proper operation of DVB-S cards from TeVii. Supported cards include TeVii's

Bug#624530: (no subject)

2011-08-09 Thread Rémi Cardona
I am having this exact bug with pbuilder 0.201. Adding export DEB_HOST_ARCH=i386 to my .pbuilderrc does 'fix' the issue. Has the patch been dropped? Should this bug be reopened? Thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#602330: (no subject)

2011-03-14 Thread Rémi Cardona
I've had a similar issue with decnet this past week, but I'm pretty sure the problem was with dnet-common rather than with libdnet. Somehow, my eth0 address was being changed to AA:00:04:00:4x:xx (with the last digits being 4, a or 0, I don't quite remember) Purging dnet-common gave me a

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-16 Thread Rémi Cardona
On 06/15/2010 06:59 PM, Michael Prokop wrote: Thanks for testing. Any chance you could test whether booting with the generated initrd works fine for you as well? I've rebooted it a couple times since yesterday, it seems to work just fine. Thanks, Rémi -- To UNSUBSCRIBE, email to

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-15 Thread Rémi Cardona
Package: initramfs-tools Version: 0.94.4 Severity: serious Justification: Policy 6.4 Cannot upgrade to initramfs-tools 0.96.1, I have to downgrade back to 0.94.4 for aptitude to work properly. # aptitude upgrade Reading package lists... Done Building dependency tree Reading state information...

Bug#585991: (no subject)

2010-06-15 Thread Rémi Cardona
found initramfs-tools/0.96.1 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-15 Thread Rémi Cardona
On 06/15/2010 04:13 PM, Michael Prokop wrote: sh -x /usr/sbin/mkinitramfs -o /boot/initrd.img-2.6.32-trunk-686-bigmem.new 2.6.32-trunk-686-bigmem 1/tmp/initramfs.log 21 Here are the logs for both versions. For the broken 0.96.1, I truncated the log. The last 16 lines keep repeating on

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-15 Thread Rémi Cardona
On 06/15/2010 04:38 PM, Michael Prokop wrote: Please provide output of /proc/mdstat. # cat /proc/mdstat Personalities : [raid1] md2 : active raid1 sda2[0] sdb2[1] 243866624 blocks [2/2] [UU] md1 : active raid1 sda1[0] sdb1[1] 272960 blocks [2/2] [UU] unused devices: none Need

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-15 Thread Rémi Cardona
On 06/15/2010 05:34 PM, Michael Prokop wrote: /usr/bin/awk points to /etc/alternatives/awk which points to /usr/bin/mawk on your box, right? Indeed: # ls -l /usr/bin/awk lrwxrwxrwx 1 root root 21 Feb 4 12:02 /usr/bin/awk - /etc/alternatives/awk # readlink -f /usr/bin/awk /usr/bin/mawk

Bug#585991: initramfs-tools: package installation fails (postinst scripts?)

2010-06-15 Thread Rémi Cardona
On 06/15/2010 06:31 PM, Michael Prokop wrote: severity 585991 serious thanks # dpkg -i /tmp/initramfs-tools_0.96.1+mdstat1_all.deb (Reading database ... 164486 files and directories currently installed.) Preparing to replace initramfs-tools 0.96.1 (using

Bug#569581: Acknowledgement (qemu-kvm: e1000 rom fails dhcp/pxe)

2010-03-31 Thread Rémi Cardona
Attached is a patch that fixes the e1000 pxe rom in etherboot. --- a/src/drivers/net/e1000.c +++ b/src/drivers/net/e1000.c @@ -3733,7 +3733,7 @@ const char *p) /* Packet */ { /* send the packet to destination */ - struct eth_hdr { + volatile struct eth_hdr { unsigned char

Bug#569581: qemu-kvm: e1000 rom fails dhcp/pxe

2010-02-12 Thread Rémi Cardona
Package: qemu-kvm Version: 0.11.1+dfsg-1 Severity: normal In a nutshell, a kvm guest configured with a virtual e1000 ethernet adapter fails to get an IP address with dhcp during a PXE boot. Here's how I launch KVM : sudo kvm -hda hda.qcow2 -net nic,model=e1000,macaddr=00:11:22:33:44:66 -net