Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Attending conference - possibly"
2008 Apr 10
4
File locks?
Hello,
Recently, the following problem started happening with a particular samba
server:
If i have a file open for reading (say, a pdf in xpdf) and then try to write
to it (say, through recompiling a latex document) it complains that it
cannot open the file for writing.
this seems like a file lock issue but I am unsure where it is happening. My
previous usage should be perfectly safe since
2007 Jul 24
2
[LLVMdev] clang builds on Sparc/Linux!
Hello everyone,
I am running an Enterprise 250 with Dual UltraSparc II's and 2 Gb ram
running Aurora Sparc Linux 2.0 (2.6.13 kernel for Aurora is based on
Fedora Core 3). GCC version 3.4.2.
I built llvm-2.0 (the svn version) by just typing "./configure;make". I
then downloaded clang from the svn repository (revision 40382) and changed
to it's directory under
2007 Aug 06
0
[LLVMdev] clang builds on Sparc/Linux!
On Tue, 24 Jul 2007 wilsonk at cpsc.ucalgary.ca wrote:
Hi Kelly,
Sorry for the delay, I'm way behind in email :(
> I built llvm-2.0 (the svn version) by just typing "./configure;make". I
> then downloaded clang from the svn repository (revision 40382) and changed
> to it's directory under .../llvm/tools/clang. I did a "make" without
> incident for clang,
2003 Nov 06
3
Stumped
Hi All,
I tried combing through the archives, but I think that I just went
mental. We're trying to set up a pxe server here using syslinux 2.0.6,
and here's what we've got:
client sends bootp request
receives ip, server to go to and file to fetch.
fetches and executes pxelinux.0
fetches pxelinux.cfg/default
fetches display.msg (defined in default)
displays the text - but when I
2004 Jun 05
2
FWD network from Asterisk through NAT
Hi there,
I'm trying to dial into the FWD network using Asterisk, though a NAT. The
sources I've read say that it's unconfirmed to work through a NAT, but I'm
wondering if anyone's done it anyway. So, anyone got a clue how to do this?
Hank
2004 Sep 08
2
--keep-dirlinks in combination with --one-file-system
I've been using the --keep-dirlinks feature of 2.6.3pre1. I also
use -x (--one-file-system) and --delete-after.
The symlinked directories on the receiver are symlinked to a
partition other than the one where the target of the rsync resides
(that's the whole point of this nifty --keep-dirlinks feature).
I discovered that the symlinked directories are not being processed
for deletions.
2007 Apr 12
2
4.92 beta update to centos5 proper words of caution
For those of you who are going to do the update from the centos5 beta
to centos 5 proper despite the warnings, this is a(n incomplete) list
of instructions for how to accomplish this
1. Get yourself into runlevel 3 (telinit 3 from terminal) as the dbus
update will die if you're in X.
2. Setenforce 0 # turn off selinux as there have been some unconfirmed
reports that it will interfere with the
2003 May 04
1
Bugzilla bugs: close ones waiting for feedback >3 months?
Hi All,
I've been going through the bug queue and there's a number that have been
waiting for reporter feedback for a long time (in one case 7+ months).
Would anyone consider it unduly harsh if I took an axe to the queue and
closed any bugs (ie the unconfirmed or WORKSFORME type) that have been
waiting for reporter feedback for more than, say, 3 months? (Unless
there's a documented
2010 Nov 08
1
Heads up - symlinked GotoBLAS in F14
Hi,
I installed F14 on release, but was diquieted to note that my symlinked
GotoBLAS (http://cran.r-project.org/doc/manuals/R-admin.html#Shared-BLAS,
foot of paragraph) prevented R (compiled from source, no special configure
options) from loading - everything had been fine on F < 14. It seems that:
cat /selinux/booleans/allow_execstack
is 1 1 on my RHEL systems, but became (?) 0 0 in F14.
2007 Apr 23
1
[LLVMdev] I would like to attend the conference
I would like to attend the conference. I can't confirm that I am
going, but I hope to be able to do so shortly :-)
Cheers,
--
Rafael Avila de Espindola
Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland
Registered in Dublin, Ireland
Registration Number: 368047
2007 Jun 25
1
Firefox under FreeBSD 6.2 won't start
Hi
I'm having a problem with Firefox 2.0.0.4.
I installed wine-0.9.39,1 under FreeBSD 6.2-RELEASE. Then I installed
Firefox as the only application. There was an icon created on my desktop
with the following command line:
env WINEPREFIX="/home/les/.wine" wine "C:\Program Files\Mozilla
Firefox\firefox.exe"
When I start with this line firefox draw the window line and
2008 Mar 02
2
*BSD user-ppp local root (when conditions permit)
Good day.
Fri, Feb 29, 2008 at 04:39:03PM -0000, sipherr@gmail.com wrote:
> I just tested this on FreeBSD 6.3. This bug was discovered on NetBSD. It also works on OpenBSD (unconfirmed on 4.2)
>
> Steps to reproduce:
>
> 1. Run ppp
>
> 2. type the following (or atleat some variation of)
>
>
2006 Jul 28
7
[VAPOUR] Dr Nic''s Magic Models
Welcome! Welcome! Welcome! Ladies and Gentlemen, soon you shall be
thrilled and dazzled by wonders of magical mystery.
Soon, very soon, Dr Nic''s Magic Models will be unveiled to all. Children
will giggle; Rubists will nod acknowledgingly; Railers will applaud
loudly.
No entry fee. 2 drink minimum.
Watch out for the Invisible Model Classes. Got a legacy database of 50
tables? You
2010 Dec 17
1
flash[;notice] not display after redirection
I read all previous posts about the same subject in Devise group but
couldn''t find any answer, so iy may not be related to Devise , so
I debugged it ..
.
class Users::RegistrationsController <
Devise::RegistrationsController
..
# POST /resource/sign_up
def create
build_resource
if resource.save
if resource.active?
set_flash_message :notice, :signed_up
2007 Nov 29
3
Stylistic preferences
What are people''s opinions on which of these two styles is better to
use?
1) before
---------------------------
module UserSpecHelper
include GenericSpecHelper
def valid_sms_attributes(phone_number="12345")
{ :phone_number => phone_number }
end
end
describe User, "with phone number" do
include UserSpecHelper
before(:each) do
@user =
2020 Mar 11
6
[PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
On Tue, Mar 10, 2020 at 09:08:56PM +0000, John Garry wrote:
> On 10/03/2020 18:32, Christoph Hellwig wrote:
> > On Wed, Mar 11, 2020 at 12:25:28AM +0800, John Garry wrote:
> > > From: Hannes Reinecke <hare at suse.com>
> > >
> > > Allocate a separate 'reserved_cmd_q' for sending reserved commands.
> >
> > Why? Reserved command
2006 Jul 25
0
[Bug 495] New: Netfilter Connection Tracking Race Condition in Kernel 2.4.x
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=495
Summary: Netfilter Connection Tracking Race Condition in Kernel
2.4.x
Product: netfilter/iptables
Version: linux-2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ip_conntrack
2020 Mar 11
6
[PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
On Tue, Mar 10, 2020 at 09:08:56PM +0000, John Garry wrote:
> On 10/03/2020 18:32, Christoph Hellwig wrote:
> > On Wed, Mar 11, 2020 at 12:25:28AM +0800, John Garry wrote:
> > > From: Hannes Reinecke <hare at suse.com>
> > >
> > > Allocate a separate 'reserved_cmd_q' for sending reserved commands.
> >
> > Why? Reserved command
2000 Nov 08
1
socket leakage patch
We have been fighting with intermittent connections here and have noticed that
tinc seems to use up its supply of file descriptors.
After a whole bunch of
Nov 8 03:51:23 tserver tinc.calgary[23909]: Could not set up a meta connection.
Nov 8 03:51:23 tserver tinc.calgary[23909]: Still failed to connect to other. Will retry
Nov 8 03:51:33 tserver tinc.calgary[23909]: 10.38.9.1:8193: Connection
2002 Feb 14
1
Auth. failing - Update - NSSwitch
Thank you Andrew, you pointed me in the right direction. Part of what I m
doing to try to get Netatalk to authenticate through Winbind was the
following:
4) to install Winbind files:
cp nsswitch/libnss_winbind.so /lib
# this is the major one - solaris nss is different to linux.
ln -s libnss_winbind.so nss_winbind.so.1
cp nsswitch/pam_winbind.so /lib/security
Once I deleted /lib/libnss_winbind.so