Displaying 20 results from an estimated 181492 matches for "11".
2001 Oct 15
0
Errors Using rmdir
...exists.
H:\>
Contents of BLDTMP directory after rmdir failure:
ra:root# find BLDTMP
BLDTMP
BLDTMP/devmgr
BLDTMP/devmgr/dmv
BLDTMP/devmgr/dmv/MainScreen$AutoDiscoverAction.class
ra:root#
Contents of BLDTMP before the rmdir command:
ra:root# tar tvf BLDTMP.tar
drwxr-xr-x 1084/40 0 Oct 11 11:37 2001 BLDTMP/
drwxr-xr-x 1084/40 0 Oct 11 11:36 2001 BLDTMP/devmgr/
drwxr-xr-x 1084/40 0 Oct 11 11:36 2001 BLDTMP/devmgr/trace/
-rwxr--r-- 1084/40 922 Oct 11 11:36 2001 BLDTMP/devmgr/trace/TraceComponent.class
-rwxr--r-- 1084/40 1089 Oct 11 11:36 2001 BLDTMP/devmgr/trace...
2006 Nov 13
1
handling time units--hours, minutes, days--from file times
...ur.interval<-(unitless.interval/60),
hour.interval<-unitless.interval)
hours<-0
for (i in 1:(fileno-1)){hours<-c(hours,(i*hour.interval))}
myfileinfo <-
size isdir mode
mtime ctime
G2659310 2006-307-21-09-57.txt 10220 FALSE 666 2006-11-03 21:04:00
2006-11-13 10:56:39
G2659310 2006-307-21-45-55.txt 10230 FALSE 666 2006-11-03 21:40:00
2006-11-13 10:56:39
G2659310 2006-307-22-23-00.txt 10236 FALSE 666 2006-11-03 22:17:00
2006-11-13 10:56:39
G2659310 2006-307-23-00-33.txt 10236 FALSE 666 2006-11-03 22:54:00
2006-11-13 10:56:39
G26...
2001 Aug 21
1
read.table -unexpected truncation of rows
...ried to parse my latest
(biggest) file. The file has been generated with the exact same
script as other files that have imported correctly, but with
different original data.
R reads the new file and complains that the rows aren't all the same length.
Here's some truncated output:
[409] 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11
[433] 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11
[457] 4 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11
...
[1201] 11 11 11 11 11 11
Error in read.table("all_genomes.da...
2011 Apr 07
2
Regrouping data
...e a dataframe as defined below -
rat_dat = data.frame(name = c("A", "A", "A", "B", "B", "B", "C", "C", "C", "D", "D", "D"),
period = c("31-Mar-11", "30-Mar-11", "29-Mar-11", "31-Mar-11", "30-Mar-11", "29-Mar-11", "31-Mar-11", "30-Mar-11", "29-Mar-11", "31-Mar-11", "30-Mar-11", "29-Mar-11"),
cy_date = c("31-May-11",&qu...
2015 Nov 11
3
Printer server on AD server
...ers
path = /server/samba/printers
browseable = yes
#read only = no
#public = yes
#guest ok = yes
valid users = @"Domain Users"
write list = Administrator, @Printers_Admins
And the log shows this:
==> log.wb-DOMAIN <==
[2015/11/11 11:24:49.187927, 10, pid=1120, effective(0, 0), real(0, 0),
class=winbind] ../source3/winbindd/winbindd_dual.c:68(child_read_request)
Need to read 28 extra bytes
[2015/11/11 11:24:49.188048, 4, pid=1120, effective(0, 0), real(0, 0),
class=winbind] ../source3/winbindd/winbindd_dual.c:1387(chil...
2019 Oct 24
3
winbind : suspend nightmare
On Wed, 2019-10-23 at 22:21 -0700, Jeremy Allison wrote:
> On Wed, Oct 23, 2019 at 11:58:33PM +0000, Jon Gerdes wrote:
> > winbind has a concept of offline and online but I don't know what
> > that
> > is, nor how nss works with it. I've tried using smbcontrol to tell
> > winbind it is offline or online but that does not seem to work.
> > Resta...
2006 Nov 17
0
difftime for handling time units--hours, minutes, days--from file times
Thanks, Tim
To get the time difference in the proper units, it's as simple as this:
difftime(myfileinfo$mtime[2], myfileinfo$mtime[1], units="hours")
Cheers,
Warren
On 11/13/06, Tim Calkins <tcalkins@gmail.com> wrote:
> hardly the most efficient way to go, but consider using a substring
> function to extract the time bits from your data, then reading them as POSIX
> dates and using difftime.
>
> for example,
>
> > mytime <- c("...
2014 Dec 01
0
Fwd: samba 3.6.24 domain member as printserver in win2008/2012 domain: Access denied
Isn't there anybody who can help with this?
Just a little hint maybe?
-------- Originalnachricht --------
Betreff: samba 3.6.24 domain member as printserver in win2008/2012
domain: Access denied
Datum: 2014-11-28 15:03
Von: problem1 at proxyma3.eu
An: samba at lists.samba.org
Hello everyone on the list,
I'm trying to set up a samba server as a print server for a special
purpose.
The aim is to have a special printer which takes the printjobs to hand
it over to a script for further processing.
I ha...
2018 Nov 13
1
create vm timeout
...1 datapool]# qemu-x86_64 --version
qemu-x86_64 version 2.9.0
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
[root@node1 datapool]# uname -a
Linux node1 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Here are some log fragments:
2018-11-13 14:21:39.942+0000: 95205: debug : virEventPollRunOnce:650 : Poll got 0 event(s)
2018-11-13 14:21:39.942+0000: 95205: debug : virEventPollDispatchTimeouts:432 : Dispatch 2
2018-11-13 14:21:39.942+0000: 95205: info : virEventPollDispatchTimeouts:455 : EVENT_POLL_DISPATCH_TIMEOUT: timer=2
2018-11-1...
2009 Nov 19
0
Linux & Windows clients domain join - Error: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
...,ou=Domains,dc=mydomain
objectClass: sambaDomain
objectClass: sambaConfig
sambaDomainName: mydomain
sambaSID: S-1-5-21-3770724945-3807680268-1836530589
sambaAlgorithmicRidBase: 1000
sambaNextUserRid: 30000
sambaNextGroupRid: 28000
sambaNextRid: 30007
structuralObjectClass: sambaDomain
entryUUID: ad31114c-52c5-102e-8adf-1bff14f823db
creatorsName: cn=admin,dc=mydomain
createTimestamp: 20091021194257Z
sambaPwdHistoryLength: 0
entryCSN: 20091117214105.466919Z#000000#000#000000
modifiersName: cn=admin,dc=mydomain
modifyTimestamp: 20091117214105Z
Details:
Server: Debian lenny(5.0.2)
Kernel: 2.6.26-2...
2011 Jan 11
2
IE6 install problem
Hi,
Thank you in advance for your help from someone who has very little computer knowledge....
IE6 doesn't install....the following is as far as it goes....please tell me what I have to do to get it going....
Oh, I was able to install IE7 but it doesn't connect.
Thanks again. Cheryl
11-01-05 8:15:36 AM SyncServer[3280] [110f40] |SyncServer|Warning| Refreshing watchdog because of a calendar time change alert.
11-01-05 8:15:47 AM servernotifyd[2403] token expired
11-01-05 8:16:05 AM [0x0-0x16d16d].backupd-helper[3296] Not starting Time Machine backup after wake - failed to resolve...
2015 Nov 11
2
Printer server on AD server
Thanks to both but did not worked. Tomorrow i'll try to reinstall the whole
OS because maybe i've installed something wrong.
Greetings!!
2015-11-11 12:08 GMT+01:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 11/11/15 10:41, Daniel Carrasco Marín wrote:
>
>> Hi, first of all i'm sorry for my english.
>>
>> I'm trying to create a print server in the same server that has the samba
>> AD bu...
2013 Sep 11
3
Bind9 AD SDLZ driver failed to load
...;;
cat /etc/bind/named.conf.options
options {
directory "/etc/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
8.8....
2010 Nov 12
0
Asterisk and Tandberg Gatekeeper
...al]
port = 1720
bindaddr = 10.4.16.45
h323id = AsteriskVM
e164 = 1200
callerid = Asterisk
faststart = yes
h245tunneling = yes
gateway = no
disallow=all
allow=ulaw
dtmfmode=rfc2833
gatekeeper = 10.4.48.15
AllowGKRouted = yes
AcceptAnonymous = yes
progress_setup = 3
progress_alert = 8
tunneling=none
11:27:28:163 Trace File: /var/log/asterisk/h323_log
11:27:28:163 FastStart - enabled
11:27:28:163 H245 Tunneling - enabled
11:27:28:163 MediaWaitForConnect - disabled
11:27:28:163 AutoAnswer - disabled
11:27:28:163 Terminal Type - 50
11:27:28:163 T35 CountryCode - 1
11:27:28:164...
2011 Apr 12
11
[Bug 36163] New: nouveau fails to render framebuffer on [GeForce 7300 GS]
...When loading modules at boot, the screen becomes garbled. Still the system
works, I can blindly type, login and startx, but also the graphical screen is
garbled. I could fix my system by no other means but using a liveCD and chroot
into the system.
Here is the relevant part of the kernel log:
Apr 11 22:09:11 HomeC kernel: [drm] Initialized drm 1.1.0 20060810
Apr 11 22:09:11 HomeC kernel: nouveau 0000:02:00.0: PCI INT A -> GSI 24 (level,
low) -> IRQ 24
Apr 11 22:09:11 HomeC kernel: nouveau 0000:02:00.0: setting latency timer to 64
Apr 11 22:09:11 HomeC kernel: [drm] nouveau 0000:02:00.0:...
2004 Sep 20
1
NT_STATUS_LOGON_FAILURE with pdc samba + openldap + SuSE9.1
...ST global -Uadministrator%not24get -d 255
smbclient -L localhost -Uadministrator%not24get
----------------begin smbclient ---------------------
session setup failed: NT_STATUS_LOGON_FAILURE
----------------end smbclient ---------------------
----------------begin slapd log----------------
Sep 20 11:11:46 amanda slapd[14480]: daemon: activity on 1 descriptors
Sep 20 11:11:46 amanda slapd[14480]: daemon: new connection on 20
Sep 20 11:11:46 amanda slapd[14480]: conn=23 fd=20 ACCEPT from
IP=127.0.0.2:34230 (IP=0.0.0.0:389)
Sep 20 11:11:46 amanda slapd[14480]: daemon: added 20r
Sep 20 11:11:46 am...
2015 Dec 14
0
CESA-2015:2619 Moderate CentOS 6 libreoffice Security Update
...2015:2619 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2619.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
65708262c3f65d3e94dc127310181f006d81c74aec088c3c0828becda63c2b13 autocorr-af-4.2.8.2-11.el6_7.1.noarch.rpm
8bef70d319a8814aa4e3febe604aca7661942dbfafce5cd5369e35d5d063f4d5 autocorr-bg-4.2.8.2-11.el6_7.1.noarch.rpm
2e47b628bff8375e1ff4a46ee17133ba440902f3625fb3294f3816516c68a447 autocorr-ca-4.2.8.2-11.el6_7.1.noarch.rpm
e623d998517781d8bdcc8dd66eb332715bd8a0874e971d399fded56c3447dc04...
2015 Nov 11
2
Printer server on AD server
It's already done. I did a lot of tests, installed testing packages... and
y prefer to start with a clean system. Anyway was an empty domain with only
an user.
I'll report how it works ;)
Greetings!!
El 11 nov. 2015 12:43 p. m., "Rowland Penny" <rowlandpenny241155 at gmail.com>
escribió:
> On 11/11/15 11:31, Daniel Carrasco Marín wrote:
>
>> Thanks to both but did not worked. Tomorrow i'll try to reinstall the
>> whole OS because maybe i've installed somethi...
2007 Aug 06
3
[Bug 11868] New: Starting X for the second time fails (without reloading drm modules)
http://bugs.freedesktop.org/show_bug.cgi?id=11868
Summary: Starting X for the second time fails (without reloading
drm modules)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: normal
Priority:...
2010 May 01
2
Average Login based on date
Hi All,
I have the data like this :
>sample <- read.csv(file="sample.csv",sep=",",header=TRUE)
> sample
stdate Domain sex age Login
1 01/11/09 xxx FeMale 25 2
2 01/11/09 xxx FeMale 35 4
3 01/11/09 xxx Male 18 30
4 01/11/09 xxx Male 31 3
5 02/11/09 xxx Male 32 11
6 02/11/09 xxx Male 31 1
7 02/11/09 xxx FeMale 29 1
8 02/11/09 xxx FeMale 23 5
9 03/11/09 xxx F...