search for: phx

Displaying 20 results from an estimated 161 matches for "phx".

Did you mean: php
2008 Dec 02
1
Failed to join domain using net join ads
...Samba server to Active Directory (Windows 2003 R2) using net join ads command.??? I get the following errors: As root, I run kinit secadmin which completes successfully and I get a Kerberos ticket.?? Secadmin has full domain admin privileges in Active Directory.?? Then I run: #> net join ads -S phxwn01 -U secadmin%password Failed to join domain: Invalid configuration and configuration modification was not requested. Or if I run: #> net join ads Enter root password: Failed to join domain: Failed to find DC for domain PHX.ENG? #[Global] Can anyone provide insight, my config files are liste...
2006 Feb 19
3
Asterisk start errors with TDM2413E
...chan_zap.c:10264 setup_zap: Unable to register channel '1' Feb 19 21:14:35 WARNING[10440]: loader.c:414 __load_resource: chan_zap.so: load_module failed, returning -1 Feb 19 21:14:35 WARNING[10440]: loader.c:554 load_modules: Loading module chan_zap.so failed! [root@astrk1-phx ~]# Ouch ... error while writing audio data: : Broken pipe Software versions asterisk-1.2.3 asterisk-addons-1.2.1 asterisk-perl-0.08 asterisk-sounds-1.2.1 libpri-1.2.2 zaptel-1.2.4 Output from modprobes [root@astrk1-phx asterisk]# modprobe -v zaptel insm...
2016 Mar 30
2
Instruction selection pattern for intrinsic returning llvm_any_ty
...few other variants without managing to get it through. >> >> Thanks again, >> Mikael > > Are you trying to return multiple values? Yes, the intrisic returns a record %rec6 = type { i16, i16 } so at instructions selection the original call %_tmp3 = call %rec6 @llvm.phx.divm.u16.rec6(i16 %_tmp1, i16 %_tmp2) has been lowered to t6: i16,i16 = llvm.phx.divm.u16 TargetConstant:i16<3778>, t2, t4 and the instruction I want to select also returns two values def divm16_pseudo : MyPseudoInst< (outs aNh_0_7:$dst, aNh_0_7:$dst2), (ins aNh_0_7:$src1,...
2016 Mar 30
2
Instruction selection pattern for intrinsic returning llvm_any_ty
...t;>>> Mikael >>> >>> Are you trying to return multiple values? >> >> Yes, the intrisic returns a record >> >> %rec6 = type { i16, i16 } >> >> so at instructions selection the original call >> >> %_tmp3 = call %rec6 @llvm.phx.divm.u16.rec6(i16 %_tmp1, i16 %_tmp2) >> >> has been lowered to >> >> t6: i16,i16 = llvm.phx.divm.u16 TargetConstant:i16<3778>, t2, t4 >> >> and the instruction I want to select also returns two values >> >> def divm16_pseudo : MyPseudoInst&lt...
2016 Mar 30
0
Instruction selection pattern for intrinsic returning llvm_any_ty
...t;>> >>> Thanks again, >>> Mikael >> >> Are you trying to return multiple values? > > Yes, the intrisic returns a record > > %rec6 = type { i16, i16 } > > so at instructions selection the original call > > %_tmp3 = call %rec6 @llvm.phx.divm.u16.rec6(i16 %_tmp1, i16 %_tmp2) > > has been lowered to > > t6: i16,i16 = llvm.phx.divm.u16 TargetConstant:i16<3778>, t2, t4 > > and the instruction I want to select also returns two values > > def divm16_pseudo : MyPseudoInst< > (outs aNh_0_7:$dst,...
2016 Mar 30
0
Instruction selection pattern for intrinsic returning llvm_any_ty
...;>>> Are you trying to return multiple values? >>> >>> Yes, the intrisic returns a record >>> >>> %rec6 = type { i16, i16 } >>> >>> so at instructions selection the original call >>> >>> %_tmp3 = call %rec6 @llvm.phx.divm.u16.rec6(i16 %_tmp1, i16 %_tmp2) >>> >>> has been lowered to >>> >>> t6: i16,i16 = llvm.phx.divm.u16 TargetConstant:i16<3778>, t2, t4 >>> >>> and the instruction I want to select also returns two values >>> >>>...
2016 Mar 30
2
Instruction selection pattern for intrinsic returning llvm_any_ty
Hi, On my out-of-tree target I have an intrinsic def int_phx_divm_u16 : Intrinsic<[llvm_any_ty], [llvm_i16_ty, llvm_i16_ty], [IntrNoMem]>; that I want to translate to the following instruction during instruction selection: def divm16_pseudo : MyPseudoInst< (outs aNh_0_7:$dst...
2016 Mar 30
2
Instruction selection pattern for intrinsic returning llvm_any_ty
Hi, On 03/30/2016 11:15 AM, Matt Arsenault wrote: > >> On Mar 30, 2016, at 09:33, Mikael Holmén via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi, >> >> On my out-of-tree target I have an intrinsic >> >> def int_phx_divm_u16 : Intrinsic<[llvm_any_ty], >> [llvm_i16_ty, llvm_i16_ty], >> [IntrNoMem]>; >> >> that I want to translate to the following instruction during instruction selection: >> >> def divm16_...
2016 Mar 30
0
Instruction selection pattern for intrinsic returning llvm_any_ty
> On Mar 30, 2016, at 09:33, Mikael Holmén via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > On my out-of-tree target I have an intrinsic > > def int_phx_divm_u16 : Intrinsic<[llvm_any_ty], > [llvm_i16_ty, llvm_i16_ty], > [IntrNoMem]>; > > that I want to translate to the following instruction during instruction selection: > > def divm16_pseudo : MyPseudoInst&lt...
2008 Dec 04
1
Cannot map to Linux share from Windows
...o a Windows machine and map a network drive, it returns the error "The network connection is longer available".??????? My smb.conf is as follows:?? I have also tried it without the socket options line. [global] socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384???? workgroup = phx password server = phxwn01 realm = PHX.ENG security = ads idmap backend = ad template shell = /bin/tcsh winbind use default domain = false winbind offline logon = false [vobstore] comment = PHX Vob storage path = /vobstore writeable = yes browseable = yes guest ok = yes ? In smbd debug mode 5, the l...
2016 Mar 30
0
Instruction selection pattern for intrinsic returning llvm_any_ty
> On Mar 30, 2016, at 11:35, Mikael Holmén <mikael.holmen at ericsson.com> wrote: > > i16 (divm16_pseudo …) > > stuff? > > I've tried > (i16, i16 (divm16_pseudo i16:$src1, i16:$src2) > and > ((i16, i16) (divm16_pseudo i16:$src1, i16:$src2) > and a few other variants without managing to get it through. > > Thanks again, > Mikael Are you
2016 Sep 24
1
upgrade 4.4 -> 4.5 broke standalone server smbmount of drives?
...ough a few breakages due to version updates along the way. It seems we have hit one again in the 4.4 to 4.5 update. Specifically, the update was samba-4.4.5 => samba-4.5.0 There were no changes made to smb.conf, but the following attempted mount failed using: mount.cifs //phoinix/samba /mnt/phx -o username=david,uid=1000,credentials=/home/adm/mountcfile,noperm There are no entries in the logs telling me why the mount fails, it just fails. Were there new share connection requirements put in place in 4.5? -- David C. Rankin, J.D.,P.E.
2012 Jul 09
1
Bug#602378: Please can you try 4.1 from Wheezy
...7:00:10 2010 +0100 files: xen/common/page_alloc.c description: page_alloc: Check neighbouring chunks belong to same NUMA node before merging in free_heap_pages(). (the latter being the fix for http://mid.gmane.org/BAY121-W4629FE3344480F9671824CDA850 at phx.gbl which Bastian referred to earlier.) Is there any chance that you could try with the Xen packages from Wheezy and see if this issue has been fixed. Thanks, Ian.
2014 Jan 22
1
After USB boot problems on Gigabyte GA-M55Plus-S3G
Am 22.01.2014 09:27, schrieb Ronald F. Guilmette: > In message <BLU0-SMTP46982596DE9C2639CEB6B078BA40 at phx.gbl>, Ady wrote: > >> I am going to repeat what Genec requested at some point. Please post >> the result of (replace 'sdX' with the adequate device): >> >> 'fdisk -l -c=dos -u=cylinders/dev/sdX' >> and >> 'fdisk -l -u=sectors /dev/sdX...
2015 Dec 08
3
RFC: New function attribute HasInaccessibleState
We used a similar thing in the phx compiler. We called it "ExternalMemoryTag". It was a name for "all the program state that doesn't have another name", and in phx (unlike LLVM) it was easy to define what "has another name" meant since we kept an explicit universe of names in our alias metadata....
2014 Mar 17
1
Regarding: unable to make USB-ZIP using rufus_v1.4.5
Test, test one two, test > > > > Thanks in advance, > > > > Prof S W Damle > > I don't know whether Pete Batard (RUFUS' developer) have read your > messages. And this message is to see if the "reply to list mungling" is gone. (Check the E-mail headers ( this message was/is a "reply to list" )) Groeten Geert Stappers
2010 Jul 15
6
Error cargar datos ACCESS
Hola a todos, estoy intentendo cargar unos datos contenidos en una tabla de ACCESS, por lo que ejecuto los siguientes comandos dir<-"C:/Users/D/Desktop/" library(RODBC) cn<-odbcConnectAccess(paste(dir1,"datos.mdb",sep="")) pero me da el siguiente error Warning messages: 1: In odbcDriverConnect(con, ...) : [RODBC] ERROR: state IM002, code 0, message
2010 Jul 20
2
Dahdi - Meetme problem on a VM
Hi, I am running Fedora 7 VM. On an earlier configuration with zaptel and Asterisk 1.4.21 , meetme worked alright. I upgraded to Dahdi and Asterisk 1.4.26, and the result is choppy sound via Meeme, while a simple Musiconhold works OK with descent audio quality. So I am sure its a Dahdi_dummy problem. Running dahdi_test gave me very poor results. Opened pseudo dahdi interface, measuring
2008 Jan 06
1
how to use R for Beta Negative Binomial
I think I should have posted this question here as well. I am posting my question here since it is R related. Please see below. I originally posted this to sci.stat.math "Nasser Abbasi" <nma at 12000.org> wrote in message news:Mm4gj.28843$R92.4987 at newsfe16.phx... > > I think R documentation is a bit hard for me to sort out at this time. > > I was wondering if someone who knows R better than I do could please let > me know the command syntax to find the mean of Beta Negative Binomial > Distribution for the following parameters: > >...
2014 Jan 11
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>, Ady <ady-sf at hotmail.com> wrote: >> Is there something specific I should try? /boot/syslinux ? >> > >>From the syslinux boot prompt in UBCD you could try: >/boot/syslinux/config.c32 /boot/syslinux/syslinux.cfg /boot/syslinux/ > >(Yes, it is the sa...