Displaying 20 results from an estimated 3000 matches similar to: "6386915 pfiles reports IP_NEXTHOP set when it isn''t"
2009 Jul 09
0
Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10
Hi,
Has anyone had any luck looking into this by any chance ?
> On Mon, Aug 04, 2008 at 02:34:23PM -0400, Jeff Wieland wrote:
>> Since we upgraded OpenSSH from 5.0p1 to 5.1p1 on our Solaris 8 boxes
>> (I know, I know, we should upgrade or retire them...), we've started
>> experiencing problems with slogin'ing into these boxes, running vi,
>> and pasting text
2007 Jan 24
1
[sfs@tc.umn.edu: Re: dovecot-auth file descriptor usage]
I hate to be a pest, but are there any revelations on file descriptor
"overusage" by dovecot-auth?
----- Forwarded message from Steven F Siirila <sfs at tc.umn.edu> -----
Date: Sat, 20 Jan 2007 12:42:50 -0600
From: Steven F Siirila <sfs at tc.umn.edu>
To: Dovecot Mailing List <dovecot at dovecot.org>
User-Agent: Mutt/1.4.2.1i
Subject: Re: [Dovecot] dovecot-auth file
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
Have you considered the mdb dcmd ::pfiles?
mfe at inker:~/Code/dtrace/examples$ *pfexec mdb -k*
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc pcplusmp
scsi_vhci zfs ip hook neti sockfs arp usba uhci fctl s1394 stmf stmf_sbd md
lofs random idm sd crypto fcp cpc fcip smbsrv nfs ufs logindmux ptm nsmb
sppp nsctl sdbc rdc sv ii ipc ]
> *::ps ! grep clock-applet*
R 1744
2015 Jan 12
0
Re: Installing Libguestfs
And yes the guest is running. We are creating folder of files and want to
transfer all files present in that folder. We have host OS as ubuntu and
want to transfer files in one particular folder to guest VM which also has
ubuntu as guest OS.
On Mon, Jan 12, 2015 at 7:54 PM, Priyanka Naik <prnk.nk1@gmail.com> wrote:
> I used libguestfs for transferring files from host OS to guest VM. It
2004 Sep 17
1
No such file or directory - but it is there.
I have a problem when installing applications from a Samba share.
I have been using this share for sometime with no problems, but now
after installing 3.0.6 I have an issue.
Most applications I have work fine, only three are suspect.
OfficeXP, will start the install but it stops with the error,
installation source has been corrupted. The Samba log show it is looking
for the file
2007 Aug 21
2
Dovecot should raise the limit of file descriptors at startup...
We've run into a situation where the Dovecot master process "dovecot"
runs out of file descriptors on Solaris 10 since the default is
only 256:
# plimit 1
1: /sbin/init
resource current maximum
time(seconds) unlimited unlimited
file(blocks) unlimited unlimited
data(kbytes) unlimited unlimited
2015 Jan 12
2
Re: Installing Libguestfs
I used libguestfs for transferring files from host OS to guest VM. It
worked successfully. But since the tool being very huge and has many more
functionalities, which my project doesn't need. I just want to use the
functionality provided by virt-copy-in. Can you please tell where will I
get the code which virt-copy-in uses internally? I have libguestfs folder.
In that which files are used for
2014 Sep 18
2
Re: Need Help
Hello Richard,
One more question, you mentioned that "hot plugging" is supported from *CentOS
7 *and gave me a link. That link says
"In libguestfs ≥ 1.20, you may add drives and remove after calling
"guestfs_launch" <http://libguestfs.org/guestfs.3.html#guestfs_launch>.
There are some restrictions, see below. This is called*hotplugging*."
When I executed
2013 Dec 13
0
Talent Pool Technologies Is Looking For ROR Developer
Software Experience: Ruby on Rails
Year of Experience: 2 to 3 Years
Joining: 1 week
Salary: Negotiable
Other Technologies: Java, php
Location- Hyderabad
For further inquiries, feel free to contact Priyanka Arora, Business
Development Executive (0172-3292221) Email -
priyanka-AzAKvkvUJVvBhubssmDUcA1wVNbaDrcB0E9HWUfgJXw@public.gmane.org
--
Posted via http://www.ruby-forum.com/.
--
You
2006 Oct 31
0
6409257 /etc/vfstab isn''t properly aligned
Author: sjelinek
Repository: /hg/zfs-crypto/gate
Revision: e2d8706d226b8bdada8284689c37d35a33396b15
Log message:
6409257 /etc/vfstab isn''t properly aligned
6409251 typo in stmsboot
6409254 unused variables in svc-syseventd
6409228 typo in aclutils.h
Contributed by Rainer Orth <ro at TechFak.Uni-Bielefeld.DE>.
Files:
update: usr/src/cmd/initpkg/vfstab.sh
update:
2007 Aug 21
0
dskek value isn''t the pool name
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/zfs-crypto-gate
Latest revision: 0ca188d105065cb1c7a7575e3c3c86d173b8b7ed
Total changesets: 1
Log message:
dskek value isn''t the pool name
clean up one XXX note
Files:
update: usr/src/cmd/zpool/zpool_main.c
update: usr/src/lib/libzfs/common/libzfs_pool.c
2018 Apr 09
2
Clang option for reordering sections in .text
Hi ,
I would like to know if there is any way to reorder functions in the object
file in order to improve code locality by implementing subsections
.text.hot.
GCC controls this behavior with '-f(no)-reorder-functions' flag, is there
any way to do so in clang?
Regards,
Priyanka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 04
3
[Bug 1566] New: superfluous descriptor duplications in sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1566
Summary: superfluous descriptor duplications in sftp-server
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2019 Dec 21
2
accessing stack frame after returning from the function
Hello,
I have a few general questions.
1. Whether the memory contents assigned for a function are accessible after
we return from that function? If yes, how can we access it?
2. Does llvm delete the stackframe assigned for a specific function, after
we return from that function?
3. If not, how can we delete the stackframe or clear the memory content
after we return from the function? Where do
2014 Dec 30
2
Installing Libguestfs
I want to transfer files between host and guest. What are the ways to
transfer these files? Is libguestfs the only way to transfer files between
host and guest?
Regards,
Priyanka Naik
2019 Oct 25
3
register spilling and printing live variables
Hello,
I have studied register allocation in theoretical aspects and exploring the
same in the implementation level.
I need a minimal testcase for register spilling to analyze spilling
procedure in llvm. I tried with a testcase taking 20 variables but all the
20 variables are getting stored in the stack using %rbp. Maybe my live
variable analysis is wrong. Please help me with a minimal testcase
2020 Feb 12
2
tool options to generate spill code
Hello,
For the following test case, reg.c
#include <stdio.h>
int getinput()
{
static int u=10;
return u++;
}
int main()
{
int a,b,c,d,e,f,g;
a=getinput();
b=getinput();
c=getinput();
d=getinput();
e=getinput();
f=getinput();
g=getinput();
printf("%d %d %d %d %d %d %d\n",a,b,c,d,e,f,g);
a=b=c=d=e=f=g=0;
return 0;
}
*1.
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 08:52:57PM +0530, Priyanka Ranjan wrote:
> Many Thanks Richard for your reply.
>
> # /usr/libexec/qemu-kvm -nographic -machine accel=kvm:tcg -device \?
>
> open /dev/kvm: No such file or directory
> failed to initialize KVM: Operation not permitted
> Back to tcg accelerator.
> Could not allocate dynamic translator buffer
>
> I tried
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 07:59:03PM +0530, Priyanka Ranjan wrote:
> libguestfs: command: run: /usr/libexec/qemu-kvm
> libguestfs: command: run: \ -nographic
> libguestfs: command: run: \ -machine accel=kvm:tcg
> libguestfs: command: run: \ -device ?
> libguestfs: error: /usr/libexec/qemu-kvm exited with error status 1, see
> debug messages above
> libguestfs: trace: launch = -1
2014 Sep 12
2
Need Help
Hello Experts,
I need a help from you . I am using CentOS 6.4 and using guestfish to
modify an ESX image.
I am adding a disk, executing "run" command and mounting it. the "run"
command is taking around 50 seconds . Is there any way to minimize it. If
we can not minimize it then Can we create and keep the guestfish virtual
shell open so that we can just add a disk , mount