Displaying 20 results from an estimated 400 matches similar to: "Log entries with truncated service names"
2006 Aug 23
0
why can't I open Local User's home directory
Hello,
My local user can browse other shared documents except home
directory.Thisconfused me for several
days.Information as belows.How to fix it.Thanks.
Redhat is an user of my Linux system.
[root@server ~]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[docs]"
Processing
2010 Jun 03
3
[LLVMdev] Generating Floating point constants
Le 3 juin 2010 à 16:00, Martin Guy a écrit :
> [off list]
>
>> 0.8f get converted in 0x3FE99999A0000000 by LLVM
>
> single precision
>
>> http://babbage.cs.qc.edu/IEEE-754/Decimal.html gives:
>>
>> 0x3FE999999999999A instead and this value cannot be read back by "llc"...
>
> double precision
>
> M
Well
For float 0.8 :
2006 Jul 21
3
How can I create OrderItems that go in a Order?
I suspect my problem is similar to having an order and wanting to have
order items as part of the order, so I''ll explain the problem in those
more familiar terms and then explain what if anything makes my actual
situation different at the end.
In an Order lets say you have: shipping_address and a shipped bool.
OrderItem has quantity and name
So Order has_many :OrderItems, and OrderItem
2006 Jul 20
5
How can I make has_many prevent a delete that would lead to orphans?
e.g.
class Asset < ActiveRecord::Base
validates_presence_of :asset_number, :make, :model, :location,
:name, :serial_number
validates_numericality_of :asset_number
validates_uniqueness_of :asset_number
belongs_to :user
belongs_to :location
belongs_to :asset_type, :foreign_key => ''type_id''
end
class Location < ActiveRecord::Base
validates_presence_of :name
2005 Mar 12
0
How do I pick up a trailing number in extensions.conf?
Hi,
my SIP provider sends me all the numbers that are dialed, i.e. when a
number is appended to the phone number proper, it gets appended to the
incoming number, like (my number is 0123456789, and I append a "5"):
To: <sip:491234567895@sipgate.net>;tag=as1174b008
Question is, how can I use the trailing number in extensions.conf? This is
ideal for a direct dial through to an
2006 Jul 25
4
Sorting by two fields
I have a list of TimeSheet objects from an ealier AR query, which I
can sort by the full name of the user like so:
@time_sheet_entries.sort! { |a,b| a.user.full_name <=> b.user.full_name }
I can sort by the started time like so:
@time_sheet_entries.sort! { |a,b| a.start_time <=> b.start_time }
My question is how do I do a sort so that the list is sorted primarily
by user.full_name
2003 Jun 07
1
Extracting Numbers from MANOVA output
Hi,
Suppose I have:
> summary(manova(plank.man))
Df Pillai approx F num Df den Df Pr(>F)
plankton.new[, 1] 1 0.5267 9.8316 6 53 2.849e-07 ***
Residuals 58
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
My understanding is the MANOVA summary returns a list.
2003 Jun 01
1
Wording of "R Installation and Administration"
Hi,
I hope I haven't got this wrong, but I don't think one needs Perl
installed if they install the "precompiled" packages for Windows right?
I'm just wondering if the first sentence in the "R Installation and
Administration" can be re-worded a bit so newbies won't get confused....
---------- Forwarded message ----------
Date: Mon, 2 Jun 2003 08:56:37 +1200
2003 Jun 10
1
Bootstraping with MANOVA
Hi,
Does anyone know what the error message mean?
> Boot2.Pillai <- function(x, ind) {
+ x <- as.matrix(x[,2:ncol(x)])
+ boot.x <- as.factor(x[ind, 1])
+ boot.man <- manova(x ~ boot.x)
+ summary(manova(boot.man))[[4]][[3]]
+ }
>
> man.res <- manova(as.matrix(pl.nosite) ~
+ as.factor(plankton.new[,1]))$residuals
> boot2.plank <-
2001 Apr 17
2
Stupid question: where is the Preferences box?
Good day!
I am GUI-challenged, and proud of it, but I would like a bit of help.
When I start netscape (picked from an Earthlink CD) it raises a message
box that says (this is picked from --debugmsg +text and folded for
mailing convenience):
trace:text:DrawTextExW L"Error: temporary directory E: does not exist.
Please enter a new directory in the preferences box.", 99 ,
[(0,0),(264,0)]
2002 Jun 13
1
cannot setup print in w2k on debian/samba/winwind/cups server
hi.
I am trying to get print working and have a hard time indeed...
My goal is to replace our nt4 print server with a linux/samba one as we have
problems serving printers and drivers to win2000 workstations (and I don't
want to set up a win2000 server for printing, and have the same problem
_again_ when switching to XP ;-)
The situation so far :
- Debian woody
- Samba 2.2.4-1
- Winbind
2008 Mar 28
1
Need help getting roaming profiles to work
Hi!
First, let me apologize for the length of this message. I wanted to
include as much relevant info as I could and it got a bit lengthy.
For reasons that I won't bother to detail here, I ended up
volunteering to upgrade the server at my kids school. It's a small
private school with an all-volunteer tech support staff (me!). We
currently have about 40 computers serving about 150 people.
2010 Jun 03
0
[LLVMdev] Generating Floating point constants
On Jun 3, 2010, at 7:05 AMPDT, Stéphane Letz wrote:
> Le 3 juin 2010 à 16:00, Martin Guy a écrit :
>
>> [off list]
>>
>>> 0.8f get converted in 0x3FE99999A0000000 by LLVM
>>
>> single precision
>>
>>> http://babbage.cs.qc.edu/IEEE-754/Decimal.html gives:
>>>
>>> 0x3FE999999999999A instead and this value cannot be read back
2010 Jun 03
1
[LLVMdev] Generating Floating point constants
> ------------------------------
>
> Message: 4
> Date: Wed, 2 Jun 2010 11:07:39 -0700
> From: Dale Johannesen <dalej at apple.com>
> Subject: Re: [LLVMdev] Generating Floating point constants
> To: St?phane Letz <letz at free.fr>
> Cc: llvmdev at cs.uiuc.edu
> Message-ID: <AEC895CC-E887-4329-8743-FA606BD401F6 at apple.com>
> Content-Type:
2018 Nov 08
1
Desktop files change?
Hi,
Does anyone know if they changed the way that desktop files for apps work?
It seams that inside your start script you can no longer change your
scripts directory.
Does it now call some form of restricted shell?
Anyone know where you can track these changes?
Thanks
--
/ The whole history of this invention has been a struggle
/\|/\ against time - Charles Babbage 1837 on the
1999 May 17
0
Using automake & libtool instead of just autoconf.. ?
Since we also ``sometimes'' have problems with incorrect configurations...
;-)
Read this on the octave mailing list :
(I'm not using octave; I'm trying to hear what they are talking about)
------- Start of forwarded message -------
Date: Mon, 17 May 1999 10:30:51 +0200
From: Thomas Walter <walter@pctc.chemie.uni-erlangen.de>
To: jwe@bevo.che.wisc.edu
CC:
2011 Apr 26
2
[LLVMdev] confused about float literals
I assumed that C floats are 32 bits and doubles 64 bits ... but
This code
int main(){
float f;
double f1;
f = 3.145;
f1 = 3.145;
return(0);
}
Compiles (via clang) to:
; ModuleID = 'test101.c'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
target triple =
2004 Jan 16
2
Hardware for Asterisk
At 1/16/04 7:25 AM, Andrew Kohlsmith <akohlsmith-asterisk@benshaw.com>
wrote:
>That's pure bullshit -- I use software RAID *specifically* because I value
>my data. I don't want to buy two hardaware RAID controllers to have one
>sit on the shelf just in case the first dies... and if the second dies
>you're SOL because they've lasted long enough that
2005 Aug 15
1
MSDFS redirection WinXP SP2
I am currently having problems accesing our samba msdfs shares from
Windows XP SP2, Windows 2000 and WinXP SP1 seem unaffected. I have
attached the smb.conf and the exports files that define the shares.
Running ethereal on the different clients seems to point to the fact
that XP SP2 no longer seems to be using the netbios-ssn (139) port. for
GET_DFS_REFERRAL instead its using microsoft-ds
2016 Feb 26
0
[isocpp-parallel] Proposal for new memory_order_consume definition
If carries_dependency affects semantics, then it should not be an attribute.
The original design, or at least my understanding of it, was that it not
have semantics; it was only a suggestion to the compiler that it should
preserve dependencies instead of inserting a fence at the call site.
Dependency-based ordering would be preserved in either case. But I think
we're moving away from that