similar to: autofs mounts all map entries after unmount timeout

Displaying 20 results from an estimated 3000 matches similar to: "autofs mounts all map entries after unmount timeout"

2017 Dec 06
0
CEBA-2017:3332 CentOS 7 autofs BugFix Update
CentOS Errata and Bugfix Advisory 2017:3332 Upstream details at : https://access.redhat.com/errata/RHBA-2017:3332 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e7d579f9ad54b2586531efcde8e02cb544c3736dbdaf3990425cca46b80ce09b autofs-5.0.7-70.el7_4.1.x86_64.rpm Source:
2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it? BTW: gcc is loosing the AVR backend, so I would assume, there will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There are unneccessary push/pops of r1 and r0 too, since the clr is useless ... GCC had the same
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm, That's a bug, the "interrupt" attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following
2020 Mar 30
2
How to add new AVR targets?
Hey Wilhelm, Could you post the LLVM IR generated from your C++ file? This can be achieved with 'clang -S -emit-llvm' Cheers On Sat, Mar 28, 2020 at 6:36 PM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Answering partly to myself there was a extern "C" missing. > > But the register pushes ans reti are still missing. > > Whats wrong? > > Am
2020 Mar 04
2
How to add new AVR targets?
Am 04.03.20 um 11:16 schrieb Dylan McKay: > > The new are of xmega3 architecture, which is already included. So this > should be simple. > > Where is the information about ISR-vector table, SRAM addresses and so > on stored? > > > At the moment, this is not implemented in LLVM; these details are left > to the frontend. Clang/compiler-rt does not
2020 Mar 28
2
How to add new AVR targets?
Hi Dylan, the following code volatile uint8_t v1; volatile uint8_t v2; __attribute__((interrupt)) void __vector_21(void) { v2 = v1; } produces in C mode: 00000092 <__vector_21>: 92: 80 91 61 00 lds r24, 0x0061 ; 0x800061 <v1> 96: 80 93 60 00 sts 0x0060, r24 ; 0x800060 <__data_end> 9a: 08 95 ret and in C++ mode: 00000074
2020 Mar 04
2
How to add new AVR targets?
Thanks! The new are of xmega3 architecture, which is already included. So this should be simple. Where is the information about ISR-vector table, SRAM addresses and so on stored? -- Wilhelm Am 04.03.20 um 11:03 schrieb Dylan McKay: > Hey Wilhelm, > > This should be possible by editing the 'AVRDevices.td' [1]TableGen > definitions to add an entry for the newer chip types.
2003 Nov 12
2
bug in det using method="qr" (PR#1244) (PR#4450)
I just detected, that det() is not working on complex matrices any more, due to the fix to the bug reports noted above. I am not happy with this, as determinants are perfectly usable on complex matrices. AFAIUI the bugs resulted from less than optimal behaviour of qr() in certain cases. IMHO this is due to the unhappy decision to use a default for parameter tol to decide whether the the
2018 Jan 26
0
CentOS-announce Digest, Vol 155, Issue 7
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Jul 07
1
[LLVMdev] Error on using DataStructureAnalysis
Hi, I am not exactly sure what causes your error. But if you have a reduced test case we can try looking at it. Thanks, Arushi Hello, i wrote a little pass. It tries to identify every call- / invoke-instruction recursively and calls computeCalleeCallerMapping for each. The sample program just creates a vector of integer and adds an element to it. Do you know what's wrong? Best,
2007 Jul 16
2
Field initialization order bug?
I believe that I may have found a bug in R. The top code sample gives an error as shown. However, by simply switching which field is initialized first as in the bottom code sample, it works as expected. This gives an error: a <- NULL a[["field1"]] <- 1 a[["field2"]] <- matrix(c(2,1), 1) Error in a[["field2"]] <- matrix(c(2, 1), 1) : more elements
2009 Jan 19
2
Shared Mailboxes (symlink) and kmail: known issues?
Hi, are there any known issues with symlinked-shared-mailboxes and kmail? I use virtual users (LDAP), so there are no unix-permissions related problems here: all mailboxes are owned by the local user vmail. Each user maildir has some symlinks to shared mailboxes. This works fine if I use squirrelmail as a MUA. kmail instead seems to have some problems: if I save a mail into the
2005 Feb 09
3
install issue | suse 9.2
hello all... i am trying to install r v2.0.1 on my suse 9.2 pro box... when i run configure, i get the following error: checking how to get verbose linking output from g77... configure: WARNING: compilation failed checking for Fortran libraries of g77... checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... configure: error:
2017 Dec 06
0
CEBA-2017:3302 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2017:3302 Upstream details at : https://access.redhat.com/errata/RHBA-2017:3302 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 479ced9c09356a9a2636d60a593d2be977846085b680917a4cab549acf2d8a45 cpp-4.8.5-16.el7_4.1.x86_64.rpm
2018 Mar 10
0
CESA-2018:0406 Moderate CentOS 7 php Security Update
CentOS Errata and Security Advisory 2018:0406 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2018:0406 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e68728f04ff76cc29fae2fe2d3717e96af99abf540d5f40496848bacf1bda9fd php-5.4.16-43.el7_4.1.x86_64.rpm
2017 Dec 06
0
CEBA-2017:3312 CentOS 7 bind BugFix Update
CentOS Errata and Bugfix Advisory 2017:3312 Upstream details at : https://access.redhat.com/errata/RHBA-2017:3312 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 87bb86001002020559d9b49bdceb6dc473183d3f36385bb26e7b8a3b74e93d61 bind-9.9.4-51.el7_4.1.x86_64.rpm
2008 Mar 18
1
LDAP Logon Script Management
I recently migrated from Windows NT 4.0 to Samba with a LDAP backend and haven't found a good tool have managing logon scripts for user groups and individual users. What tools are available for managing this? Currently each user is assigned their own script which makes changes painful. Mit freundlichen Gr??en / With kind regards Hans-Wilhelm Heisinger
2003 Apr 05
2
WARNING: rsync mirror is erased when remote HD-dies
Hello, I faced a problem with rsync-ing like this server blue 3-HD's as Linux Sofware-RAID 0 (striping) - Webserver EXT3 server green 3-HD's as Linux Sofware-RAID 0 (striping) - Backupserver EXT3 During the rsync-2.4.6-13 process one of the HD's on blue died. Though rsync decided to remove the mirrored directories from green (the backup-server). This process resulted in a partial
2010 Feb 25
2
Ordering categories on a boxplot - a serious trap??
Hello all, I think I probably did something stupid, and R's part was to allow me to do it. My goal was to control the order of factor levels appearing horizontally on a boxplot. Enter search engines and perhaps some creative stupidity on my part, and I came up with the following: v=read.table("factor-order.txt",header=TRUE); levels(v$doseGroup) = c("L", "M",