search for: happeing

Displaying 20 results from an estimated 39 matches for "happeing".

Did you mean: happening
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?
...location$subject, staff.allocation$date, : arguments imply differing number of rows: 1865, 114 I orgininally was getting an error about " staff.allocation$site is a labelled class and cannot be coerced into a data.frame" but I lost that one while trying to see what was happeing If I do not apply the label to staff.allocation then I get a Class = "data.frame and I have no problem creating the second data.frame. Can anyone suggest what I am missing or what is happening Thanks
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
...tualization", 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 guest VM? 3.Can this be implemented in the tools (xend) code as a part of the migration framework? (I was able to note some code where ballooning is happeing.. ie while memory is being allocated to VM from hypervisor but i was not able to locate a code where VM releases memory to hypervisor. Where can I find it?) It would be of great help if someone can give me some pointers on this... -- Arun http://www4.ncsu.edu/~abnagara ________________________...
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)
...itly construct the call and then call eval. The code for # the latter approach is # omiited since this is quite messy and # requires a lot of work. Note that the opening and closing curly brakkets are converted to the string "normal-bracket43bracket-normal". [I assume that this is happeing somewhere to check for brace-matches, and isn't being properly undone.] As a consequence, R CMD check is failing: > # An equivalent function is somewhat messier, since it must either explicitly > # construct the y axis label, duplicating some of the work of the plot > # functio...
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?
Hello all, Yesterday I noticed that my system was "leaking" traffic towards the 10/8 network, I have shorewall installed on multiple machines ranging from single interface devices to ones with 10+ interfaces. I 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
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
...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 78.84.202.65:37891 So far this is only happeing with some Android SIP client software, X-Lite registers normally. Downgraded to the previous version of asterisk and the warning is gone. Any ideas? Thanks Nick
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