search for: alias2

Displaying 20 results from an estimated 36 matches for "alias2".

Did you mean: alias
2003 Jul 08
1
Help Samba Virtual Servers (Host aliases) configuration problem
...ll see FILESERVER share, everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share due to include mechanism...) and so on. This is part of my actual "smb.conf" file on /etc/samba directory: [global] workgroup = WORKGROUP netbios name = FILESERVER netbios aliases = ALIAS1 ALIAS2 ALIAS3 include = /etc/samba/smb.conf.%L server string = SAMBA %v on %h [SHARE] comment = FILESERVER share path = /home/share printable = no writable = yes valid users = @filesharing write list = @filesharing ...then I have edited three separate smb.conf.%L (%L substituted with each alias NetBIOS...
2003 Jun 27
0
Samba Virtual Servers (Host aliases) configuration problem
...ll see FILESERVER share, everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share due to include mechanism...) and so on. This is part of my actual "smb.conf" file on /etc/samba directory: [global] workgroup = WORKGROUP netbios name = FILESERVER netbios aliases = ALIAS1 ALIAS2 ALIAS3 include = /etc/samba/smb.conf.%L server string = SAMBA %v on %h [SHARE] comment = FILESERVER share path = /home/share printable = no writable = yes valid users = @filesharing write list = @filesharing ...then I have edited three separate smb.conf.%L (%L substituted with each alias NetBIOS...
2012 Dec 30
2
[LLVMdev] Cannot interchange "literal" and "identified" structs
...ne void @foo(%mytype* %ptr) { %t1 = load *%mytype** %ptr store i32 *%t1*, *i32** %ptr ret void } But for structs, I cannot: %mytype = type { i32, i32 } define void @foo(%mytype* %ptr) { %t1 = load *%mytype** %ptr store* { i32, i32 }* %t1, *{ i32, i32 }** %ptr ret void } bin/llvm-as: alias2.ll:6:22: error: '%t1' defined with type '%mytype = type { i32, i32 }' store { i32, i32 } %t1, { i32, i32 }* %ptr I don't see anything in the language reference manual that disallows such usage, as the literal struct type and %mytype are equivalent. Am I missing something her...
2005 Oct 25
7
Ip Src rewite.
Hello folks.. Does any of you know if it is possible to rewrite the ip src in a packet. I have a problem involving a DMZ with external IP addresses routed trough a single WAN IP. When the server initiates a connection, it looks like it comes from the WAN ip instead of it''s designated External IP routed through the WAN. So in short, Is it possible to rewrite the packet in the router,
2017 Apr 22
2
Samba AD with internal DNS: Can't resolve aliases anymore
...ping: alias1: Name or service not known % ping alias1.altum.de ping: alias1.altum.de: Name or service not known % cat /etc/resolv.conf nameserver 192.168.1.102 search altum.de OTOH, if I try a non-existent alias, it looks like this: % ping alias2 :( ping: alias2: No address associated with hostname Any ideas how to debug/solve this? System is Debian Stretch with Samba 4.5.8, installed from packages. Thanks... Dirk -- Dirk Hei...
2012 Dec 30
0
[LLVMdev] Cannot interchange "literal" and "identified" structs
...t; store i32 %t1, i32* %ptr > ret void > } > > But for structs, I cannot: > > %mytype = type { i32, i32 } > > define void @foo(%mytype* %ptr) { > %t1 = load %mytype* %ptr > store { i32, i32 } %t1, { i32, i32 }* %ptr > ret void > } > > bin/llvm-as: alias2.ll:6:22: error: '%t1' defined with type '%mytype = type > { i32, i32 }' > store { i32, i32 } %t1, { i32, i32 }* %ptr > > I don't see anything in the language reference manual that disallows such > usage, as the literal struct type and %mytype are equivalent. Am...
2006 Mar 13
1
Newbie error or bug?
...to be correct). All the black dots should line up with 8 intersections of the red and blue lines. I don't think the script is wrong because if I double everything up and plot an 11KHz source, its 5KHz alias and 16 sampling points (for 16KHz sampling) everything works as expected (see attachment alias2.jpg) - ie, the line through y=0 is in the right place as are the 16 sampling points. Here's my sessionInfo: R version 2.2.1, 2005-12-20, powerpc-apple-darwin7.9.0 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils&qu...
2017 Mar 07
0
[PATCH v4 5/9] builder: add Index_parser.write_entry function
...f_int 12345); + expand = Some "/dev/sda1"; + lvexpand = Some "/some/lv"; + notes = [ ("", "Notes split\non several lines\n with starting space") ]; + hidden = false; + aliases = Some ["alias1"; "alias2"]; + sigchecker = dummy_sigchecker; + proxy = Curl.UnsetProxy }) in + + let chan = test_open_out () in + Index_parser.write_entry chan entry; + let actual = test_read_out chan in + let expected = "[test-id] +name=test_name +osinfo=osinfo_data +file=test/path +arch=...
2017 Sep 18
0
[PATCH v9 4/7] builder: add Index.write_entry function
...nt 12345); + expand = Some "/dev/sda1"; + lvexpand = Some "/some/lv"; + notes = [ ("", "Notes split\non several lines\n\n with starting space ") ]; + hidden = false; + aliases = Some ["alias1"; "alias2"]; + sigchecker = dummy_sigchecker; + proxy = Curl.SystemProxy }) in + + write_entries "out" [entry]; + let actual = read_file "out" in + let expected = "[test-id] +name=test_name +osinfo=osinfo_data +file=image_path +arch=test_arch +checksum[sha...
2017 Oct 27
0
[PATCH v11 6/8] builder: add Index.write_entry function
...nt 12345); + expand = Some "/dev/sda1"; + lvexpand = Some "/some/lv"; + notes = [ ("", "Notes split\non several lines\n\n with starting space ") ]; + hidden = false; + aliases = Some ["alias1"; "alias2"]; + sigchecker = dummy_sigchecker; + proxy = Curl.SystemProxy }) in + + write_entries "out" [entry]; + let actual = read_file "out" in + let expected = "[test-id] +name=test_name +osinfo=osinfo_data +file=image_path +arch=test_arch +checksum[sha...
2017 Oct 05
0
[PATCH v11 4/6] builder: add Index.write_entry function
...nt 12345); + expand = Some "/dev/sda1"; + lvexpand = Some "/some/lv"; + notes = [ ("", "Notes split\non several lines\n\n with starting space ") ]; + hidden = false; + aliases = Some ["alias1"; "alias2"]; + sigchecker = dummy_sigchecker; + proxy = Curl.SystemProxy }) in + + write_entries "out" [entry]; + let actual = read_file "out" in + let expected = "[test-id] +name=test_name +osinfo=osinfo_data +file=image_path +arch=test_arch +checksum[sha...
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
...index 5c531de..a70767f 100644 --- a/builder/virt-builder.pod +++ b/builder/virt-builder.pod @@ -1288,6 +1288,14 @@ Using the hidden flag prevents the template from being listed by the I<--list> option (but it is still installable). This is used for test images. +=item C<aliases=ALIAS1 ALIAS2 ...> + +This optional field specifies a list of aliases, separated by spaces, +for the image. For example, an alias could be used to always point +to the latest version of a certain image, leaving the old versions +available in the index instead of updating the same image (see the +C<revisio...
2011 Jul 14
5
LDAP ENC
...ction cn: ubuntu.ttinet cn: ubuntu5.ttinet puppetClass: baseclass puppetClass: nginx::configure: {$fqdn} puppetClass: nginx::vhost: {$fqdn: port => 80, ssl => false, priority => 10, p assenger_enable => ''Yes'', serveraliases => [''alias1'', ''alias2'']} # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 puppet 2.6.8 # ruby -rldap -e "puts :installed" installed ruby-ldap-ro is installed -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white@ttiltd.com 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~...
2001 Feb 10
0
Changing the font used by dialog boxes in Wine
...ult" = "-monotype-arial-" "DefaultSerif" = "-monotype-times new roman-" "DefaultSansSerif" = "-monotype-arial-" "Alias0" = "System, -monotype-andale mono-" "Alias1" = "Fixed, -monotype-andale mono-" "Alias2" = "MS Serif, -monotype-times new roman-" "Alias3" = "MS Sans Serif, -monotype-arial-" If anyone could tell me what the default font used by dialog boxes is, so I can alias a different font to it, it would be greatly appreciated. Thanks! Daniel
1999 Jan 26
1
Hybrid mode (SAMBA digest 1952)
> Date: Fri, 22 Jan 1999 14:22:52 -0000 > From: "Alan Hourihane" <alanh@pinacl.co.uk> > To: <sam
2005 Jul 06
1
samba and lprng
...printer5|lpp5:... printer4|lpp4:... printer3|lpp3:... printer2|lpp2:... printer1|lpp1:... printer0|lpp0:... One printer wasn't loaded to samba, ok shit happens. But how i could control which name would be picked as Sharename from samba <-- from printcap. By default printcap: printer|alias1|alias2|...:... But samba picks a random name als sharename? Sometimes printer, somtimes alias1 a.s.o. Whats going wrong? I want a List of shares like this (after import of printcap): smbclient -L Sharename Type Comment --------- ---- ------- printer6...
2007 Aug 08
1
lda: vacation auto-reply for a virtual address
Hi, I am using Dovecot to manage a complex virtual mailbox setup. It's all working splendidly, thanks to the Dovecot LDA. This morning, however, I needed to create a vacation-style autoreply for one of the virtual addresses. I made use of cmusieve, authored a little sieve script, and had it working in no time... until I discovered how limited sieve's vacation module is. Most importantly:
1998 Nov 17
0
ALPHA-code ALERT: group database API.
...rity = user) or the domain of which the samba server is a member (security = domain). "smb passgrp file" - extension to smbpasswd, allows users to be members of SAM groups and aliases. default name is: /usr/local/samba/private/smbpassgrp the syntax of entries is: username:uid:alias1, alias2, ...:group1, group2, ...: where: - username and uid match exactly with the private/smbpasswd file - groupN is either a rid (NNN or 0xXXX) or a SAM group name (NOT a unix group name ). these are ONLY supported when samba is a PDC, as when samba is a member of a domain then the private/smbpasswd a...
2015 Dec 23
2
RFC: __attribute__((ifunc("resolver")) representation in LLVM IR
...Having said that, more than once I wished we had an easy way to iterate all GlobalValues or all GrobalObjects. Any thoughts on the tradeoff having a single list with pointer to the start of each sub list? Something like Func1 <-> Func2 <-> Var1 <-> Var2 <-> Alias1 <-> Alias2 <-> IFunc1 <-> Ifunc2 and keep FirstFunc, FirstVar, FirstAlias and FirstIFunc pointers. One place where having another list might be a bit annoying is the symbol iterator of IRObjectFile. Cheers, Rafael On 22 December 2015 at 08:23, Dmitry Polukhin <dmitry.polukhin at gmail.com&...
2006 Nov 07
4
Samba v3.0.23c + FreeBSD 6.1 - Failed to set servicePrincipalNames
Hello, We recently upgraded to the latest Samba3 version v3.0.23c. If the Samba system and the AD belong to the same domain, I am able to perform a 'net ads join' by supplying either a 'Domain Admins' or a 'Domain Users' credential. However if the Samba system and the AD belong to different domain, I can perform the 'net ads join' by supplying a 'Domain