similar to: Bug? What should I report

Displaying 20 results from an estimated 20000 matches similar to: "Bug? What should I report"

2012 Apr 12
2
Details about compression and extents
Hello, I''m currently trying to understand how compression in btrfs works. I could not find any detailed description about it. So here are my questions. 1. How is decided what to compress and what not? After a fast test with a 2g image file, I''ve looked into the extents of that file with find-new and it turned out that only some of the first extents were compressed. The file was
2013 Feb 20
2
btrfs doesn't report proper error when removing subvolume
Hi. petrb@bots-bnr1:/mnt$ btrfs subvolume delete ext2_saved/ Delete subvolume ''/mnt/ext2_saved'' ERROR: cannot delete ''/mnt/ext2_saved'' this is not really very descriptive. It would be really cool if it told me why it can''t delete it. For example: Permission denied. Cannot delete ... Disk write error. Cannot delete Descriptive error messages
2013 Nov 06
1
[PATCH 1/2] Btrfs/tracepoint: fix to report right flags for ordered extent
We use set_bit() to assign ordered extent''s flags, but in the related tracepoint we don''t do the same thing, which makes the trace output not to parse flags correctly. Also, since the flags are bits stuff, we change to use __print_flags with a ''delim'' instead of __print_symbolic. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> ---
2010 Nov 21
0
[JFS] Kernel oops when tried to access mounted but unplugged storage
Hello. I''ve built a kernel from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (Date: Fri Nov 19 19:46:45 2010 -0800) and got a kernel oops when tried to access to unplugged, but mounted external usb storage formatted with JFS. Steps to reproduce: mkfs.jfs /dev/sdb1 (unpluggable USB hard drive) mount /dev/sdb1 /mnt/drive cd /mnt/drive touch test sync
2013 Mar 18
0
[PATCH] Btrfs-progs: fix memory leaks on cleanup
I''ve been working on btrfs-image and I kept seeing these leaks pop up on valgrind so I''m just fixing them. We don''t properly cleanup the device cache, the chunk tree mapping cache, or the space infos on close. With this patch valgrind doesn''t complain about any memory leaks running btrfs-image. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>
2011 Aug 06
0
Remove Missing Device from Raid1 error
4 identical devices, raid 1. Ubuntu 11.10 Alpha 3 I''ve physically unplugged TWO (alternating) devices. mounted as degraded, filesystem works great. Run the command  "btrfs dev del missing /mnt" Response: ERROR: error removing the device ''missing'' No error in dmesg "btrfs-vol -r missing /mnt" Response: removing missing devices from /home ioctl
2009 Nov 13
1
little boy on asterisk and Debian
Hi Everybody, Sorry for my bad english I'm french! I need your help! I installed asterisk1.6.1 with update 1.6.9, Dahdi for musiconhold and chatroom. I created sip users, and a IVR. I can use my webradio to put in musiconold. That's good but the music is cutted. I would like to know how can I configure chan_dahdi.conf? Must I create Channels? Can you help me please? Thank you very much.
2014 Apr 12
1
Asterisk and OSX
Hi, After lot of tests, here's cli error : [Apr 12 16:10:42] WARNING[11783][C-00000000]: channel.c:1309 __ast_queue_frame:Exceptionally long queue length queuing to SIP/Iphone-00000000 Can somebody help me with this error ? AMICALEMENT? ______________ Manu - E-Mail : etann at manu-dpk.net - TimeLine Twitter : @manudpk - Skype : manu-dpk D?couvrez mes compositions musicales
2013 Apr 11
2
[PATCHES] NetBSD support, authentication buffer size
Hi Here are a few unintegrated patches, just tested against 2.2rc7: 1) NetBSD's getmntinfo uses struct statvfs while other BSD use struct statfs http://ftp.espci.fr/shadow/manu/patch-ak 2) NetBSD 5.x net_getunixcred() support. Build on NetBSD, but not tested (I am testing on NetBSD 6.0): http://ftp.espci.fr/shadow/manu/patch-src_lib_net.c 3) Increase authentication buffer size so that it
2014 Apr 11
3
Asterisk on OSX
Hi, I used asterisk on Debian7 and it was good experience. Now, i'm using osx on mac mini. I'd like to install asterisk 12. I tried to compile it and after lot of searches, I got it. All sip accounts log in. I can call but I haven't any sounds. - for IVR, - for voicemail, - for out and in calling... Please help me... Thank you in advance.... AMICALEMENT? ______________ Manu -
2009 Jun 08
1
[PATCH] Btrfs: fdatasync should skip metadata writeout
Hi. In btrfs, fdatasync and fsync are identical. I think fdatasync should skip committing transaction when inode->i_state is set just I_DIRTY_SYNC and this indicates only atime or/and mtime updates. Following patch improves fdatasync throughput. #sysbench --num-threads=16 --max-requests=10000 --test=fileio --file-block-size=4K --file-total-size=16G --file-test-mode=rndwr
2009 Feb 04
1
[PATCH] New fs-specific Kconfig options should go in fs/$FS/Kconfig, not fs/Kconfig.
Commit 699b6faa2ab283219914501d5117f8a93c7e441b allowed btrfs ACLs to be selectable, but put the option in the main fs/Kconfig, and didn''t make it depend on btrfs. This patch moves the option and adds the dependency. Signed-off-by: Jeff Mahoney <jeffm@suse.com> --- fs/Kconfig | 13 ------------- fs/btrfs/Kconfig | 15 +++++++++++++++ 2 files changed, 15
2017 Nov 10
0
FW: Unable to upload printer drivers
Hai Manu, Ok, so even the driver link in the email did not work on win 10 x64? The one which did work for me? I can delete that hp up 6.5 driver and re-install it again and again. Send my regard to your students ;-) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Manu Baylac [mailto:manu at ldd.fr] > Verzonden: woensdag 8 november 2017 22:10 > Aan: samba at
2012 Feb 02
1
amd detect answering machine
Hi, I have IVR and when I press 1, asterisk calls my mobile phone. If my mobile phone is offline, asterisk transfers to asterisk voicemail. I'd like asterisk detects my mobile voicemail and if my mobile voicemail answers, asterisk transfers to asterisk voicemail. For that, I used AMD. So I have problems ! Asterisk detects answering machine everytime! How do I do please ? extensions.conf
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > We have seen this before but so far the actual bug has not been > reproducible for us. Can you post your doveconf -n Here it is: https://ftp.espci.fr/shadow/manu/conf.log > and also logs with > doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net > sync -d -u jdoe https://ftp.espci.fr/shadow/manu/sync.log
2013 Aug 16
4
How btrfs resize should work ?
Hi, I am working on system storage manager (ssm) trying to implement btrfs resize correctly, however I have some troubles with it. # mkfs.btrfs /dev/sda /dev/sdb # mount /dev/sda /mnt/test # btrfs filesystem show failed to open /dev/sr0: No medium found Label: none uuid: 8dce5578-a2bc-416e-96fd-16a2f4f770b7 Total devices 2 FS bytes used 28.00KB devid 2 size 50.00GB used 2.01GB path
2014 Nov 30
3
Contributing to Xapian
Hi Olly I will try to work on : http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank I will be taking a Machine Learning class the next semester and I hope that this project will help me supplement my learning in Machine Learning and also gain a bit of knowledge in IR. If you can give me ideas on how to get around with the code for LTR project, it will be awesome. I can look at
2014 Oct 24
2
Contributing to Xapian
Hi All I am Manu and recently came across the Xapian project. I will like to contribute to Xapian that gets me introduced to Information Retrieval. I have a basic knowledge of C++. Can you suggest me and help me choose a task that can be good for beginners. Thanks a lot Best Regards Manu Gupta
2013 Jul 10
0
ayuda con manipulación de datos
Hola, ¿qué tal? Yo veo dos maneras de hacerlo. La más sencilla es con un "merge" de la tabla sobre sí misma por idVisita. Luego tienes que hacer un filtrado para eliminar las "relaciones reflexivas" (un producto relacionado consigo mismo) y alguna otra cosa. La alternativa es usar las técnicas descritas en
2015 Mar 04
0
New FREAK SSL Attack CVE-2015-0204
On Wed, Mar 04, 2015 at 06:36:07PM +0200, Adrian Minta wrote: > Thank you for the answer. > The "!EXPORT" part is included in "ECDH at STRENGTH:DH at STRENGTH:HIGH", or it > must be added as well ? This is not the cipher list I sent. It was: ECDH at STRENGTH:DH at STRENGTH:HIGH:!RC4:!MD5:!DES:!aNULL:!eNUL Mine does not contain any export cipher, yours does. You can