Displaying 15 results from an estimated 15 matches for "_net".
Did you mean:
_get
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 02
8
Rake patch
This patch fixes the following:
- You can now use rake to build on Windows.
- You can now use rake install to install the lib, no more extconf.rb
needed! This should be cross platform, I took some code for installing
from the Makefile that extconf.rb generated as a basis. I have tested
it on OS X and will test tomorrow on Windows, I am 95% it will work
cross platform.
- I did get Windows
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...XDIR","lib","vc_lib","msw#{$POSTFIX}")
</span><span class="cx">
</span><del>-$wx_libs = File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_xml.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_adv.lib")
-$wx_libs += File.join(&quo...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...ot;#$WXDIR/include"
-$WXLIBDIR="#$WXDIR/lib/vc_lib"
-$INCTEMP="#$WXDIR/lib/vc_lib/msw#{$POSTFIX}"
</del><ins>+$wx_libs = File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_xml.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_adv.lib")
+$wx_libs += File.join(&quo...
2007 Jan 29
3
Problem runing Samba 3.0.23d with LDAP on FreeBSD 6.2 sparc64
...mentary groups
[2007/01/29 10:17:26, 5] lib/smbldap.c:smbldap_search_ext(1179)
smbldap_search_ext: base => [ou=internal,o=centile,dc=com], filter =>
[(&(uid=administrator)(objectclass=sambaSamAccount))], scope => [2]
---
--
Guillaume
E-mail: silencer_<at>_free-4ever_<dot>_net
Blog: http://guillaume.free-4ever.net
----
Site: http://www.free-4ever.net
2006 Jul 24
1
One Windows computer not connecting directly to server
We have a RedHat samba server to which a whole department of Windows
connects directly when a user logs onto the Windows computer. So the
server is working fine.
We have a rebuilt Windows XP Pro computer that does not make the
connection directly. The user has to log into the server through the
Network Neighborhood. The Windows XP Pro has the correct ip address
and network name. The
2017 Apr 12
0
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
...--|------+-------------+-------------------------------
> | | : KVM :
> | | : :
> pIOMMU drv | : :
> \ | : _____________virtio-net drv KERNEL
> \_net drv : | : / (1a)
> | : | : /
> tap : | ________virtio-iommu drv
> | : | | : (1b)
> -----------------|------+-----|---|---+-------------------------------
>...
2017 Apr 13
0
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
...-------|------+-------------+-------------------------------
> | | : KVM :
> | | : :
> pIOMMU drv | : :
> \ | : _____________virtio-net drv KERNEL
> \_net drv : | : / (1a)
> | : | : /
> tap : | ________virtio-iommu drv
> | : | | : (1b)
> -----------------|------+-----|---|---+-------------------------------
>...
2007 Jan 29
0
Samba/LDAP PDC problem
...ntary groups
[2007/01/29 10:17:26, 5] lib/smbldap.c:smbldap_search_ext(1179)
smbldap_search_ext: base => [ou=internal,o=centile,dc=com], filter =>
[(&(uid=administrator)(objectclass=sambaSamAccount))], scope => [2]
---
--
Guillaume
E-mail: silencer_<at>_free-4ever_<dot>_net
Blog: http://guillaume.free-4ever.net
----
Site: http://www.free-4ever.net
2006 Sep 18
7
smb.conf
Hi all
My client want a shared folder so that only two people can access and
write to it.
I added the following to my smb.conf
[private]
writeble = yes
guest ok = no
path = /home/samba/private
valid users = wendy, pierre
write list = wendy, pierre
force user = nobody
All i need yo do now is make the folder "private" to nobody. How would i
go on by doing that and would this work.
2006 Oct 09
1
SAMBA + LDAP + TLS
Hi there guys, do not know if post this here or in openldap list, sorry if I
disturb you.
I configured samba+ldap as a PDC and byt now it's working fine, so, I
decided to put some security to the stuff.
The problem is that I coudl not make it work, here I what I've done.
This is what netstat shows.
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:636 0.0.0.0:* LISTEN
tcp 0 0
2006 Aug 02
2
PDC problem
Hello,
I have a problem with a LDAP backed based Samba PDC.
Last week, due an hardware problem, I lost my primary LDAP server
and PDC. I reinstalled the LDAP server and populated it with the old
data, I also reinstalled Samba.
The problem is that I can't log in to samba as root
(cn=root,dc=info,dc=uvt,dc=ro). All others user accounts ar working
except root.
Eg.:
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
...| |
-------|---------|------+-------------+-------------------------------
| | : KVM :
| | : :
pIOMMU drv | : :
\ | : _____________virtio-net drv KERNEL
\_net drv : | : / (1a)
| : | : /
tap : | ________virtio-iommu drv
| : | | : (1b)
-----------------|------+-----|---|---+-------------------------------
|...
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
...| |
-------|---------|------+-------------+-------------------------------
| | : KVM :
| | : :
pIOMMU drv | : :
\ | : _____________virtio-net drv KERNEL
\_net drv : | : / (1a)
| : | : /
tap : | ________virtio-iommu drv
| : | | : (1b)
-----------------|------+-----|---|---+-------------------------------
|...