Displaying 20 results from an estimated 22 matches for "apprears".
Did you mean:
appears
2015 Feb 16
1
BlindXfer Sensitivity
...ssue we have is the switchboard lady uses ## to transfer calls but
sometimes it just does not work and just plays the DTMF tone to the
calling party.
Is there any way to adjust the sensitivity of the blindxfer feature?
The polycom Transfer button is useless as there is a big delay until it
apprears
I would greatly appreciate any advice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150216/fbc2e3d9/attachment.html>
2006 Nov 07
1
Display problems X11 device
Hello,
I am running R Version 2.3.1 (2006-06-01) on Kubuntu Edgy Eft 6.10 (problems
appreared after upgrading from previous version, but I don't know which
version of R was included then).
I have very weird problems with X11 device: it seems that it cannot display
correctly. For instance,
x<-1:10
plot(x)
opens the X11 plotting window, but points are not displayed, only box
2005 Apr 22
1
[LLVMdev] Error while compiling .cpp
Hello,
I am trying to rum my pass (.cpp file) and I am getting the following error.
----------------------------------------------------------------------------------------------------------------
g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../crti.o: No such file or directory
g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/crtbeginS.o: No such file or directory
g++:
2003 Mar 18
1
even worse after another upgrade to 2.2.8!
...esponses.
Here's a list of the actions:
1) When I attempt to map my user shared drive (in xp), the printer status
window for the only printer on the unix machine appears without error
messages.
2) When I attempt to map to the only printer on the unix machine (in xp),
the printer status window apprears briefly, then goes away.
3) If I select the user dir to "map to a network drive" I get the printer
pull-down menu "open, connect, etc, etc". again xp
4) Same with the real printer. When I try to connect, a windows flashes and
I get nothing. again xp machine.
5) On the win2k mach...
2005 Apr 22
1
[LLVMdev] Error while compiling .cpp
Hi,
Actually I started with hello.cpp povided as an example pass and modified and made my pass which does randomization. I have been working on it and running over programs and it always worked fine but now lately i had checked out a newer version (llvm)which i believed was working fine too but now as i did some modifications and tried to compile my pass i got these errors.
My pass simply
2005 Apr 25
2
[LLVMdev] Compilation without optimization
Thanks for the reply.
I wish to compile without optimizations ( the option being turned off ) but still generate bytecode file.
Options -S , -c removes optimizations but I also need .bc file to experiment and use further.
How should I do it?
Thanks
-TS
Chris Lattner <sabre at nondot.org> wrote:
On Sat, 23 Apr 2005, Tanu Sharma wrote:
> I got very useful replies from dev list
2013 May 04
1
Hello & a query to relieve some confusion about samba
Hi
I am new today here and have a couple of confusing items I hope someone
here o the list can straighten out for me.
1. The definitions of the served usershares apprears in more than one
location; in ubutu 12.04 LTS there appears to be a set of defined shares
in the /etc/samba/smb.conf file near the bottom, the second location
appears to be located in the file structure at /var/lib/samba/usershares
and a possible third area it seems is /srv/samba/sharename.
Wh...
2005 Apr 23
1
[LLVMdev] Error while compiling .cpp
Thanks a lot for replying.
I would check my system gcc configuration.
I got very useful replies from dev list regarding my earlier question but yet not able to determine block size. That I want in total size of a block in a function in bytes and not just the number of instructions.LLVM Tool gives most of the information e.g function bytes etc....but not individual block.
Thanks
Tanu
Chris
2001 Mar 01
1
WINE Problems
The following appreared when I tried to run Agent with WINE.
tilleyrw@debian:~$ xhost +localhost
localhost being added to access control list
tilleyrw@debian:~$ xterm -display :0
tilleyrw@debian:~$ wine
Wine called with no arguments.
Invoking /usr/bin/wine.bin ...
tilleyrw@debian:~$ wine /mnt/C/Program\ Files/Agent/agent.exe
/usr/bin/wine: [: too many arguments
Invoking /usr/bin/wine.bin
2005 Apr 25
0
[LLVMdev] Compilation without optimization
On Mon, 25 Apr 2005, Tanu Sharma wrote:
> Thanks for the reply.
>
> I wish to compile without optimizations ( the option being turned off )
> but still generate bytecode file.
>
> Options -S , -c removes optimizations but I also need .bc file to
> experiment and use further.
Passing "-Wa,-disable-opt -Wl,-disable-opt" will disable *all* cleanup and
optimizations
2005 Apr 26
1
[LLVMdev] Compilation without optimization
Thanks !!
But if i generate a .bc file like this and then run my pass over it like this :
opt -load /home/llvm-cvs/llvm/Debug/lib/LLVMHello.so -hello <helloprog.bc> class_prog.bc
Will the new .bc file (class_prog.bc) be also without optimizations ?opt also does some optimizations.Can I control them ?
Thanks
Tanu
Chris Lattner <sabre at nondot.org> wrote:
On Mon, 25 Apr 2005,
2009 Oct 02
4
smbd Crash
Hi,
I don't stop to have problems with samba :s ...
Now after having workaround the bug of scanning all LDAP users for each
connexion... smbd crash very often.
In some workstation log files i can see something like this :
...
[2009/10/01 16:28:12, 2] smbd/open.c:580(open_file)
baala opened file .profiles/firefox/cookies.sqlite-journal read=No
write=No (numopen=20)
[2009/10/01
2006 Oct 18
1
[Bug 1251] grep incompatibility in configure
...Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: jeff.crutchfield at motorola.com
The configure script's check for a compatible 'grep' fails when the one
on my system apprears to be acceptable. My OS is LynxOS 4.0 and my
grep version is...
$ grep -V
GNU e?grep, version 1.6
There are two issues why this fails. First, my grep does not support
long options, so 'grep --version' on line 3169 fails. Then in the
default case, the test "grep -e 'GREP$' -...
2006 Jan 18
2
Event.stopObserving and anonymous functions
Hi all,
I'm using behaviour(.js) to add event handlers to all the table cells
in a table (mouseover, mouseout, clickk). However, I'm also ditching
the table and replacing it with an Ajax.Updater so I want to remove
all the observers before I lose them. Unfortunately, the Event.observe
calls were written as inline anonymous functions so, when calling
Event.stopObserving, I'm supposed
2013 May 04
0
A hello and a query to clear up some samba confusion
Hi
I am new today here and have a couple of confusing items I hope someone
here o the list can straighten out for me.
1. The definitions of the served usershares apprears in more than one
location; in ubutu 12.04 LTS there appears to be a set of defined shares
in the /etc/samba/smb.conf file near the bottom, the second location
appears to be located in the file structure at /var/lib/samba/usershares
and a possible third area it seems is /srv/samba/sharename.
Wh...
2015 Feb 16
3
BlindXfer Sensitivity
...ses ## to transfer calls
> but sometimes it just does not work and just plays the DTMF tone to
> the calling party.
>
> Is there any way to adjust the sensitivity of the blindxfer feature?
>
> The polycom Transfer button is useless as there is a big delay
> until it apprears
>
> I would greatly appreciate any advice
It seems weird that this would be some kind of sensitivity to the DTMF tones. The first thing I would look for is on a call that she cannot blind transfer, check how the Dial command was used to reach her. Does it have the proper use of the tT o...
2003 Jul 07
0
One-way talk paths (without INVITE?) and other issues
I'm experiencing one-way voice paths, followed by a hangup on one
softphoine and not the other. Also, caller ID has odd outputs -- and I
wonder if the problems are related.
My configuration has Asterisk and a Linphone softphone running on the
same box. I have a PC, and on that PC I use X-Lite or SJPhone to connect
to the Linphone instance.
When I call from the PC to Linphone:
* I call
2005 Dec 19
6
[Bug 1136] User not logged off after forced password change in AIX 5.3
...AssignedTo: bitbucket at mindrot.org
ReportedBy: sbassle at alleghenyenergy.com
When logging into an account where a password change is required, the user is
prompted for the password change but is not logged off afterward. The password
is changed correctly. The following message apprears in the syslog after the
new password is entered for the second time, and then again a few seconds
later:
auth|security:err|error sshd[23438]: error: getsockname failed: A file
descriptor does not refer to an open file.
This happens any time root changes the user's password (i.e. the ADMCHG fla...
2003 Oct 16
0
3.0 Authenticating to Win2003
...alhome\dshare /user:dshare' and get the same thing.
In the logs I see
'getpwnam lfs.mydomian.org+dshare'
followed by
'invalid data size key [SEQNUM/LFS]
but later on I see
'Searh for (|(sAMAccountname=dshare) (userPrincipalName=dshare@lfs.mydomain.org)) gave 1 replies
and it apprears to find my sid and a wchache_save_name_to_sid mapping.
It does the several times but each time eventually ends with
'read 0 bytes. Need 1568 more for a full request'
read failed on sock 18, pid 7669: EOF.
This 'read failed error always occurs after a call to nsswitch/winbindd.c:winbi...
2007 Jun 26
2
NFS, nested ZFS filesystems and ownership
Hello,
I''m sure there is a simple solution, but I am unable to figure this one out.
Assuming I have tank/fs, tank/fs/fs1, tank/fs/fs2, and I set sharenfs=on for
tank/fs (child filesystems are inheriting it as well), and I chown
user:group /tank/fs, /tank/fs/fs1 and /tank/fs/fs2, I see:
ls -la /tank/fs
user:group .
user:group fs1
user:group fs2
user:group some_other_file
If I mount