search for: uppermost

Displaying 14 results from an estimated 14 matches for "uppermost".

2004 Jan 09
2
IPv6 broken under AIX?
I've tried to get OpenSSH_3.7.1p2 to work over IPv6 under AIX 5.1.0 and 5.2.0 without success. If I configure sshd to listen to an IPv6 address it will take the uppermost 32 bits of the IPv6 address and interpret it as an IPv4 address. sshd_config: ------------ ListenAddress [2001:6b0:b:1::133] ListenAddress 130.238.4.133 ListenAddress 172.17.1.2 $ /usr/nbin/sshd -d -d -d debug2: read_server_config: filename /usr/libdata/etc/sshd_config debug1: sshd version Op...
2010 Nov 11
4
How to get a specific named element in a nested list
Hello, I have a nested named list structure, like the following: x <- list( list( list(df1,df2) list(df3, list(df4,df5)) list(df6,df7))) with df1...d7 as data frames. Every data frame is named. Is there a way to get a specific named element in x? so, for example, x[[c("df5")]] gives me the data frame 5? Thank you in advance! Best, Friedericksen
2008 Apr 21
3
[LLVMdev] Small problem with intrinsics
...;call void @llvm.memcpy.i32( i8* %a, i8* %b, i32 0, i32 0 ) ret void } I compile this with llvm-as memcpy-intrinsic.ll -f -o memcpy-intrinsic.bc && llc -f -o memcpy-intrinsic.s memcpy-intrinsic.bc Now, if I uncomment the lowermost memcpy, this produces no errors. If I uncomment the uppermost memcpy instead, I get during lcc: llc: /var/bcoppens/llvm/llvm-svn/llvm/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::ConstantInt, Y = llvm::Value*]: Assertion `isa<X>(Val) && "cast<Ty>()...
2009 Feb 04
1
AW: Workaround for pcifront issues
Thanks Anna, this was also quite interesting for me. Did you mean that I just have to eliminate the else branch or raise arround "All devices behind the uppermost PCI/PCI-X bridge must be co-assigned to the same guest." or do I have to eliminate more in order to prevent an FLR (whatever that is). For my board it''s definitely necessary to move PCI devices in different guests, as all PCI slots are assigned to one bridge. It works on 3.2-1. As I...
2019 Jul 26
0
C7, acpi_als
This is an odd one: I've got a user with a system I built recently, who comes to me to tell me the systems' frozen. I just looked this time, before I did an init 3/init 5, and you can't click on anything... except when I click on the uppermost right, and then I see wired, network and it flashes, over and over. I finally restarted X. Now, in the logs, I see a bunch of Jul 26 11:01:51 <workstation> pkexec[29723]: <username>: Executing command [USER=root] [TTY=unknown] [CWD=/home/<username>] [COMMAND=/usr/libexec/gsd-back...
2010 Feb 02
0
Plot questions: grid line do not correspond to tick marks and 2 line axis label
...his? 3. I don't want line to automatically connect the between the missing periods, i.e., suppose my data was hourly from 12/09 to 12/10, but there is no data between 2009-12-09 18:00 and 2009-12-10 8:00, the two data points at these dates should not be connected. 4. I would like to label the uppermost values of the axes, which R does not seem to label. 5. Is there a graphic package where perhaps all these details have been figured out? Thank you very much for your help! Tam [[alternative HTML version deleted]]
1999 Jun 23
0
problem setting up samba
...ver & clients can ping each other 5) smbclient -L server gives the list of shares avail 6) nmblookup tests confirm nmbd working fine 7) can use smbclient to access the share on a unix box 8) can map the share to a drive But the problem is that i can only see the directories & files at the uppermost level. When I tried to access them, it complained that they do not exist. The dir/file permissions on samba server were correct (o+rx). Hope u can enlighten me on where could I go wrong. THanks in advance, Koon Book
2008 Apr 21
0
[LLVMdev] Small problem with intrinsics
...i32 0, i32 0 ) > ret void > } > > I compile this with > > llvm-as memcpy-intrinsic.ll -f -o memcpy-intrinsic.bc && llc -f -o > memcpy-intrinsic.s memcpy-intrinsic.bc > > Now, if I uncomment the lowermost memcpy, this produces no errors. If I > uncomment the uppermost memcpy instead, I get during lcc: > > llc: /var/bcoppens/llvm/llvm-svn/llvm/include/llvm/Support/Casting.h:199: > typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = > llvm::ConstantInt, Y = llvm::Value*]: Assertion `isa<X>(Val) && &quo...
2011 Jan 22
4
Crossover cable for E1 ?
I'm looking to connect a BMC 450 to an asterisk with a Digium Quad E1 card. Am I right in thinking that I'll need a special 'crossover-E1' RJ45 cable? If so, any clues where I might buy one in the UK? The Digium card sellers don't seem to stock such a thing. Thanks. Tim. Tim Panton - Web/VoIP consultant and implementor www.westhawk.co.uk
2009 Apr 06
5
the 5.2 loaders
Just looking around at log files and other places, I noticed today that there are still a lot of people installing and downloading 5.2. While a large number of installs would be since people already have the 5.2 media - thats fine, however, new downloads for 5.2 media today makes little sense ( to me ) - so whats going on here ? What can we do in order to better, faster, more visibly
2011 Aug 19
1
Sharing all mailboxes and userdb LDAP attrs
...operators to that group as needed. - - - - - First question, then, is this one: how can I give global access to all user mailboxes? I've read that it's possible to give access to all subfolders of a particular folder throught the use of a .DEFAUL acl. That didn't seem to work with the uppermost directory, however. Here's what I tried: root at mail:/etc/dovecot# dovecot -a | grep acl: acl: vfile:/etc/dovecot/acl:cache_secs=300 root at mail:/etc/dovecot# cat acl/.DEFAULT owner lrwstipekxa user=admin lrwstipekxa Renaming .DEFAULT to INBOX does achieve the intended goal, but only for...
2000 Dec 17
1
functions for subsets: a minor R programming challenge
Neils Waller asks > -----Original Message----- > From: niels Waller [mailto:niels.waller at home.com] > Sent: Sunday, 17 December 2000 8:31 > To: r-help at stat.math.ethz.ch > Subject: > > Does anyone know of an R (or S-PLUS) function for delineating > all possible combinations and permutations? > > That is, for set (1,2,3) 3_C_2 = {1,2} {1,3} {2,3} >
2007 Feb 12
6
prototype.js and different browsers
Hi I''m currently learning how AJAX is working and found prototype.js interesting. But I have some issues that might be because of misusage: http://brasilia.nersc.no/test/PyTest/AJAX.html When I use this in Firefox2 it correctly fills the first select, using opera9 it is filled, but it just shows a list of "blank" options (no description), and in IE6 it doesn''t get
2008 Jul 12
26
[PATCH] Improve the current FLR logic
...d to the same guest); 3) Else, if the device is PCI endpoint and is on a host bus (e.g. integrated devices) and if the device supports PCI Advanced Capabilities, we use that for FLR; 4) Else, we use the Secondary Bus Reset (if the PCI device is behind a PCI/PCI-X bridge, then all devices behind the uppermost such PCI/PCI-X bridge above this device must be co-assigned) [PATCH4] list_assignable_devices.patch: a command "xm pci-list-assignable-devices" which can list all the assignable devices in the system. It is useful for end users. I made some tests on my hosts. Looks the patches work well...