search for: encountered

Displaying 20 results from an estimated 10485 matches for "encountered".

2006 Jul 20
1
Invalid sideband mode encountered
Hi guys I succesfully got my encoder and decoder working after much hassles, but when I use the same code in another project, I get these following errors: Error ---> Invalid sideband mode encountered (1st sideband): 7 Error ---> Invalid sideband mode encountered (1st sideband): 7 Error ---> Invalid sideband mode encountered (1st sideband): 6 Error ---> More than two sideband layers found Error ---> Invalid sideband mode encountered (1st sideband): 7 Error ---> Invalid s...
2013 Dec 18
1
Troubles getting samba4 working (from samba 3)
...see this: root at boothost:/etc/samba# /etc/init.d/samba4 restart Stopping Samba 4 daemon: samba. Starting Samba 4 daemon: samba/usr/sbin/samba: /usr/lib/x86_64-linux-gnu/ libwbclient.so.0: no version information available (required by /usr/lib/x86_64-linux-gnu/samba/libauth4.so) Unknown parameter encountered: "map to guest" Ignoring unknown parameter "map to guest" Unknown parameter encountered: "max log size" Ignoring unknown parameter "max log size" Unknown parameter encountered: "os level" Ignoring unknown parameter "os level" Unknown param...
2012 Nov 03
1
Provision Samba4 on Macosx snow leopard
I've installed samba 4 fine but get error msg when do a /usr/local/samba/bin/samba-tool domain provision \ Unknown parameter encountered: "idmap domains" Ignoring unknown parameter "idmap domains" Unknown parameter encountered: "idmap alloc backend" Ignoring unknown parameter "idmap alloc backend" Unknown parameter encountered: "display charset" Ignoring unknown parameter "displ...
2003 Sep 07
4
data manipulation
Hi, I am new to R, coming from a few years using Stata. I've been twisting my brain and checking several R and S references over the last few days to try to solve this data management problem: I have a data set with a unique patient identifier that is repeated along multiple rows, a variable with month of patient encounter, and a continous variable for cost of individual encounters. The data
2018 Jul 09
1
Samba Share : Connection refused
Hi everyone, I have a small issue on our main samba server. We added a hardware firewall with different zones and now I want to get access from new development LAN (192.168.4.) to samba (192.168.0.) but I get information about access denied on windows 7 (net use Error 5). Firewall is open to all internal LANs. I checked the smb.conf and, for me, it seems to be fine. I added hosts allow before
2018 Jul 09
3
Samba Share : Connection refused
...g wrong with that smb.conf. If I I copy it > into a file on my computer and run 'testparm' against it, I get this: > testparm testsmb.conf > Load smb config files from testsmb.conf > rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) > Unknown parameter encountered: "    security" > Ignoring unknown parameter "    security" > Unknown parameter encountered: "    netbios name" > Ignoring unknown parameter "    netbios name" > Unknown parameter encountered: "    printing" > Ignoring unknown paramet...
2008 Jan 16
2
mysterious crash of a particular worker
...fo calls for this particular worker. 2008-01-16 15:55 StatusChecker: check method started 2008-01-16 15:55 StatusChecker: processing host head0 2008-01-16 15:55 StatusChecker: processing domain webconsole 2008-01-16 15:55 StatusChecker: processing host host1 2008-01-16 15:55 StatusChecker: error encountered for host host1: RuntimeError: Unable to ssh to 192.168.1.2 as root 2008-01-16 15:55 StatusChecker: check method completed 2008-01-16 15:56 StatusChecker: check method started 2008-01-16 15:56 StatusChecker: processing host head0 2008-01-16 15:56 StatusChecker: processing domain webconsole 2008-01...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...(c) Copyright 1987-97, MetaWare Incorporated cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c receiver.c -o receiver.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "receiver.c",L134/C9(#257): '=' encountered where '==' may have been intended. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c cleanup.c -o cleanup.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "cleanup.c",L62/C22(#68...
2006 Aug 25
1
problems this samba4
Hello! I have samba test server. I update from svn samba4 and my old config don`t work this samba4. [root@localhost sbin]# ./smbd -D -s /etc/samba/smb.conf Unknown parameter encountered: "max log size" Ignoring unknown parameter "max log size" Unknown parameter encountered: "smb passwd file" Ignoring unknown parameter "smb passwd file" Unknown parameter encountered: "use sendfile" Ignoring unknown parameter "use sendfile"...
2003 May 26
1
portupgrade issue
...ib3" non-existent -- dependency list incomplete "Makefile", line 17: Could not find /usr/ports/chinese/kde2-i18n/../../misc/kde2-i18n/Makefile: malformed entry: "Makefile", line 17: Could not find /usr/ports/chinese/kde2-i18n/../../misc/kde2-i18n/Makefile make: fatal errors encountered -- cannot continue: malformed entry: make: fatal errors encountered -- cannot continue *** Error code 1: malformed entry: *** Error code 1 zh-libtabe-0.2.2:"/usr/ports/databases/db" non-existent -- dependency list incomplete zh_TW-netscape-communicator-linux-4.77:"/usr/ports/www/linu...
2003 Jul 30
1
netbios aliases
I have set an alias, and it shows up in Network Neighborhood, but when I try to open it a pop-up window says it is not accessible, "The network path was not found." The primary name works fine however. Any suggestions? Thank you.
2013 Feb 04
1
is it possible to create a trellis object with multiple colorkeys/z-scale axis?
Dear R users- Do the lattice/latticeExtra packages support multiple tileplots with unique colorkeys? I am trying to create a visualization of the encounter rate of certain stocks of salmon across two years. The issue I am having is that some stocks are encountered at much higher rates than others.the high encounter rate for one stock washes out the patterns I'm hoping to visualize across the other, less common, stocks. In the example below, the high encounter rate of Central Valley Fall (CVF) in San Francisco (SF) during June of 2011 makes it impossible...
2010 Jan 07
2
Debugging issues encountered during the "R CMD check" process
I read through the "Writing R Extensions" and the "Debugging in R" website (http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/), looking for some hints about how to solve the issue of debugging problems encountered during the "R CMD check" process, but nothing seems to be mentioned about addressing issues encountered. Specifically, I am working with the R signal package which is hosted at the following location: http://code.google.com/p/r-signal/ I would like to debug the problem that is shown be...
2006 Dec 06
1
IO error encountered -- skipping file deletion
Hi list, I have a Windows server backing up to a Linux server that continuously gets 'IO error encountered -- skipping file deletion' in the receiver log file. Could someone enlighten me where and what this error is referring to. I have tried various options, like using --delete or --delete-during. Still the same problem. Is it on the sender or receiver side, or a timeout encountered somewhere....
2002 Dec 01
1
Unknown parameter encountered: "ads server" - Samba in ADS.
Hi, Im running debian 3 woody using kernel 2.2.x and samba 2.2.7. When I try to join the box to my ADS using smbpasswd -j DOM -r DOMPDC -Uusr%pass it says "Unknown parameter encountered: "ads server"". It also says "Unknown parameter encountered: "realm"". Then it says that it'll ignore those lines. I have the krb5user-package and the libkrb5-dev-package. Have I missed some package anywhere? I installed everything with apt-get except samba...
2014 Jun 29
0
[patch] Fix n arg in mclapply call to ngettext
Regarding the following code, warning(sprintf(ngettext(has.errors, "scheduled core %s encountered error in user code, all values of the job will be affected", "scheduled cores %s encountered errors in user code, all values of the jobs will be affected"), paste(has.errors, collapse = ", ")), domain = NA) has.errors is a vector whose elements are the cores th...
2011 Feb 11
2
ENOSPC Regression
I''m encountering premature ENOSPC issues recently where my Btrfs testing partition will either prematurely return an ENOSPC, or lock up the operations trying to access the partition. I have bisected the problem to this commit: http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-unstable.git;a=commit;h=914ee295af418e936ec20a08c1663eaabe4cd07a (Btrfs: pwrite blocked when writing from the
2020 May 30
2
warning: failed to compute relocation: R_AARCH64_PREL32, Invalid data was encountered while parsing the file
Hi, On AArch64, I see a lot of warnings like: warning: failed to compute relocation: R_AARCH64_PREL32, Invalid data was encountered while parsing the file when opening object file with llvm-objdump. The llvm-objdump is from trunk at this moment. Is this easy to fix?
2001 Dec 08
1
How Does Rsync Behave ?
...I noticed that there is some talk about returning error codes. Some Q:s * If rsync encounters a network error, does it do retries ? Can you control the # of retries ? * Do the rsync client & server stop running upon encountering an error ? Can you tell rsync to stop upon the first error encountered ? * If the remote rsync encounters an error that is local, say a disk I/O error, does this error get eventually sent back to the client ? If so, can you encapsulate rsync inside of a shell script to react different ways depending upon the returned result code from the remote copy of rsync ?...
2011 Apr 05
2
IO error encountered, skipping file deletion - WTF?
Anyone know what this is supposed to mean? 366305 files to consider IO error encountered -- skipping file deletion I keep getting this, and so it refuses to delete any files from a mirror. But what is the supposed I/O error? Can we have it give us some kind of clue? dmesg doesn't show any clues. -vv --stats --progress doesn't help much. I suppose I could strace/ktrace it,...