Displaying 15 results from an estimated 15 matches for "vtc".
Did you mean:
etc
2003 Sep 30
2
using identify() together with plot () and pixmap()
...I have a two-dimensional array, whose values I want to plot, using the
pixmapGrey class. Plotting works fine, and now I would like to be able
to identify some of the points in the plot using identify(). But I get
the following message while pressing the left mouse button:
> plot(pixmapGrey(fmri.vtc[,,slice,volume]))
> identify(fmri.vtc[,,slice,volume])
warning: no point with 0.25 inches
pressing the right mouse button I get:
numeric(0)
what is the problem here and how can I solve it?
many thanks for your help
Cheers!
Christoph
--
Christoph Lehmann <christoph.lehmann at gmx.ch...
2003 Feb 13
0
Unable to change password from win2k with a samba pdc
...n tell).
I've setup a samba pdc (samba-2.2.7-2 rpm for RedHat 8.0) following the
instructions on the samba PDC HOWTO:
http://us3.samba.org/samba/ftp/docs/htmldocs/Samba-PDC-HOWTO.html
I've successfully setup the samba PDC and have joined a test client running
win2k to a domain called "VTC." Roaming profiles and login scripts work
fine. However, when I attempt to change the password from the win2k box I
get the following alert box:
The system cannot change your password now because the domain VTC is not
available.
Obviously the domain is available, since I just authenticated t...
2002 Oct 29
3
FW: (no subject)
...Should I update to the latest version of SAMBA and include the and/or
parameter Trusted Domains = yes wlthough I believe this is default (we are
in a trusted DOMAIN)?????
This is an example of our smb.conf file:
++++++++++
Our Version = Samba 2.2.0 on Solairs 8.0
# BROWSING
workgroup = VTC
server string = mn01m0008.agere.com
announce as = NT
local master = no
preferred master = no
domain master = no
os level = 33
wins server = 135.149.49.50
remote announce = 135.149.49.50
# AUTHENTICATION
password server = *
# security=server
security =...
2003 Aug 19
1
With sambaSamAccount, do I need an add user script and an add machine script?
...ap-2.1.22, with samba as PDC and as much as possible
in LDAP, do I need to write an add user script and an add machine script? Or
does samba handle this itself? Sorry, I'm rather confused about how to go about
setting this all up.
--
Nick Urbanik RHCE nicku(at)vtc.edu.hk
Dept. of Information & Communications Technology
Hong Kong Institute of Vocational Education (Tsing Yi)
Tel: (852) 2436 8576, (852) 2436 8713 Fax: (852) 2436 8526
PGP: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B ID: 7529555D
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B...
2016 Feb 22
0
About the vfio error when using SR-IOV
...uot; bus="0x10" slot="0x10" function="0x3"/>
</source>
<vlan>
<tag id="1000"/>
</vlan>
</interface>
But the error output when I boot one vm:
[root@host3 VTS2.1-demo]# virsh create vtc.demo.xml
error: Failed to create domain from vtc.demo.xml
error: internal error: early end of file from monitor: possible problem:
2016-02-22T07:38:42.169035Z qemu-kvm: -device vfio-pci,host=10:10.3,id=hostdev0,bus=pci.0,addr=0x3: vfio: error, group 17 is not viable, please ensure all devices with...
2005 May 30
4
Very simple traffic shaping script for H.323
..."abc.def.ghi.jkl" or private IP Address 192.168.16.4 is to/from from the
videoconference device.
After all the reading and studying, is it really this simple? Does
anyone have ideas on how to test this? How do I watch packets to see
which packets go into what PFIFO band?
#!/bin/sh
VTC1_PRIVATE="192.168.16.4"
VTC1_PUBLIC="abc.def.ghi.jkl"
IPTABLES="/usr/local/sbin/iptables"
$IPTABLES -t mangle -F
$IPTABLES -t mangle -A PREROUTING -s $VTC1_PRIVATE -j DSCP
--set-dscp-class EF $IPTABLES -t mangle -A PREROUTING -d $VTC1_PUBLIC -j
DSCP --set-dscp-class...
2000 Feb 08
0
Bug report and PATCH in ssh-agent in openssh 1.2.2
...if (s_flag)
-- cut here ---------------------------------------------------------
I have built an rpm with this patch, but don't know where to upload it.
--
Nick Urbanik, Dept. of Electrical & Communications Engineering
Hong Kong Institute of Vocational Education (Tsing Yi)
email: nicku at vtc.edu.hk, nicku at iohk.com
Tel: (852) 2436 8660, (825) 2436 8492 Fax: (852) 2436 8643
pgp ID: 7529555D fingerprint: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B
2002 Oct 28
0
Access Problem connecting from windows 2000 client to Samba UNIX server Share
...ct to 3rd Party SMB Servers
Right click on Send Unencrypted Password to Connect to 3rd Party SMB Servers
Select Security
Select Enabled
Click OK
Close all open windows
++++++++++
This is an example of our smb.conf file:
++++++++++
Our Version = Samba 2.2.0
# BROWSING
workgroup = VTC
server string = mn01m0008.agere.com
announce as = NT
local master = no
preferred master = no
domain master = no
os level = 33
wins server = 135.149.49.50
remote announce = 135.149.49.50
# AUTHENTICATION
password server = *
# security=server
security =...
2002 Oct 28
0
FW: Access Problem connecting from windows 2000 client to Samba U NIX server Share
...ct to 3rd Party SMB Servers
Right click on Send Unencrypted Password to Connect to 3rd Party SMB Servers
Select Security
Select Enabled
Click OK
Close all open windows
++++++++++
This is an example of our smb.conf file:
++++++++++
Our Version = Samba 2.2.0
# BROWSING
workgroup = VTC
server string = mn01m0008.agere.com
announce as = NT
local master = no
preferred master = no
domain master = no
os level = 33
wins server = 135.149.49.50
remote announce = 135.149.49.50
# AUTHENTICATION
password server = *
# security=server
security =...
2003 Aug 21
1
LDAP: add machine script required?
...ed to define an
add machine script? I want to be able to add machines to the domain
as simply as possible (i.e., "automatically"). So is an add machine
script needed, or does samba contain code to create the accounts
itself?
--
Nick Urbanik RHCE nicku(at)vtc.edu.hk
Dept. of Information & Communications Technology
Hong Kong Institute of Vocational Education (Tsing Yi)
Tel: (852) 2436 8576, (852) 2436 8713 Fax: (852) 2436 8526
PGP: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B ID: 7529555D
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B...
2003 Aug 19
1
LDAP arrangement for machines
...he
objectClasses device and sambaSamAccount. Is that the intention?
How does the "adding a machine" operation work with LDAP (or how is it intended
to work)?
The HOWTO seems not to explain these points, or have I missed it?
--
Nick Urbanik RHCE nicku(at)vtc.edu.hk
Dept. of Information & Communications Technology
Hong Kong Institute of Vocational Education (Tsing Yi)
Tel: (852) 2436 8576, (852) 2436 8713 Fax: (852) 2436 8526
PGP: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B ID: 7529555D
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B...
2009 Nov 19
2
Combination of default domain and username character translation problem in POP3 server configuration
Hello,
I have a mail server running vm-pop3 and I am migrating it to Dovecot. I
have a problem configuring Dovecot as a POP3 server only (I'm not
interested in IMAP for now). I have two types of domains: one principal
domain, whose users don't include the domain in the login process; and
secondary domains, whose users include the domain part with the !
separator, instead of @ (i.e.
2011 Oct 23
2
can't run DirectX applications properly - window garbled
...yes
* Hardware vertex / index buffers: yes
* Vertex programs: yes
* Fragment programs: yes
* Geometry programs: no
* Supported Shader Profiles: hlsl ps_1_1 ps_1_2 ps_1_3 ps_1_4 ps_2_0 ps_2_a ps_2_b ps_2_x ps_3_0 vs_1_1 vs_2_0 vs_2_a vs_2_x vs_3_0
* Texture Compression: yes
- DXT: yes
- VTC: no
* Scissor Rectangle: yes
* Hardware Occlusion Query: yes
* User clip planes: yes
* VET_UBYTE4 vertex element type: yes
* Infinite far plane projection: yes
* Hardware render-to-texture: yes
* Floating point textures: yes
* Non-power-of-two textures: yes
* Volume textures: yes
* Multip...
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
...s: 32
* Number of integer constants for geometry programs: 97
* Number of boolean constants for geometry programs: 32
* Supported Shader Profiles: hlsl ps_1_1 ps_1_2 ps_1_3 ps_1_4 ps_2_0 ps_2_a ps_2_b ps_2_x ps_3_0 vs_1_1 vs_2_0 vs_2_a vs_2_x vs_3_0
* Texture Compression: yes
- DXT: yes
- VTC: no
- PVRTC: no
* Scissor Rectangle: yes
* Hardware Occlusion Query: yes
* User clip planes: yes
* VET_UBYTE4 vertex element type: yes
* Infinite far plane projection: yes
* Hardware render-to-texture: yes
* Floating point textures: yes
* Non-power-of-two textures: yes
* Volume textures...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Xs-BWl&Z{ZswhzsV3BQL*cl`y5dCF!~(1
zBuRo&ZLaud$A7o&Qt;1f{@tEbyX}7#r=m-T4i0;hbA_=(mjy>i>n^^VlopAH{$XEp
zaaCi9&@1bd^_vr-%QLJi?t3Cfb;8(RCikq`fcYl7zb_K@$Saq^nhN_9(6HVXO99R%
zVPVRL`NMVIKtZ|vlkqC=FlY_dRGeEOG)G<`mD_g+1y{tP712|@^f+P}_UERy?XzII
zYofoZG~ZTg?c29^V}#LPMdsU|4(*})?40)P5-ykvtcz6i6;6(Mn`(AhMBD#{82Z<h
z$(?W<`CpTRuz>}?DhzA^uyqxUGPG^)9OlPPEEj<54nzygI4|>xD-2(@Km`>+pDhkJ
zIqg%!5qV*6UBcx=V+As!pbhk{P5Z0<OMzkZ?YEO0l0$Qh9CuD;PLrJcoJ(>p%lTc-
zl{wevbk6CT(?eGreH^zt206lc^NC{t(UqJ{B<ER at _bqXJNAi9mj-N^1Y*knC=Bjz~
z5aw)D^X^siHY4iTraB%}9S^B_J49-yn)jrdcR<ZMB...