Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] getting process memory info"
2006 Dec 22
0
[LLVMdev] getting process memory info
Hi Jakob,
> do you have a nice way to measure memory info like time(1) measures
> execution time?
Is acct(5) any good? It has some low-overhead memory details.
Cheers,
Ralph.
2006 Sep 18
7
drbd using zfs send/receive?
hi everyone,
I am planning on creating a local SAN via NFS(v4) and several redundant
nodes.
I have been using DRBD on linux before and now am asking whether some of
you have experience on on-demand network filesystem mirrors.
I have yet little Solaris sysadmin know how, but i am interesting
whether there is an on-demand support for sending snapshots. I.e. not
via a cron job, but via a
2004 Jun 17
1
pri with TE410P not working (Austria)
hi all,
i am trying to get my TE410P (see previous posts) working in Austria
(telekom Austria - i am still waiting for an answer for my questions).
my /etc/zaptel.conf looks like
--------------------------------
span=1,1,0,ccs,hdb3,crc4,yellow
span=2,2,0,ccs,hdb3,crc4,yellow
bchan=1-15,17-31
dchan=16
bchan=32-46,48-62
dchan=47
loadzone=at
defaultzone=at
--------------------------------
after
2003 Dec 31
2
Valid Users in Samba 3
All -
I'm having a problem with the "valid users" directive working. I have an Accounting share that only the Accounting department should have access to. However, I am unable to lock the directory down so only they can access it. I am running samba-3.0.0-2 from an RPM on RedHat 9.0. Below are details of my trials. This is a pretty urgent need, please. Thank you!
smb.conf
1998 Dec 18
2
Samba Guest Account
Wow I'm sending my second cry for help before the first even gets a reply,
I'm starting to feel like a moron because I have no idea how I caused this
current hitch. Here's the story: I was trying to add an acct called
"administrator" to samba which has an enabled,good linux acct. I never did
get that acct working for some unknown reason, but what happened as a result
of my
2006 Apr 20
3
[LLVMdev] Oddity in StackerParser.y.
Hi,
$ g -1 '^Module' StackerParser.y
/* A module is just a DefinitionList */
Module : { SCI->handle_module_start( ); }
DefinitionList { $$ = SCI->handle_module_end( $2 ); } ;
$
It's been years since I was heavily into yacc, but shouldn't it be
s/$2/$1/?
Cheers,
Ralph.
2001 Dec 17
1
disabling sftp authentication using openssh 2.9.9p2...
I'm trying to use sftp from a 2.9.9p2 client, connecting to a F-Secure 2.4.0
server, but consistently get the following.
debug1: authentications that can continue: hostbased,publickey,password
debug1: next auth method to try is publickey
debug1: try privkey: /path/acct/.ssh/id_rsa
debug1: try pubkey: /path/acct/.ssh/id_dsa
debug1: authentications that can continue:
2006 Apr 18
1
[LLVMdev] Re: LLVM-based JVM JIT for libgcj
>>>>> "Jakob" == Jakob Praher <jp at hapra.at> writes:
Jakob> I would definitely like to look into it.
I'll send it in private email.
Jakob> Yes very much! How did you find writing it directly in
Jakob> SSA-form.
Actually I used what Chris called "the alloca trick"... the JIT
doesn't really generate SSA form but instead uses alloca to
2007 May 31
3
zfs boot error recovery
hi all,
i would like to ask some questions regarding best practices for zfs
recovery if disk errors occur.
currently i have zfs boot (nv62) and the following setup:
2 si3224 controllers (each 4 sata disks)
8 sata disks, same size, same type
i have two pools:
a) rootpool
b) datapool
the rootpool is a mirrored pool, where every disk has a slice (the s0,
which is 5 % of the whole disk) and this
2009 Feb 01
1
asterisk-users Digest, Vol 54, Issue 109
Sorry, but why u r using the Radius with the CDR? Not enough to access the CDR in the /var/log/asterisk/cdr-csv/Master.csv?
Also, what kind of Radius u r using? Any suggested link?
Regards
Bilal
>
> Hello list.
>
> I'm having some problems with the CDR Radius in my
> Asterisk 1.4. I'm
> using two TC400B cards for transcoding. When I reach
> nearly 100
>
2004 Nov 29
2
Permissions Problem
Hi all,
I've got a share called [ACCOUNTING] with the following share definition:
[ACCOUNTING]
path = /data/samba/shares/Accounting
valid users = @acct @"Domain Admins"
browseable = yes
public = no
read only = no
force group = acct
Here is the permissions on the directory:
oink:/data/samba/shares # ls -ld /data/samba/shares/Accounting
drwxrwxr-x 9 root acct 4096 Nov 29 09:30
2016 Oct 26
4
Anyone know anything about slurm on CentOS 7?
The recently-left programmer did *something*, and he didn't know what, and
the guy who picked it up is working with me to find out why
/var/log/messages is getting flooded with
Oct 26 11:01:06 <servername> kernel: type=1105
audit(1477494066.569:642430): pid=108551 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0
msg='op=PAM:session_open
2006 May 14
2
[LLVMdev] JIT machine code deletion
On Fri, 12 May 2006, Ralph Corderoy wrote:
>> If you don't *know* that all (e.g.) function pointers to this code are
>> dead (which means that execution could come back to the function), you
>> should use the ExecutionEngine::recompileAndRelinkFunction(F) method.
>
> recompileAndRelinkFunction() overwrites the old machine code with a
> branch to the new. Is it
2006 Apr 26
3
[LLVMdev] Summer of Code
Hi Reid,
> If you're thinking of doing a backend, the LLVM project would probably
> benefit more from implementing the virtual backend and its
> Interpreter/JIT. This is a long standing project that could
> dramatically increase the performance of the ExecutionEngine. The idea
> is to write a backend for a virtual machine that closely matches the
> semantics of LLVM and then
2003 Dec 30
5
Question about file ownership on destination
Hello
Regarding ownership on the destination:
rsync's man page indicates that when synchronizing files to a remote host,
-o implies the --numeric-ids option, which makes perfect sense aince the
named users/groups may not exist on the destination host. The problem I
have is that the files created on the destination still appear to be owned
by the local user (server1) on the rsync
2005 Dec 02
5
what is best for scripting?
I am using R in Windows. I see that I will have to use batch processes with
R. I will have to read and write text files, and run some R code; probably
some external code too. I have never done scripting. Is there any document
that explains simple steps with examples? I also have heard that Python is a
good scripting language. Is it worth the effort? (I do not have too much
free time, so if I could
2017 Apr 26
6
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
On 04/26/2017 04:22 AM, Gordon Messmer wrote:
> On 04/25/2017 03:25 PM, Robert Moskowitz wrote:
>> This made the same content as before that caused problems:
>
> I still don't understand, exactly. Are you seeing *new* problems
> after installing a policy? What are the problems?
>
>> #!!!! The file '/var/lib/mysql/mysql.sock' is mislabeled on your system.
2009 Jun 06
2
CONFIG_NF_CT_ACCT is deprecated
I am not even sure this is a shorewall issue as kernel, iptables, and
shorewall have all recently been updated.
Shorewall Version: 4.2.9
Iptables Version: v1.4.3.2
Kernel Version: 2.6.30-rc8
OS: Centos 4.7 X86_64
I see the following on std-output and /var/log/messages
Jun 4 22:17:27 firewall shorewall: Compiling...
Jun 4 22:17:29 firewall kernel: Netfilter messages via NETLINK v0.30.
Jun
2007 May 07
2
[LLVMdev] 1 Week Before 2.0 Branch Creation
On Sun, 6 May 2007, Ralph Corderoy wrote:
> Are you aware of buildbot? It's quite widely used and flexible.
> http://buildbot.sourceforge.net/
> I'd suggest at least one machine given over to always building whenever
> anything changes, and have the other nightly volunteers as now. Using
> just nightly volunteers isn't great because breakage is noticed too late
>
2007 Jul 20
4
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Hi Chris,
> Once you have that, you are hitting another problem. Specifically,
> the JIT::getPointerToNamedFunction method in
> lib/ExecutionEngine/JIT/Intercept.cpp just does a dlsym on missing
> symbols. If dlsym returns null, you get the error message.
>
> The problem here is that .objc_class_name_* are special symbols that
> are used by the objc linker support and they