similar to: NetBSD samba-2.2.5 \\Brutus not accessible

Displaying 20 results from an estimated 300 matches similar to: "NetBSD samba-2.2.5 \\Brutus not accessible"

2003 May 03
1
mkstemp <filename> failed
I'm not really what you would call a linux newbie, but I managed to run into a problem with rsync that has me stumped. I want to conduct un-attended backups of various files and directories over about 3000 miles of Internet, so I chose sshd and rsync for the job. I wrote a pair of scripts to do the job, the first to run incremental tars on the localhost, the second to run the rsync client.
2016 Mar 21
0
virtual machine won't autostart when using LVM with cache
Hello guys, Recently I have switched to use LVM cache feature on logical volume /dev/hdd/windata1 to improve it performace using 32GB partition from SSD disk. However, when my computer will start, my virtual machine won't autostart Mar 21 10:48:57 brutus-coreos libvirtd[956]: Cannot access storage file '/dev/hdd/windata1' (as uid:107, gid:107): No such file or directory Mar 21
2016 Feb 07
1
GPU passthrough failed to find romfile
Hello guys, this drives me insane. I am trying to pass romfile of my GPU for UEFI boot This is an error I am getting : [root@brutus-coreos opt]# virsh start winos1 error: Failed to start domain winos1 error: internal error: early end of file from monitor: possible problem: 2016-02-07T16:56:09.358285Z qemu-system-x86_64: -device
2010 Dec 17
1
[R-sig-hpc] Error in makeMPIcluster(spec, ...): how to get a minimal example for parallel computing with doSNOW to run?
Shouldn't -n be 4 in the bsub command? One master+3 slaves. This was required for snowfall, but I think doSNOW is similar. Hope it helps mario On 16-Dec-10 23:09, Marius Hofert wrote: > Dear expeRts, > > I try to get a minimal example for parallel computing via "foreach" + "doSNOW" to run on a computer cluster (Brutus from
2002 Jul 11
0
New in Wine
Hello! I try to run I-CAD on Mandrake-8.1 with wine. I have copied M$-98 from laptop in to /windoze, (a fatty part on my pc.) I-CAD (an evaluation) was installed in laptop. This is the message I got from shell: [maria@louhi IntelliCAD 2001]$ wine -debugmsg warn+dll icad.exe err:win32:do_relocations Standard load address for a Win32 program (0x00400000) not available - security-patched kernel
2006 Apr 10
1
samba and sun one ldap
any advise on integrating Sun One LDAP 5.2 with samba ? I successfully imported the schema, created the domain object with rid in LDAP, but I'm stuck trying to map the groups, whether mapping to the local group 'admins' or ldap group "Domain Admins". net groupmap add rid=512 ntgroup='Domain Admins' unixgroup='admins' [2006/04/05 11:04:41, 0]
2019 Jul 18
0
IPv6 Reverse Lookup Zone (Internal DNS) [SEC=UNCLASSIFIED]
UNCLASSIFIED Hi, I can successfully setup an IPv6 Reverse Lookup Zone (Samba 4.8.0 Internal DNS) and add valid PTR entries using samba-tool and/or RSAT DNS. However I cannot view the PTR records with samba-tool or RSAT. [root at bilbo user]# samba-tool dns add localhost 4.e.7.c.9.3.0.b.4.7.6.0.7.8.d.f.ip6.arpa 5.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR brutus.dev.local Password for [administrator at
2012 Apr 17
1
Preventing brute force password attacks
I was hoping to set up fail2ban to block IP addresses that generate too many Samba password failures, but it needs a syslog message with the IP address of the computer that failed password authentication. Unfortunately, Samba doesn't seem to do this in my environment. Here's a sample error message: smbd[312]: smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User brutus ! I
2006 Mar 06
0
write failure on smb mounted NAS partition
I have a Thecus NAS, which seems to be a samba server internally # smbclient -L thecus : Domain=[THECUS] OS=[Unix] Server=[Samba 3.0.14a] My Workstation (Mandrake 10.1): # uname -r 2.6.11-6mdk # rpm -qa |grep samba samba-server-3.0.13-2mdk samba-swat-3.0.13-2mdk samba-common-3.0.13-2mdk samba-client-3.0.13-2mdk The problem: when I 'mount -t smbfs' one of the folders of the thecus and
2016 Feb 07
2
GPU passthrough - MSI R9 380 4GB, works only ONCE
Hello guys, I have a problem when using my MSI R9 380 4G graphic card as GPU passthrough with KVM. At the first linux boot (Fedora 23) I am able to successfully start virtual machine and it works! However if i will shut down virtual machine and start it again - the screen will stay blank! So far I have been able to find on the internet that some graphic cards just can not reinitialize itself
2016 Aug 13
0
[CentOS6] Manually configured Firewall (WLAN-AP plus Router)
Hello I've got this Mini-PC https://www.zotac.com/product/mini_pcs/zbox-ci323-nano everything is fine -> latest 6.8 kernel works; both Ethernet-Interfaces work and also the WLAN-Interface works; the two Ethernet-Interfaces are eth0 and eth1 the WLAN-Interface is wlan0 eth1 is connected on ISP side eth0 is connected on my LAN side to a switch; and wlan0 shall also be on my LAN side f?r
2001 Apr 05
0
smbclient, find, and NetBSD
Dear developers, I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I leave recursion off and do an 'mput', the find fails because NetBSD's find does not have the '-maxdepth' option. The problem is in samba/source/client/client.c at line 1168. Here is the code that causes the problem with a temporary fix. > if (recurse) >
2002 Jun 18
1
OpenSSH on NetBSD/sparc broken?
Hi all! I try to build the latest openssh-3.2.3.1 package and get the following errors: bash-2.05# make ===> Configuring for openssh-3.2.3.1 configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for sparc--netbsd-gcc... cc cat: stdout: Input/output error checking for C compiler
2011 Nov 06
1
NetBSD XEN port
I''m not on XEN devel, nor the Netbsd devel lists, so I''d appreciate it if someone can forward this to the appropriate place. On Netbsd 5.1, if you turn off DDB in the kernel config file, XEN domain0 will not build due to an unresolved symbol, cpu_Debugger. The fix is pretty trivial: (sorry, I didn''t include a diff) on line 925 of sys/arch/amd64/amd64/locore.S, change
2007 May 08
1
Timer ISR: Timer went backwards [NetBSD 3.1 / Xen 2.0.7]
I''m using a NetBSD 3.1 dom0 with Xen 2.0.7 (so far as I know, the latest supported combination for the NetBSD platform). Linux domUs have their logs fill with messages like this: May 8 02:01:39 debian kernel: Timer ISR: Time went backwards: -316000 131542680000000 9684000 131542690000000 May 8 02:01:39 debian kernel: Timer ISR: Time went backwards: -277000 131542680000000 9723000
2005 Oct 13
2
French Guide on Xen[debian, netbsd] and Uml[debian] install and use
Hello, For those those who speak french and are interested. I wrote a guide about Uml and Xen virtualisation solution for course purpose. Cheers, François Visconte _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 May 27
0
Error Messages at NetBSD domain halt and shutdown
I am running xen (first 2.0.5 now 2.0.6) with NetBSD 3.0_BETA as domain and guest OS. If i execute the command "halt -p" in the unprivileged domain and wait till the last message (... done), nothing happens until i press the enter button. Then i get this output: on the screen ************************ REMOTE CONSOLE EXITED ************************ (54, ''Connection reset by
2013 Jun 10
1
DTLSv1_method on NetBSD
This is the second issue I found while trying to install Asterisk on a NetBSD box. I can't load the rtp module because HAVE_OPENSSL_SRTP seems to be set. Is there some way to simply force this variab;e to be unset from a configuration variable? -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net Voip: sip:darcy at Vex.Net
2001 Apr 05
0
smbclient, find, and NetBSD (fwd)
This has come up before. Anyone want to comment (other than an OS specific #ifdef)? Cheers, jerry ---------- Forwarded message ---------- Date: Thu, 5 Apr 2001 09:26:18 -0400 (EDT) From: Claude Marinier <claude.marinier@dreo.dnd.ca> To: samba@lists.samba.org Subject: smbclient, find, and NetBSD Dear developers, I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I
2008 Aug 13
1
NetBSD on Xen 3.1 CentOS 5.2
hi all good people, can someone direct me to a solution, I get the following error. # xm create -c vm03 Using config file "./vm03". Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n') Here is my config file kernel="/boot/netbsd/netbsd-INSTALL_XEN3_DOMU.gz" (Download from amd64) name =