search for: aliase

Displaying 20 results from an estimated 7077 matches for "aliase".

Did you mean: alias
2020 Jan 17
3
Help with SROA throwing away no-alias information
I'm having an issue where SROA will throw away no-alias information on some loads after inlining, because the loads are derived from a store to an alloca which can be removed after inlining. The pointers that were originally stored into the alloca do *not *have any aliasing information - the only context that allowed me to assert aliasing was that the inlined-function guaranteed it to be so.
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
...builder.ml +++ b/builder/builder.ml @@ -192,6 +192,18 @@ let main () = | (`Install|`Notes) as mode -> mode in (* Which os-version (ie. index entry)? *) + let arg = + (* Try to resolve the alias. *) + try + let item = + List.find ( + fun (name, { Index_parser.aliases = aliases }) -> + match aliases with + | None -> false + | Some l -> List.mem arg l + ) index in + fst item + with Not_found -> arg in let item = try List.find ( fun (name, { Index_parser.arch = a }) -> diff --git a/bu...
2009 Sep 23
2
mailalias type: automatic rebuild of aliases.db?
HI, All our unix boxes under puppet are configured with the ''mailalias'' resource type as in : mailalias { "root": recipient => "linuxroot@fqdn", ensure => present } The majority of those boxes however don''t have /etc/aliases served out by puppet, rather, they simply have the installed default /etc/aliases locally. I''m working on a couple of boxes within that set that have custom /etc/aliases served out from puppet, and have with that a notify => Exec [newaliases]. No problem there. It''s being re...
2010 Mar 24
1
How to stub a has_many relationship in Rails 2.3.5
We have a test that has been working find until we upgraded to rails 2.3.5. I''m not too familiar with mocks/stubs so maybe there is an easy solution. Here is a simple example of our scenario. Class Person < ActiveRecord::Base has_many :aliases, :dependent => :nullify before_destroy :mark_aliases_as_deleted def mark_aliases_as_deleted self.aliases.each do |alias| alias.mark_as_deleted end end end This is a test to ensure that when the Person is destroyed that all of their Aliases get their mark_as...
2007 Dec 22
0
[LLVMdev] random warnings
On Dec 20, 2007, at 3:56 PM, Mike Stump wrote: > They looked real enough to me: Fixed, thanks. -Chris > > > /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: In > function ‘bool<unnamed>::isFPS16Immediate(llvm::ConstantFPSDNode*, > short int&)’: > /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: > 148: warning:
2013 Jul 11
1
Some build/QA warnings
Hi, I built syslinux-5.11-pre8 on Gentoo (x86_amd64, gcc-4.7.3, glibc-2.17, 3.9.9 x86_64) from git and got these messages: * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * sha512crypt.c:227:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * sha512crypt.c:228:5: warning:
2007 Dec 20
2
[LLVMdev] random warnings
They looked real enough to me: /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: In function ‘bool<unnamed>::isFPS16Immediate(llvm::ConstantFPSDNode*, short int&)’: /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: 148: warning: dereferencing type-punned pointer will break strict- aliasing rules
2018 Aug 08
2
GCC 5 and -Wstrict-aliasing in JSON.h
Hello, For the IWYU project, we have a buildbot on Ubuntu 16.04 and its bundled GCC (which I think is some GCC 5 variant). We're getting a number of -Wstrict-aliasing warnings from JSON.h on this line: https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Support/JSON.h#L455 I'm not sure if GCC has a point here but GCC 7.2 does not complain, so I'm going to guess no. Would
2006 Dec 22
1
[Fwd: Re: missing /etc/aliases file]
Forgot to Reply All -------- Original Message -------- Subject: Re: missing /etc/aliases file Date: Fri, 22 Dec 2006 09:42:46 +0200 From: Kartagis <kartagis at kunduz.org> To: Keith Roberts <keith at karsites.net> References: <D2B43561-0BAD-440F-97C0-712616E1E560 at cox.net> <200612210856.40994.ml at awinkelmann.de> <64A0FED1-F20E-4D90-A0E9-0FE8A67DC0E...
2015 Apr 10
1
RFC: sigma() in package:stats ?
...'m searching in our large collection of installed packages, I'm seeing > help.search("^sigma$") Help files with alias or concept or title matching ?^sigma$? using regular expression matching: AdaptFitOS::sigma Extract estimated varying residual variance Aliases: sigma distrEllipse::MVNormParameter-class Paramter of a multivariate normal distribution Aliases: sigma dlmodeler::dlmodeler.fit Fitting function for a model (MLE, MSE, MAD, sigma) Concepts: sigma elliptic::WeierstrassP Weierstrass P and related functions Aliase...
2006 Apr 30
1
Postfix /etc/aliases problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's what I have from log watch. Database files are not up-to-date (propably rehash is needed): /etc/aliases : 16 Time(s) Here's what I get from /var/log/maillog Apr 29 20:37:22 00304842f27e postfix/local[25980]: warning: database /etc/aliase s.db is older than source file /etc/aliases Here's what I'm using 1. CentOS 4.3 2. Postfix as my MTA 3. Sendmail is still in the system 4. I used...
2009 Oct 28
3
/etc/aliases file wildcard
I have been trying to find out if the /etc/aliases file can accept wildcards in the user name I was hoping that a line like or similiar: machine*: myaccount would take any name matching machine* and forward onto the myaccount mailbox. man aliases didnt really help me nor did I find anything else. Is there a way to pattern match in /etc/aliase...
2002 Feb 20
5
aliases not working!!
Can someone tell me what has to happen to get the aliases working in samba? Below is an earlier posting. Thanks!! Does anyone have aliases working correctly? Suppose I am moving the samba to one server to another, say VIPER > to JOKER. > > In smb.conf I change the 'netbios name = VIPER' to JOKER > and I also want the old name...
2017 Dec 06
2
[Curiosity] 'netbios aliases' works in AD mode?
...you should register any such alias as a servicePrincpalName. > > Ahem, looking at the wiki ad google does not help me. > > > Supposing to have a DM like 'vdmsv1.ad.fvg.lnf.it', and i need to > create an alias 'file', i need to add 'file' to 'netbios aliases' and > also do something like: > > samba-tool spn add host/vdmsv1.ad.fvg.lnf.it file.ad.fvg.lnf.it > > > This lead me to another question: in this way, aliases are ''domain > wide'' right? Eg, i cannot have a DM aliased 'file' in a LAN and >...
2014 May 14
3
aliases for graphic devices
Hello, AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment with libvirt 1.2.4 (from virt-preview on F20) relevant part of the input xml: <graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'> <listen type='address...
2008 Oct 07
2
Virtual domain aliases
...previous reply the server is going great. In fact I can even send mail via it. (On the really old server I'm moving from I couldn't get authentication for outbound to work.) I now have a couple of small issues to deal with before moving completely off the old system. Virtual domains aliases? My reading seems to indicate that Postfix only handles aliases in one place/file. Ie., I can't use a /var/mail/vhosts/domain.tld/aliases. This is probably a Postfix question but I'm asking anyway. I am pretty sure there are some Postfix people-of-significance hanging out here. :-)...
2017 Dec 18
3
[Curiosity] 'netbios aliases' works in AD mode?
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > I dont get what your goal is, sorry.. :-/ And Rowland: > Why do you think you need 'netbios aliases' ? Simply: i was (ab)used to have, in my NT domain, some aliases for my servers, so i can change servers (and move services) but keeping things consistent. Eg, all my printers are connected to \\CUPS\\<printername>, and my main share is \\FILE\Work . Ever. Because 'CUPS' and &...
2018 Oct 10
6
same netbios aliases on multiple servers
Hi Can I set the same netbios name on multiple servers? more precisely why it does not work? server A [global]   netbios name = FS1   netbios aliases = fs fs.example.ru server B [global]   netbios name = FS2   netbios aliases = fs fs.example.ru
2010 Oct 29
2
[LLVMdev] strict aliasing and LLVM
On Oct 29, 2010, at 12:26 AM, Nick Lewycky wrote: > Xinliang David Li wrote: >> As simple as >> >> void foo (int n, double *p, int *q) >> { >> for (int i = 0; i < n; i++) >> *p += *q; >> } >> >> clang -O2 -fstrict-aliasing -emit-llvm -o foo.bc -c foo.c >> llc -enable-tbaa -O2 -filetype=asm -o foo.s foo.bc > >
2020 Jul 20
3
Migrate mail aliases to AD ypServ30
How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local? dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local cn: abuse objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn: cn=noc,ou=Aliases,DC=mydomail,DC=local cn: noc objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn...