Displaying 12 results from an estimated 12 matches for "thui".
Did you mean:
thus
2007 Nov 09
4
Joining a win2k3 ads fails
...ace ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
[2007/11/07 23:31:01, 2] lib/interface.c:add_interface(81)
added interface ip=10.0.0.22 bcast=10.0.0.255 nmask=255.255.255.0
[2007/11/07 23:31:02, 3] libsmb/namequery.c:get_dc_list(1489)
get_dc_list: preferred server list: "10.0.0.2, thuis.local"
[2007/11/07 23:31:02, 3] libads/ldap.c:ads_connect(394)
Connected to LDAP server 10.0.0.2
[2007/11/07 23:31:02, 3] libsmb/namequery.c:get_dc_list(1489)
get_dc_list: preferred server list: "10.0.0.2, thuis.local"
[2007/11/07 23:31:02, 3] libsmb/namequery.c:get_dc_list(14...
2007 Apr 24
1
dundi problem * 1.4.2
Hi All,
I've been banging my head on a small dundi problem...
I have two * servers setup, both have almost identical dundi.conf files:
root@tsjonge:/opt/asterisk/etc# cat dundi.conf
[general]
department=thuis
organization=pipsworld
locality=Amsterdam
stateprov=NH
country=NL
email=remco@pipsworld.nl
phone=+31207508308
;bindaddr=0.0.0.0
;port=4520
entity=00:02:b3:49:69:5e
ttl=16
autokill=yes
;secretpath=dundi
[mappings]
;pipsworld =>
pipsworld,1,IAX2,dundi:${SECRET}@tsjonge.pipsworld.nl/${NUMBER...
2013 Oct 30
1
samba4 profiles problems
...em can I use (currently I use ext4)
What mount options are needed (currently I use : acl,user_xattr)
What rights should the profiles folder have in linux ?
Who should be the owner and group in linux ?
This is my smb.conf
# Global parameters
[global]
workgroup = TJAKO
realm = TJAKO.THUIS
netbios name = SAMBA2
server role = active directory domain controller
dns forwarder = 172.16.1.13
idmap_ldb:use rfc2307 = yes
log level = 3
[netlogon]
path = /var/lib/samba/sysvol/tjako.thuis/scripts
read only = No
[sysvol]
path =...
2008 Feb 20
0
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...tervals for the register coaelsced to now interfere
with whatever the eliminated live interval interfered with, since the
superregister live interval now contains information from the eliminated live
interval and thus it interferes with whatever the eliminated live interval
interfered with (and thuis so should the subregister live interval, correct?).
In my case, this test _fails_, which I found to be unexpected.
In other words, after coalescing, should it be the case that subregister
intervals contain at least all of the range information that was contained
in any eliminated intervals when...
2008 Feb 20
3
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
I have a question about what is going on at line 754 of
SimpleRegisterCoalescing.cpp. The comment says we are
updating the live intervals for subregisters. This happens when
we coalesce to a physical register.
Now, I read that as, "merge in the range information from the
eliminated live interval to the subregister live interval," but that
appears to not be what happens.
In my case,
2004 May 25
0
Samba Server not working in MD10
I'm trying to set up a Samba server on my Linux Mandrake 10 machine. I've
copied the smb.conf settings from the Samba Howto and look like this:
[global]
workgroup = Thuis
netbios name = Linux
printcap name = cups
disable spoolss = Yes
show add printer wizard = No
printing = cups
[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No
[public]
comment = Data
path = /share
force user = bas
force group = users
guest ok = Yes
[printers]
comme...
2008 Aug 21
8
Direct X Input
Good Evening,
I have an app that is not in the app database entitled RealFLight G4. I have it installed, but ut used the Direct X input method to talk to a hand held joystick like controller in which is embedded security and copy protection.
The application is griping about not being able to find the Interlink Controller. In dmesg it shows up and is usable in other applications, so Linux
2006 Apr 05
3
how to insert Current DateTime value into database?
Hi,
I want to insert onto database the Current DateTime Value into database
field "Store_date" with datatype (DATETIME). How to do tihs?
I am usiing hidden variable into my form as follows:-
=======================
<%= hidden_field("store", "store_date", :value =>:datetime ) %>
=======================
But when I m submmittng form I couldn''t find
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer,
Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers)
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn
verbonden met een switch.
Dit is de inhoud van mijn bestanden:
Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0...
2008 Feb 21
2
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...now
> interfere
> with whatever the eliminated live interval interfered with, since the
> superregister live interval now contains information from the
> eliminated live
> interval and thus it interferes with whatever the eliminated live
> interval
> interfered with (and thuis so should the subregister live interval,
> correct?).
> In my case, this test _fails_, which I found to be unexpected.
>
> In other words, after coalescing, should it be the case that
> subregister
> intervals contain at least all of the range information that was
> cont...
2003 Mar 04
0
user entries in LDAP, group mapping (samba 3.0alpha cvs - LDAP)
...our service definitions
# Global parameters
[global]
unix charset = "CP850"
workgroup = LOKAALNETWERK
server string = %h server (Samba %v)
map to guest = Bad User
null passwords = Yes
passdb backend = ldapsam:ldap://enterprise.lokaalnetwerk.thuis
log level = 1
log file = /var/log/samba/log.%m
max log size = 1000
time server = Yes
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192
SO_RCVBUF=8192
load printers = No
add user script = /usr/local/sbin/smbldap-useradd.pl -a %U...
2002 Sep 18
4
Test files for decoder implementation
Hi,
I am trying to implement a Vorbis decoder in Java, and I have some
problems understanding the file-format specification included with
libvorbis. In the header description, there are a few obvious mistakes,
which I believe to have solved, but when I try to decode the audio
packets, the decoded floor and residue data doesn't seem to make
sense at all, and after a few packets, my decoder