search for: cointain

Displaying 20 results from an estimated 32 matches for "cointain".

Did you mean: cointains
2019 Jan 09
2
AD DC in a container: NTP
...ert ). Marco's option to disable though kernel is also an option.   Maybe a bit cryptic but like this.   HOST              - CONTAINER - SambaDC- samba-AD distibuting time to PC's. ||                         ||| HOST_its_NTP_Service  => get Internet time  |||| OTHERHOSTS NTP Client - COINTAINER - SambaMember  - Point ntp to HOST_its_NTP_Service   OTHERHOST-Random-linux server. -  Point ntp client to HOST_its_NTP_Service     Only thing here what i dont know, .. Rowland, can you tell this?   Does samba "need" the ntp_sigd socket to provide the time over AD? Because imo not, if...
2018 Sep 28
4
init_smb_request: invalid wct number
...ver im seeing in my logs. :   [2018/09/28 14:42:43.948555,  0] smbd/process.c:525(init_smb_request)   init_smb_request: invalid wct number 55 (size 106) [2018/09/28 14:42:44.963470,  0] smbd/process.c:525(init_smb_request)   init_smb_request: invalid wct number 66 (size 106) The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows XCP-ng tool to connect to the samba share. XCP-ng,  Version 7.4.0, all i can set here is : \\server\path   and a username\password.     My questions. What does the error message above mean, i cant find it with google.   Did i hit a bug involving smb. ( i not...
2018 Dec 05
2
libvirt 4.1 and later - howto configure LXC with interface macvlan type='direct' ?
...cleanup; + case VIR_DOMAIN_NET_TYPE_LAST: default: - break; + virReportEnumRangeError(virDomainNetType, ctrl->def->nets[i]->type); + goto cleanup; } } Since version 4.1.0 which config need be used to configure macvlan for lxc cointainers ?
2020 Mar 20
4
Debian Buster Samba 4.12 (experimental packages) amd64/i386
...ain contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list If you want to look at the buildlogs: https://downloads.van-belle.nl/samba4/Buildlogs/buster/ Please beware, after testing remove the buster-experimental or disable it. These repo's with xxxxx-experimental might cointain failing packages .. I DON'T recommend these to use on production servers yet. So far these all look good. Install as you would do normally. Have good weekend.. Greetz, Louis
2006 Jun 23
2
Draggable question
Should / will a drag and drop work on a form element (select menu, text box, etc), and more specifically is it simply a matter of defining a new draggable and setting it to the id of the element, or do I need more voodoo in my mojo :) to accomplish it ? TIA Stuart
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...d ring layout proposal still in use? what is it's meaning? Ilya: - you might have more completions than descriptors available - partial descriptor chains are a problem for hardware because you might have to read a bunch of conscriptors twice - how would you do deal with a big buffer that cointains a large number of small packets with respect to completions? - is one bit for completion enough? right now it means descriptor was actually used. how to we signal when it was completed? - concerned about not being able to do scatter/gatter with the ring layout. Network drivers heavily using...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...d ring layout proposal still in use? what is it's meaning? Ilya: - you might have more completions than descriptors available - partial descriptor chains are a problem for hardware because you might have to read a bunch of conscriptors twice - how would you do deal with a big buffer that cointains a large number of small packets with respect to completions? - is one bit for completion enough? right now it means descriptor was actually used. how to we signal when it was completed? - concerned about not being able to do scatter/gatter with the ring layout. Network drivers heavily using...
2018 Dec 27
1
After upgrade to 4.9.4, internal DNS no longer working
Hai Viktor,   Yes, i did keep that in mind that it was an upgrade, that exact why im responding. ;-)   If in the base  /etc/hostname, /etc/nsswitch.conf and /etc/resolv.conf or systemd  cointains wrong settings, you might inherit these. So it might be that a previous samba was accepting these settings, but a latest samba not. Or a previous systemd version accepted these and a newer not..   Setting : DNSStubListener=No in /etc/systemd/resolved.conf. is correct also, yes, its what you pr...
2017 Nov 01
0
Virtio BoF minutes from KVM Forum 2017
..., 2017 at 01:52:25PM +0100, Jens Freimann wrote: > Ilya: - you might have more completions than descriptors available > - partial descriptor chains are a problem for hardware because you might have > to read a bunch of conscriptors twice - how would you do deal with a big > buffer that cointains a large number of > small packets with respect to completions? > - is one bit for completion enough? right now it means descriptor was actually > used. how to we signal when it was completed? I am not sure I understand the difference. Under virtio, driver makes a descriptor available,...
2018 Dec 05
0
Re: libvirt 4.1 and later - howto configure LXC with interface macvlan type='direct' ?
...> default: > - break; > + virReportEnumRangeError(virDomainNetType, > ctrl->def->nets[i]->type); > + goto cleanup; > } > } > > Since version 4.1.0 which config need be used to configure macvlan for > lxc cointainers ? Sorry, this looks like my screw up in the code. I mis-interpreted what this function was doing when adding error checking and mistakenly rejected the TYPE_DIRECT nics. Please file a bug against libvirt for this, or send a patch if you wish to. Regards, Daniel -- |: https://berrange.com...
2018 Jul 19
0
Debian Stretch Samba Packages 4.8.3 available (amd64/i386)
...gt; https://www.samba.org/samba/history/samba-4.8.3.html > Only ldb is updated to 1.3.4. > > If you upgradeing from 4.5.x - 4.7.x to 4.8.x. > Do have a look here : > http://downloads.van-belle.nl/samba4/Upgrade-info.txt > Its a snap of the samba change logs list, summerized and it cointains a > few tips for the upgrades from jessie to stretch. > > If you setup new then i suggest, have a look here : > https://github.com/thctlo/samba4/tree/master/howtos > My howtos how i did setup my servers. > > If you have tested these of your using these, drop a note in the list...
2018 Sep 28
0
init_smb_request: invalid wct number
...] > smbd/process.c:525(init_smb_request) > >   init_smb_request: invalid wct number 55 (size 106) > > [2018/09/28 14:42:44.963470,  0] > smbd/process.c:525(init_smb_request) > >   init_smb_request: invalid wct number 66 (size 106) > > > > The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows > > XCP-ng tool to connect to the samba share. XCP-ng,  Version 7.4.0, > > all i can set here is : \\server\path   and a username\password. > >   > > My questions. > > What does the error message above mean, i cant find it with g...
2019 Jan 09
0
AD DC in a container: NTP
...h > kernel is also an option. > Maybe a bit cryptic but like this. >   > HOST              - CONTAINER - SambaDC- samba-AD distibuting time to > PC's. ||                         ||| > HOST_its_NTP_Service  => get Internet time  > |||| > > OTHERHOSTS NTP Client - COINTAINER - SambaMember  - Point ntp to > HOST_its_NTP_Service > OTHERHOST-Random-linux server. -  Point ntp client to > HOST_its_NTP_Service >   > Only thing here what i dont know, .. Rowland, can you tell this? >   > Does samba "need" the ntp_sigd socket to provide the t...
2004 Dec 20
0
Skinny bug / missing feature, who is the maintainer?
...s the reason why the incomming call failed. Asterix Serveren send STATION_CALLSTATE (0x0111) containing CallState: TsRingIn Kirk Wireles 600 wait for the server should send STATION_CALLINFO. These message never comes! The call times out and the server close down the call with STATION_CALLSTATE cointaining CallState: TsOnHook. That is the reason the incomming call does not success. ---unquote--- Does anybody have an idea why * Skinny doesn't send STATION_CALLINFO and how to fix it? Any help greatly appreciated! Thanks!! Remco Barendse
2009 Jul 29
1
Add a line in a Pairs2 and mark the axis length
...result of running a ols. How can I do it. On the other hand, I want to mark the length on each sub plot y axis. It is possible? My function is sca<-function(){ z2<-read.table("Ase.txt",header=T) z3<-read.table("Ase2.txt",header=T) pairs2(z2,z3) } Ase.txt cointains 3653 4617 4177 3907 3975 3651 3031 2912 3018 Ase2.txt contains ant g t 219390 8740 17220 301510 8530 17550 316970 8640 17650 364220 9360 21420 387390 9960 23410 430180 11040 25820 499930 12240 27620 595010 13800 31670 661870 14760 37170 2009/7/28, Petr PIKAL &...
2020 Mar 20
0
Debian Buster Samba 4.12 (experimental packages) amd64/i386
...ot; | sudo tee -a /etc/apt/sources.list.d/van-belle.list > > If you want to look at the buildlogs: https://downloads.van-belle.nl/samba4/Buildlogs/buster/ > > Please beware, after testing remove the buster-experimental or disable it. > These repo's with xxxxx-experimental might cointain failing packages .. > I DON'T recommend these to use on production servers yet. > > So far these all look good. Install as you would do normally. > > Have good weekend.. > > Greetz, > > Louis > > >
2004 Nov 27
0
Samba 3.x problem setting up DFS and XP2
Hi, i tried to running Samba 3.0.9 with MSDFS under Linux 2.6.9. The normal sharing of Directories to the Target-Server (also Samba with same version and Linux) run's without problems. Only the dfs-share to the same Samba-Server is not usable. The Share-Name self is visible but without cointain. I have compiled the new source with the "--with-msdfs" switch and have also check the used symlink for lower case. example: (ln -s msdfs:srvsmbp10\install2 install2) In the samba debug-log (Level 10) the following contain is visible: ----------------------------------------------------...
2017 Nov 01
2
Virtio BoF minutes from KVM Forum 2017
...+0100, Jens Freimann wrote: > > Ilya: - you might have more completions than descriptors available > > - partial descriptor chains are a problem for hardware because you > > might have to read a bunch of conscriptors twice - how would you do > > deal with a big buffer that cointains a large number of small packets > > with respect to completions? > > - is one bit for completion enough? right now it means descriptor was > > actually used. how to we signal when it was completed? > > I am not sure I understand the difference. Under virtio, driver makes...
2017 Nov 01
2
Virtio BoF minutes from KVM Forum 2017
...+0100, Jens Freimann wrote: > > Ilya: - you might have more completions than descriptors available > > - partial descriptor chains are a problem for hardware because you > > might have to read a bunch of conscriptors twice - how would you do > > deal with a big buffer that cointains a large number of small packets > > with respect to completions? > > - is one bit for completion enough? right now it means descriptor was > > actually used. how to we signal when it was completed? > > I am not sure I understand the difference. Under virtio, driver makes...
2019 Jan 09
1
AD DC in a container: NTP
...gt; > Maybe a bit cryptic but like this. > > > > HOST - CONTAINER - SambaDC- samba-AD distibuting time to > > PC's. || ||| > > HOST_its_NTP_Service => get Internet time > > |||| > > > > OTHERHOSTS NTP Client - COINTAINER - SambaMember - Point ntp to > > HOST_its_NTP_Service > > OTHERHOST-Random-linux server. - Point ntp client to > > HOST_its_NTP_Service > > > > Only thing here what i dont know, .. Rowland, can you tell this? > > > > Does samba "need" the ntp_...