Displaying 20 results from an estimated 39 matches for "happely".
Did you mean:
happenly
2011 Nov 26
1
Why it is happeing?
Dear all, I had following calculations with R:
> x = vector(length = 4)
> x[1] = 1
> x[2] = 3
> x[3] = 123456789123456
> x[4] = -9876543219876
> as.integer(x)
[1] 1 3 NA NA
Warning message:
NAs introduced by coercion
What went wrong?
Thanks and regards,
2015 Jun 03
3
[AD/PDC] Logins with Spaces do not work
Hi,
On Tue, Jun 2, 2015 at 11:34 PM, Jeremy Allison <jra at samba.org> wrote:
> So we really should work in this case. Can you recap what
> isn't working ?
>
Thank you!
Added a Samba Domain Controller (4.1.17-Debian) to a Microsoft Windows
2003-based Active Directory (had to upgrade the Schema Version, if this is
important I can gather that information).
User Account
2015 Jun 08
1
[AD/PDC] Logins with Spaces do not work
Hi,
On Mon, Jun 8, 2015 at 5:26 AM, Andrew Bartlett <abartlet at samba.org> wrote:
> Some logs and network traces would be very interesting. This really
> should just work, we go to quite some lengths *not* to look into the
> username for anything important in the AD DC, we base everything on the
> SID.
>
Any preferences how to get them? I am not sure if my client would
2010 Sep 30
1
Asterisk 1.6.2.13 Audio Prompts Stopping
Version 1.6.2.13 is having issues with audio prompts dieing. When users
call in to get voicemail the prompts start and then stop about 6 to 10
seconds in. On hold music plays for 6 to 10 seconds and then stops. In meet
me conference rooms hold music will stop about 6 to 10 seconds in. Audio
playback in IVR's start to play and then stops. It happes with both g729
and g711 calls. This does
2003 Nov 23
5
samba & rsync
If anyone has time to look at this problem I would appreciate it.
I think I am looking for a way to increase the "timeout" in samba (in the
smb.conf file)
for reporting a "down" link or "can't read xyz file".
However I am writing to you folks because this problem has come up while
using rsync
my problem
==========
We have a wan in which links from a
2006 Aug 01
1
What's a labelled data.frame? And how do I work with it?
I imported an SPSS file with its data labels using
spss.get (Library(Hmisc).
Class = data.frame
I then updated some of the spss labels and added a
label to the object itself.
label (staff.allocation) <- "raw data from the spss
file"
I then save it as an R object. When I load the object
for further work it comes in as Class = "labelled"
"data.frame"
Then I
2008 Feb 16
3
Arithmetic bug? (found when use POSIXct) (PR#10776)
Full_Name: Bo Zhou
Version: 2.6.1 (2007-11-26)
OS: Windows XP
Submission from: (NULL) (207.237.54.242)
Hi,
I found an arithmetic problem when I'm doing something with POSIXct
The code to reproduce it is as follows (This is the recommended way of finding
out time zone difference on R News 2004-1 Page 32 URL
http://cran.r-project.org/doc/Rnews/Rnews_2004-1.pdf)
a=Sys.time()
2020 Jun 30
2
Need help with roaming profiles
On Tue, Jun 30, 2020 at 11:24 AM Rowland penny via samba
<samba at lists.samba.org> wrote:
>
> On 30/06/2020 09:50, Anders ?stling wrote:
>
> >> You have 'workgroup = HPLTS' and 'idmap config dg11', again, they must match
> > As I wrote in the previous reply, that was a mistake from the initial
> > deployment. However, I have a copy of the VM and
2006 Nov 13
1
Identifying free pages in guest VM
Hi
While performing migration of a guest virtual machine from a physical node
to another,
it would be nice if we can figure out the free pages in the guest VM and opt
not to transfer them.
1.I came across in the paper "Xen and the Art of Virtualization", that guest
VM can be made
to give the free pages back to Xen before doing migration.
2.What is the way to figure out free pages in
2014 Jul 08
1
Homes shares randomly dissapear on AD-DC'S
Hi,
I have an strange issue on our company network. We run samba4 ad-dc's on
four branches as separate sites, they are connected via ipsec tunnels,
all servers are debian wheezy systems using sernet 4.1.9-8 samba packages.
We use roaming profiles with folder redirection configured via GPo's. In
tree of the four branches users suddenly losse the connection to their
home shares, since
2005 Aug 31
2
R CMD check example problem (PR#8113)
[Automatic forwarding from R-bugs failed. This message has been manually
forwarded.]
Hi all!
I'm trying to add Thomas Lumley's defmacro() function Lumley T.
"Programmer's Niche: Macros in {R}", R News, 2001, Vol 1,
No. 3, pp 11--13, \url{http://CRAN.R-project.org/doc/Rnews/} to the gtools
package (provided that Thomas gives his OK). And I've encountered an error
in
2020 Jun 30
1
Need help with roaming profiles
On Tue, Jun 30, 2020 at 11:57 AM Rowland penny via samba
<samba at lists.samba.org> wrote:
>
> On 30/06/2020 10:34, Anders ?stling wrote:
> > On Tue, Jun 30, 2020 at 11:24 AM Rowland penny via samba
> > <samba at lists.samba.org> wrote:
> >> On 30/06/2020 09:50, Anders ?stling wrote:
> >>
> >>>> You have 'workgroup = HPLTS' and
2005 Mar 10
7
norfc1918 not working in SW 2.2.1?
...tested all
the boxes and they are showing the same behavior.
All systems are CentOS 3.4, 2.4.21-27.0.2.ELsmp.
Shorewall version: 2.2.1
For the host mentioned is a single interface setup, if i ping 10.10.10.1
it''s dropped on the all2all chain. But a "telnet 10.10.10.1 80" is
happely forwarded towards the def gateway (which is also running
shorewall) and then onto the net.
Is somebody else seeing this as well, or can tell me where what I''m
missing with this issue?
Below is some information, and status.txt includes the info as requested
in the support.htm page.
FY...
2009 Jul 17
0
[LLVMdev] LLVM for plugins and more
Hi,
I've been looking into LLVM and I'm quite exited about the power it provides.
Now, I'm not into compiler/optimizer development, which I guess is the main
focus of LLVM. However, I've looked at the publications about safety and I'm
amazed that the overhead is so low (ref "Segment Protection for Embedded
Systems Using Run-time Checks").
Most of this work
2015 Jun 01
0
[AD/PDC] Logins with Spaces do not work
On Sat, May 30, 2015 at 04:48:07PM +0200, Andreas Happe wrote:
> Hi,
>
> On Fri, May 29, 2015 at 7:17 PM, Jeremy Allison <jra at samba.org> wrote:
> It's a really bad idea to have logins with spaces. It can
> cause all sorts of security issues in all sorts of subtle
> ways. Replace the spaces with '_' (underscoer).
>
> The usernames are
2015 Jun 02
0
[AD/PDC] Logins with Spaces do not work
On Mon, Jun 01, 2015 at 08:41:16PM +0200, Andreas Happe wrote:
> Hi,
>
> On Mon, Jun 1, 2015 at 6:54 PM, Jeremy Allison <jra at samba.org> wrote:
> > (also if samba's goal is to replace a windows ad server it would be
> nice if it
> > would support the same usernames).
>
> Yes I know, but Windows <> UNIX and the Samba goal is to
2015 Jun 08
0
[AD/PDC] Logins with Spaces do not work
On Wed, 2015-06-03 at 14:24 +0200, Andreas Happe wrote:
> Hi,
>
> On Tue, Jun 2, 2015 at 11:34 PM, Jeremy Allison <jra at samba.org> wrote:
>
> > So we really should work in this case. Can you recap what
> > isn't working ?
> >
>
> Thank you!
>
> Added a Samba Domain Controller (4.1.17-Debian) to a Microsoft Windows
> 2003-based Active
2020 Jun 30
0
Need help with roaming profiles
On 30/06/2020 09:50, Anders ?stling wrote:
>> You have 'workgroup = HPLTS' and 'idmap config dg11', again, they must match
> As I wrote in the previous reply, that was a mistake from the initial
> deployment. However, I have a copy of the VM and when I corrected DG11
> to HLPTS and restarted the services, this happes:
>
> getent group "Oldgroup"
2011 Jan 18
1
chan_sip.c: Failed to parse contact info
Hello!
I have just upgraded to asterisk 1.8.2.1 and see some weird messages
in log when client tries to register:
[2011-01-19 00:52:47] WARNING[25624] chan_sip.c: Failed to parse contact info
[2011-01-19 00:52:50] NOTICE[25624] chan_sip.c: Peer '0010101' is now
UNREACHABLE! Last qualify: 105
[2011-01-19 00:53:03] VERBOSE[25624] chan_sip.c: -- Registered SIP
'0010101' at
2003 Nov 24
0
rsync and samba
If anyone has time to look at this problem I would appreciate it.
I think I am looking for a way to increase the "timeout" in samba (in the
smb.conf file)
for reporting a "down" link or "can't read xyz file".
However I am writing to you folks because this problem has come up while
using rsync
my problem
==========
We have a wan in which links from a