Dnsmasq issues?

Hi. I'm trying to set up wi-fi spot using hostapd & dnsmasq. Everything seems to be okay, but dnsmasq doesn't assign an ip address to client machine.
hostapd.conf (no encryption atm., just to test conf):
interface=wlan0
driver=nl80211
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ssid=test
hw_mode=g
channel=6
dnsmasq.conf:
interface=wlan0
dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,6h
console output:
[*@* ~]$ sudo /usr/bin/dnsmasq -qd
dnsmasq: started, version 2.60 cachesize 150
dnsmasq: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
dnsmasq-dhcp: DHCP, IP range 192.168.0.50 -- 192.168.0.150, lease time 12h
dnsmasq: reading /etc/resolv.conf
dnsmasq: using nameserver 8.8.8.8#53
dnsmasq: using nameserver 8.8.4.4#53
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:*:*:*:*:* brd ff:ff:ff:ff:ff:ff
inet6 *::*:*:*:*/64 scope link
valid_lft forever preferred_lft forever
8: mon.wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UNKNOWN qlen 1000
link/ieee802.11/radiotap 00:*:*:*:*:* brd ff:ff:ff:ff:ff:ff
wireshark shows 0 outgoing packets, only DHCP Discover packets from client machine.
What did i miss ?

mr.MikyMaus wrote:
Netmask part of dhcp-range parm is superfluous in your case, try to drop it. It's also strange that in the conf you have a lease time of 6h while the dnsmasq daemon says 12h on start.
Also if you set both interfaces manually, can you ping each other?
Hi, thanks for reply.
Changed "dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,6h" to "dhcp-range=192.168.0.10,192.168.0.30,6h", same result. Different lease time is my copy/paste fault, i've changed lease time, to make sure dnsmasq reading from the same conf file i've edited. If i connect my wlan0 (intranet) with eth0 (ISP) with bridge, my LAN client machine getting an ip from my ISP. Wireshark shows ping-request packets coming from LAN to my wlan0 interface, but theres no ping-reply packets (in Wireshark/Lan machine). DHCPd seems to work fine with ip address offering, but no ping-reply's.
Apr 4 13:42:09 localhost kernel: [ 6107.199016] IICMP: IN=br0 OUT= PHYSIN=wlan0 MAC=00:*:*:*:*:*:*:*:*:*:*:*:* SRC=192.168.0.10 DST=192.168.0.1 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=8 CODE=0 ID=700 SEQ=247
Apr 4 13:42:09 localhost kernel: [ 6107.199073] OICMP: IN= OUT=wlan0 SRC=192.168.0.1 DST=192.168.0.10 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=34014 PROTO=ICMP TYPE=0 CODE=0 ID=700 SEQ=247
Both machines has all policies in ACCEPT mode, iptables -F/-X.
Last edited by funkypotatoe (2012-04-04 13:00:13)

