Displaying 20 results from an estimated 68 matches for "tutos".
Did you mean:
tutor
2013 Jul 21
1
[LLVMdev] error on compiling toy-vm
Hi all,
The make command errors out:
[toyVM ./tools/toyVM]: Generating frame tables initializer for
.build/toyVM-binary.s
[toyVM ./tools/toyVM]: Compiling .build/GenFrametables.cc
[toyVM ./tools/toyVM]: Linking ../../Release/bin/toyVM
clang: error: no such file or directory:
'/home/user/vmkit/Release+Asserts/lib/Release/lib/libInlineMMTk.a'
make[2]: *** [../../Release/bin/toyVM] Error 1
2006 Apr 11
8
Does Rails provide solid support for UTF-8?
I need to use UTF-8 in my app and was wondering if Rails would support
it properly.
Some sites seem to be saying that it has weak internationalization
support. Is this true? If so, where is the problem? What should I look
out for?
Are there tweaks, plugins or gems that fix the problem?
TIA.
David
--
Posted via http://www.ruby-forum.com/.
2024 Jan 19
2
NUT and Eaton UPS produce a lot of error messages
On 19.01.24 17:02, Stefan Schumacher via Nut-upsuser wrote:
>Jan 19 05:50:13 mars nut-monitor[849]: Signal 15: exiting
>Jan 19 05:50:17 mars nut-server[1303]: Signal 15: exiting
this looks like someone repeatedly killed nut server. This not a problem of
UPS.
--
Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this
2019 Oct 04
2
CentOS 8 Release Notes - Czech translation
Hello,
I see the page, but there is no button to edit it. If I try to add
?action=edit to URL, wiki shows message "Nem?te dovoleno editovat tuto
str?nku." (You are not allowed to edit this page).
Jan
?t 3. 10. 2019 v 21:08 odes?latel David Hrb?? <david-lists at hrbac.cz> napsal:
>
> Jan,
>
> I have created the page. Are you able to edit it?
>
> Regards.
> DH
2012 May 28
2
import contingency table
hello everyone,
i often work on contingency table that I create from data.frame (with
table() function)
but a friend sent me an excel sheet wich *already is* a contingency
table (just a simple 2 way table !...)
any clue on how to import it in R (keeping row names and col names) ?
any tuto I come accross only mention the table transformation, but
never the import of such data
I only found
2024 Jan 19
2
NUT and Eaton UPS produce a lot of error messages
I still have two questions:
1) How do I make the nut-server and nut-monitor find the right pid
files? They are there but it seems they can't be opened. Permissions
are nut/nut.
2) What do these error messages mean?
Jan 19 16:14:52 mars nut-monitor[3781]: Init SSL without certificate database
Jan 19 16:14:52 mars nut-monitor[3781]: Login on UPS [Eaton at localhost]
failed - got [ERR
2011 Aug 11
1
[LLVMdev] Instruction Insertion
Hi everybody,
I'm trying to implement a LLVM Pass that insert instructions into a
basicblock.
I'm using a FunctionPass and I want to add somthing like this :
%tmp = alloca i32, align 4
%tmp2 = alloca i32, align 4
store i32 10, i32* %tmp
store i32 2, i32* %tmp2
%tmp3 = add i32 %tmp, %tmp2
I try to follow the official tuto, I think this part is out of date.
2013 Mar 21
1
[LLVMdev] [VMKit]
Hi there.
Thanks for recent work that make vmkit working.
As far as I know, ToyVM[0] is the only entry point to vmkit for beginners
and I think it's outdated because of dependance of LLVM < 3.2 (bad include
paths, TargetData type error, ...)
Can you please, update it to recent changes if it's possible ?
Also Is there other(s) way(s) to get started with vmkit ?
Thanks,
Baptiste.
[0]
2013 Jun 03
2
nut client config?
Hello,
could nut clients have its settings file?
It would be easier to configure UPSes for upsc, upsmon and nut-monitor with
client config file.
Maybe ups.conf ?
--
Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
My mind is like a steel
2009 Apr 03
1
Xen 3.3.1
...alling Xen 3.3.1 with a
custom kernel (like 2.6.29)... I already tried to build it with the 2.6.27
kernel on Xensource, but even with this one, I cannot find my way.
I am working on a Debian system.
I would really appreciate some help on this, as I spent some days on it and
I am out of ideas. The tutos available on the net didn''t satisfy me at all,
so if someone already did this on Debian...
Thanks in advance
Regards, Simon
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2024 Feb 19
1
msmtp not running in upssched-cmd
On 19.02.24 14:48, Dan Grostick via Nut-upsuser wrote:
>Msmtp is not sending messages when invoked from upssched-cmd.
>I can manually invoke it from the command line.
where is its config file?
>There is a 's' instead of an 'x' in the ls -l. Might this be some sort of
>permission problem?
Should not be the case.
>upsmon.conf has run user as root.
msmtp may use
2024 Mar 20
1
UNSUBSCRIBE
Marcus,
I did try to do that several days ago, got the email, confirmed my desire
to unsubscribe, and wad told that my "request would soon be acted upon"
Yet I continue to get these messages.
I'd love to have just a way to receive only message chains where I either
started the question or am contributing.
I don't need to see ALL the comms on the list, however this old-school
2010 Jan 21
1
Estimation of S.E. based on bootstrapping (functions with two or more arguments)
Hi all,
I need to estimate S.E. of a certain indicator. The function to compute the
value of indicator contains two arguments. Can anybody tell me how to do it?
Example:
We have data:
a <- c(1:10)
b <- c(11:20)
data <- data.frame(a, b)
Function to compute value of the indicator:
indicator <- function(X, Y) sum(X)/(sum(Y)*2)
Next I need to do the
2006 Apr 05
3
Where to find non deprecated docs?
I started two weeks ago with rails and im amazed of what can be done in
a short time, i already finished the agile development with rails and
some of the tutorials at the documentation section of the
rubyonrails.com site.
But i realize that many of the tutos and examples around the web and
books are using earlier versions of rails (0.x.x) and some of that code
and coding practices are deprecated now, more now that rails 1.1 is out.
So my question is, where i can find actual info about rails, cause some
of the apps that i create following the web tu...
2024 Nov 10
2
WALL not working on Debian 12
Hello,
I have noticed that (apparensly) since Debian 12 upgrade the WALL
commands for upsmon.conf don's seem to work.
To test I have configured upsmon-dummy.conf to debug this:
NOTIFYCMD /usr/sbin/upssched
NOTIFYFLAG ONBATT SYSLOG+EXEC+WALL
NOTIFYFLAG ONLINE SYSLOG+EXEC+WALL
the /usr/sbin/upssched gets called:
/lib/nut/upsmon -D -D -D -D -f /etc/nut/upsmon-dummy.conf
and I
2024 Nov 10
1
WALL not working on Debian 12
Maybe...ish - I haven't seen those for a while, but had few outages either.
Can you check if the updated (root) user profile or default profile(s)
under /etc mention `mesg n` or similar means of limiting broadcasts?
In your manual `wall` executions, do you see them in the same terminal that
sent the message, or on all terminals (GUI, SSH sessions)? As root or as
any user (as recipient and as
2024 Jan 19
2
NUT and Eaton UPS produce a lot of error messages
Jan 19 05:50:13 mars nut-monitor[849]: Signal 15: exiting
Jan 19 05:50:13 mars nut-monitor[849]: Network UPS Tools upsmon 2.8.0
Jan 19 05:50:13 mars systemd[1]: Stopping nut-monitor.service -
Network UPS Tools - power device monitor and shutdown controller...
Jan 19 05:50:13 mars systemd[1]: nut-monitor.service: Deactivated successfully.
Jan 19 05:50:13 mars systemd[1]: Stopped nut-monitor.service
2019 Aug 28
2
Debian 10 nut 2.7.4-8 and APC Back UPS 600i on 940-0020B
Dir list!
I'm using nut for many years on my home "server" without problems running
on Debian 6.x nut version 2.4.3
Now I have decided to move to Debian 10. I have started from zero and
install new system on a different disk. I have successfully installed new
nut version 2.7.4
I've found one issue, that new version see always "low battery" state.
Excerpt from syslog:
2007 May 11
12
tutorial
Hello, Hello
Where i can found a good tutorial about Rspec ?
thanks
2024 Jan 19
1
NUT and Eaton UPS produce a lot of error messages
> 1) How do I make the nut-server and nut-monitor find the right pid files?
They are there but it seems they can't be opened. Permissions are nut/nut.
Actually, if the preceding lifetime of the service was a graceful stop, the
exiting daemon should have removed its PID files. Then the newly starting
one would check and not find them - as I wrote before - to make sure there
is no hung old