search for: nsid

Displaying 18 results from an estimated 18 matches for "nsid".

Did you mean: nscd
2015 Sep 10
6
[RFC PATCH 0/2] virtio nvme
Hi all, These 2 patches added virtio-nvme to kernel and qemu, basically modified from virtio-blk and nvme code. As title said, request for your comments. Play it in Qemu with: -drive file=disk.img,format=raw,if=none,id=D22 \ -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 The goal is to have a full NVMe stack from VM guest(virtio-nvme) to host(vhost_nvme) to LIO NVMe-over-fabrics
2015 Sep 10
6
[RFC PATCH 0/2] virtio nvme
Hi all, These 2 patches added virtio-nvme to kernel and qemu, basically modified from virtio-blk and nvme code. As title said, request for your comments. Play it in Qemu with: -drive file=disk.img,format=raw,if=none,id=D22 \ -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 The goal is to have a full NVMe stack from VM guest(virtio-nvme) to host(vhost_nvme) to LIO NVMe-over-fabrics
2009 Jun 28
2
sprof works on your Debian/Ubuntu ?
...096 2009-06-28 14:25 .. -rw-r--r-- 1 pauljohn pauljohn 1356800 2009-06-28 14:26 stats.so.profile $ sprof /usr/lib/R/library/stats/libs/stats.so /var/tmp/usr/lib/R/library/stats/libs/stats.so.profile Inconsistency detected by ld.so: dl-open.c: 652: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed! pauljohn at pols124:Siena-Profiling$ sudo sprof /usr/lib/R/library/stats/ libs/stats.so /var/tmp/usr/lib/R/library/stats/libs/stats.so.profile Inconsistency detected by ld.so: dl-open.c: 652: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_s...
2019 Feb 24
0
Nvme m.2 disk problem
...works very well except on boot. During boot process I got always a file system check on nvme drive. Running smartctl on this drive I got this: === START OF SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED SMART/Health Information (NVMe Log 0x02, NSID 0x1) Critical Warning: 0x00 Temperature: 41 Celsius Available Spare: 100% Available Spare Threshold: 1% Percentage Used: 1% Data Units Read: 5,355,595 [2,74...
2007 Mar 31
1
newest realased firefox from source on Centos 4.4 64 bit.
...be cool.. ./configure --enable-application=browser looks like its good then get an error after the compile configure: warning: Recreating autoconf.mk with updated nspr-config output after make. I get /usr/bin/ld: nsCOMPtr.o: relocation R_X86_64_PC32 against `nsGetServiceByCID::operator()(nsID const&, void**) const' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status gmake[3]: *** [libxpcom_core.so] Error 1 gmake[3]: Leaving directory `/home/rpmbuild/rpm/SOURCES/mozilla/xpcom/build' gm...
2006 Apr 20
11
dynamic mock object anyone?
Hi guys, got this problem with creating such a thing... hope anyone could help.. the problem: ok, now i have this mock object that would simulate a external rpc call. eg require ''models/xmlrpc_agent'' class XmlrpcAgent def create(params) 200 end end but the value of the value returned is fixed. which is quite hard for me to test the controller when different
2019 Dec 28
2
tinydns to nsd
...ut of "nsd-checkconf -v /etc/nsd/nsd.conf": server: debug-mode: no ip-transparent: no ip-freebind: no reuseport: no do-ip4: yes do-ip6: no hide-version: yes database: "" #identity: #version: #nsid: #logfile: server-count: 1 tcp-count: 100 tcp-query-count: 0 tcp-timeout: 120 tcp-mss: 0 outgoing-tcp-mss: 0 ipv4-edns-size: 4096 ipv6-edns-size: 4096 pidfile: "/var/lib/nsd/nsd.pid" port: "53&quo...
2020 Sep 01
10
remove revalidate_disk()
Hi Jens, this series removes the revalidate_disk() function, which has been a really odd duck in the last years. The prime reason why most people use it is because it propagates a size change from the gendisk to the block_device structure. But it also calls into the rather ill defined ->revalidate_disk method which is rather useless for the callers. So this adds a new helper to just
2016 Aug 17
0
[PATCH 08/15] nvme: Pass attribute group to device_add_disk
...| 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 23a795f..1921cb2 100644 --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c @@ -1686,11 +1686,7 @@ static void nvme_alloc_ns(struct nvme_ctrl *ctrl, unsigned nsid) if (ns->type == NVME_NS_LIGHTNVM) return; - device_add_disk(ctrl->device, ns->disk, NULL); - if (sysfs_create_group(&disk_to_dev(ns->disk)->kobj, - &nvme_ns_attr_group)) - pr_warn("%s: failed to create sysfs group for identification\n", - ns->disk-...
2018 Feb 25
0
segfault calling SDL_Init with FFI/ MCJIT
...IT_VIDEO )` within the MCJIT.  If I compile the same program to an EXE I don't have a problem. Are there any general restrictions, or known issues, with loading a library like SDL2 via the MCJIT?  (LLVM-3.8 still) The stack trace, from GDB, is below. I noticed the error actually happens deep inside a transitively loaded GL drive module, but still within the LLVM code.  Does LLVM have hooks for when libraries are loaded? #0  __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:173 #1  0x00007fffeff1a667 in llvm::cl::generic_parser_base::findOption(char const*) () from /home/src/leaf...
2015 Feb 16
4
[LLVMdev] Segfault when using llvm-3.6 and OpenGL at the same time on Linux (with mesa, which uses llvm-3.4)
...xed in llvm-3.6? Long story: I am writing a program that creates binaries using llvm-3.6 and has a Qt frontend. I noticed that, when running it on Ubuntu Linux (reproduced on 32 and 64 bit), the program crashes when Qt initializes. The stack trace reveals that it happens when initializing OpenGL, inside the dynamic library initalization of the driver: I reproduced this with Ubuntu Linux 14.04 32 bit and 64 bit in VirtualBox (video driver "vboxvideo") and VMware Player (using some VMware video driver, I guess) and on my bare machine with a NVIDIA mobile graphics card (GeForce GTX 780M)...
2017 Jul 08
2
samba AD not working
...STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.4p1 Debian 10 (protocol 2.0) | ssh-hostkey: | 2048 18:4d:92:d2:69:66:c0:16:70:7e:ed:fe:fe:32:8a:fd (RSA) |_ 256 bc:f9:9c:05:42:1a:af:b5:f5:a4:ac:50:8c:f1:da:24 (ECDSA) 53/tcp open domain ISC BIND 9.10.3-P4-Debian | dns-nsid: |_ bind.version: 9.10.3-P4-Debian 88/tcp open kerberos-sec Heimdal Kerberos (server time: 2017-07-08 15:13:47Z) 135/tcp open msrpc Microsoft Windows RPC 139/tcp open netbios-ssn Samba smbd 3.X - 4.X (workgroup: MYDOMAIN) 389/tcp open ldap (Anonymous bind OK) | ssl-cert: S...
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2016 Aug 17
0
[PATCH 15/15] block: Add FIXME comment to handle device_add_disk error
...if (devm_add_action_or_reset(dev, pmem_release_disk, disk)) diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 1921cb2..a3d7f82 100644 --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c @@ -1686,6 +1686,7 @@ static void nvme_alloc_ns(struct nvme_ctrl *ctrl, unsigned nsid) if (ns->type == NVME_NS_LIGHTNVM) return; + /* FIXME: handle error. */ device_add_disk(ctrl->device, ns->disk, &nvme_ns_attr_group); return; out_free_disk: diff --git a/drivers/s390/block/dasd_genhd.c b/drivers/s390/block/dasd_genhd.c index cf5e081..eec1856 100644 --- a/d...
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...616959 [src:pybridge] pybridge: deprecation of dh_pycentral, please use dh_python2 Added tag(s) jessie. > tags 620527 + jessie Bug #620527 [ooo-build-extensions] ooo-build-extensions: uninstallable in sid Added tag(s) jessie. > tags 206476 + jessie Bug #206476 [trn4] Too many characters are considered 'bad' in extracted binaries Added tag(s) jessie. > tags 701310 + jessie Bug #701310 {Done: Rene Engelhard <rene at debian.org>} [src:libreoffice] libreoffice: ftbfs with GCC-4.8 Added tag(s) jessie. > tags 580794 + jessie Bug #580794 [src:linux-2.6] general: CD-rom drive is...