Similar Messages

  • Issue with dns service in Oracle 6.4

    Hi. I have tried to do everything like here setting hostname,domainname and static IP address but it did not help me and i still have issue with resolving DNS names.
    [root@node1 etc]# ping 192.168.226.128
    PING 192.168.226.128 (192.168.226.128) 56(84) bytes of data.
    64 bytes from 192.168.226.128: icmp_seq=1 ttl=64 time=0.049 ms
    64 bytes from 192.168.226.128: icmp_seq=2 ttl=64 time=0.053 ms
    64 bytes from 192.168.226.128: icmp_seq=3 ttl=64 time=0.068 ms
    ^C
    --- 192.168.226.128 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2320ms
    rtt min/avg/max/mdev = 0.049/0.056/0.068/0.011 ms
    [root@node1 etc]# nslookup 192.168.226.128
    Server:         192.168.226.2
    Address:        192.168.226.2#53
    ** server can't find 128.226.168.192.in-addr.arpa.: NXDOMAIN
    [root@node1 etc]# nslookup node1.node.com
    Server:         192.168.226.2
    Address:        192.168.226.2#53
    Non-authoritative answer:
    *** Can't find node1.node.com: No answer
    [root@node1 etc]# nslookup node1
    Server:         192.168.226.2
    Address:        192.168.226.2#53
    Non-authoritative answer:
    *** Can't find node1: No answer
    [root@node1 etc]# nslookup node.com
    Server:         192.168.226.2
    Address:        192.168.226.2#53
    Non-authoritative answer:
    *** Can't find node.com: No answer
    Meanwhile:
    [root@node1 etc]# nslookup oracle.com
    Server:         192.168.226.2
    Address:        192.168.226.2#53
    Non-authoritative answer:
    Name:   oracle.com
    Address: 137.254.120.50
    [root@node1 etc]#
    my resolv.conf file is:
    [root@node1 etc]# cat /etc/resolv.conf
    # Generated by NetworkManager
    domain localdomain
    search localdomain node.com
    nameserver 192.168.226.2
    [root@node1 etc]#
    and
    [root@node1 etc]# cat /etc/hosts
    127.0.0.1   localhost.localdomain localhost
    192.168.226.128  node1.node.com node1
    [root@node1 etc]#
    [root@node1 etc]# hostname -a
    node1
    [root@node1 etc]# hostname -d
    node.com
    [root@node1 etc]# hostname
    node1.node.com
    DNS configuration RGhost — файлообменник
    [root@node1 etc]# rpm -q bind
    package bind is not installed
    but:
    [root@node1 etc]# rpm -q  bind-utils
    bind-utils-9.8.2-0.17.rc1.0.2.el6.x86_64
    and:
    [root@node1 etc]# ps -ef | grep -i bind
    rpc       1947     1  0 Dec21 ?        00:00:00 rpcbind
    nobody    2831     1  0 Dec21 ?        00:00:00 /usr/sbin/dnsmasq --strict-order --local=// --domain-needed --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --bind-interfaces --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override --dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile --addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts
    root      8237 19846  0 04:18 pts/2    00:00:00 grep -i bind
    so i can not understand why dns is not able to resolve ip or whole name for mentioned hostname?

    As I understand it..
    nslookup does a Name Server Lookup - which means asking the DNS to resolve a hostname to an IP address. Which it only can do if it has that hostname/IP mapping.
    In your case, that hostname/IP mapping only exists in /etc/hosts - not in the DNS. Thus the DNS cannot resolve it.

  • Verizon DSL - Intermittent Connectivity Issues - Westell 7500

    Hello guys! I'm hoping you can help me out.  I can't even count the number of problems I have had over the past 9 years, and each time Verizon decides to blow me off like always.  Getting to be the last straw.
    Anyways - I'll have a solid (slow, like always) connection, and then all of a sudden my DSL Light on the Modem starts blinking.  It'll blink.. then solid.  Repeat. It does it randomly.  I've tried to recreate it on my own, but haven't been able to.  Just seems to be random. Sometimes I'll go 30 minutes without a disconnect, sometimes only 2 minutes, if that.  At first I thought it must just be rough weather or some outage.  Today is day 4, and I'm sick of it because a lot of what I do is internet based.
    My plan is the 3.1-7Mbps.  I had the one below that plan, but speeds of <1Mbps were killing me.  My usual speed with this is roughly 5Mbps. Modem is set to bridge due to me using a separate router for my network. 
    I have tried with no success:
    -power cycle the modem
    -turned off all devices on the network
    -new RJ11 cable
    Here are my Trans Stats:
    Transceiver Statistics
    Transceiver Revision        A2pB020b3.d20h
    Vendor ID Code                      4D54
    Line Mode                              ADSL_2plus
    Data Path                                   FAST
    Transceiver Information            Down Stream Path       Up Stream Path
    DSL Speed (Kbits/Sec)                         3296                                 469
    Margin (dB)                                               6.3                                    9.9
    Line Attenuation (dB)                             57.0                                  34.1
    Transmit Power (dBm)                         20.4                                   12.4
    Here is the log.  The light was solid.  I cleared the log.  I refreshed, gave it about 1-2 minutes and it disconnected. (flashing light.) I let it establish the connection again, and then went to pull the log. (All)  I think while I was doing this, it disconnected again, but I'm not sure if it'll show. 
    All Event Log
    Time                     Severity                Process                                                   Details
    Jan 1 00:16:32 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:32 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:32 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:29 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:29 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:29 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:24 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:22 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:22 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:22 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:17 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:17 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:17 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:11 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:11 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:11 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:05 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:05 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:16:05 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:24 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:21 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:21 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:21 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:14 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:14 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:14 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:12 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:12 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:12 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:15:11 user.crit            kernel: ADSL link up,interleaved,us=590,ds=3744
    Jan 1 00:15:11 user.crit            kernel: ADSL G.992 message exchange
    Jan 1 00:15:07 user.crit            kernel: ADSL G.992 channel analysis
    Jan 1 00:15:02 user.crit            kernel: ADSL G.992 started
    Jan 1 00:14:56 user.crit            kernel: ADSL G.994 training
    Jan 1 00:14:54 user.crit            kernel: ADSL link down
    Jan 1 00:14:28 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:28 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:28 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:22 user.crit            kernel: ADSL link up,interleaved,us=636,ds=4511
    Jan 1 00:14:22 user.crit            kernel: ADSL G.992 message exchange
    Jan 1 00:14:18 user.crit            kernel: ADSL G.992 channel analysis
    Jan 1 00:14:15 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:15 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:15 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:14:13 user.crit            kernel: ADSL G.992 started
    Jan 1 00:14:07 user.crit            kernel: ADSL G.994 training
    Jan 1 00:13:34 user.debug        syslog: AllLanDevices_Handler: Nothing On List
    Jan 1 00:13:29 user.debug        syslog: AllLanDevices_Handler: Nothing On List
    Jan 1 00:13:23 user.debug        syslog: AllLanDevices_Handler: Nothing On List
    Jan 1 00:13:17 user.debug        syslog: AllLanDevices_Handler: Nothing On List
    Jan 1 00:12:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:24 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:24 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:22 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:22 daemon.err       statsd[295]:      findDhcpLease: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:22 daemon.err       statsd[295]:      supplyDnsLocalDev: failed to open /var/etc/dnsmasq.leases:No such file or directory
    Jan 1 00:12:16 syslog.info        syslogd             started: BusyBox v1.1.3
    end of diagnostic log file
    I apologize if it looks jumbled.  I wasn't sure how else to put it on here.
    I hope you guys can make sense of it.  I've had verizon not show up after I've waited around all day, been disconnected on the phone many times, and have been given the run around.  I don't want to go through it all again.  Let me know if you need anything else!
    Thank you so much!
    --Anthony

    I know that you put this modem combo into bridge mode, however did you put it into full bridge mode or routed bridge mode?
    By "full bridge mode", I point you to
    http://www.dslreports.com/faq/13600
    The reason that I ask, is my logs just look like..
    All Entries
    CURRENT MODEM STATUS
    DSL Modem Status....... Up
    PPP Session Status...... n/a
    Connection Type......... Bridge
    Time set from............. Boot
    Time since last boot.... 1 days, 2 hrs: 20 mins: 6 secs
    EVENTS
    The first number is the Event time (days,hrs:min:sec) since boot.
    Events are listed starting from the most recent.
    0,0:0:22 US Atten: 24.5 DS Atten: 40.5
    0,0:0:22 US Margin: 15.0 DS Margin: 22
    0 0,0:0:22 US Tx Power: 11.8 DS Tx Power: 13.7
    0,0:0:22 US DSL Rate: 864 kbits/sec DS DSL Rate: 3360 kbits/sec
    0,0:0:22 WanMgr reports DSL is UP
    0,0:0:0 Model number: F90-610015-06
    0,0:0:0 Software version: VER:5.01.00.01
    0,0:0:0 Product: ProLine Model: NAT Combo
    end of diagnostic log file
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Dnsmasq redirect if site is down

    I have a dnsmasq dns-server set up on a computer in my LAN. I want my dns server to test whether wikipedia.com is reachable, and if it's not, point the client computer to a local copy of wikipedia. I was thinking I could do this with a few frequently visited sites, and have some script that tests whether those sites are up every five minutes. Dnsmasq could then read from a file whether it should redirect or not.
    Is this possible?
    Thanks!
    Last edited by rayman (2011-09-10 11:27:15)

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Tap0.device issues while attempting to start bridged network

    i'm trying to get the bridged network working so i can run xen and everytime i try sudo netctl enable xenbridge-dhcp i get this error in journalctl.
    -- Logs begin at Wed 2013-05-15 14:16:16 PDT, end at Tue 2013-05-28 18:26:42 PDT. --
    May 28 18:25:07 kimbra sudo[23762]: pam_unix(sudo:session): session closed for user root
    May 28 18:25:12 kimbra sudo[23764]: jd : TTY=pts/1 ; PWD=/home/jd ; USER=root ; COMMAND=/usr/bin/netctl start xenbridge-dhcp
    May 28 18:25:12 kimbra sudo[23764]: pam_unix(sudo:session): session opened for user root by (uid=0)
    May 28 18:25:12 kimbra systemd[1]: Expecting device sys-subsystem-net-devices-tap0.device...
    -- Subject: Unit sys-subsystem-net-devices-tap0.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Unit sys-subsystem-net-devices-tap0.device has begun starting up.
    May 28 18:26:42 kimbra systemd[1]: Job sys-subsystem-net-devices-tap0.device/start timed out.
    May 28 18:26:42 kimbra systemd[1]: Timed out waiting for device sys-subsystem-net-devices-tap0.device.
    -- Subject: Unit sys-subsystem-net-devices-tap0.device has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … e9d022f03d
    -- Unit sys-subsystem-net-devices-tap0.device has failed.
    -- The result is timeout.
    May 28 18:26:42 kimbra systemd[1]: Dependency failed for xen bridge.
    -- Subject: Unit netctl@xenbridge\x2ddhcp.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … e9d022f03d
    -- Unit netctl@xenbridge\x2ddhcp.service has failed.
    -- The result is dependency.
    May 28 18:26:42 kimbra sudo[23764]: pam_unix(sudo:session): session closed for user root
    tap0.device is not working and i can't find the uml_utilities package anywhere.
    help?

    Sorry for the rather late response, but I've just been through this issue myself. The tunctl & brctl utilities are now part of 'uml_utliities', which is itself deprecated.
    I downloaded uml_utilities and installed it.
    I've encountered a bug which appears to be common to all bridged netwroking (the inbuilt VirtualBox bridging demonstrates the same problem). The nature of the bug is that if I bridge with the physical ethernet adapter, only a linux guest VM can see the outside world. THis is true whether the guest is running under VirtualBox or KVM so the issue appears to be generic.
    Non-linux guests can see each other and the *host*, but not the rest of the world. Speculations as to the reason include the deprecation of Uml_Utilities, but regardless, I tried something different.
    I created the bridge and assigned it a separate subnet. I added some tap interfaces. I ran a DHCP server instance listening on the bridge alone. I set forwarding on, and created a static route enabling my router to find the virtual subnet.
    I used dnsmasq for the DHCP as it isn't used by my regular network setup, meaning that I can screw around with it trivially without breaking things. Additionally, I set up the config automatically from my vnet script. I can potentially add multiple virtual subnets this way although I haven't included support in the script as yet. The minimal config hands out addresses from the pool specified on the vnet command line, and I can set up static addresses on the same subnet by referencing the contents of /etc/host and /etc/ethers (it identifies vms by mac address).
    This works perfectly, and has the advantage that the virtual network traffic will route via wireless as well as cabled ethernet. It also makes it simple to firewall the virtual subnet and reduces the risk of experiencing minor hassle when my broken vnet code stuffs the ethernet interface.
    Ping me if you want a copy of the vnet script, although it's still very much a work in progress.
    Last edited by salafrance (2013-09-21 20:02:12)

  • Issues install RAC 12c on Virtualbox

    Hello,
    I am trying to get RAC 12c on OEL6 running on my Windows 7 PC following various notes but mainly the note from ORACLE-BASE which has always been a very helpful site.
    1. This is the content of my /etc/hosts file:
    127.0.0.1   localhost.localdomain localhost
    # Public
    192.168.56.101   oel-rac1.localdomain        oel-rac1
    192.168.56.102   oel-rac2.localdomain        oel-rac2
    # Private
    192.168.1.101   oel-rac1-priv.localdomain   oel-rac1-priv
    192.168.1.102   oel-rac2-priv.localdomain   oel-rac2-priv
    # Virtual
    192.168.56.103   oel-rac1-vip.localdomain    oel-rac1-vip
    192.168.56.104   oel-rac2-vip.localdomain    oel-rac2-vip
    # SCAN
    192.168.56.105   oel-scan.localdomain oel-scan
    192.168.56.106   oel-scan.localdomain oel-scan
    192.168.56.107   oel-scan.localdomain oel-scan
    2. The /etc/resolv.conf file's content:
    # Generated by NetworkManager
    search localdomain
    nameserver 192.168.56.101
    So far I have gone through notes and configured dns, bind and dnsmasq etc
    When I do nslookup on node 1 it works resolving as expected
    But when I do it on NODE2, it doesn't work until I edit its /etc/resolv.conf file's to:
    # Generated by NetworkManager
    search localdomain
    nameserver 192.168.56.102
    Should I need to change this or it should be using the one on NODE1?
    Also I cannot ping or ssh out of the nodes but I can ping and ssh within each node.... and I have turned-off firewall as well but no luck
    I will greatly appreciate your input in solving these issues
    Thanks

    Thanks
    From my question above :
    When I do nslookup on node 1 it works resolving as expected
    But when I do it on NODE2, it doesn't work until I edit its /etc/resolv.conf file's to:
    # Generated by NetworkManager
    search localdomain
    nameserver 192.168.56.102
    Should I need to change this or it should be using the one on NODE1?
    I think this will be the beginning of my solution to this issue.
    I have installed 10g RAC on VMware few years back but at the time there was no need for DNS, Scan etc.
    Did you use SCAN for your install?

  • Dnsmasq[####]: segfault at 0 ip ######## sp bfdce860 error 6 in dnsmas

    Hello!
    Getting soooo many errors from DNSMasq:
    [tkh@tk135 ~]$ sudo journalctl -f
    -- Logs begin at Tue 2014-04-15 13:42:12 EDT. --
    Apr 16 22:22:07 tk135 sudo[8591]: pam_unix(sudo:session): session opened for user root by tkh(uid=0)
    Apr 16 22:22:08 tk135 sudo[8591]: pam_unix(sudo:session): session closed for user root
    Apr 16 22:22:12 tk135 kernel: dnsmasq[8593]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:12 tk135 kernel: dnsmasq[8594]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:12 tk135 kernel: dnsmasq[8595]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:13 tk135 kernel: dnsmasq[8596]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:13 tk135 kernel: dnsmasq[8597]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:13 tk135 kernel: dnsmasq[8598]: segfault at 0 ip 08053599 sp bfdce860 error 6 in dnsmasq[8048000+4c000]
    Apr 16 22:22:15 tk135 sudo[8599]: tkh : TTY=pts/0 ; PWD=/home/tkh ; USER=root ; COMMAND=/usr/bin/journalctl -f
    Apr 16 22:22:15 tk135 sudo[8599]: pam_unix(sudo:session): session opened for user root by tkh(uid=0)
    ^C[tkh@tk135 ~]$
    Please help (:

    Any advice where I can find help?
    Update: Issue is no longer occuring. Not exactly sure if that's what fixed it, but try installing, starting and enabling syslog-ng if you're having the same issue.
    Last edited by etakeh32 (2014-04-30 22:22:15)

  • 15" 2015 rMBP & Pace 5168NV Wi-Fi Issues

    Has anyone here noticed that you experienced any odd wi-fi issues with the Pace 5168NV modem when using a Retina Macbook Pro to connect wirelessly?
    I ask because I recently got high speed internet service installed a week ago, and it seems like I can't get good speeds through the Pace modem's built-in wi-fi at all.
    What's really odd about this situation is that I live in an apartment building where this service is installed, and the Pace modem is located in the living room but when I use my rMBP in the same room as the modem, over wi-fi I get high latency(~100-250ms ping times) and slow speeds(~3-7Mbps) when running speed tests.  When I go to the bedroom, my ping times drop significantly to ~49ms & my speed improves to ~15-18Mbps and stays this way without any slow down or latency.
    Anybody have any suggestions on what the possible problem could be?  A few things I've taken note of is that there are indeed a few other wi-fi access points broadcasting in the living room, and I've tried changing the wireless channel on the modem to one that's not as crowded but this hardly improves things.  I also have all TVs & STBs connected to the modem turned off, so that definitely is not a factor in the slow/laggy connection over wi-fi that I see in the living room.  I also briefly considered that there may be something wrong with OS X and the wi-fi network drivers but ruled this out when the speed improved in the bedroom where it's a good distance away from the modem.
    Any help or advice would be appreciated.

    The saga continues.... It has been a week we are having AT&T Uverse outages with the problem not being resolved. Second AT&T technician came today (6/24) changed the NVG589 router again and replaced the Uverse router. He confirmed the problem is with AT&T outside equipment and he is not authorized to work on that equipment. He called in the AT&T outside equipment technician. The new technician came our  and started looking at outside equipment. I saw him checking something outside the house. My understanding talking to AT&T tecnicians is that my house not getting strong enough signal from neighbourhood AT&T box.  They think it is somekind of problem wiht firmware upgrade or with a board that has 48 slots (one for each customer). How can something that was working until about a week ago can not be fixed in a week by AT&T. Here are number of errors that I am seeing in log files. 2015-06-24T17:14:22-05:00 L3 dnsmasq[569]: no responses from nameserver '68.94.157.10'
    2015-06-24T17:14:27-05:00 L3 dnsmasq[569]: nameserver '68.94.157.10' is now responding In addition I also see FEC errors as indicated below: FEC Errors16020640  In any case the problem is not fixed. So much is promised and so little is delivered by AT&T  Is there any reason to be optimistic that AT&T can fix the problem? Should I look for alternates for Uverse TV & Internet. Shyam Kadari 

  • DNSMasq not caching queries

    I've setup dnsmasq per the wiki: http://wiki.archlinux.org/index.php/Dnsmasq. I only need to use it for DNS caching.  DHCP setup is done by net-profiles.
    My /etc/dsnmasq.conf has only two lines that are not comments:
    listen-address=127.0.0.1
    log-queries
    My /etc/dhcpd.conf.head has the following line:
    nameserver 127.0.0.1
    And dnsmasq is the 2nd item in the DAEMONS section of /etc/rc.conf, right after net-profiles.
    However, when I issue:
    sudo pkill -USR1 dnsmasq
    sudo tail /var/log/messages.log
    I can see that none of my DNS queries are being run locally.
    What may I have missed?  What else can I check to see where the failure is occuring?

    lucke wrote:I believe it should be resolv.conf.head, not dhcpd.conf.head.
    You're absolutely right.  That's what I meant.  That's my resolv.conf.head up there.
    dig www.google.com | grep "Query time"
    returns 85 msec the first time
    dig www.google.com | grep "Query time"
    returns 1 msec.
      -  It appears to be working today.  Not sure what changed or how, but last night there were 0 queries being handled locally.

  • Connection issue - Need help narrowing down

    Hi guys. Trying to pinpoint what's wrong with my connection. I've got a Westell 7500 on DSL. The speed is great, except every so often I'll lose my connection. Happens once every couple of weeks or so and it's usually at night around 8:00. All the lights on the modem/router look normal. But neither one of my 2 computers in the room can get a connection. I can't even log in to the router when this happens. After about an hour the connection appears to fix itself and switch back on. I've tried switching the router off and on to re-establish the connection but it seems to have no effect. Only thing I noticed is when I power-cycle it, the LED on the router labeled "Internet" sometimes remains off. Other times it stays solid green, even though the connection still doesn't work.
    When it's back online and I check my transceiver stats they look fine. I can post 'em if you guys want but everything looked within normal range to me and I have no speed problems so I don't think line quality is the issue.
    Even if you can't help me solve the problem, I hope someone can at least help me figure out whether it's a faulty router or Verizon's service in the area just shuts down temporarily (service status page never says anything).
    Thanks in advance!

    Had another disconnection. But I was able to get to the router and re-connect right away. Usually doesn't even let me get to the router. Anyways, do these entries from the log mean anything to you guys? I lost the connection at about 22:59.
    Oct 26 23:00:32      daemon.err      cwmpd[3578]:      ddnsWanIPCallback WAN State Down
    Oct 26 23:00:30     daemon.notice     net_mgr[355]:     Routes transitioning to Down state on ppp0.
    Oct 26 23:00:30     daemon.notice     net_mgr[355]:     QoS on ppp0 transitioning to Down state.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_HOLDOFF(11)
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell Random Holdoff returning 497 seconds
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     Leaving destroy_pppoesessionfile
    Oct 26 23:00:29     daemon.err     pppd[3313]:     Unlinking PPPoE session file:/WFIO/ppp-config0
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     Enter destroy_pppoesessionfile
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_DISCONNECT(10)
    Oct 26 23:00:29     daemon.info     pppd[3313]:     Sent 358019859 bytes,received 3455869189 bytes.
    Oct 26 23:00:29     daemon.info     pppd[3313]:     Connect time 5165156.9 minutes.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Connection terminated.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     pppd[3313] EXIT_PEER_DEAD caused InternetFail light to be lit
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     PPPD Exit Status changed EXIT_OK->EXIT_PEER_DEAD during phase PHASE_ESTABLISH->PHASE_DEAD
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_DEAD(0)
    Oct 26 23:00:23     daemon.notice     ip-down[3617]:     ppp0: 358019859 bytes sent,3455869189 bytes received
    Oct 26 23:00:23     daemon.notice     ip-down[3617]:     ppp0: disconnected;connected for 309909413 seconds
    Oct 26 23:00:23     daemon.warn     pppd[3313]:     Couldn t increase MRU to 1500
    Oct 26 23:00:23     daemon.warn     pppd[3313]:     Couldn t increase MTU to 1500
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_ESTABLISH(4)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_NETWORK(7)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell ip_down()
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_TERMINATE(9)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Serial link appears to be disconnected.
    Oct 26 23:00:23     daemon.info     pppd[3313]:     No response to 6 echo-requests
    Oct 26 22:51:30     daemon.info     dnsmasq[325]:     DHCPACK(br0) 192.168.1.21 00:90:4b:e7:f0:11 mussel
    Oct 26 22:51:30     daemon.info     dnsmasq[325]:     DHCPREQUEST(br0) 192.168.1.21 00:90:4b:e7:f0:11 

  • VPNC Routing and DNSMASQ

    Environment
    Arch with 2 network interfaces on a single host configured with iptables, dnsmasq, and vpnc. The LAN is masquerading behind an ISP's public IP.
    Router (Arch)
    Switch
    Cable Modem
    Desktop
    Scenario
    Establishing a VPN tunnel with vpnc from the router to the remote concentrator that's usable from the desktop on the LAN. I was able to accomplish this with iptables by forwarding packets from the LAN interface to the tunnel interface:
    -A FORWARD -i enp2s0 -o tun0 -j ACCEPT
    And then masquerading packets from the LAN to the tunnel:
    -A POSTROUTING -s 10.0.0.0/27 -o tun0 -j MASQUERADE
    Problem with this scenario is DNS from the desktop is not working. I think the issue is with how I'm handling DNS. I'm also not sure this is the ideal setup. Traffic appears to be split correctly, in that packets not destined for the VPN subnet correctly use the default GW to the ISP.
    Does anyone have any experience with a similar situation?

    Hi TwoR,
    Please offer more information about your current cluster and RRAS configuration, such as are you installed the RRAS role on any cluster node? Are your cluster in Hyper-V environment?
    Or if you want to create the RRAS cluster you can refer the following KB:
    Deploy Remote Access in a Cluster
    http://technet.microsoft.com/en-us/library/jj134175.aspx
    How to configure Network Load Balancing (NLB) based cluster of VPN Servers
    http://blogs.technet.com/b/rrasblog/archive/2009/07/02/configuring-network-load-balancing-nlb-cluster-of-vpn-servers.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for