similar to: 6264767 cfgadm expects to write into string constants

Displaying 20 results from an estimated 8000 matches similar to: "6264767 cfgadm expects to write into string constants"

2006 Oct 31
0
6283577 cfgadm configure panic - NULL pointer (mmu_fsr) dereferenced in module "ip"
Author: akolb Repository: /hg/zfs-crypto/gate Revision: 9d3008a3418986c9f79c8afb06bca932abb62b95 Log message: 6283577 cfgadm configure panic - NULL pointer (mmu_fsr) dereferenced in module "ip" Files: update: usr/src/uts/common/inet/ip/ip_squeue.c
2006 Oct 31
0
6309217 gcc and "ac" cfgadm plugin don''t get along
Author: mathue Repository: /hg/zfs-crypto/gate Revision: 331ff87e40d7cd5790ee669aa896106c436c29ca Log message: 6309217 gcc and "ac" cfgadm plugin don''t get along 6309344 gcc and i2c drivers don''t get along 6309394 gcc and audio drivers don''t get along 6309413 gcc and hpc3130_dak.c don''t get along 6309459 gcc and gpio_87317 don''t get along
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 Dec 22
1
cfgadm, luxadm changes in OpenSolaris Development snv_128a
We recently upgraded last week to OpenSolaris Development snv_128a and all things went fine, zpool still works, etc. Our disks come off a Hitachi Disk Array and we have 2 qLogic fiber cards in our server. "cfgadm -al" use to report the cards and "luxadm probe" use to return all the disks on the array. "luxadm probe" now returns "ERROR: No Fibre Channel Adapters
2006 Oct 31
0
6266620 mi2cv shouldn''t #include <note.h>
Author: wesolows Repository: /hg/zfs-crypto/gate Revision: 38b525e0deacf617b34ac0322921cb3424c11a0a Log message: 6266620 mi2cv shouldn''t #include <note.h> 6285975 nightly can lie about the compiler being used for amd64 compilation 6297567 cw is needed for compiler-independence on SPARC Files: update: usr/src/Makefile update: usr/src/Makefile.master update:
2008 Mar 17
2
FiberChannel, and EMC tutorial?
Hi all, Can anyone explain to me, or point me to any docs that explain how the following numbers map together? I have multiple LUNS exported to my HBA''s from multiple EMC arrays. zpool status, and /dev/dsk show device names like: c0t6006048000038794003753594D333837d0 ONLINE 0 0 0 c0t6006048000038794003753594D333838d0 ONLINE 0 0 0
2006 Oct 31
0
6267174 "bootadm set-menu" should give more boundary check for the "default" option
Author: vikram Repository: /hg/zfs-crypto/gate Revision: 713996eb2dc91bcfcc9abdc42346acdc09d25708 Log message: 6267174 "bootadm set-menu" should give more boundary check for the "default" option 6294234 bootadm silently fails to update archive 6294785 bootadm hangs during reboot with args 6299969 bootadm can''t update archive on alternate path 6300723 bootadm misbehaves
2006 Oct 31
0
6361537 create_ramdisk: cannot seek to offset -1
Author: vikram Repository: /hg/zfs-crypto/gate Revision: a476a4885401488b34f403863e363518b3aee284 Log message: 6361537 create_ramdisk: cannot seek to offset -1 Files: update: usr/src/cmd/boot/scripts/create_ramdisk.ksh
2006 Oct 31
0
6315667 bootadm complains when running init under pfexec
Author: vikram Repository: /hg/zfs-crypto/gate Revision: d549354bd629eeb05494b7ad6228b8fc8c650915 Log message: 6315667 bootadm complains when running init under pfexec Files: update: usr/src/lib/libsecdb/exec_attr.txt
2006 Jan 27
2
Do I have a problem? (longish)
Hi, to shorten the story, I describe the situation. I have 4 disks in a zfs/svm config: c2t9d0 9G c2t10d0 9G c2t11d0 18G c2t12d0 18G c2t11d0 is devided in two: selecting c2t11d0 [disk formatted] /dev/dsk/c2t11d0s0 is in use by zpool storedge. Please see zpool(1M). /dev/dsk/c2t11d0s1 is part of SVM volume stripe:d11. Please see metaclear(1M). /dev/dsk/c2t11d0s2 is in use by zpool storedge. Please
2006 Nov 01
0
RAID-Z1 pool became faulted when a disk was removed.
So I have attached to my system two 7-disk SCSI arrays, each of 18.2 GB disks. Each of them is a RAID-Z1 zpool. I had a disk I thought was a dud, so I pulled the fifth disk in my array and put the dud in. Sure enough, Solaris started spitting errors like there was no tomorrow in dmesg, and wouldn''t use the disk. Ah well. Remove it, put the original back in - hey, Solaris still thinks
2006 Apr 26
0
[LLVMdev] Re: Newbie questions
>>>>> "Vikram" == Vikram Adve <vadve at cs.uiuc.edu> writes: Vikram> Ok, this makes sense. But I was actually asking how you deal with Vikram> this in the LLVM JIT for libgcj (I guess it is too early for you to Vikram> have an answer). Yeah. I completely punted on exception handling in general, since at the moment there is really no hope for integrating
2006 Apr 26
0
[LLVMdev] Re: Newbie questions
>>>>> "Vikram" == Vikram Adve <vadve at cs.uiuc.edu> writes: Vikram> Either way, one issue that you will have to deal with is preserving Vikram> the behavior of Java exceptions (assuming you care about that). LLVM Vikram> does not preserve the order of potentially excepting instructions Vikram> (e.g., a divide or a load). This would have to be handled
2006 Apr 26
5
[LLVMdev] Re: Newbie questions
On Apr 26, 2006, at 10:45 AM, Tom Tromey wrote: >>>>>> "Vikram" == Vikram Adve <vadve at cs.uiuc.edu> writes: > > Vikram> Either way, one issue that you will have to deal with is > preserving > Vikram> the behavior of Java exceptions (assuming you care about > that). LLVM > Vikram> does not preserve the order of potentially
2012 Jan 13
2
Remove space from string
Dear R users, I have some trivial query. I have a string, I want to remove space from the string. For eg. Input: a <- " Remove space " Output required: "Removespace" I tried using str_trim but only removes end spaces. library(stringr). Regards Vikram [[alternative HTML version deleted]]
2012 Nov 11
0
Expanding a ZFS pool disk in Solaris 10 on VMWare (or other expandable storage technology)
Hello all, This is not so much a question but rather a "how-to" for posterity. Comments and possible fixes are welcome, though. I''m toying (for work) with a Solaris 10 VM, and it has a dedicated virtual HDD for data and zones. The template VM had a 20Gb disk, but a particular application needs more. I hoped ZFS autoexpand would do the trick transparently, but it turned out
2010 Dec 17
2
Supermicro AOC-SAT2-MV8 and 1TB Seagate Barracuda ES.2
Hi all, I''m getting a very strange problem with a recent OpenSolaris b134 install. System is: Supermicro X5DP8-G2 BIOS 1.6a 2x Supermicro AOC-SAT2-MV8 1.0b 11 Seagate Barracuda 1TB ES.2 ST31000340NS drives If I have any of the 11 1TB Seagate drives plugged into the controller, the AOC-SAT2-MV8 BIOS appears to detect them just fine, but I get the following problems: 1. Grub takes a
2003 Oct 23
0
[LLVMdev] RE: Ticket #7559: FW: Bradfields/PCJF-10959
Sorry for that last message, it was intended for llvm at cs instead of llvmdev at cs. --Vikram http://www.cs.uiuc.edu/~vadve > -----Original Message----- > From: Vikram S. Adve [mailto:vadve at cs.uiuc.edu] > Sent: Thursday, October 23, 2003 1:55 PM > To: 'Nate Fyie' > Cc: 'LLVM Developers List' > Subject: RE: Ticket #7559: FW: Bradfields/PCJF-10959 > >
2016 Feb 24
2
Implement Loop Fusion Pass
> On Feb 22, 2016, at 6:27 AM, Vikram TV <vikram.tarikere at gmail.com> wrote: > > > > On Fri, Feb 19, 2016 at 10:46 PM, Vikram TV <vikram.tarikere at gmail.com <mailto:vikram.tarikere at gmail.com>> wrote: > Hi, > > Thanks for the reply. Few thoughts inlined. > > On Fri, Feb 19, 2016 at 8:00 AM, Adam Nemet <anemet at apple.com
2002 Aug 16
1
Summary:ROracle error
Oracle is finally up and running on RH 7.3 now. I will try to summarize the pitfalls to avoid here for future reference. 1> Make sure you have the Pro C/C++ drivers in Oracle client installed. This can be verified by looking for the existence of the proc directory in $ORACLE_HOME. Existence of proc means it worked 2> Put the following in the .bashrc script in root export