Displaying 20 results from an estimated 43 matches for "mypc".
Did you mean:
mpc
2015 Jan 30
5
Error: Connection failure: Connection refused
...Dell workstation that is connected to an APC Back
UPS
Pro 1300, and I am running into an issue where starting everything manually
seems to be successful, but fails when using the init.d scripts.
The short story is that I get the following error when trying to check the
status of the UPS:
[root at mypc:/etc/nut]# upsc apc_pro1300 at localhost
Error: Connection failure: Connection refused
If I stop and then restart the service, I get "UPS apc_pro1300 at localhost is
unavailable" errors walled to the logs and all consoles, but if I stop the
service (/etc/init.d/ups-monitor stop) and star...
2005 Aug 26
1
Cannot copy Files > 2GB
...e the problem, that I cannot copying files which are larger than 2GB.
The cp command starts and everything works fine until the 2GB are reached. Then
the bash gives me the error: "The maximum file size is exceeded"
the /var/log/messages file gives the following output:
Aug 26 10:17:50 mypc kernel: smb_get_length: recv error = 512
Aug 26 10:17:50 mypc kernel: smb_request: result -512, setting invalid
Aug 26 10:17:50 mypc kernel: smb_retry: caught signal
Aug 26 10:17:50 mypc kernel: smb_retry: caught signal
Aug 26 10:17:51 mypc kernel: smb_retry: successful, new pid=6082, generation=10...
2020 Jan 05
3
delayed write files errors
...04 23:59:55.691908,? 2]
../source3/smbd/close.c:802(close_normal_file)
? EXAMPLE\myuser closed file
.system/Thunderbird/profile-release/panacea.dat (numopen=13) NT_STATUS_OK
[2020/01/04 23:59:55.697718,? 3]
../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
? Found account name from PAC: MYPC$ []
[2020/01/04 23:59:55.697764,? 3]
../source3/auth/user_krb5.c:51(get_user_from_kerberos_info)
? Kerberos ticket principal name is [MYPC$@EXAMPLE.DOMAIN.FR]
[2020/01/04 23:59:55.699792,? 3]
../source3/auth/user_krb5.c:164(get_user_from_kerberos_info)
? get_user_from_kerberos_info: Username EX...
2013 Mar 21
1
values for the scree plot (package psych)
Hello,
I am using function princomp from the package psych.
I have my principle component object mypc:
mypc <- princomp(covmat=mycor)
plot(mypc) # shows me a screeplot
Question: how could I actually see the values displayed in the screeplot. I
don't mean on the graph - I just want to know the actual value for each
component (e.g., 10, 3.2, 1.8, etc.)
I need to know how much variance, in...
2020 Jan 03
2
delayed write files errors
Hello,
First of all : Happy New Year to you all :-)
I need your help for a problem.
I've 2 servers on CentOS 7: a Samba DC+AD and a Samba Files Sharing.
In the Samba file sharing server, all data is store in a RAID Disk
partition wich is mounted in /data/ (fstab :
UUID=a47ea879-7072-4e8f-a668-3f5a86e58ef2 /data ext4
defaults,user_xattr,acl,barrier=1?? ?1 2).
Under Windows each user has
2005 Feb 02
0
Samba 3.0 question, DOMAIN vs. SERVER method? Help!
...ver = x.x.x.x
log level = 3
log file = /var/log/smb.log
Contents of usermap:
unixuser=pcuser
Log entries for the successful DOMAIN login with an unmapped user:
[2005/02/01 15:57:58, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(615)
Got user=[myuser] domain=[MYDOMAIN] workstation=[MYPC] len1=24 len2=24
[2005/02/01 15:57:58, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[MYDOMAIN]\[myuser]@[MYPC] with the new password interface [2005/02/01
15:57:58, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is:...
2018 Jul 03
1
Bug in file.access on Windows when using network shares
...s can be easily reproduced if there is access to
a shared folder. I've reproduced this behaviour on both Windows 7 and
Windows 10.
Steps to reproduce:
1. Ensure Offline Files is turned on within Windows
2. Using Windows Explorer, browse to a folder shared on a network using a
UNC path, e.g. \\mypc\myshare\
3. Create a test file, e.g. test.txt
4. Within R, try the following:
file.access("//mypc/myshare/test.txt",0)
# Returns 0
file.access("//mypc/myshare/test.txt",4)
# Returns -1 if the share is on a non-Windows host, 0 if it is on a Windows
host
5. Right click on the fi...
2020 Jan 07
2
delayed write files errors
...lose_normal_file)
? EXAMPLE\myuser closed file
.system/Thunderbird/profile-release/favicons.sqlite-shm (numopen=13)
NT_STATUS_OK
On the other hand, is this error? normal ?
[2020/01/04 23:59:55.719198,? 3]
../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
? Found account name from PAC: MYPC$ []
[2020/01/04 23:59:55.719241,? 3]
../source3/auth/user_krb5.c:51(get_user_from_kerberos_info)
? Kerberos ticket principal name is [MYPC$@EXAMPLE.DOMAIN.FR]
[2020/01/04 23:59:55.721193,? 3]
../source3/auth/user_krb5.c:164(get_user_from_kerberos_info)
? get_user_from_kerberos_info: Username EX...
2013 Mar 20
2
Dealing with missing values in princomp (package "psych")
Hello!
I am running principle components analysis using princomp function in
pacakge psych.
mypc <- princomp(mydataforpc, cor=TRUE)
Question: I'd like to use pairwise deletion of missing cases when
correlations are calculated. I.e., I'd like to have a correlation between
any 2 variables to be based on all cases that have valid values on both
variables.
What should my na.action be...
2020 Jan 07
0
delayed write files errors
...closed file
> .system/Thunderbird/profile-release/favicons.sqlite-shm (numopen=13)
> NT_STATUS_OK
>
> On the other hand, is this error? normal ?
>
> [2020/01/04 23:59:55.719198,? 3]
> ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
> ? Found account name from PAC: MYPC$ []
> [2020/01/04 23:59:55.719241,? 3]
> ../source3/auth/user_krb5.c:51(get_user_from_kerberos_info)
> ? Kerberos ticket principal name is [MYPC$@EXAMPLE.DOMAIN.FR]
> [2020/01/04 23:59:55.721193,? 3]
> ../source3/auth/user_krb5.c:164(get_user_from_kerberos_info)
> ? get_user_f...
2018 Jul 02
2
Bug in file.access on Windows when using network shares
Dear R-Devel,
I've run into an issue with a package (vcfR) that uses file.access to check
a file is readable before opening it. The issue is actually in base R
though. I've looked into the package code, and it calls file.access(path,
mode = 4). I've created a minimal working example of the code in winAccessW
from src/gnuwin32/extra.c, and the problem arises when GetFileSecurityW is
2001 Oct 29
1
wine on Mandrake 8.1
Hi,
I have installed wine on Mandrake 8.1 (the RPM from the Mandrake CD), fixed
the ~/.wine/config file (man wine.conf) but the wine still does not work.
If I run what-ever application it does nothing, if I leave it long enough,
it displays this....
[mypc]#wine notepad
err:ntdll:RtlpWaitForCriticalSection Critical section 0x4011a610 wait timed
out, retrying (60 sec) fs=024f
err:ntdll:RtlpWaitForCriticalSection Critical section 0x4011a610 wait timed
out, retrying (60 sec) fs=025f
err:ntdll:RtlpWaitForCriticalSection Critical section 0x4011a610 wait...
2013 Feb 12
0
error message from predict.coxph
...type="expected", se.fit=TRUE) # prediction at old data, which has different Time
try(predict(mod2, newdata=ndf, type="expected", se.fit=TRUE)) # error?
#Error in predict.coxph(mod2, newdata = ndf, type = "expected", se.fit = TRUE) :
# subscript out of bounds
#mypc <- getAnywhere(predict.coxph)
#mypc2 <- mypc$objs[[1]]
#debug(mypc2)
#mypc2(mod2, newdata=ndf, type="expected", se.fit=TRUE)
# The error appears to be an incorrect subscripting of xbar (and xbar2) in defining dt (and dt2) in one part of predict.coxph:
#
#if (ncol(y) == 2) {
# if (...
2015 Jan 30
0
Error: Connection failure: Connection refused
On Fri, 30 Jan 2015, Melvin Call wrote:
> [root at mypc:/etc/nut]# upsc apc_pro1300 at localhost
> Error: Connection failure: Connection refused
I had this error message. In my case it was due to a network
misconfiguration. Are you using TCP wrappers? If so, is this a missing
entry in hosts.allow?
Roger Price
2013 Apr 25
1
Weighted Principle Components analysis
Hello!
I am doing Principle Componenets Analysis using "psych" package:
mypc<-principal(mydata,5,scores=TRUE)
However, I was asked to run a case-weighted PCA - using an individual
weight for each case.
I could use "corr" from "boot" package to calculate the case-weighed
intercorrelation matrix. But if I use the intercorrelation matrix as input
(inst...
2014 Jun 09
2
NOTABMSG issue with 6.03
Hi all,
I can't suppress TAB menu prompt and I wonder if this feature is working or not.
I'm using extlinux and here is a cut from extlinux.conf:
UI menu.c32
prompt 0
MENU TITLE MYPC
MENU AUTOBOOT Automatic boot in # second{,s}...
MENU NOTABMSG
timeout 100
TOTALTIMEOUT 1800
label main
MENU DEFAULT
MENU LABEL Linux Kernel 3.x
...
I'm using latest code from the git tagged as 6.03-pre13.
Is there any additional trick I need to make it work?
Regards,
Alexey
2018 Jul 10
2
Repadmin fails when querying Samba server 4.7.6
On Tue, 2018-07-10 at 09:35 +0200, Ing. Claudio Nicora via samba wrote:
> Some other info about this issue.
> It's the same as the one described in this bug:
> https://bugzilla.samba.org/show_bug.cgi?id=11415
Try with 4.8.3. We have managed to join Windows 2012R2 with that
release, after doing a Samba-side schema upgrade to the 2012 schema.
Andrew Bartlett
--
Andrew Bartlett
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
Hi ,
When cw is used, dom0 reboots.
Though I set quest memory size.
I want to study into the cause.
Please teach how to examine it.
#xm create vm1.conf <-- OK
#xm create vm4.conf <-- NO
................... <-- system boot
#last
root pts/1 myPC Tue Sep 25 11:25 - crash (09:01)
reboot system boot 2.6.18-xen Tue Sep 25 20:06 (-8:-16)
~~~~~~~~~~~
---------------about my setting--------------------
Xen-api is effective.
#cat vm1.conf
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-...
2018 Jul 10
2
Repadmin fails when querying Samba server 4.7.6
...#39;m sorry, I can't really help.
> Is there a way to trash/rebuild/force that single object synchronization
> that is causing the issue?
I doubt it is a single object that is causing the issue, the same would
happen on each object.
> I've already tried to unjoin that machine (MYPC) from domain and rejoin
> it, but the error came back.
As I say, I would start with the current version for maximum chances,
or just make the migration a one-off an don't run Samba and Windows
side-by-side.
Andrew Bartlett
--
Andrew Bartlett http://samba.org/~abartl...
2012 Jun 14
0
Two CentOS installations failed dual boot
...at"*.
I attached to the email the output of *"fdisk -l"* and a copy of the
*"/etc/grub.conf"* configuration file.
I have no experience dealing with boot/grub issues, so any help on this
will be much appreciated.
Regards.
-------------- next part --------------
[root at mypc ~]# fdisk -l
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000080
Device Boot...