Displaying 10 results from an estimated 10 matches for "infinetly".
2011 Oct 05
2
[LLVMdev] infinitely recursive named struct types
Hi,
Looks like it is possible to create an infinitely recursive struct type, llvm-as accepts this:
%s = type { i32, i8, %s }
define %s @foo(%s* %a) {
%y = load %s* %a
ret %s %y
}
%s2 = type { i32, %s3}
%s3 = type { i8, %s2}
declare %s3 @foo2();
Similarly it is doable via the API: create a named struct, create elements where one refers directly to the
newly created struct (instead of
2011 Oct 06
0
[LLVMdev] infinitely recursive named struct types
On Oct 5, 2011, at 4:58 AM, Török Edwin wrote:
> Hi,
>
> Looks like it is possible to create an infinitely recursive struct type, llvm-as accepts this:
> %s = type { i32, i8, %s }
This should be illegal, and should probably be caught by the verifier.
-Chris
>
> define %s @foo(%s* %a) {
> %y = load %s* %a
> ret %s %y
> }
>
> %s2 = type { i32, %s3}
>
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?
...pying messages.Connection to Server
Closed Unexpectedly ...". Evolution is not able to open folders at 3-rd
level (like dovecot/2006/09), or it is so slow that I was not able to
test moving/copying messages in it. Sylpheed-claws died whan I tried
this message copying. Thunderbird tries to move infinetly in a loop,
filling the dovecot's log with lines:
---
Sep 28 12:56:25 alt64 dovecot: imap-login: Login: user=<seriv>,
method=plain, rip=66.80.117.2, lip=192.168.10.8, TLS
Sep 28 12:56:25 alt64 dovecot: IMAP(seriv): file
mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed:...
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
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
...rver1/data
returns:
mount: pinging: prog 100003 vers 4 prot tcp port 2049
and hangs.
ctrl-c returns me to the prompt, but /mnt/data is not mounted.
The active mount /mnt/nfs/fileserver/root is working nicely, but if I cd into /mnt/nfs/fileserver/root/mnt and enter ls there, the console hangs infinetly.
As I wrote, server5 also mounts other servers filesystems without problems. All working systems are CENTOS5, the one not working is CENTOS6.
Any idea?
best regards
---
Michael Schumacher
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