Displaying 20 results from an estimated 200 matches similar to: "Can zpool permanent errors fixed by scrub?"
2007 Apr 30
1
ROracle issues
Hi all -
I am trying to install ROracle for linux machines ... I have read the
INSTALL documentation and followed the directions for setting the paths
as follows:
export PATH=/app/oracle/product/10.2.0/db_1/bin:$PATH
[manthony@diamondback ~]$ export
LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/lib:/app/oracle/product/10.1.0/db_1
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
Hi.
Using ZFS-FUSE.
$SUBJECT happened 3 out of 5 times while testing, just wanna know if
someone has seen such scenario before.
Steps:
------------------------------------------------------------
root at localhost:/# uname -a
Linux localhost 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009
i686 GNU/Linux
root at localhost:/# zpool upgrade -v
This system is currently running ZFS pool
2009 Jul 21
1
installation of 64bit msxml6
I installed msxml6_x64.msi using wine in linux fir 1.1.26 version as follows:
[oracle at ORAVM64 wine-git]$ wine msiexec /i ../.winetrickscache/msxml6_x64.msi
fixme:advapi:LookupAccountNameW (null) L"oracle" (nil) 0x2ad4dc2ef3a8 (nil) 0x2ad4dc2ef3ac 0x2ad4dc2ef3a4 - stub
fixme:advapi:LookupAccountNameW (null) L"oracle" 0x2ad4d85798f0 0x2ad4dc2ef3a8 0x2ad4d857b950
2007 Oct 12
0
DFS access
Hi all,
This is my first message here, so pardon me if I break some
etiquette.
I have a Linux (Debian 4, kernel 2.6.18-4-686) SaMBa (3.0.24)
server whose shares I want to mount on a Distributed File System running
from a Windows Server 2003 R2. The share itself is accessible without
problems as long as I try to get to it directly (\\smb\share), but if I
try to browse through the DFS I get the
2008 May 13
2
array dimension changes with assignment
Why does the assignment of a 3178x93 object to
another 3178x93 object remove the dimension attribute?
> GT <- array(dim = c(6,nrow(InData),ncol(InSNPs)))
> dim(GT)
[1] 6 3178 93
> SNP1 <- InSNPs[InData[,"C1"],]
> dim(SNP1)
[1] 3178 93
> SNP2 <- InSNPs[InData[,"C2"],]
> dim(SNP2)
[1] 3178 93
> dim(pmin(SNP1,SNP2))
[1] 3178 93
2014 Oct 21
1
Asterisk 11.9.0 crash and restart
Hi,
My Asetrisk restarted after to output following warning message.
[Oct 16 15:59:58] WARNING[17102][C-00008e34]: chan_sip.c:4696
update_provisional_keepalive: Unable to cancel schedule ID 738278. This is
probably a bug (chan_sip.c: update_provisional_keepalive, line 4696).
This message has been output after a timeout occurrs in the Dial()
application.
Then, the Hangup() application is
2000 Nov 22
0
openssh 2.3.0p1: chan_read_failed for istate 8
Hallo all!
I've found a repeatable problem concerning openssh 2.3.0p1 running on a
Linux-box with kernel 2.2.17. I compiled ssh from sources with
pam-support. Let me describe what I'm doing:
rsync -e ssh --delete --exclude "/Daten/test*" --exclude
/Daten/anonymous --exclude /Daten/comp_logs --exclude
/Daten/ehemalige_rwgsysm/cache --exclude
2015 Sep 21
2
Brazil TDM routes
Dear fellows, how are you?
I?m offering TDM routes for Brazil (landline and mobile destinations) with
low prices, TDM ccts (no GSM), ASR and ACD great.
Pre paid, by paypal.
If you have interest, please just let me know.
With Best Regards
Josue
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 21
1
Ghost files in OCFS2 filesystem
Hi,
I have encountered an issue on an Oracle RAC cluster using ocfs2, OS is RH Linux 5.3.
One of the ocfs2 filesystems appears to be 97% full, yet when I look at the files in there they only equal about 13gig (filesystems is 40gig in size).
I have seen this sort of thing in HP-UX but that involved a process who's output file was deleted but the process hadn't been stopped properly, once
2007 Nov 02
3
ruby-oci8 build fails
I''m trying to build the ruby-oci8 with the Oracle Instant Client on OS
X. The Instant Client works, and the make seems to be ok with it up
until OCIInitialize(). Anybody got this to work?
[relevant output]
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby /
Users/dmholmes/Desktop/ruby-oci8-1.0.0-rc2/ext/oci8/extconf.rb
checking for load library path...
2008 Sep 18
3
oralce 9i database and wine
Hi, i'm trying to install Oracle 9i database in wine, and get a huge error message with lots to do with java i think. Can anyone help with this? I also cant find the error log it said it created.
tnh at webbook:~$ wine /home/tnh/Desktop/Disk1/autorun/autorun.exe
err:mmio:MMIO_ParseExtA No . in szFileName: "?\x13???\x13??????H\x11"
err:mmio:MMIO_ParseExtA No . in szFileName:
2010 Apr 16
1
Group Membership and Exec
Hi,
I have a puppet module that I''m using to manage Oracle 11G. I''m using
puppet 0.24.8 on 64-bit CentOS 5.4. Everything works properly except
the execution of the oracle installer. It fails because it believes
that the user it is running as is not a member of the proper groups.
However, the user is in the groups, and if I log in as that user and
run the same command that puppet
2024 May 06
1
NT1 protocol question
Hi
Some may remember that I asked about configuring a Samba server for the
legacy NT1 protocol due to a couple of old industrial systems that do not
support SMB2/3.
I noticed this today from the Samba server, probably doesnt mean anything
but I still would like to ask the group. The server is of course joined to
a domain and operates as it should.
sysman at hp-srv03:~$ *net domain testjoin -U
2006 Mar 03
1
Problem with oracle&httpd...
Hi,
I have CentOS 4.2 installed on my PC and I've successfully installed
Oracle 10g along with apache web server(httpd) and perl-DBD-Oracle.
The problem is trying to connect to oracle to oracle from a CGI script.
I defined all of the environment variables(ORACLE_HOME, LD_LIBRARY_PATH,
PERL5LIB) in httpd.conf as well as apachectl scripts but I am getting the
following error in the
2024 May 06
1
NT1 protocol question
On Mon, 6 May 2024 09:06:36 +0200
Anders ?stling via samba <samba at lists.samba.org> wrote:
> Hi
> Some may remember that I asked about configuring a Samba server for
> the legacy NT1 protocol due to a couple of old industrial systems
> that do not support SMB2/3.
> I noticed this today from the Samba server, probably doesnt mean
> anything but I still would like to ask
2011 Nov 20
1
Puppet changes mount point directory ownership.
I''ve got a directory, /u01/app that is owned by oracle.oinstall. I
have this in my manifest:
#
# Mount point for the Oracle database.
#
''/u01/app'':
device => ''/dev/xvdo'',
atboot => true,
ensure => mounted,
fstype => ''ext4'',
2005 May 16
1
problems creating ocfs filesystem
Hello list users.
I am trying to create an ocfs filesystem but when I execute the command says
the following thing to me:
rac01:~ # mkfs.ocfs -b 128 -g oinstall -u oracle -L ocfs_pruebas
-m /opt/oracle/oradata/OCFS -p 755 /dev/sdf1
Error opening device /dev/raw/raw41.
Not a directory
But it isn't a raw device.
Any one know why it search for a raw device ?
Thanks
<DIV><FONT
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
Hi,
I''m able to run a ROR application in a Red Hat Enterprise Linux 4.4
environment, as long as I start my mongrel_cluster via the command line:
[chris at localhost ~]$ mongrel_cluster_ctl start
I take a look at the two mongrel_rails processes that were just created:
[chris at localhost log]$ ps -ef | grep mongrel
chris 4781 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby
2004 Jul 23
1
My node is restarted when running OCFS
Hi,
I am trying to install Oracle 9i RAC on SLES 8 SP3
with a shared firewire disk.
I am using the following OCFS:
OCFS Release 1.0.11-1 for suse sp3 2.4.21-138 smp kernel
ocfs-2.4.21-138-smp-1.0.11-1.i586.rpm
ocfs-tools-1.0.10-1.i386.rpm
ocfs-support-1.0.10-1.i386.rpm
1/ I have configured OCFS and a shared file system /opt/oracle/oradata
2/ I have created a raw device for use as quorum
2001 Jul 19
1
Compiling R-1.3.0-patched on OSF1
Dear R-users,
I currently have trouble in trying to compile R-1.3.0-patched on Compaq
OSF1.
--------
>uname -a
OSF1 adenine.fysik.dtu.dk V4.0 1229 alpha
--------
The 'configure' step ended seemingly corretly:
-----------------------
R is now configured for alphaev6-dec-osf4.0f
Source directory: .
Installation directory: /home/adenine/sysman/laurent/share/
C