search for: zag

Displaying 20 results from an estimated 30 matches for "zag".

Did you mean: tag
2011 Dec 15
0
Weird Samba issues
.../nmbd_subnetdb.c:171(make_subnet) > making subnet name:WINS_SERVER_SUBNET Broadcast address:0.0.0.0 > Subnet mask:0.0.0.0 > [2011/12/15 14:39:57.008772, 2] > nmbd/nmbd_elections.c:107(check_for_master_browser_fail) > check_for_master_browser_fail: Forcing election on workgroup ZAG > subnet 192.168.1.3 > [2011/12/15 14:39:59.436528, 2] > nmbd/nmbd_elections.c:40(send_election_dgram) > send_election_dgram: Sending election packet for workgroup ZAG on > subnet 192.168.1.3 > [2011/12/15 14:40:01.015802, 2] > nmbd/nmbd_elections.c:40(send_election_dgr...
2015 May 01
3
nutdrv_qx interface change proposal item_t::preprocess
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I would like to propose an interface change/extension, in order to be able to clearly differ from a PRE_SEND and a POST_RECEIVE item_t->preprocess-ing calls. IMHO there is no option to differ from item->preprocess(..), called from [1] and called from [2], at the moment. My idea is to extend the item_t->preprocess(..) with an additional
2015 May 19
0
nutdrv_qx interface change proposal item_t::preprocess
...s no such a thing in NUT (i.e.: you cannot pass a value to a query directly from the command line just like you would do with instant commands/setvars, plus the driver preferred way of communication is through NUT variables): the closest thing you can do is to: 1. set a var (let's say "zig.zag") to a value (so there should be both a bare "zig.zag" item_t with info_flags ST_FLAG_RW and a QX_FLAG_SETVAR "zig.zag" one in nutdrv_qx) or use an internal var that gets its value from something other; 2. use that var (either the user-provided one, "zig.zag" , or...
2011 Mar 22
5
FPGA encode stages flow diagram
Good day! I create diagram of encoder process. Using it i create implementation of encoder in FPGA (Xilinx/Altera). Please critique it. Is there missing stages? Here is blog http://developer-fpga.blogspot.com/ Here is picture of encoding stage 1 https://lh4.googleusercontent.com/-NV8o9DG3jvE/TYjYXr-dYGI/AAAAAAAAAos/U06O-YvhSI0/s1600/stage1.jpg Here is picture of encoding stage 2
2015 May 22
1
nutdrv_qx interface change proposal item_t::preprocess
...umentations. More verbose documentation of the preprocess(..) [1] would be nice though. > Now, I know that there can be queries that need to be preprocessed > (QED<date> and the like, right?), Correct. > the closest thing you can do is to: > 1. set a var (let's say "zig.zag") to a value (so there should be both > a bare "zig.zag" item_t with info_flags ST_FLAG_RW and a > QX_FLAG_SETVAR "zig.zag" one in nutdrv_qx) or use an internal var that > gets its value from something other; > 2. use that var (either the user-provided one, &quo...
2002 Jun 07
2
problem about windows2000
I want to use samba to access shared files on remote windows2000, the 'guest' account on windows2000 is disabled, I know the password of administrator on windows2000. This doesn't work: smbmount //remote-host/share /mnt/remote -o username=administrator password=**** Please tell me how to access shared files on remote windows 2000 professional. Thank you. -------------- next part
2019 Oct 07
2
smb client v4. against samba server 3.x
On 07/10/2019 07:35, Andrea Zagli wrote: > hi > > i'm very sorry for this private mail, instead of using the mailing > list, but i cannot find anymore your reply on my mail client > > sorry again > > > > On 04/10/2019 13:59, Andrea Zagli via samba wrote: >> hi >> >> i'm usi...
2018 Dec 19
2
smbclient v3 against samba server v4
Il giorno mer 19 dic 2018 11:46:56 CET, Rowland Penny via samba ha scritto: > On Wed, 19 Dec 2018 09:31:38 +0000 > Andrea Zagli via samba <samba at lists.samba.org> wrote: > >> hi all >> >> i'm trying to use smbclient v3 with a samba server v4 configured as ad >> >> with anonymous login it works; but it doesn't using a user >> >> i get NT_STATUS_LOGON_FAILURE >...
2008 Mar 02
1
Problem plotting curve on survival curve (something silly?)
...hape=1/my_curve.Pred$scale, lower.tail=FALSE),from=0, col="grey", to=max(TestData$Survival), add=TRUE) This is where I have my problem - and I know its going to be something really silly! Look at my output: http://www.wittongilbert.free-online.co.uk/RGraph2.jpg the trend line is zig-zagging between y=0 and the value it should be. If you draw a line along the tips of the zig-zags I guess thats a reasonable trendline... Anyone able to help me on this? Also is it possible to get an R-squared type value for the fit of this curve from someplace? Finally (three questions in one!)...
2020 Sep 25
2
a thing similar to su
hi in samba/cifs/windows is there a thing similar to "su"? i'll explain: as root with "su" i can switch to another user without knowing his password i want to do the same thing, as domain admin, when i mount a share: mount the share impersonating another user without knowing his password i need it to test permissions on this share thanks in advance
2020 Sep 25
1
a thing similar to su
For testing shares, you can use the "effective access" tab in Windows, or "su -/bin/bash - EXAMPLEDOMAIN\\user" and navigate to the share On Fri., Sep. 25, 2020, 12:24 a.m. Marco Gaiarin via samba, < samba at lists.samba.org> wrote: > Mandi! Andrea Zagli via samba > In chel di` si favelave... > > > i want to do the same thing, as domain admin, when i mount a share: mount > > the share impersonating another user without knowing his password > > i need it to test permissions on this share > > It is not clear: in wind...
2011 Mar 01
1
theora encoder reordering, order of puting data from DCT 8x8 blocks to huffman compressor, and puting result of huffman compressor to buffer bitstream memory
Good day! I'm creating HDL IP CORE (for using in FPGA) for theora encoder (now only I-frames). I don't undestand one moment. Now i develop such stages: 1. From RBG(byer) to YCbCr converter 2. DCT processing (8x8 pixels blocks) 3. Quantizator of DCT coeff. 4. Zig-Zag of quantized DCT coeff. and now i have uresolved last stage of compression - how i must send 8x8 blocks to huffman compressor? I don't understand ordering. I must send all DC coeff (Y, than Cb,Cr), after all AC-0 (Y, than Cb,Cr) .... after all AC-63 (Y, than Cb,Cr)? And put huffman compression...
2019 Oct 07
0
[SOLVED] smb client v4. against samba server 3.x
Il giorno lun 7 ott 2019, 10:05:27, Rowland penny via samba ha scritto: > On 07/10/2019 07:35, Andrea Zagli wrote: >> hi >> >> i'm very sorry for this private mail, instead of using the mailing >> list, but i cannot find anymore your reply on my mail client >> >> sorry again >> >> >> >> On 04/10/2019 13:59, Andrea Zagli via samba wrote:...
2018 Dec 19
0
smbclient v3 against samba server v4
On Wed, 19 Dec 2018 11:20:30 +0000 Andrea Zagli <azagli at libero.it> wrote: > Il giorno mer 19 dic 2018 11:46:56 CET, Rowland Penny via samba ha > scritto: > > > On Wed, 19 Dec 2018 09:31:38 +0000 > > Andrea Zagli via samba <samba at lists.samba.org> wrote: > > > >> hi all > >> > &...
2018 Dec 19
2
smbclient v3 against samba server v4
hi all i'm trying to use smbclient v3 with a samba server v4 configured as ad with anonymous login it works; but it doesn't using a user i get NT_STATUS_LOGON_FAILURE the pc isn't in the domain; but i tried from a non domain pc with smbclient v4 and it works i tried some commands smbclient -L <ip> -U <user> -W <domain> smbclient -L <ip> -U
2009 Feb 02
3
Files monitoring through Samba
I am trying to setup a way to watch each file that is created, updated, and deleted through samba. I have currently looked at inotify but I am not sure if that is the best way. What suggestions would you have to setup a way to get some type of event when one of these actions occur? I would like to watch a directory recursively and be able to run a shell script or perl script and that script know
2000 Sep 13
3
Lossless video codec
I know this probably transcends the scope of the current aims of Ogg video, but one thing I'd consider extremely useful is a lossless video compressor. There are a few of them out there (e.g. PICVideo's lossless wavelet codec) but I've found no free ones so far. The primary use would be for storage of video clips that would be too cumbersome to store as raw frames but still require
2012 Sep 26
0
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
On 26 September 2012 01:08, Jan Voung <jvoung at chromium.org> wrote: > - Forward references will create negative-valued ids (which end up being > written out as large 32-bit integers, as far as I could tell). Can you use an SLEB-like representation? It's probably not going to be backwards compatible, but if there isn't an SLEB/ULEB representation in bitcode, I'd say
2019 Oct 04
1
smb client v4. against samba server 3.x
hi i'm using debian sid samba version 4.11 today trying to connect to samba server 3.x stopped to work i'm quite sure that the problem is the deprecation of smbv1 indeed i can mount a share using the option vers=1.0 in mount.cifs but i cannot use smbclient to browser the server; i get error on protocol negotiation i tried using -m SMB2 and NT1 but without success and also
2009 May 23
2
interface with samba from application
i'm writing a windows application that authenticate on samba ldap i would like to make users possible to change their password from this application do you know some library i can interface to? or where can i find documentation about the protocol to communicate to samba to change password? i have already watched the source code of samba, and i found some files that can help me