Displaying 20 results from an estimated 3000 matches similar to: "Samba permissions error and other odd behaviour (RFH)"
2013 Oct 01
0
[LLVMdev] RFH: passing options from clang down to opt
The option handling in clang in fairly different from opt. The comment
about the mixed name was just a guess as to why you don't see the
driver passing it down to -cc1.
Once that is working, you will probably need to:
* Patch ParseCodeGenArgs to record the option
* Patch EmitAssemblyHelper::CreatePasses to set the option to enable
the pass in the pass manager (assuming that is the effect
2013 Oct 01
2
[LLVMdev] RFH: passing options from clang down to opt
On Tue, Oct 1, 2013 at 3:53 PM, Rafael Espíndola
<rafael.espindola at gmail.com> wrote:
> The option handling in clang in fairly different from opt. The comment
> about the mixed name was just a guess as to why you don't see the
> driver passing it down to -cc1.
Clang::ConstructJob is ~2k lines long. I was putting the handling of
this option too far down. I moved it up and
2013 Oct 02
0
[LLVMdev] RFH: passing options from clang down to opt
On Tue, Oct 1, 2013 at 4:51 PM, Diego Novillo <dnovillo at google.com> wrote:
> On Tue, Oct 1, 2013 at 3:53 PM, Rafael Espíndola
> <rafael.espindola at gmail.com> wrote:
>> The option handling in clang in fairly different from opt. The comment
>> about the mixed name was just a guess as to why you don't see the
>> driver passing it down to -cc1.
>
>
2013 Oct 01
0
[LLVMdev] RFH: passing options from clang down to opt
You are calling the option -auto-profile in some places and
-fauto-profile in others. Maybe it is just a typo?
On 1 October 2013 15:31, Diego Novillo <dnovillo at google.com> wrote:
> I'm trying to add a new option to clang to enable my auto profile
> pass. I've added this to Options.td and Driver/Tools.cpp, but I'm not
> getting the option -auto-profile in cc1's
2013 Oct 01
2
[LLVMdev] RFH: passing options from clang down to opt
On Tue, Oct 1, 2013 at 3:42 PM, Rafael Espíndola
<rafael.espindola at gmail.com> wrote:
> You are calling the option -auto-profile in some places and
> -fauto-profile in others. Maybe it is just a typo?
In opt, the option is named '-auto-profile' when I instantiate the pass:
INITIALIZE_PASS(AutoProfile, "auto-profile", "Auto Profile loader", false,
2011 Nov 29
1
RFH: Corruption with blktap2 on Debian 2.6.32-39 + xen-4.1.2
Hello,
I have observed several strange blktap2(?) corruption problems using Xen-4.1.2
on several 2.6.32-39 based amd64 Linux Systems. I run an installation of a
domain, which use 3 blktap2 devices: 2× 20 GiB hard disk image files and 1×
1.1 GiB DVD iso file. During installation processes start to SEGV, which
aborts the installation.
* Not all processes in domU segfault in each
run:
2000 Mar 25
3
RFH -> Request for Help.
Hello all,
I've been playing with tinc to setup a wan between two offices of the
company that I work for. I'm partially there but having a slight problem.
tinc comes up between the 2 machines (both 2.2.14 debian woody
machines), and I can ping from the vpn machine at office a, and get a
response from office b. However, if I ping any other machine across the
wan I can't get a
2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
I'm trying to add a new option to clang to enable my auto profile
pass. I've added this to Options.td and Driver/Tools.cpp, but I'm not
getting the option -auto-profile in cc1's invocation. I've checked
that the code to push -auto-profile is executed, but if use -v, I
don't see -auto-profile in the cc1 invocation.
Can anyone point me to some document that explains how to
2015 Sep 29
2
CentOS 6 Xen virt* issues
On Sat, Sep 26, 2015 at 9:29 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote:
> On Sat, Sep 26, 2015 at 09:04:23PM +0300, Pasi K?rkk?inen wrote:
>> Hello,
>>
>> I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems:
>>
>
> And third issue aswell:
>
> 3) Creating an HVM guest using
2008 Dec 06
2
Call Recording - Asterisk
Hello folks,
I wanted to setup Oreka to monitor calls on a trixbox box I have setup.
Oreka doesn't seem to be catching all of the calls though.... I have port
mirroring setup on the port that trixbox is connected to, mirrored to the
port Oreka is connected to.
I have read that Asterisk doesn't work as a SIP Proxy, so I wondered if this
meant that some phones, after checking in with
2002 Jan 31
1
obvious answer
I apologise for this question, as I'm sure the answer has got to be
obvious, but I am trying to follow the John Maindonald tutorial and have
stumbled at the first page.
I have sussed out that I need to use the source command rather than the
read.table command as illustrated in the tutorial, but the data isn't
reading in properly with additional names at the beginning and end of the
2005 Dec 02
1
Struggling with namespaces...
Hi all,
I've been using dovecot 0.99x as a basic POP3/IMAP server at a couple of
sites for a few months now and am very happy with it's simplicity,
stability and performance, especially over the rather 'clunky' courier
and the mammoth cyrus.
I'm building up a top level mail server for our organisation and am
desperate to use dovecot in there but I'm really struggling with
2015 Sep 29
1
CentOS 6 Xen virt* issues
On Tue, Sep 29, 2015 at 12:37:25PM +0100, George Dunlap wrote:
> On Sat, Sep 26, 2015 at 9:29 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote:
> > On Sat, Sep 26, 2015 at 09:04:23PM +0300, Pasi K?rkk?inen wrote:
> >> Hello,
> >>
> >> I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems:
2006 Jun 02
0
Trying to use Ajax scaffold throws up odd behaviour
|Interesting... On a new project with a fresh database just created, I downloaded the smooth-loking Ajax Scaffold generator and tried it out on a ''pages'' table:
C:\radrails\project>ruby script\generate ajax_scaffold Page PageAdmin
(I''m using Windows.)
After it calmed down I tried to access my shiny new admin page, but I got this:|
-----
NameError in
2006 May 15
0
acts_as_list, move_higher, odd indexing behaviour?
Hi,
[reposting to list, posting via google groups apparently didn''t work]
I''m trying to use acts_as_list for the first time.
Can anyone confirm the odd behaviour reported here?
http://blog.nominet.org.uk/tech/Web/2006/03/06/Using_acts_as_list_in_...
i.e. element access and move_higher require an odd indexing scheme to
work.
I''m personally finding that I
2011 Jul 15
2
Odd behaviour of as.POSIXct
Dear all,
how come the first loop in the below fails, but the second performs as
expected?
days <- as.Date( c("2000-01-01", "2000-01-02") )
for(day in days)
{
as.POSIXct(day)
}
for( n in 1:length(days) )
{
show(as.POSIXct(days[n]))
}
Many thanks, Jo
[[alternative HTML version deleted]]
2013 Oct 11
1
Odd useradd/LDAP behaviour
Hello list,
On our CentOS 6.4 machines I've LDAP enabled such that Windows users
with the requisite unix attributes can log into the machines. These
remote windows users have UID/GID starting at 20000 so are well out of
the way of local users.
If I now create a local user with useradd, the UID/GID of the local user
is the next available number in the range used by the Windows users.
This is,
2011 Aug 21
1
Odd window behaviour
I have a short script (below) which I use to launch my program (Campaign
Cartographer 3). If I run this from the terminal, I have no problems
but if I attach it to a launcher on the panel then as soon as I move the
mouse into the window, it closes down without any error popping up - but
*only* if the program runs in a maximised window; if I start the program
in a smaller than maximised
2008 Apr 21
0
Odd behaviour with modules; looking for some theories
Hi all,
Recently, after doing some maintenance on one of my servers
(Centos 5), I rebooted. On reboot, it didn't find the SAN disks at all,
and after some poking around in maintenance mode, I discovered that it
couldn't find the Qlogic module. It turns out that
/lib/modules/<kernel-version>/modules.alias, modules.dep and such were
all empty or just had their header comment lines.
2008 Apr 21
1
odd behaviour with antispam plugin
hey,
in my dspam database there has been some odd behaviour:
during training dspam had created an uid entry named by the local part
of the email. i.e.:
user1
I use a virtual setup using dovecot, postfix and postfixadmin. On my
first try I set up a database for dspam itself and there this happened.
After I couldn't figure out how to solve this, I merged the database
into the postfixadmin