search for: pms

Displaying 20 results from an estimated 76 matches for "pms".

Did you mean: ms
2024 Sep 01
1
geo-rep will not initialize
...ep session was created. And status remains just "Created." > Can you share the output of your version of? 'sh -x > /usr/libexec/glusterfs/gverify.sh masterVol slaveUser slaveHost > slaveVol sshPort logFileName' check ? sh -x /usr/libexec/glusterfs/gverify.sh j geoacct pms n 7887 /tmp/logger + BUFFER_SIZE=104857600 + SSH_PORT=7887 ++ gluster --print-logdir + primary_log_file=/var/log/glusterfs/geo-replication/gverify-primarymnt.log ++ gluster --print-logdir + secondary_log_file=/var/log/glusterfs/geo-replication/gverify-secondarymnt.log + main j geoacct pms n 7887 /...
2023 Jun 22
1
PMS integration
Howdy, Has anyone worked on a Mitel-2000 emulation for PMS integration (Hotel mgmt systems)?  Hoping to get my hands on the protocol definition (RS-232!!) for check-in/check-out/housekeeping/CDR, but if someone has already done I would totally buy it. Cheers, -- Jeff LaCoursiere StratusTalk, Inc.
2009 Jul 21
1
synatx error while running migration
...gine having its own separate database define in database.yml of main application something like this #database of my main application development: adapter: mysql encoding: utf8 database: user_development pool: 5 username: root password: root123 host: localhost #database of the engine PMS: adapter: mysql database: pms username: root password: root123 host: localhost i have also define the necessary code inside my all engine models and migration files like this code of project.rb class Project < ActiveRevcord::Base self.establish_connection :pms end /db/migr...
2024 Aug 30
1
geo-rep will not initialize
...x:5273: gluster-mountbroker status +-----------+-------------+---------------------------+-------------+----------------+ |??? NODE?? | NODE STATUS |???????? MOUNT ROOT??????? | GROUP??? |???? USERS????? | +-----------+-------------+---------------------------+-------------+----------------+ |??? pms? ? |????????? UP | /var/mountbroker-root(OK) | geoacct(OK) | geoacct(j, n)? | | localhost |????????? UP | /var/mountbroker-root(OK) | geoacct(OK) | geoacct(n, j)? | +-----------+-------------+---------------------------+-------------+----------------+ restarted glusterd ssh-keyed, no-password ac...
2010 Jan 27
2
Mitel integration
Hi, A potential client (hotel) has a Property Management System that talks the "Mitel" protocol to their current Mitel PBX in order to receive CDRs (which end up being rated by the PMS system and charged back to guests). Does anyone know of any (free or otherwise) docs on this protocol, or better still have experience interfacing asterisk in a hotel situation like this? The PMS developers claim that the Mitel spec is proprietary, and that they cannot give it to me, and are b...
2024 Aug 15
1
geo-rep will not initialize
...e years ago, it worked, but that effort ended prematurely and I never finished the real setup. I am coming back to it now for other purposes. I'm on Fedora 39 with gluster 11.1. I'm using this guide: https://docs.gluster.org/en/main/Administrator-Guide/Geo-Replication/ Hosts are pjs and pms, with respective volumes j and n. I have created, started, and mounted the volumes, each on their own localhost. I can also have each mount the other's volume, so general operation seems ok. I have added the geoacct user and group, set up password-less login for each local root -> geoacc...
2009 Apr 09
3
[LLVMdev] Pass Manager Restriction?
...tionPass that in turn requires another ModulePass results in an assertion being fired. Is this expected behavior (that seems to be undocumented), or a bug? Specifically, the following code will emit the assertion: [VMCore/PassManager.cpp:1597: virtual void llvm::ModulePass::assignPassManager(llvm::PMStack&, llvm::PassManagerType): Assertion `!PMS.empty() && "Unable to find appropriate Pass Manager"' failed] ****** struct ModPass1 : public ModulePass { static char ID; ModPass1() : ModulePass((intptr_t)&ID) {} virtual bool runOnModule(Module &M) { return fa...
2024 Aug 22
1
geo-rep will not initialize
...re I just did "dnf install *gluster*".) The two volumes were created using the quick start guide: https://docs.gluster.org/en/main/Quick-Start-Guide/Quickstart/ which means that, after establishing peering, I used these simple commands: (on pjs) gluster volume create j pjs:/xx/brick (on pms) gluster volume create n pms:/xx/brick where /xx on these 2 systems are small, spare, otherwise empty, identical filesystems of about 40G, formatted ext4. No other options were used in creation. As I said in my initial note, it seems that the underlying problem (from logged complaints) is lack...
2015 Oct 06
41
[Bug 92307] New: NV50: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()
https://bugs.freedesktop.org/show_bug.cgi?id=92307 Bug ID: 92307 Summary: NV50: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]() Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: n...
2024 Aug 18
1
geo-rep will not initialize
...years ago, it worked, but that effort ended prematurely and I never finished the real setup. I am coming back to it now for other purposes. I'm on Fedora 39 with gluster 11.1. I'm using this guide: https://docs.gluster.org/en/main/Administrator-Guide/Geo-Replication/ Hosts are pjs and pms, with respective volumes j and n. I have created, started, and mounted the volumes, each on their own localhost. I can also have each mount the other's volume, so general operation seems ok. I have added the geoacct user and group, set up password-less login for each local root -> geoac...
2024 Aug 22
1
geo-rep will not initialize
...option for single volume I looked through that documentation. It comes down to the same geo-rep create command, with the same result. In any event, I re-ran gluster-georep-sshkey generate on both nodes, which worked fine. Then, just as before gluster volume geo-replication j geoacct at pms::n create ssh-port 6247 push-pem Please check gsync config file. Unable to get statefile's name geo-replication command failed I don't yet see what else I could be doing with this. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.glu...
2018 Sep 28
3
Porting Pass to New PassManager
...thing missing seems to be the >> `asan.module_ctor` that should get added to the global ctors list. >> What I'm not sure of is if I'm missing something when I made the new >> pass or it's something in the pipeline regarding which passes run >> first between both PMs. I could just make an AddressSanitizerModule >> pass for the new PM, but feel like this should still work even if >> AddressSanitizer is added in the new PM and AddressSanitizerModule is >> added in legacy. >> >> - Leo > >
2009 Apr 10
0
[LLVMdev] Pass Manager Restriction?
...s > another ModulePass results in an assertion being fired. Is this > expected behavior (that seems to be undocumented), or a bug? > > Specifically, the following code will emit the assertion: > [VMCore/PassManager.cpp:1597: virtual void > llvm::ModulePass::assignPassManager(llvm::PMStack&, > llvm::PassManagerType): Assertion `!PMS.empty() && "Unable to find > appropriate Pass Manager"' failed] > > ****** > struct ModPass1 : public ModulePass { > static char ID; > ModPass1() : ModulePass((intptr_t)&ID) {} > virtual bool ru...
2005 Sep 12
4
Hotel Setup?
I am working with a small inn (under 50 rooms) that is next to a ski resort. The inn just had Cat5e Homeruns to each room installed, with a patch panel in the basement. Now it's my job to connect each of the those rooms to the Internet. I think I have a Cisco switch that I can do Private VLANS with, however I thought of another solution. Has anybody seen or does anybody know of a VoIP
2018 Sep 27
2
Porting Pass to New PassManager
...ically, the only thing missing seems to be the > `asan.module_ctor` that should get added to the global ctors list. > What I'm not sure of is if I'm missing something when I made the new > pass or it's something in the pipeline regarding which passes run > first between both PMs. I could just make an AddressSanitizerModule > pass for the new PM, but feel like this should still work even if > AddressSanitizer is added in the new PM and AddressSanitizerModule is > added in legacy. > > - Leo > On Tue, Sep 25, 2018 at 4:09 AM Philip Pfaffe <philip.pfaffe a...
2009 Oct 28
1
[LLVMdev] vmjc and CallGraphSCCPass
How can I vmjc to run CallGraphSCCPasses? I wrote a test pass that does nothing, and all vmjc says is: vmjc: PassManager.cpp:1604: virtual void llvm::ModulePass::assignPassManager(llvm::PMStack&, llvm::PassManagerType): Assertion `!PMS.empty() && "Unable to find appropriate Pass Manager"' failed. 0 vmjc 0x08a6bfd8 Aborted Running even a built in pass like prune-eh fails as well. From what I can tell, this is because the only PassManager on the PMStack...
2015 Apr 07
1
Fidelio protocol and Mitel protocol
Does anyone know anything about the Fidelio and Mitel protocol for hotel / motel? Are these industry standards or proprietary formats? Are there open standards for communication with Hotel management software's that could be used in conjunction with a custom asterisk deployment? Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jul 05
3
How to determine if R is 64 bit compiled under Unix-alike?
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I do not have administrative rights to, there is only R executive. It seems that I can allocate more than 3GB of memory, however not everything seems to work the same/right as with R64 under MacOS. Pms.
2003 Jul 18
1
VoIP in hotels
...hotel owner to bill each guest in a hotel in real time. What solutions do exist presently? (PS: Our radius (and every telephony equipment outside the hotel) does not recognise which room in the hotel initiated the international (VoIP) call, so that's the main problem - Only the hotel's PMS knows which guest phoned, so with our current setup we cannot bill the individual guest, but the hotel as a whole) Jonathan _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
2012 Jul 18
2
Remote site puppet infrastructure
...site B while having a 0% error rate in site A. I''ve tried to address this by using async_storeconfigs which seemed to help a lot but ran into https://projects.puppetlabs.com/issues/12140 which was a dealbreaker. Something else I''ve tried is just having agents in site B use the PMs in site A (so no more PM in site B). This helps a lot, but we still get errors. The 50% error rate drops down to about 1% error rate. It seems the traffic from agent to PM is less then the traffic from PM to DB? Not only did the error rate go down, but config retrievals sped up. One thing...