similar to: snoop scsi commands per device

Displaying 20 results from an estimated 300 matches similar to: "snoop scsi commands per device"

2006 Apr 08
3
segfaulting on x86_64 for latest version
Hi! I've downloaded yesterday the version openssh-4.3p2. Compiled and installed without problems. No optimization options were used, no PAM. sshd starts also without any problem. But when I try to connect to it, the connection is immidiately closed and I get in the dmesg the following sshd[5246]: segfault at 00002aaaaabbfe40 rip 00002aaaaaab0bf3 rsp 00007fffffef54d0 error 7 Here is the
2010 Nov 05
3
ZFS vs mpxio vs cfgadm in Solaris.
Folks, I''m trying to figure out whether we should give ZFS / mpxio a shot on one of our research servers, or simply skip it (as we have previously). In Nov 2009 Cindy responded to a thread concerning ZFS device issues, cfgadm, and mpxio: http://mail.opensolaris.org/pipermail/zfs-discuss/2009-November/033496.html I''ve got an x2270 with the Sun EZ-SAS HBA and external SATA
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a SunOS i7 5.11 snv_114 i86pc i386 i86xpv The box is a core i7 with 6GB of RAM. The command virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7 --os-type=solaris os-variant=solaris10 --location /export/iso/sol-10-u7-ga-x86-dvd.iso get as far as opening the VNC client, when I select Solaris from grub, the OS starts to boot then panics, closing the session. So I
2005 Feb 18
2
can't specify username under WinXP
Hello! One little problem when accessing Samba shares that require password authentication. I have WinXP. When clicking on the name of share in the Network Neighbourhood, I get prompt for password. But the user name field is greyed out and is preset to "guest". So I can't specify needed username. If I try to access password protected share created on some other Windows machine, then
2008 Oct 14
4
Change the volblocksize of a ZFS volume
Dear all, Background: I have a ZFS volume with the incorrect volume blocksize for the filesystem (NTFS) that it is supporting. This volume contains important data that is proving impossible to copy using Windows XP Xen HVM that "owns" the data. The disparity in volume blocksize (current set to 512bytes!!) is causing significant performance problems. Question : Is there a way to
2009 Aug 05
2
?: SMI vs. EFI label and a disk''s write cache
For Solaris 10 5/09... There are supposed to be performance improvements if you create a zpool on a full disk, such as one with an EFI label. Does the same apply if the full disk is used with an SMI label, which is required to boot? I am trying to determine the trade-off, if any, of having a single rpool on cXtYd0s2, if I can even do that, and improved performance compared to having two
2009 Aug 31
0
zpool scrub results in pool deadlock
I just ran zpool scrub on an active pool on an x4170 running S10U7 with the latest patches and iostat immediately dropped to 0 for all the pool devices and all processes associated with that device where hard locked, e.g., kill -9 on a zpool status processes was ineffective. However, other zpool on the system, such as the root pool, continued to work. Neither init 6 nor reboot where able to take
2006 Dec 16
0
How can I Snoop L3 level IGMP packet at L2 level(Bridging level).
Hi All, I have to develop IGMPSnoop application within kernel 2.6. For the same purpose, I would have to Snoop L3 level IGMP packet at L2 level(Bridging level). Can anybody suggests how it can be done. Does Netfilter library support this kind of feature. Thanks In Anticipation Maverick -- _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2009 Apr 30
1
snoop: no datalinks found
How come snoop doesn''t find the vnic0, by default: root at pine:~# ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 vnic0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 10.9.59.56 netmask ffffffe0 broadcast 10.9.59.63 ether 2:8:20:7f:a9:16 lo0:
2009 Jan 21
1
snoop, vnics and ping.
So, just to play with vnics with 106, I have... e1000g2 plumb''d with 192.168.85.10 vnic0 is created on top of e1000g2 with 192.168.85.22 I snoop on e1000g2 to see the traffic. I ping 192.168.85.22 and it works. I stop the snoop on e1000g2. I ping 192.168.85.22 and it doesn''t work. I start the snoop on e1000g2. I ping 192.168.85.22 and ping works. Is this a new feature with
2004 Jan 16
0
snoop messages
-----BEGIN PGP SIGNED MESSAGE----- ******************************************************************** The contents of this email are intended exclusively for the addressee. If you are not the addressee you must not read use or disclose the email contents ; you should notify us immediately [ by clicking "Reply" ] and delete this email. Nationwide monitors e-mails to ensure its systems
2006 Oct 31
0
6328950 snoop/Makefile has a snoop_igmp.c typo (should be .o)
Author: okie Repository: /hg/zfs-crypto/gate Revision: 3539e54c4963ce8c33e3ff7b30d7310dec4602cc Log message: 6328950 snoop/Makefile has a snoop_igmp.c typo (should be .o) Files: update: usr/src/cmd/cmd-inet/usr.sbin/snoop/Makefile
2018 Sep 27
3
How to cross-compile for ARC in clang?
Oh, that's what I was afraid of. So there is definetly no way to compile for ARC? If so, should I write ARC.h(.cpp) in lib/Basic/Targets in order to make it work? чт, 27 сент. 2018 г. в 14:47, Tim Northover <t.p.northover at gmail.com>: > Hi, > > On Thu, 27 Sep 2018 at 12:41, Павел Безбородов via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > clang -target
2007 Apr 19
3
Using dtrace to snoop messages between two Streams modules
I''m working on a case where customer has a 3rd party streams driver/module, called uplink, which sits over Sun''s ce driver. This 3rd party module is used by the telco to perform telco grade NIC failover. The customer was given an IDR ce driver, to avoid a panic they were given. The IDR driver was successful in avoiding the panic, but now the customer is getting many
2018 Sep 27
4
How to cross-compile for ARC in clang?
Hello everyone, I'm trying to compile my test.cpp for ARC, using this guide https://clang.llvm.org/docs/CrossCompilation.html. I've built my LLVM+CLANG with ARC, ARM and X86. clang -target arc -S test.cpp Gives me: error: unknown target triple 'arc', please use -triple or -arch clang -targer arm works fine Is there any way to compile for ARC? -------------- next part
2018 Sep 24
4
Writing simple intrinsic in clang
I want to write a simple backend-specific instrinsic that will just call an instruction. How should I do that? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180924/7faeeb3d/attachment.html>
2009 Aug 04
7
Sol10u7: can''t "zpool remove" missing hot spare
I''m using Solaris 10u6 updated to u7 via patches, and I have a pool with a mirrored pair and a (shared) hot spare. We reconfigured disks a while ago and now the controller is c4 instead of c2. The hot spare was originally on c2, and apparently on rebooting it didn''t get found. So, I looked up what the new name for the hot spare was, then added it to the pool with "zpool
2014 Feb 16
2
libvirtd ssl configuration
Hi! I found little semantics bug: [13:53:40] root@dedicated-04:~ # LC_ALL=C libvirtd -h libvirtd: invalid option -- 'h' Usage: libvirtd [options] Options: -v | --verbose Verbose messages. -d | --daemon Run as a daemon & write PID file. -l | --listen Listen for TCP/IP connections. -t | --timeout <secs> Exit after timeout period. -f |
2011 Feb 03
1
[LLVMdev] Preserve RegionInfo after regionsimplify
Hi Tobias, My RegionSimplify pass adds new exit node for refined regions to convert them into simple region. However, the RegionInfo pass does not seem to recognize those changes. For example, in the attached file, bb4.region is supposed to be in the first region. My RegionExtractor pass required the extracted region to be simple. Should we modify RegionInfo or is their away to preserve the
2005 Jun 29
10
TCP Snoop & wrapper shell script posted
Hi , I have posted DTrace script to snoop tcp traffic and also provided a wrapper script for it to filter out unwanted traffic. http://blogs.sun.com/roller/comments/raviswam/Weblog/tcp_snoop_using_dtrace Please let me know if you have any feedback/comments on this. Thanks Ravi