Displaying 14 results from an estimated 14 matches for "db01".
Did you mean:
db0
2006 Apr 10
1
kernel: Page has mapping still set - continues
...here most data is stored.
Traceback of latest failure follows (two crashes this morning). Anyone
read these things well enough to tell me if there's any insight in this?
There are no nVidia drivers loaded, only stock kernel modules.
Thanks in advance for any insight.
-Alan
Apr 10 05:32:22 db01-01 kernel: page not mapped. erroring out.
Apr 10 05:32:22 db01-01 kernel: Page has mapping still set. This is a
serious situation. However if you
Apr 10 05:32:22 db01-01 kernel: are using the NVidia binary only module
please report this bug to
Apr 10 05:32:22 db01-01 kernel: NVidia and not to the...
2006 Apr 03
1
Anaconda Exeption
I'm intalling CentOS Sparc and after i choose the packages i want to install
i get the below exeption:
Traceback (most recent call last):
File "/usr/bin/anaconda", line 1176 in intf.run (id, dispatch, configFileData)
File "/local/builder/tmp/anaconda-10.1.1.25 //usr
/lib/anaconda/text.py", line 510, in run
Then the installation aborts.
WHAT CAN I DO TO SOLVE THE
2003 Oct 13
1
OpenSSH_3.7.1p2, Solaris 8: non-interactive authentication meth od prompts for a password
...---------------------------------------------------------------------
---------
We installed OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c
We need to copy a file by SFTP from App server to a DB server
with passwordless method.
[cbfe-dev-app01 (client), user cbfesit] -----> [cbfe-dev-db01 (server), user
ora817]
The public key was generated on App Server (Client Side):
1. ssh-keygen -t rsa -n 1024 - N ""
2. the file ~cbfesit/.ssh/id_rsa.pub was copied
to DB server to ~ora817/.ssh/authorized_keys
We should not be prompted for the password from that point, however we d...
2010 Aug 19
0
Unable to mount legacy pool in to zone
...0 0 0
c2t12d0 ONLINE 0 0 0
spares
c2t13d0 INUSE currently in use
errors: No known data errors
bash-3.00# zfs list
NAME USED AVAIL REFER MOUNTPOINT
tol-pool 1.08T 91.5G 39.7K /tol-pool
tol-pool/db01 121G 78.7G 121G legacy
tol-pool/db02 112G 87.9G 112G legacy
tol-pool/db03 124G 75.8G 124G legacy
tol-pool/db04 110G 89.5G 110G legacy
tol-pool/db05 118G 82.1G 118G legacy
tol-pool/oracle 16.8G 13.2G 16.8G legacy
tol-pool/redo...
2013 Apr 11
4
Duplicate Declaration of resource (editing contents of same file in two diiferent module)
Hi all,
I am writing two modules abc and xyz. In both the modules i have to
change common "test.txt" file,here i use template (.erb) file to changing
the contents.
In both abc and xyz the contents of "test.txt" file is different, if i
declare file resource for "test.txt" file in two different modules it gives
duplicate declaration of resource error.
For the
2010 Sep 21
4
FreeBSD Puppet 2.6.1 odd core-dump
...ver is Debian 5.05 and Puppet 2.6.0
Any thoughts?
Rgds,
Freddie
------------------------------------------------------------------
notice: Starting Puppet client version 2.6.1
debug: Finishing transaction 17215493860
debug: Using cached certificate for ca
debug: Using cached certificate for test-db01
debug: OpenSSL: Error(9): certificate is not yet valid
debug: OpenSSL: Cert: /CN=deploy01
/usr/local/lib/ruby/site_ruby/1.8/puppet/network/http_pool.rb:68:
[BUG] Bus Error
ruby 1.8.7 (2009-12-24 patchlevel 248) [amd64-freebsd8]
Abort (core dumped)
--------------------------------------------------...
2008 Mar 15
1
current quota in mysql issue
...r = '%u'
password_query = select user, password, concat('/var/vmail/%d/%n') as
userdb_home, concat('maildir:/var/vmail/%d/%n') as userdb_mail, 150 as
userdb_uid, 8 as userdb_gid from qry_dovecot where user = '%u'
###
# file dovecot-sql-quota-dict.conf
connect = host=db01.int.example.net dbname=db_mail user=quota
password==********
table = quota
select_field = current
where_field = path
username_field = username
(don't wonder about the different database hosts. mx01 is a readonly slave
from db01)
2006 Jul 31
2
NT_STATUS_BAD_NETWORK_NAME
...6 var
[root@oafsvr /]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/db01 /uprog/app/oracle/oradata/db01 ext3 defaults 1 2
LABEL=/db02 /uprog/app/oracle/oradata/db02 ext3 defaults 1 2
LABEL=/dbutil /uprog/app/oracle/oradata/dbutil ext3 defaults 1 2
/dev/devpts /dev/pts devpts gi...
2001 Feb 16
7
large file support
Hi,
I have RH6.2 with kernel 2.4.1smp, create file 2GB on the ext2fs not
problem, but copy datafile>2GB over smb not function:( , where is mistake ?
thank you
jirka
2012 May 04
2
Can't import this 4GB DATASET
...9/1986
[15] 01/30/1986 01/31/1986 02/03/1986 02/04/1986 02/05/1986 02/06/1986
02/07/1986 02/10/1986 02/11/1986 02/12/1986 02/13/1986 02/14/1986 02/18/1986
02/19/1986
#
#so this is all good. But when we try to import the ENTIRE data;
dumpList(read.table("dataset.txt",skip=6),dbName="db01")
#Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
: line 1991 did not have 9 elements
#This confirms that there are missing elements in later rows. So, I put
fill=TRUE:
dumpDF(read.table("dataset.txt",skip=6,fill=TRUE),dbName="db01")
Error: ca...
2009 May 19
0
File too big for filehash?
...R users,
I try to use a very large file (~3 Gib) with the filehash package. The
length of the dataset is around 4,000,000 obs. I get this message from R
while trying to "load" the dataset (named "cc084.csv"):
> dumpDF(read.csv("cc084.csv", header=T), dbName="db01")
Erreur : impossible d'allouer un vecteur de taille 15.6 Mo (French)
Error: impossible to allow a vector of size 15.6 Meg (my English
translation)
Is there anything I can do?
My R version is 2.8.1.
-----
Rock Ouimet
Forest Soil Scientist
MRNF-QC
--
View this message in context: http://...
2012 Mar 20
3
Graphic legend with mathematical symbol, numeric variable and character variable
Hi,
I'd like to make a legend with a mix of mathematical symbol (tau),
numeric variable and character variables.I have tried :
types<-c("Type 1","Type 2","Type 2")
tau<-c(1,3,2)
legend(x="topright",legend=paste(types,"tau=",expression(tau)))
but it doesn't work: the 'tau' symbol is not written in its 'symbol
2007 May 28
2
RODBC and Date/Time variables
This is really a query about MySQL which I am trying to use to set up a
database which I will then access with RODBC.
I have my data in a .csv file, and some of the fields are date/time
fields. I tried to create a table using mysql with the definition of the
date/time field given by
CallDate DATETIME,
but I got an error saying that the first row has
28/07/2006 0:00
in that field. What I
2009 Nov 06
0
iscsi connection drop, comes back in seconds, then deadlock in cluster
...ode rack105
(num 7) at 10.244.1.105:7777
Nov 6 01:01:40 mgr01 kernel: o2net: accepted connection from node
rack105 (num 7) at 10.244.1.105:7777
Nov 6 01:01:41 mgr01 iscsid: connection2:0 is operational after
recovery (1 attempts)
Nov 6 01:01:42 mgr01 kernel: o2net: no longer connected to node db01
(num 1) at 10.244.1.120:7777
Nov 6 01:01:42 mgr01 kernel: o2net: no longer connected to node rack104
(num 6) at 10.244.1.104:7777
Nov 6 01:01:42 mgr01 kernel: o2net: accepted connection from node
rack104 (num 6) at 10.244.1.104:7777
Nov 6 01:01:42 mgr01 kernel: o2net: no longer connected to n...