search for: infinetely

Displaying 10 results from an estimated 10 matches for "infinetely".

2011 Oct 05
2
[LLVMdev] infinitely recursive named struct types
...ed struct, create elements where one refers directly to the newly created struct (instead of pointer), and then setbody. I can't see how such a type can be useful (I created it by accident, meant to use pointer-to struct, not struct type directly), and in fact llvm-dis crashes on bitcodes with infinetely recursive struct types. I'd suggest that such infinetely (mutually-)recursive struct types should be rejected on creation, at least via an assert. FWIW llvm-as itself crashes on this: %s = type { i32, i8, %s } define void @foo() { %x = alloca %s ret void } Best regards, --Edwin
2011 Oct 06
0
[LLVMdev] infinitely recursive named struct types
...ements where one refers directly to the > newly created struct (instead of pointer), and then setbody. > > I can't see how such a type can be useful (I created it by accident, meant to use pointer-to struct, > not struct type directly), and in fact llvm-dis crashes on bitcodes with infinetely recursive struct types. > > I'd suggest that such infinetely (mutually-)recursive struct types should be rejected on creation, > at least via an assert. > > FWIW llvm-as itself crashes on this: > %s = type { i32, i8, %s } > define void @foo() { > %x = alloca %s >...
2013 Nov 21
1
Locking down master user to certain domains through passwd-file auth
Hello, I know it is possible to lock down a master user to only have access to certain domains through SQL login but I was wondering if the same was possible with a passwd-based system. I currently have a master-passwd file residing in the /etc/virtual/domain.com/ directories I want the master user to be able to log in to. Is there a way to tell passdb to only allow the master user login to
2006 Sep 28
2
which e-mail client can work with recent dovecot?
Hi, I'm trying to use dovecot-1.0.rc7. Before I've used dovecot-1.0 from nightly cvs build of August 08, 2006. It worked perfectly, on Linux 64-bit, you can see spec and patches at http://www.sisyphus.ru/srpm/dovecot/ When I tried to upgrade to rc7 and to recent nightly cvs builds with the same configuration and patches (provided necessary adaptations), it builds O.K, but can not move
2004 Aug 02
3
debug channels
hello winers! has anyone a kind of debug channels documentation? i mean that parameters after "--debugmsg" like: "+relay,+loaddll,+reg"... i need to see network stuff in the debug messages. thanx, cheers! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040802/0b9fca0a/attachment.htm
2015 Jun 30
0
Same-server mail transfer
Hello, What would be the best way to perform a same-server Maildir transfer, while retaining the IMAP structure already in place, between users with the same GID but different UIDs? I've tried doveadm import but I presume it is encountering a permissions error due to the different UIDs. Worst case scenario, I could move everything over manually and then update the UIDs. I feel like
2005 Apr 24
0
Solaris console problem
Hi, I'm using openssh 3.9p1, and here is what bothers me. If ssh is executed from an X application, when a password is prompted, ssh manages to grap on to /dev/tty, but then the SIGTTOU is constantly sent to the ssh and that loops the password prompt function infinetely, since it actually gets to the console. Because of Solaris implemenation (I guess), that also gives no cycles to other applications. It took me few hours (!) to login remotely and kill the ssh process. (And them my CPUs reported the temp outside of safe limits |-) ) (well, X application is a bad d...
2006 Oct 16
0
Valid users not working
Hi all. Sorry for my bad english, i am from russia. I have some servers with samba. One PDC+ldap One BDC+ldap And some count of members. It's working fine, but some days ago i try to use "valid users" directive, wich i already successfully used on PDC BDC. But on domain members this directive fails. I have checked log and see this error. Sid @INFINET\rnd does not start with
2011 Nov 17
1
nfs4 problem in CENTOS6
Hi, This is slightly offtopic, but I have been trying to resolve that problem for two days now without much success. It looks like this may be something that works with CENTOS5, but not with CENTOS6! I have two machines, fileserver1 and server5. fileserver1 runs on CENTOS6 (virtualized, if this is important), server5 runs on Centos5. Both are running with the most recent updates. Server5 is a
2003 Apr 07
8
[Bug 538] Hanging while connecting
http://bugzilla.mindrot.org/show_bug.cgi?id=538 Summary: Hanging while connecting Product: Portable OpenSSH Version: 3.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: ao at infinet.com