Displaying 20 results from an estimated 188522 matches for "chang's".
2013 Nov 05
1
Problem migration from cyrus with imapc
...sep=,
inbox=no, hidden=yes, list=no, subscriptions=no
location=fail::LAYOUT=none
dsync(m1234567890): Debug: none: root=, index=, indexpvt=, control=,
inbox=, alt=
dsync(m1234567890): Debug: brain M: in state=master_recv_handshake
dsync(m1234567890): Debug: brain M: out state=send_mailbox_tree
changed=1
dsync(m1234567890): Debug: brain S: out state=send_mailbox_tree
changed=1
dsync(m1234567890): Debug: brain M: in state=send_mailbox_tree
dsync(m1234567890): Debug: brain M: out state=send_mailbox_tree
changed=1
dsync(m1234567890): Debug: brain S: in state=send_mailbox_tree
dsync(m1234567890):...
2009 Mar 15
0
Too many notify events causing Asterisk crash?
...OSE[30193] logger.c: == Connect attempt from
'127.0.0.1' unable to authenticate
[Mar 14 12:56:13] NOTICE[8327] chan_sip.c: Registration from
'<sip:1821 at warp2biz.com>' failed for '71.119.123.229' - Wrong password
[Mar 14 12:56:18] VERBOSE[8301] logger.c: Extension Changed
xxxxxx6297[ext-local] new state Idle for Notify User xxxxxx6324
[Mar 14 12:56:18] VERBOSE[8301] logger.c: Extension Changed
xxxxxx6297[ext-local] new state Idle for Notify User xxxxxx6293
[Mar 14 12:56:18] VERBOSE[8301] logger.c: Extension Changed
xxxxxx6297[ext-local] new state Idle for Notify...
2018 May 02
3
[PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
On 4/30/2018 12:20 AM, Jiri Pirko wrote:
>
>>> Now I try to change mac of the failover master:
>>> [root at test1 ~]# ip link set ens3 addr 52:54:00:b2:a7:f3
>>> RTNETLINK answers: Operation not supported
>>>
>>> That I did expect to work. I would expect this would change the mac of
>>> the master and both standby and...
2018 May 02
3
[PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
On 4/30/2018 12:20 AM, Jiri Pirko wrote:
>
>>> Now I try to change mac of the failover master:
>>> [root at test1 ~]# ip link set ens3 addr 52:54:00:b2:a7:f3
>>> RTNETLINK answers: Operation not supported
>>>
>>> That I did expect to work. I would expect this would change the mac of
>>> the master and both standby and...
2010 Jul 14
3
DirectX troubles - Running Civilisation IV: Beyond the Sword
...all frames for .ani cursors not implemented.
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed18,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f250,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f25c,0x00000000), stub!
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
err:d3d9:device_parent_CreateSwapChain (0x1ba354) CreateAdditionalSwapChain failed, returning 0x8876086a
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
err:d3d9:device_parent_CreateSwapChain (0...
2009 Apr 09
0
Processed: Update submitter address for my bugs
Processing commands for control at bugs.debian.org:
> # bugs from schepler at math.unipd.it
> submitter 390095 !
Bug#390095: klash: No control keys working
Changed Bug submitter from Daniel Schepler <schepler at math.unipd.it> to Daniel Schepler <dschepler at gmail.com>.
> submitter 419472 !
Bug#419472: aegis: FTBFS under pbuilder even building as non-root
Changed Bug submitter from Daniel Schepler <schepler at math.unipd.it> to Daniel...
2005 Jun 08
7
Rails/lighttpd: Changes to controller not being seen?
This is a weird one:
My app works fine on our local box with webrick. After uploading to TxD
server, the app starts behaving weirdly. I make some edits to one of
the controllers and my changes don''t seem to be going through. So I go
ahead and change the name of the controller file. The page loads
without error. I figure maybe I''m in the wrong directory, so I change
the app''s directory name. Great, the app throws a 404. Next step:
change "app" to...
2015 Jun 06
2
NEWS file inconsistency
L.S.
I noticed the NEWS file as made available at http://cran.r-project.org/src/base/NEWS became inconsistent in describing CHANGES for a new R version:
$ wget http://cran.r-project.org/src/base/NEWS
$ cat NEWS | grep 'CHANGES IN '
CHANGES IN 3.2.0:
CHANGES IN R 3.1.3:
CHANGES IN R 3.1.2:
CHANGES IN R 3.1.1:
CHANGES IN R 3.1.0:
CHANGES IN R 3.0.3:
CHANGES IN R 3.0.2:
CHANGES IN R 3.0.1:
CHANGES IN R 3.0.0:
Not a big...
2017 Nov 12
2
Array changing address unexpectedly
...ray(dim = c(5))
for(x in 1:5)
{
data[x] <- as.integer(x * 2)
}
add = address(data) # save address of "data"
for(x in 1:5)
{
data[x] <- as.integer(0)
}
if (add == address(data))
{
print("Address did not change")
}
else
{
print("Address changed")
}
If one runs this code, message "Address changed" is printed. However, if one comments line "data[x] <- as.integer(0)" the address of "data" does not change and message "Address d...
2016 Feb 10
3
Question about an error we're now starting to get on LLVM 3.8.0rc2since
...t
>>>> this patch downstream while you update your out-of-tree call sites.
>>>> Note that these conversions are occasionally latent bugs (that may
>>>> happen to "work" now, but only because of getting lucky with UB;
>>>> follow-ups will change your luck). When they are valid, I suggest using
>>>> `->getIterator()` to go from pointer to iterator, and `&*` to go from
>>>> iterator to pointer.
>>>>
>>>>>
>>>>> Is this change indeed intended as a visible API...
2016 Feb 10
2
Question about an error we're now starting to get on LLVM 3.8.0rc2since
...be fairly easy to revert
>> this patch downstream while you update your out-of-tree call sites.
>> Note that these conversions are occasionally latent bugs (that may
>> happen to "work" now, but only because of getting lucky with UB;
>> follow-ups will change your luck). When they are valid, I suggest using
>> `->getIterator()` to go from pointer to iterator, and `&*` to go from
>> iterator to pointer.
>>
>>>
>>> Is this change indeed intended as a visible API change to source code generating r...
2007 Apr 25
4
[LLVMdev] LLVM projects: Change framework
hi all,
I have used LLVM extensively over the last 2 years.
I have realized a so called change framework that based on the LLVM
framework.
Basically it is a framework that augments the JIT to understand
"changes", such that a mutator process can formulate changes in a change
language (inspired by DTrace's D), which is too compiled to LLVM and
sent to the application proce...
2009 Jul 09
1
Changing text in a tkentry widget
I searched the web and the list archives for a solution to this, but
didn't see anything, so here goes. I'm new to tcltk. I'm trying to
change the contents of a tkentry widget when a button is pressed. Once I
get that working, the widget will be read only to the user. Here is some
toy code:
###############
require(tcltk)
thisEnv=environment()
tt<-tktoplevel()
Name <- tclVar("Anonymous")
entry.Name <-tkentry(tt,width...
2010 Nov 02
0
Noise while passing channel using tde205p card
...nel (Default) (Slaves: 57)
Channel 58: Clear channel (Default) (Slaves: 58)
Channel 59: Clear channel (Default) (Slaves: 59)
Channel 60: Clear channel (Default) (Slaves: 60)
Channel 61: Clear channel (Default) (Slaves: 61)
Channel 62: Clear channel (Default) (Slaves: 62)
62 channels to configure.
Changing signalling on channel 1 from Unused to Clear channel
Changing signalling on channel 2 from Unused to Clear channel
Changing signalling on channel 3 from Unused to Clear channel
Changing signalling on channel 4 from Unused to Clear channel
Changing signalling on channel 5 from Unused to Clear cha...
2007 Nov 20
0
7 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie_as.c test/image
libswfdec/swfdec_movie.c | 4 +
libswfdec/swfdec_sprite_movie_as.c | 7 ++
test/image/Makefile.am | 76 +++++++++++++++++++++++
test/image/clip-change-backward-5.swf |binary
test/image/clip-change-backward-5.swf.png |binary
test/image/clip-change-backward-6.swf |binary
test/image/clip-change-backward-6.swf.png |binary
test/image/clip-change-backward-7.swf |binary
test/image/clip-change-backward...
2004 Feb 18
3
changing unix password with samba
I am running RedHat 9 and samba. I need to be able to set one password
for each user and sync them with ssh, web, unix password.
i.e. When I change samba pass, it changes unix, ftp, etc. Is this
possible with samba? I saw that it is if you are running windows and
then you can change the unix pass via samba. Is this possible when
running linux. I just want to easily administer my users. I have a web
cgi script to change the unix passw...
2006 Oct 25
12
NameError, uninitialized constant States
I''m completely new to Ruby and Rails and could use some help resolving
an issue. I have a list method that is supposed to show the titles and
states(status) of requests, but I get an error from this piece of code:
<td><%= change.states.state %></td>
The error is:
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing'': uninitialized constant States
The states table contains an id and state field. The changes table
holds a foreign key named state_id...
2009 Dec 25
2
compile issues.
...I got
mkdir: cannot create directory `/var/lib/asterisk'
than after reading the archives:
I did:
./configure --enable-dev-mode --prefix=/tmp/asterisk --sysconfdir=/tmp/astconf --localstatedir=/tmp/aststate
and than make install.:
This is the error I am getting:
tar: vm-tocallnum.gsm: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: vm-tocancel.gsm: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: vm-tocancelmsg.gsm: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: vm-toenternumber.gsm: Cannot change ownership t...
2018 Jul 31
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
Hi David,
Let me put the last two comments up:
> > But we're trying to represent slightly different techniques
> > (predication, vscale change) which need to be tied down to only
> > exactly what they do.
>
> Wouldn't intrinsics to change vscale do exactly that?
You're right. I've been using the same overloaded term and this is
probably what caused the confusion.
In some cases, predicating and shortening the vec...
2016 Jan 14
2
Samba AD/DC, Single-Sign-On, domain users cannot change password
On 14/01/16 05:54, Mark Foley wrote:
> Hmmm, this message is a week old and nothing?
>
> I know many of you have domain member hosts in your domain and surely are logging in as domain
> users authenticating with the Samba4 AD/DC, right?
>
> How do you change your password without having the domain Administrator do it for you?
>
> --Mark
>
> -----Original Message-----
> From: Mark Foley <mfoley at ohprs.org>
> Date: Fri, 08 Jan 2016 12:10:16 -0500
> To: samba at lists.samba.org
> Subject: [Samba] Samba AD/DC, Single-Sign-O...