search for: psw

Displaying 20 results from an estimated 104 matches for "psw".

Did you mean: ps
2006 May 08
1
checking trust secret failed for interdomain trust
...ough google, the archives and RTFM but I can't figure this out. I've got a setup of two different offices with both their own samba PDC, wins, etc. Via OpenVPN i've set up an interdomain trust between the two domains (for now one way, but this will become two ways). One domain is called PSW with bluemoon as PDC, the other PSWINDWG with redmoon as PDC. PSW is the trusted domain and PSWINDWG is the trusting domain. Both networks are on separate subnets and both PDC's are the domain master browsers for their own subnet/domain. I added a trustaccount on redmoon with "net rpc tru...
2010 Oct 23
0
How to install and update a src rpm?
...od defined place (will it be $HOME/src or /usr/src ?) because I'm trying to develop an Apache module. I'm using CentOS 5.5. Thank you Alex afarber at centos:src> sudo yumdownloader --source httpd Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.psw.net * base: centos.psw.net * extras: centos.psw.net * updates: centos.psw.net Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished Enabling pgdg84-source repository pgdg84-source | 2.6 kB 00:00 pgdg84-source/primary_db...
2002 Mar 06
3
can't un-mount
here's how i mounted a shared folder: #mount -t smbfs -o username=me,password=psw,workgoupt=kppo //har-file2/new-gp /samba/k-drive and when trying to un-mount using umount /samba/k-drive or, smbumount /samba/k-drive I get this message: 'device is resource busy' Any idea why i can' unmount this? please reply to all, thanks! _________________________________...
2012 Jul 27
0
[PATCH 3/3] nouveau: add vblank methods on newer cards
...b, return script; } -static void +void nv50_display_vblank_crtc_handler(struct drm_device *dev, int crtc) { struct drm_nouveau_private *dev_priv = dev->dev_private; @@ -655,18 +655,29 @@ nv50_display_vblank_crtc_handler(struct drm_device *dev, int crtc) continue; spin_lock(&psw->peephole_lock); - nv_wr32(dev, 0x001704, pch->vblank.channel); - nv_wr32(dev, 0x001710, 0x80000000 | pch->vblank.ctxdma); - if (dev_priv->chipset == 0x50) { - nv_wr32(dev, 0x001570, pch->vblank.offset); - nv_wr32(dev, 0x001574, pch->vblank.value); + if (dev_priv->chips...
2005 May 03
1
Shorewall router behind Shorewall firewall
Dear Friends, I have been using shorewall for some years. I want to set up "shorewall 2" router behind firewall, accordind to this picture: I have lost at setuping "zone"-s (wifi, lan1, net). Plese help me ! Thanks, psw net | | SHOREWALL 1 ------- lan 1 | | |wifi | | SHOREWALL 2 ------- lan 2 | ---------------- lan 3
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
...e lowcore as defined by the principles of operation +KVM_S390_STORE_STATUS_PREFIXED - the CPU stores its status to the save area in +its prefix page just like the dump tool that comes with zipl. This is useful +to create a system dump for use with lkcdutils or crash. + +ioctl: KVM_S390_SET_INITIAL_PSW +args: struct kvm_s390_psw * +see also: include/linux/kvm.h +This ioctl can be used to set the processor status word (psw) of a stopped cpu +prior to running it with KVM_RUN. Note that this call is not required to modify +the psw during sie intercepts that fall back to userspace because struct kvm...
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
...e lowcore as defined by the principles of operation +KVM_S390_STORE_STATUS_PREFIXED - the CPU stores its status to the save area in +its prefix page just like the dump tool that comes with zipl. This is useful +to create a system dump for use with lkcdutils or crash. + +ioctl: KVM_S390_SET_INITIAL_PSW +args: struct kvm_s390_psw * +see also: include/linux/kvm.h +This ioctl can be used to set the processor status word (psw) of a stopped cpu +prior to running it with KVM_RUN. Note that this call is not required to modify +the psw during sie intercepts that fall back to userspace because struct kvm...
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
...igned long address, unsigned short rx) +{ + const struct exception_table_entry *fixup; + unsigned long kaddr; + + kaddr = (regs->gprs[rx >> 12] + (rx & 0xfff)) & __FAIL_ADDR_MASK; + if (virt_to_phys((void *) kaddr) != address) + return; + + fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); + if (fixup) + regs->psw.addr = fixup->fixup | PSW_ADDR_AMODE; + else + die("discard fault", regs, SIGSEGV); +} + +/* + * Discarded pages with a page_count() of zero are placed on + * the page_discarded_list until all cpus have been at + * least once in...
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
...igned long address, unsigned short rx) +{ + const struct exception_table_entry *fixup; + unsigned long kaddr; + + kaddr = (regs->gprs[rx >> 12] + (rx & 0xfff)) & __FAIL_ADDR_MASK; + if (virt_to_phys((void *) kaddr) != address) + return; + + fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); + if (fixup) + regs->psw.addr = fixup->fixup | PSW_ADDR_AMODE; + else + die("discard fault", regs, SIGSEGV); +} + +/* + * Discarded pages with a page_count() of zero are placed on + * the page_discarded_list until all cpus have been at + * least once in...
2004 Sep 10
4
sip.conf from mysql
Hello all! I am trying to load sip.conf from mysql database. I have followed the instructions at <http://www.voip-info.org/wiki-Asterisk+sip+mysql+peers>. Seems that the authentication (user & psw) works fine but I would like to get more information from mysql and I don't know how to retrieve it. Could anybody help me? Any idea about how to do it? Regards, Victor. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/aster...
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
...gset_t sigsaved; vcpu_load(vcpu); @@ -393,7 +399,45 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_v atomic_set_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); - __vcpu_run(vcpu); + switch (kvm_run->exit_reason) { + case KVM_EXIT_S390_SIEIC: + vcpu->arch.sie_block->gpsw.mask = kvm_run->s390_sieic.mask; + vcpu->arch.sie_block->gpsw.addr = kvm_run->s390_sieic.addr; + break; + case KVM_EXIT_UNKNOWN: + case KVM_EXIT_S390_RESET: + break; + default: + BUG(); + } + + might_sleep(); + + do { + __vcpu_run(vcpu); + + rc = kvm_handle_sie_intercept(vcpu); +...
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
...gset_t sigsaved; vcpu_load(vcpu); @@ -393,7 +399,45 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_v atomic_set_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); - __vcpu_run(vcpu); + switch (kvm_run->exit_reason) { + case KVM_EXIT_S390_SIEIC: + vcpu->arch.sie_block->gpsw.mask = kvm_run->s390_sieic.mask; + vcpu->arch.sie_block->gpsw.addr = kvm_run->s390_sieic.addr; + break; + case KVM_EXIT_UNKNOWN: + case KVM_EXIT_S390_RESET: + break; + default: + BUG(); + } + + might_sleep(); + + do { + __vcpu_run(vcpu); + + rc = kvm_handle_sie_intercept(vcpu); +...
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
...nnectionAdapters::SybaseAdapterContext), database, config, logger) ___ sybct.rb (line 27 is indicated) class SybConnection def SybConnection.open (*args) conn = nil raise("illegal args count") if( args.length < 3 ) ctx = args[0] srv = args[1] user = args[2] psw = "" ; appname = nil; hname = nil; psw = args[3] if(args.length >= 4 ) appname = args[4] if(args.length >= 5 ) hname = args[5] if(args.length >= 6 ) begin conn = SybConnection.new( ctx ) if( hname != nil ) then raise("NG: setprop(hostname)"...
2011 Dec 12
1
v2.1.rc1 managesieve TLS
...= 192.168.10.117 port = 4190 } inet_listener sieve_deprecated { port = 2000 } } service pop3-login { inet_listener pop3 { address = 192.168.10.117 port = 110 } inet_listener pop3s { address = 192.168.10.117 port = 995 ssl = yes } } ssl_ca = </etc/postfix/psw-ssl/ssl.ca-bundle ssl_cert = </etc/postfix/psw-ssl/ssl.crt ssl_key = </etc/postfix/psw-ssl/ssl.key userdb { args = username_format=%Lu /etc/imap.userdb driver = passwd-file } protocol lmtp { mail_plugins = quota notify mail_log expire acl sieve } protocol lda { mail_plugins = quota no...
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
...ict = proxy::expire quota = dict:User quota::file:/mailspool1/%d/%n/dovecot-quota quota_rule = *:storage=9000M:messages=1000000 sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } postmaster_address = postmaster at localhost protocols = " imap lmtp sieve pop3" ssl_ca = </etc/postfix/psw-ssl/ssl.ca-bundle ssl_cert = </etc/postfix/psw-ssl/ssl.crt ssl_key = </etc/postfix/psw-ssl/ssl.key userdb { args = username_format=%Lu /etc/imap.userdb driver = passwd-file } protocol lmtp { mail_plugins = quota notify mail_log expire sieve } protocol lda { mail_plugins = quota notify...
2018 Dec 28
0
[PATCH v1 0/2] Virtio: fix some vq allocation issues
...So in the qemu monitor using lets say "balloon 1000" will hang the guest. Seems to be a deadlock in the virtio-ccw code. We seem to call the config code in the interrupt handler. crash> bt PID: 0 TASK: d9a400 CPU: 0 COMMAND: "swapper/0" LOWCORE INFO: -psw : 0x0404c00180000000 0x0000000000116472 -function : smp_yield_cpu at 116472 -prefix : 0x7fffc000 -cpu timer: 0x7fffffcc8c0af5be -clock cmp: 0x720a4e4002831000 -general registers: 000000000000000000 000000000000000000 0x000000000000009c 0x0000000000fac2b0 0x0000000000...
2010 Feb 14
1
Virtual plugin and user_query
...39;%s' WHEN 'pop3' THEN NULL ELSE 'yes' \ END AS namespace_1_inbox, \ CASE '%s' WHEN 'pop3' THEN 'yes' ELSE NULL \ END AS namespace_2_inbox \ FROM users \ WHERE email = '%u' After that all I get in the logs is: IMAP(arthur at psw.ro): Error: namespace configuration error: inbox=yes namespace missing IMAP(arthur at psw.ro): Fatal: Namespace initialization failed As I don't really understand those case sql queries is there something I should add in the mysql tables? Any thoughts will be greatly appreciated. Thanks!
2007 Dec 11
0
Net::ldap no bind result
Hi, im having some trouble using net::ldap. bind doesnt return anything (not even false) i basically use this code: user,psw = ''test'', ''test'' ldap = Net::LDAP.new(:host => ''myldapserverip'', :port => 636, :base =>''dc=ehb,dc=be'', :auth => {:method => :simple, :username => user, :password => psw) if (ldap.bind) then "Authori...
2014 Aug 13
2
Centos Website
...Centos -> download Minimal Install Images point to 6.5 http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD6.5 something like http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD7.0 on the website remove http://isoredirect.centos.org/centos/6/isos/i386/ only http://centos.psw.net/centos/7/isos/x86_64/ Thanks.. AndyBe
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
...gt;arch.guest_acrs); + restore_fp_regs(&vcpu->arch.host_fpregs); + restore_access_regs(vcpu->arch.host_acrs); +} + +static void kvm_s390_vcpu_initial_reset(struct kvm_vcpu *vcpu) +{ + /* this equals initial cpu reset in pop, but we don't switch to ESA */ + vcpu->arch.sie_block->gpsw.mask = 0UL; + vcpu->arch.sie_block->gpsw.addr = 0UL; + vcpu->arch.sie_block->prefix = 0UL; + vcpu->arch.sie_block->ihcpu = 0xffff; + vcpu->arch.sie_block->cputm = 0UL; + vcpu->arch.sie_block->ckc = 0UL; + vcpu->arch.sie_block->todpr = 0; + me...