search for: orks

Displaying 20 results from an estimated 76 matches for "orks".

Did you mean: works
2002 Dec 11
2
Installed New version of Samba for HPUX 2.2.7 - Winbi nd doesn't w ork
I am having the weirdest problems with this. when i run ./wbinfo -A userid%password, i get plaintext password auth failed and ./wbinfo -a userid%password, i get could not obtain winbind separator or domain name. i can't find anything wrong! -----Original Message----- From: Gareth Davies [mailto:gdavies@willowbrook.co.uk] Sent: Tuesday, December 10, 2002 11:19 AM To: Jennifer Fountain;
2015 May 20
2
Samba-4.1.18 romaing profile causes memory leak
Hi List, I used samba-4.1.18 as domain controller and tried to use romaing profile. I got memory leak when every account with profile path setting logout. Every account with profile path setting eat almost 10mB memory so my samba machine crash if there are many hundred account with profile setting in domain. Any option in smb.conf or operation can help ? This is my reproduce setps: 1. create
2002 Dec 10
2
Installed New version of Samba for HPUX 2.2.7 - Winbind doesn't w ork
Errors: could not check secret 'ping' to winbindd failed winbind is in my nsswitch any ideas? Thanks ------------------------------------------ Thank you Jenn Fountain 215.712.5156
2006 Aug 02
0
[Bug 497] New: ipt_string doesn't ork for me
...ov@gmail.com I trying to use string. iptables 1.3.5 / kernel 2.6.18-rc2-ck1 iptables -A INPUT -p tcp -m string --algo kmp --string 112233 -j LOG iptables -A INPUT -p tcp -m string --algo kmp --string ! 112233 -j LOG iptables -A INPUT -p tcp -m string --algo kmp --hex-string 112233 -j LOG I get works 1st rule only. Second rule never matches any packets. IMHO it should match any packet without my string. I'm right? 3st rule iptables-save show as: -A INPUT -p tcp -m string --string "112233" --algo kmp --to 65535 -j LOG I think it transform my --hex-string into --string here. May I...
2015 May 20
0
Samba-4.1.18 romaing profile causes memory leak
Are you running with DHCP IP adress? ( not adviced ) i see, .. >dns forwarder = 127.0.1.1 run : hostname -i hostname -I if you see anything with 127.0.x.x Then your setup is not correct and can have problems. ( for example with authentication. ) please make sure your /etc/hosts file does not contain 127.0.1.1 of sorts. like : 127.0.0.1 localhost localhost.localdomain 192.168.0.1
2006 Aug 04
11
[Bug 497] ipt_string doesn't ork for me
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=497 ------- Additional Comments From netfilter@linuxace.com 2006-08-04 04:37 MET ------- Created an attachment (id=259) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=259&action=view) proposed patch -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...the > instructions: https://lists.samba.org/mailman/options/samba I need to sync account password in /etc/passwd and smbpasswd so when I change local user password I run smbpasswd command to set the same password. Before samba become DC, "smbpasswd -c /home/hywu/smb.conf -U ZTEST" works well. After samba become DC, this command fail to change password. I check debug log and samba code, I find the order of getpwnam call in Get_Pwnam_internals cause this problem. HY Wu.
2008 Apr 20
4
Booting a non linux application via pxe
Hello I have an application running on top of the ORK (Open Ravenscar Kernel). The file format of the executable is elf: $ file /var/tftp/hello.vmic7750 /var/tftp/hello.vmic7750: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, not stripped I wonder if I can use pxelinux for booting the kernel via network on the target machine. The target machine support PXE. I
2011 Mar 28
1
Samba 3.2.15 : DOS charset problem on powerpc big endian architecture
...ORK PROG [010] 52 41 4D 20 31 2E 30 00 02 4D 49 43 52 4F 53 4F RAM 1.0. .MICROSO [020] 46 54 20 4E 45 54 57 4F 52 4B 53 20 31 2E 30 33 FT NETWO RKS 1.03 [030] 00 02 4D 49 43 52 4F 53 4F 46 54 20 4E 45 54 57 ..MICROS OFT NETW [040] 4F 52 4B 53 20 33 2E 30 00 02 4C 41 4E 4D 41 4E ORKS 3.0 ..LANMAN [050] 31 2E 30 00 02 4C 4D 31 2E 32 58 30 30 32 00 02 1.0..LM1 .2X002.. [060] 44 4F 53 20 4C 41 4E 4D 41 4E 32 2E 31 00 02 4C DOS LANM AN2.1..L [070] 41 4E 4D 41 4E 32 2E 31 00 02 53 61 6D 62 61 00 ANMAN2.1 ..Samba. [080] 02 4E 54 20 4C 41 4E 4D 41 4E 20 31 2E 30 00...
2010 Mar 03
1
data.table evaluating columns
Hi everyone, I have the following code that works in data frames taht I would like tow ork in data.tables . However, I'm not really sure how to go about it. I basically have the following names = c("data1", "data2") frame = data.frame(list(key1=as.integer(c(1,2,3,4,5,6)), key2=as.integer(c(1,2,3,2,5,6)),data1 = c(3,3,2,3...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 18:27:48 +0800 hhyy ww via samba <samba at lists.samba.org> wrote: > Hi list, > > My case : > Local UNIX user : ZTEST > domain : uuq.ork > domain user : UUQ\ztest > smb.conf for standalone samba : /home/hywu/smb.conf > > [/home/hywu] # cat /home/hywu/smb.conf > [global] > passdb backend = smbpasswd > workgroup = WORKGROUP >
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...https://lists.samba.org/mailman/options/samba > > I need to sync account password in /etc/passwd and smbpasswd so when > I change local user password I run smbpasswd command to set the same > password. Before samba become DC, "smbpasswd -c /home/hywu/smb.conf > -U ZTEST" works well. > After samba become DC, this command fail to change password. > I check debug log and samba code, I find the order of getpwnam call in > Get_Pwnam_internals cause this problem. > > HY Wu. You only need local Unix users (the ones that are in /etc/passwd) on a Samba AD DC for...
2001 Nov 24
0
ERRSRV - ERRinvnetname
...[2001/11/24 03:03:27, 3] smbd/process.c:switch_message(448) switch message SMBnegprot (pid 4876) [2001/11/24 03:03:27, 3] smbd/negprot.c:reply_negprot(341) Requested protocol [PC NETWORK PROGRAM 1.0] [2001/11/24 03:03:27, 3] smbd/negprot.c:reply_negprot(341) Requested protocol [MICROSOFT NETWORKS 1.03] [2001/11/24 03:03:27, 3] smbd/negprot.c:reply_negprot(341) Requested protocol [MICROSOFT NETWORKS 3.0] [2001/11/24 03:03:27, 3] smbd/negprot.c:reply_negprot(341) Requested protocol [LANMAN1.0] [2001/11/24 03:03:27, 3] smbd/negprot.c:reply_negprot(341) Requested protocol [LM1.2X002] [200...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
Hi list, My case : Local UNIX user : ZTEST domain : uuq.ork domain user : UUQ\ztest smb.conf for standalone samba : /home/hywu/smb.conf [/home/hywu] # cat /home/hywu/smb.conf [global] passdb backend = smbpasswd workgroup = WORKGROUP security=user Smbpasswd fail to change local UNIX user password (ZTEST) when samba role is DC. I want to change password of local UNIX user "ZTEST" but
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...mailman/options/samba > > > > I need to sync account password in /etc/passwd and smbpasswd so when > > I change local user password I run smbpasswd command to set the same > > password. Before samba become DC, "smbpasswd -c /home/hywu/smb.conf > > -U ZTEST" works well. > > After samba become DC, this command fail to change password. > > I check debug log and samba code, I find the order of getpwnam call in > > Get_Pwnam_internals cause this problem. > > > > HY Wu. > > You only need local Unix users (the ones that are in /...
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
...reply. Thats where the problem starts. If I set ppp0 as the default gw the internet doesnt work anymore. This is how im doing it... route del default route add default gw 217.32.81.74 dev ppp0 if I put it back to ppp1... route del default route add default gw 217.32.68.73 dev ppp1 It works fine again. Whats up with that? Cheers, Chris ----- Original Message ----- From: "andybr" <andybr@bol.com.br> To: <cbolton@hirstanddanson.co.uk> Cc: <lartc@mailman.ds9a.nl> Sent: Thursday, January 15, 2004 1:11 AM Subject: Re:[LARTC] simple(?!?) source routing...
2005 Mar 05
0
dropped at change of song and...
...he service. Option values include types used by drivers. (default = demand) I'm thinking that demand might mean that the service runs when there's demand for it, so if all the players leave, it shuts down .... I'm guessing though. I'm going to try the other options to see if one orks. Thanks! >On Sat, 5 Mar 2005 01:42:34 -0800, Michael LaBash ><mlabash@babylabash.com> wrote: >> I'm running Icecast 2.2.0 on a Windows 2000 server. I'm using Winamp >> with the SAM encoder plugin to stream an Ogg Vorbis stream (-0.55 >> quality stereo) fr...
2007 Mar 10
1
FastAGI Question
Hi all, I've been doing some research on FastAGI and there are few things that I am not sure of from wiki, etc. 1. When using FastAGI are the initial env vars sent all as one packet or are they sent line by line? 2. If line by line are they also terminated with a line feed as is regular AGI? 3. This just needs verification: Passing Variables in 1.2.x. I see that in 1.2 the variables
2009 Jan 16
0
No subject
...quot; --0015174c3c60a73ef5046656ca27 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable <br><div class=3D"gmail_quote">2009/3/30 Lincoln King-Cliby <span dir=3D"lt= r">&lt;<a href=3D"mailto:lincoln at controlworks.com">lincoln at controlworks.com= </a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"border-left: = 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;= "> <div link=3D"blue" vlink=3D...
2011 Sep 02
0
No subject
registered. One thing here to notice is the same account has already been worked in *Scenario 1* and now which is not working without any reason. Any comments would be much appreciated. Regards --0015174c10141eee5804acc264d4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,<div><br></div><div><b><u>Scenario