search for: 4715

Displaying 20 results from an estimated 33 matches for "4715".

Did you mean: 415
2004 Aug 09
0
Error 4617: SMB connection failed & NT_STATUS_BAD_NETWORK_NAME
...erverdata smb.conf on server has [global] hosts deny = ALL hosts allow = 192.168.1. 127. [herman] path=/home/users/herman valid users = herman writable = yes [root@clientbox ~]# mount -t smbfs -o username=herman,password=secret //192.168.1.100:/home/users/herman /home/herman/serverdata 4715: Connection to 192.168.1.12: failed SMB connection failed I've read through the various troubleshooting guides at samba.org, searched google for "4715 samba", and read through the ORA "Using Samba" for hints. I also googled NT_STATUS_BAD_NETWORK_NAME and got a number of h...
2008 Sep 24
1
[LLVMdev] State of CMake build system.
...stic). Nice work! Also, I get around 10k lines of warnings (not that that's different than previously). Would it be desirable to silence those on VS builds given that it might be easier now since the solutions are generated? My suggested list would be: 4146, 4503, 4996, 4800, 4244, 4624, 4355, 4715 if there's somewhere easy to paste that. I think those are unlikely to be interesting assuming the main development on OSX/Linux is catching genuine problems, and would help reduce noise a lot. There's a handful of others, but I'm not especially confident that they're harmless. sco...
2020 Oct 18
2
Newbie question about replication
...39;1592676840.M810974P68188.hostname.mydomain.net,S=5473,W=5576:2,S' -rw------- 1 vmail vmail 8776 Jun 21 19:25 '1592760350.M765525P68795.hostname.mydomain.net,S=8776,W=8936:2,S' -rw------- 1 vmail vmail 4624 Jul 23 17:25 '1595517903.M310464P9504.hostname.mydomain.net,S=4624,W=4715:2,S' -rw------- 1 vmail vmail 4378 Aug 18 00:16 '1597702561.M109036P34930.hostname.mydomain.net,S=4378,W=4453:2,S' -rw------- 1 vmail vmail 14522 Sep 17 11:52 '1600336372.M982371P3862.hostname.mydomain.net,S=14522,W=14813:2,S' -rw------- 1 vmail vmail 30411 Sep 23 14:43 &...
2007 Nov 07
1
Incomplete dir listing (ext2fs / FreeBSD)
Hi, I moved a disk with ext2fs from a Linux box (SuSE) into my FreeBSD6.2 box. Some directories on that disk are shared to my Windows boxes via v3.0.26a (according to smbd -V). A couple of directories contain a large number of files (hundreds to thousands). The list of files is incomplete using Windows clients or smbclient on FreeBSD. If I copy the directories to a disk using ufs, the file
2020 Oct 18
0
Newbie question about replication
...840.M810974P68188.hostname.mydomain.net,S=5473,W=5576:2,S' > -rw------- 1 vmail vmail 8776 Jun 21 19:25 '1592760350.M765525P68795.hostname.mydomain.net,S=8776,W=8936:2,S' > -rw------- 1 vmail vmail 4624 Jul 23 17:25 '1595517903.M310464P9504.hostname.mydomain.net,S=4624,W=4715:2,S' > -rw------- 1 vmail vmail 4378 Aug 18 00:16 '1597702561.M109036P34930.hostname.mydomain.net,S=4378,W=4453:2,S' > -rw------- 1 vmail vmail 14522 Sep 17 11:52 '1600336372.M982371P3862.hostname.mydomain.net,S=14522,W=14813:2,S' > -rw------- 1 vmail vmail 30411...
2003 Jul 05
13
HTB doesn''t respect rate values
Hi, machine: AMD K6 200 MHz Linux distribution: Mandrake 8.1 kernel: compiled 2.4.21 applied this: #define PSCHED_CLOCK_SOURCE PSCHED_CPU in file linux/include/net/pkt_sched.h bevore compiled the kernel (described on http://www.docum.org/stef.coene/qos/faq/cache/40.html) bandwitch on eth0: 128kbit The most simple configuration - 122kbit guaranted for WWW (sport 80) and
2013 May 16
2
R looping help
...se=mses,rSquare=rsquares,pValue=pValues) The standEstimate outputs look like this: standID intercept slop mse rSquare pValue 1 6833 319.2470 NA 0 NA NA 2 756 708.7470 NA 0 NA NA 3 795 508.2290 NA 0 NA NA 4 1249 503.1460 NA 0 NA NA 5 1331 703.0620 NA 0 NA NA 6 1417 747.7620 NA 0 NA NA 7 4715 549.3400 NA 0 NA NA 8 4850 603.9940 NA 0 NA NA 9 2105 573.3270 NA 0 NA NA Etc etc and I get these warnings: 1: In rsquares[st] <- ssr/(var(yi) * (length(xi) - 1)) : number of items to replace is not a multiple of replacement length 2: In pValues[st] <- 1 - pf(fRatio, 1, length(xi) - 2) :...
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no new packages. However, when I attempt to check my version, I'm still showing 5. # cat /etc/redhat-release CentOS release 5 (Final) I remember seeing 5.1 repositories being access for the upgrades. Is it possible my system did not upgrade? # uname -r 2.6.18-53.1.4.el5.centos.plus Thanks, Scott
2019 Jun 12
1
Speculative attack mitigations
...ble intel microcode for the CPU; as imported via 'module /GenuineIntel.bin' and 'ucode=2' in my grub.conf to import (as taken from https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files). # uname -r 4.9.177-35.el6.x86_64 # cat /proc/cmdline ro root=UUID=0e51d8dc-6409-4715-83f4-f86fa24083e2 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=uk LANG=en_US.UTF-8 rd_NO_MD nodmraid SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM rhgb quiet intel_idle.max_cstate=0 processor.max_cstate=0 l1ft=full mds=full,nosmt ssbd=force-on # grep -e flags -e "model name" -e m...
2008 Sep 21
0
[LLVMdev] State of CMake build system.
This is an updated version of the patch that fixes some issues on VC++ builds. -- Oscar -------------- next part -------------- A non-text attachment was scrubbed... Name: cmake.patch Type: text/x-patch Size: 73590 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080921/687284b5/attachment.bin>
2020 Oct 16
2
Newbie question about replication
Hi, I am a long-time dovecot user/admin for my family mail server, but I had ventured into configuring replication only recently and I am not sure about how it should work and what are the good practices. My intent for replication was to have another instance to switch to in a short time if something fails. I have daily backups, but it will take much more time to rebuild and restore than just to
2011 Oct 27
5
Asterisk Executing outbound dial number twice
Hello, I noticed Asterisk 1.8.4.1 execute number dial twice Log == Using SIP RTP CoS mark 5 -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", "CALLERID(num)=2066604") in new stack == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920",
2008 Apr 25
3
Samba segs when serving files from a windows partition on OpenBSD-4.2
Hi, Before I file a bug report, I just wanted to check that samba is capable of serving files from a FAT32 partition. I have here an OpenBSD-4.2 i386 machine here with a second disk containting files that I will be sharing via both NFS and samba. The NFS share work great, but samba seg faults upon a windows client connecting. This occurs when using the OpenBSD package, and also when built from
2006 Feb 11
1
Wine 0.9.7 failure report: hungarian tax software
Hi, I wanted to try Wine whether it was capable of running "Abev", the official hungarian tax software. http://www.apeh.hu/cgi-bin/lap.php?id=prog/pr2006 Main installer is: http://www.apeh.hu/cgi-bin/pil2006.pl?abev2006telep.exe and one has to install at least one tax form type for this software to be usable. Choose one of the numbered tax form installers, e.g.:
2008 Sep 20
4
[LLVMdev] State of CMake build system.
IMHO, the CMake-based build system is almost complete enough to replace current MSVC++ project files (modulo some community review and bug-fixing). Is this enough for adding it to the LLVM repo? >From the point of view of a MSVC++ user, the new build system is trivial to maintain: you can add a new library or tool executable in less time that it takes to open the project file on MSVC++, it
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...5:32 IndexStream.class -rw-r--r-- 1 root root 735 Dec 4 05:32 IndexTable.class -rw-r--r-- 1 root root 163 Dec 4 05:32 SearchEngine-foot.html -rw-r--r-- 1 root root 2239 Dec 4 05:32 SearchEngine-head.html -rw-r--r-- 1 root root 4715 Dec 4 05:32 SearchEngine.class -rw-r--r-- 1 root root 9650 Dec 4 05:32 SearchEngine.html -rw-r--r-- 1 root root 1087 Dec 4 05:32 SearchObject.html -rw-r--r-- 1 root root 1273 Dec 4 05:32 Tracer.class -rw-r--r-- 1 root root 675...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...ss > -rw-r--r-- 1 root root 735 Dec 4 05:32 IndexTable.class > -rw-r--r-- 1 root root 163 Dec 4 05:32 SearchEngine-foot.html > -rw-r--r-- 1 root root 2239 Dec 4 05:32 SearchEngine-head.html > -rw-r--r-- 1 root root 4715 Dec 4 05:32 SearchEngine.class > -rw-r--r-- 1 root root 9650 Dec 4 05:32 SearchEngine.html > -rw-r--r-- 1 root root 1087 Dec 4 05:32 SearchObject.html > -rw-r--r-- 1 root root 1273 Dec 4 05:32 Tracer.class > -rw-r--r-- 1 root...
2019 Sep 11
3
Joining Windows 2008 Domain as DC fails 4.10 (and 4.11rc3)
...n secrets database: Failed to fetch machine account password for MYDOMAIN from both secrets.ldb (Could not find entry to match filter: '(&(flatname=MYDOMAIN)(objectclass=primaryDomain))' base: 'cn=Primary Domains': No such object: dsdb_search at ../../source4/dsdb/common/util.c:4715) and from /usr/local/samba/private/secrets.tdb: NT_STATUS_CANT_ACCESS_DOMAIN_INFO Deleted .... (removed actual backout lines) ERROR(runtime): uncaught exception - (9003, 'WERR_DNS_ERROR_RCODE_NAME_ERROR') File "/usr/local/samba/lib64/python3.6/site-packages/samba/netcmd/__init__.p...
2008 Jun 11
0
[LLVMdev] some warning from VS2005 (requested by gabor)
...from 'uint64_t' to 'unsigned int', possible loss of data ..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(4689) : warning C4244: 'initializing' : conversion from 'uint64_t' to 'unsigned int', possible loss of data ..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(4715) : warning C4244: 'initializing' : conversion from 'uint64_t' to 'unsigned int', possible loss of data ..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(4819) : warning C4244: 'initializing' : conversion from 'uint64_t' to 'unsigned int', possible loss o...
2005 Sep 22
1
running TextAloudMP3
...users 1824 Sep 9 14:31 attl1nv2.gif -rw------- 1 atom users 1666 Sep 9 14:31 blueyellowsplit.gif -rw------- 1 atom users 3068 Sep 9 14:31 inspire.gif -rw------- 1 atom users 192512 Sep 9 14:42 lame_enc.dll -rw------- 1 atom users 4626 Sep 9 14:31 logo.gif -rw------- 1 atom users 4715 Sep 9 14:31 nxtuplgo11.jpg -rw------- 1 atom users 2387 Sep 9 14:31 redbnow.gif -rw------- 1 atom users 19423 Sep 9 14:31 taban4n.gif -rw------- 1 atom users 8034 Sep 9 14:31 tabtn2n.gif -rw------- 1 atom users 1573 Sep 9 14:31 tips.chl -rw------- 1 atom users 4436 Sep 9 14:31 u...