Displaying 20 results from an estimated 800 matches similar to: "Centos 7 boot hanging unless systemd.log_target=console is used"
2016 Jun 28
2
Noob: need help with go bindings
I have the following code to generate a really basic IR:
http://gobin.io/LtdJ
And the output I get from it is: http://gobin.io/XgkH
That IR code which is dumped seems to work fine if I do llc then gcc on it,
so I'm not sure why it won't work through the engine. This is my first time
using LLVM so I'm pretty new with all of it, any help would be greatly
appreciated. Thanks!
- Brian
2016 Jun 29
0
Noob: need help with go bindings
On Wed, 29 Jun 2016 at 00:32 Brian Picciano via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I have the following code to generate a really basic IR:
> http://gobin.io/LtdJ
>
> And the output I get from it is: http://gobin.io/XgkH
>
> That IR code which is dumped seems to work fine if I do llc then gcc on
> it, so I'm not sure why it won't work through the
2016 Jun 30
1
Noob: need help with go bindings
That did it, thanks for the help! For the future is there a set of
documentation for these bindings, or their equivalent c functions? I tried
looking but was having trouble finding anything that seemed to match.
On Wed, Jun 29, 2016 at 1:35 AM Andrew Wilkins <axwalk at gmail.com> wrote:
> On Wed, 29 Jun 2016 at 00:32 Brian Picciano via llvm-dev <
> llvm-dev at lists.llvm.org>
2013 Apr 23
0
Fw: Error with function - USING library(plyr)
Dear R forum,
Please refer to my query regarding "Error with function". I forgot to mention that I am using "plyr" library.
Sorry for inconvenience.
Regards
Katherine
--- On Tue, 23/4/13, Katherine Gobin <katherine_gobin@yahoo.com> wrote:
From: Katherine Gobin <katherine_gobin@yahoo.com>
Subject: [R] Error with function
To: r-help@r-project.org
Date:
2013 Apr 23
0
Fw: " PROBLEM SOLVED" - Error with function
Dear R forum
Please refer to my query captioned Error with function.
I had missed in bracket ")" in the return statement and hence I was getting the error. I has struggled for more than 2 hours to find out the problem and only then has posted to the forum. I sincerely apologize to all for consuming your valuable time.
Thanks for the efforts at your end.
Regards
Katherine
--- On
2018 Dec 31
0
Aw: Re: rsync remote raw block device with --inplace
These responses have been very useful. Thanks especially to *Roland* devzero
at web.de
<rsync%40lists.samba.org?Subject=Re%3A%20Aw%3A%20Re%3A%20rsync%20remote%20raw%20block%20device%20with%20--inplace&In-Reply-To=%3Ctrinity-177d08a5-29f5-475c-916b-85273fc31962-1546203055586%403c-app-webde-bs15%3E>because...I'm
installing diskrsync <https://github.com/dop251/diskrsync> . So
2017 Feb 27
3
Systemd debug logging turned on in CentOS 7
Hi,
I noticed that some, but not all, of my CentOS 7 machines have these
kernel parameters for turning on systemd debug level logging added to
the grub.cfg file.
systemd.log_level=debug systemd.log_target=kmsg
The parameters are *not* in the /etc/default/grub file, so if I rebuild
grub.cfg with grub2-mkconfig, they disappear.
I am a bit puzzled over how they got introduced.
Has anyone else
2013 Jan 23
1
How to extract values of results in gamlss.tr
Dear R helpers,
I have following loss data and I need to fit LEFT truncated Log Normal distribution to this data which is Truncated at 1000000.
dat = c(1333834,5710254,9987567,7809469,6940935,3473671,1270209,1102523,1124002, 5830159,4302300,3925242,2638409,2324421,7238436,9088709,7439250,4976551,4864319, 8741334,1863770,7098310,4942288,4971829,4986372)
library(gamlss.tr)
gen.trun(5, LOGNO)
2017 Dec 07
9
[Bug 104156] New: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1) issue finding GPIO
https://bugs.freedesktop.org/show_bug.cgi?id=104156
Bug ID: 104156
Summary: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1)
issue finding GPIO
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2013 Mar 28
0
CRAN R Help
Dear Katherine,
For your first question:
If you are creating these files in a specific folder, then
list.files()
#[1] "Individual_Present_Value_BONDS.csv"? "Individual_Present_Value_Equity.csv"
#[3] "Individual_Present_Value_FOREX.csv"
gives you which files are present.? But, suppose you have other files too in the folder and you want to check only the above
2017 May 11
2
LocalDiscovery flip flopping and network design tips
@Etienne, I understood your explanation about the Subnet being the network
*inside* the VPN, but the following the example
https://www.tinc-vpn.org/examples/proxy-arp/, it seems to have:
Subnet = 192.168.1.0/24
for the office, yet the IP address for the office is 192.168.1.2.
Is that example no longer valid or am I misunderstanding?
On Tue, Feb 14, 2017 at 4:01 PM, James Hartig <james at
2017 May 11
0
LocalDiscovery flip flopping and network design tips
These two networks can be the same, i.e. the VPN can be an extension of
your local network, sharing the same subnet. That's one the many ways
things can be set up. The same result can be achieved through other ways
(e.g. Ethernet-level bridging). This does not contradict my earlier
statement: a subnet can be *both* inside *and* outside the VPN, depending
on the scenario.
The Subnet
2017 Feb 14
2
LocalDiscovery flip flopping and network design tips
Hang on a second. I've just re-read your original message and I
believe you are confused about what the "Subnet" option does. Again,
it deals with addresses *inside* the VPN. In the configuration you
posted you seem to be using 10.240.0.4 and 10.240.0.5 as internal
addresses, but then your other statements (and especially your dump
edges output) seem to indicate that 10.240.0.4 and
2013 Mar 28
6
How to delete Identical columns
Dear R forum
Suppose I have a data.frame
df = data.frame(id = c(1:6), x = c(15, 21, 14, 21, 14, 38), y = c(36, 38, 55, 11, 5, 18), x.1 = c(15, 21, 14, 21, 14, 38), z = c("D", "B", "A", "F", "H", "P"))
> df
id x y x.1 z
1 1 15 36 15 D
2 2 21 38 21 B
3 3 14 55 14 A
4 4 21 11 21 F
5 5 14 5 14 H
6 6 38 18 38 P
2017 Feb 14
2
LocalDiscovery flip flopping and network design tips
On Tue, Feb 14, 2017 at 1:46 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Tue, Feb 14, 2017 at 11:21:34AM -0500, James Hartig wrote:
>
>> Those 2 boxes are in the same subnet and have addresses of 10.240.0.4 and
>> 10.240.0.5, respectively, on their eth0 interface. Port 655 on tcp and udp
>> is open to the world. The tinc_test_2 box has a ConnectTo of
2013 Apr 15
6
Sorting data.frame and again sorting within data.frame
Dear R forum,
I have a data.frame as defied below -
df = data.frame(names = c("C", "A", "A", "B", "C", "B", "A", "B", "C"), dates = c("4/15/2013", "4/13/2013", "4/15/2013", "4/13/2013", "4/13/2013", "4/15/2013", "4/14/2013",
2013 Apr 16
3
Splitting the Elements of character vector
Dear R forum
I have a data.frame
df = data.frame(currency_type = c("EURO_o_n", "EURO_o_n", "EURO_1w", "EURO_1w", "USD_o_n", "USD_o_n", "USD_1w", "USD_1w"), rates = c(0.47, 0.475, 0.461, 0.464, 1.21, 1.19, 1.41, 1.43))
currency_type rates
1 EURO_o_n 0.470
2 EURO_o_n 0.475
3 EURO_1w 0.461
2016 Apr 26
0
systemd-journald corruption
On Tue, Apr 26, 2016, 2:09 PM Chris Adams <linux at cmadams.net> wrote:
> I have several recently-installed CentOS 7 servers that keep having
> systemd-journald corruption
Determined with 'journalctl --verify' or another way?
(which stops ALL logging, including syslog).
> Interestingly, they are all spam-scanning servers running amavisd-new
> (so could be some
2013 Apr 17
3
Creating a vector with repeating dates
Dear R forum
I have a data.frame
df = data.frame(dates = c("4/15/2013", "4/14/2013", "4/13/2013", "4/12/2013"), values = c(47, 38, 56, 92))
I need to to create a vector by repeating the dates as
"Current_date", 4/15/2013, 4/14/2013, 4/13/2013, 4/12/2013, "Current_date", 4/15/2013, 4/14/2013, 4/13/2013, 4/12/2013, Current_date,
2017 Feb 14
1
LocalDiscovery flip flopping and network design tips
Can you specify which version of tinc you're using? There are vast
differences in the way LocalDiscovery works between 1.0 and 1.1. The former
uses broadcast, the latter unicast to explicitly advertised local addresses.
You say that tinc_test_1's eth0 interface is configured with 10.240.0.4,
and tinc_test_2's eth0 interface is configured with 10.240.0.5. How are the
public addresses