Script or util to limit network speed system wide?

Is there a simple script or small util out there that'll let me limit internet download and upload rates? I just care about limiting file transfer and streaming speeds through browsers, but don't mind if it's easier to shape all network traffic. My system has a wired NIC.
I tried to use trickle but it doesn't seem to work at all with chrome and it crashes firefox. I also tried to use wondershaper which seemed to work for setting upload and download rate limits, but then wouldn't allow me to change them back. Wondershaper also seems a little 'iffy' -- there's no man page or output for any of the commands you give and no real confirmation of what's going on.

Here's 2 slightly different methods:  mine and using --set-mark.
These are not what I'd call "simple" though.

Similar Messages

  • Since upgrading to Lion OS, the wifi connectivity keeps blocking up intermittently and we need to manually keep switching on and off the wifi utility to get the connection back. even locking the preferred wifi network in system preferences does not help.

    Since upgrading to Lion OS 10.7.1, the wifi connectivity keeps blocking up intermittently and we need to manually keep switching on and off the wifi utility to get the connection back. even locking the preferred wifi network in system preferences does not help. This never used to happen with Snow Leopard

    This is a big thank you to Rys Sinnefeldt who posted this fix.
    Rys has made this fix very easy to do and takes literally 2 mins. It involves replacing the Atheros Lion driver 4.0 and replacing it with the snow leopard driver. Don't worry, Rys has made this so simple to do even I could do it and so far I have had no more wifi drops.
    follow this link
    http://rys.pixeltards.com/2011/09/04/osx-lion-wifi.html
    Thanks again to Rys.

  • HT1222 Hi Does anyone know how can I stop my iPhone 4s downloading automatic system update so reducing my network speed when plugged in to charge or connected to the pc ??? I'm really ok with my iOS 5.0.1 and I don't need 5.1

    Hi Does anyone know how can I stop my iPhone 4s downloading automatic system update so reducing my network speed when plugged in to charge or connected to the pc ??? I'm really ok with my iOS 5.0.1 and I don't need 5.1

    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • I'm trying to activate my Airport Express to a wireless network powered by an Airport Extreme.  I get an error message that says I need to Use Airport Utility 5.6.  My system is currently running Airport Utility 6.1

    'm trying to activate my Airport Express to a wireless network powered by an Airport Extreme.  I get an error message that says I need to Use Airport Utility 5.6.  My system is currently running Airport Utility 6.1

    Is your AirPort Express an older 802.11g model? If so, you will need to install v5.6 if you are running OS X Lion or 5.6.1 if running OS X Leopard or Snow Leopard. Unfortunately, the iOS version of the AirPort Utility cannot administer these older base stations.

  • IP routing utilizing Verizon private network (GRE tunnel) with remote cellular gateways

    Okay, I give up, and think I have done my due diligence (I have been engrossed and fascinated spending many more hours than allotted to try and learn some of the finer details).  Time for some advice.  My usual trade is controls engineering which generally require only basic knowledge of networking principals.  However I recently took a job to integrate 100 or so lift stations scattered around a county into a central SCADA system.  I decided to use cellular technology to connect these remote sites back to the main SCADA system.  Well the infrastructure is now in and it’s time to get these things talking.  Basic topology description is as follows:  Each remote site has an Airlink LS300 gateway.  Attached to the gateway via Ethernet is a system controller that I will be polling via Modbus TCP from the main SCADA system.  The Airlinks are provisioned by Verizon utilizing a private network with static IP's.  This private networks address is 192.168.1.0/24.  Back at the central office the SCADA computer is sitting behind a Cisco 2911.  The LAN address of the central office is 192.168.11.0/24.  The 2911 is utilizing GRE tunnels that terminate with Verizon.  The original turn up was done with another contractor that did a basic config of the router which you will find below.  As it stands now I am pretty confident the tunnels are up and working (if I change a local computers subnet to 255.255.0.0 I can surprisingly reach the airlinks in the field), but this is obviously not the right way to solve the problem, not to mention I was unable to successfully poll the end devices on the other side of the Airlinks.  I think I understand just about every part of the config below and think it is just missing a few items to be complete.  I would greatly appreciate anyone’s help in getting this set up correctly.  I also have a few questions about the set up that still don’t make sense to me, you will find them below the config.  Thanks in advance.
    no aaa new-model
    ip cef
    ip dhcp excluded-address 10.10.10.1
    ip dhcp pool ccp-pool
     import all
     network 10.10.10.0 255.255.255.248
     default-router 10.10.10.1 
     lease 0 2
    ip domain name yourdomain.com
    no ipv6 cef
    multilink bundle-name authenticated
    username cisco privilege 15 one-time secret 
    redundancy
    crypto isakmp policy 1
    encr 3des
    hash md5
     authentication pre-share
     group 2
    crypto isakmp key AbCdEf01294 address 99.101.15.99  
    crypto isakmp key AbCdEf01294 address 99.100.14.88 
    crypto ipsec transform-set VZW_TSET esp-3des esp-md5-hmac 
    mode transport
    crypto map VZW_VPNTUNNEL 1 ipsec-isakmp 
     description Verizon Wireless Tunnel
     set peer 99.101.15.99
     set peer 99.100.14.88
     set transform-set VZW_TSET 
     match address VZW_VPN
    interface Tunnel1
     description GRE Tunnel to Verizon Wireless
     ip address 172.16.200.2 255.255.255.252
     tunnel source 22.20.19.18
     tunnel destination 99.101.15.99
    interface Tunnel2
    description GRE Tunnel 2 to Verizon Wireless
     ip address 172.16.200.6 255.255.255.252
     tunnel source 22.20.19.18
     tunnel destination 99.100.14.88
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
     ip address 10.10.10.1 255.255.255.248
     shutdown
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     ip address 192.168.11.1 255.255.255.0
     duplex auto
     speed auto
    interface GigabitEthernet0/2
     ip address 22.20.19.18 255.255.255.0
    duplex full
     speed 100
     crypto map VZW_VPNTUNNEL
    router bgp 65505
     bgp log-neighbor-changes
     network 0.0.0.0
     network 192.168.11.0
     neighbor 172.16.200.1 remote-as 6167
     neighbor 172.16.200.5 remote-as 6167
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip route 0.0.0.0 0.0.0.0 22.20.19.19
    ip access-list extended VZW_VPN
     permit gre host 99.101.15.99 host 22.20.19.18
     permit icmp host 99.101.15.99 host 22.20.19.18
     permit esp host 99.101.15.99 host 22.20.19.18
     permit udp host 99.101.15.99 host 22.20.19.18 eq isakmp
     permit gre host 22.20.19.18 host 99.101.15.99
     permit gre host 22.20.19.18 host 99.100.14.88
    access-list 23 permit 10.10.10.0 0.0.0.7
    control-plane
    end
    So after spending countless hours analyzing every portion of this,  I think that adding one line to this will get it going (or at least closer).
    ip route 192.168.1.0 255.255.0.0 22.20.19.19
    That should allow my internal LAN to reach the Airlink gateways on the other side of the tunnel (I think)
    Now for a couple of questions for those that are still actually hanging around.
    #1 what is the purpose of the Ethernet address assigned to each tunnel?  I only see them being used in the BGP section where they are receiving routing tables from the Verizon side (is that correct?).  Why wouldn't or couldn't you just use the physical Ethernet address interface in its place (in the BGP section)?
    #2 is the config above correct in pointing the default route to the physical Ethernet address?  Does that force the packets into the tunnel, or shouldn’t you be pointing it towards the tunnel IP's (172.16.200.2)?  If the config above is correct then I should not need to add the route I described above as if I ping out to 192.168.1.X that should catch it and force it into the tunnel where Verizon would pick it up and know how to get it to its destination??
    #3 Will I need to add another permit to the VZW_VPN for TCP as in the end I need to be able to poll via Modbus which uses port 502 TCP.  Or is TCP implicit in some way with the GRE permit?
     I actually have alot more questions, but I will keep reading for now.
    I really appreciate the time you all took to trudge through this.  Also please feel free to point anything else out that I may have missed or that can be improved.  Have a great day!

    This post is a duplicate of this thread
    https://supportforums.cisco.com/discussion/12275476/proper-routing-lan-through-verizon-private-network-gre-airlink-gateways
    which has a response. I suggest that all discussion of this question be done through the other thread.
    HTH
    Rick

  • I am desperate!! slow choppy network speeds (not actual inability to cnnct)

    I have a 13" macbook air that has the following problem: I can connect to wifi networks (including at home WPA and also tried WPA2 settings) but even though I may get proper speed at first, I soon lose that and it becomes much slower and choppy (if I open activity monitor I can see the speed going up and down like crazy...). My internet speed at home is 12mpbs set by my provider. When I perform speed tests (vis speedtest.net or downloading files from other speed test sites) on my windows PC that is also on this network I get the full download speed. However with this MAC while I initially did get the full speed, it is now down to an average of 3-5mbps and the activity monitor, again, shows choppy behavior so it will be at 8 then at zero almost and then up and down again but never near the full speed. I tried to connect to other networks and I have the same problem - once this happens it stays. I tried removing the airport connection in network preferences and adding it again it does not help.
    I TALKED TO APPLE AND HAD MY COMPUTER TESTED BY THEM - they didn't find any hardware issues (they said it was fine - but it isn't) but they still replaced the airport hardware in the computer - both the chip and the antenna (which meant replacing the entire screen). I brought the computer home, ran a speed test and everything was fine. I thought GREAT but then something happened and the problem returned. What I did (which I think was unrelated) was connect via SMB to a PC at home and I tried to stream a movie file. I noticed it kept 'pausing' so I opened up activity monitor again and to my HORROR I saw the choppy wave with network speed very inconsistent going up and down like crazy... I tried connecting to my slingox using the sling web access after disconnecting from my home PC but got partial speed and lots of drops too. I tried the speed test again multiple times, nothing seems to work.
    SO I don't know what to do at this point. I have 10.6.6 running. I heard something about a firmware update but I am new to mac so not sure how to even do that or what else I can do to solve this problem or what is causing it. BTW - logging in now from the guest account still does not fix the issues and they remain the same.
    I am desperately looking for help!!
    Thanks a lot!

    Have you been able to reproduce your problems on other wireless networks other than at your house? It appears you are saying that this occurs on all wireless, but I'm not sure from your comment. If it's only at home, it would appear to be a compatibility issue between your wireless access point and the Macbook Air, which isn't uncommon. Sometimes a firmware upgrade to the access point can fix it, sometimes it might require switching to a different brand of access point. It would be great if you could borrow (or buy and return) a different access point/router to test. An Apple airport would be the best to use of course. Not the easiest solution, but lets you help rule out a hardware issue with your air.
    My isp provides 15mbps but my wireless devices such as my iphone, ipad, laptop usually only get 6.5-8 mbps when testing speeds to the internet. I don't expect it to be as good as the wired due to interference, signal, etc. I don't get the choppy behavior however. Firware updates from Apple will appear in the same manner as standard software updates. If there is one available for your system it should appear when you check for software updates. That being said, I believe you can also manually download them from the Apple site.

  • Set network speed & mode in Solaris 10

    Hi all,
    Can someone know how to change the network speed and mode in solaris 10 SPARC
    I tried with ndd -set , is this valid for Solaris 10
    How can I check the speed and mode
    Regards,
    Hakim

    It depends on what type of interface card you have, but basically you can use ndd -set and ndd-get commands on most of the NICs in a Sun box:
    Network Interface Cards documentation:
    http://docs.sun.com/app/docs/prod/net.inter.crds#hic
    I have bge cards, so, I run this command to see what parameters I can alter:
    ndd -get /dev/bge0 \?
    ? (read only)
    autoneg_cap (read only)
    pause_cap (read only)
    asym_pause_cap (read only)
    1000fdx_cap (read only)
    1000hdx_cap (read only)
    100T4_cap (read only)
    100fdx_cap (read only)
    100hdx_cap (read only)
    10fdx_cap (read only)
    10hdx_cap (read only)
    adv_autoneg_cap (read and write)
    adv_pause_cap (read and write)
    adv_asym_pause_cap (read and write)
    adv_1000fdx_cap (read and write)
    adv_1000hdx_cap (read and write)
    adv_100T4_cap (read only)
    adv_100fdx_cap (read and write)
    adv_100hdx_cap (read and write)
    adv_10fdx_cap (read and write)
    adv_10hdx_cap (read and write)
    lp_autoneg_cap (read only)
    lp_pause_cap (read only)
    lp_asym_pause_cap (read only)
    lp_1000fdx_cap (read only)
    lp_1000hdx_cap (read only)
    lp_100T4_cap (read only)
    lp_100fdx_cap (read only)
    lp_100hdx_cap (read only)
    lp_10fdx_cap (read only)
    lp_10hdx_cap (read only)
    link_status (read only)
    link_speed (read only)
    link_duplex (read only)
    link_autoneg (read only)
    link_rx_pause (read only)
    link_tx_pause (read only)
    loop_mode (read only)
    msi_cnt (read and write)
    drain_max (read and write)
    speed:
    ndd -get /dev/bge0 link_speed (Note that this is read-only attribute)
    100
    duplex:
    ndd -get /dev/bge0 100fdx_cap (read/write atrribute)
    1
    etc...
    To set duplex during boot, I do this:
    cat /etc/init.d/NICtune.s
    #!/sbin/sh
    # This script tunes the NIC to 100 Full Duplex
    case "$1" in
    start)
    ndd -set /dev/bge0 adv_1000fdx_cap 0
    ndd -set /dev/bge0 adv_1000hdx_cap 0
    ndd -set /dev/bge0 adv_100fdx_cap 1
    ndd -set /dev/bge0 adv_100hdx_cap 0
    ndd -set /dev/bge0 adv_10fdx_cap 0
    ndd -set /dev/bge0 adv_10hdx_cap 0
    ndd -set /dev/bge0 adv_autoneg_cap 0
    stop)
    continue
    echo "Usage: $0 { start | stop }"
    exit 1
    esac
    exit 0
    ln -s /etc/init.d/NICtune /etc/rc2.d/S99NICTune
    HTH
    John

  • Standard local network speed test?

    I recently setup up a dual-band (dedicated n, dedicated g) wireless network, and I think I am having some issues with throughput (qualitative observation). So I started trying to find a good metric for performance of the wireless systems. Note, I am talking here about the local wireless (Airport devices between home computers), not the connected internet speed (cable, DSL, fiber).
    I see a lot of people copying files and timing the transfer. Is this the best there is? From what I've read, ping isn't such a good metric for network throughput. You can watch the kb/s transfer report on copy, but that isn't exactly stable or indicative of general performance. Any other tools, programs, methods, etc.? Or should I just be timing file transfers?
    Thanks!

    Yes, I know how to handle and suppress errors in LabView. I was mainly looking for a good example on a network speed test.
    The test we have uses was written by one of our software guys, it uses two computers in a client-server arrangement and stops and displays an error message when the client computer loses connection to the server. Regardless of the reasoning I have given the programmer refuses to change it because he wrote the test for him and that's how he wants it.
    I want a program that can use one computer with two network cards. 
    It will send a data stream out one NIC, through the UUT, and back in the other NIC.
    Where it Will be checked for errors and dropped packets, and sent back through the UUT.
    A continuous throughput speed measurment will also be logged along with errors, dropped packets, and retries.
    I have never used any of the LV networking, tcp, etc  VI's and was hoping someone had done this before because I do not have time to start from scratch.

  • Network speed WAY down for internet - help??

    I have 3 airport extreme's set up as a WDN. It all works great. Internet is fast through a cable modem attached to the main stations WAN port.
    It seems though that when "certain" users are getting into heavy internet traffic, seemingly large continuous downloads, the REST of the network is slowing down. The internet slows down to a CRAWL, so much so that eventually safari brings up the "network troublshooting" thing.
    What is perplexing about this is that when I try to remote desktop to another machine on the LAN, THIS TOO has slowed to a crawl! There are no other LAN transfers or interactions between machines going on, ONLY NAT/DHCP net access.
    I KNOW it is other users, because when I disconnect the internet, the network speed instantly goes back to super fast, remote desktop works great etc, then it seems somebody is starting their download again (ha ha that I just disconnected) and suddenly it's crawling. This doesn't seem right, not with only 3 - 5 users on a 3 base station system, and a 1Mb/s internet cable connection.... does it? At least, if the internet is slowing down, other LAN traffic (non internet related) should not right?? This is the part that has got me confused.
    Also is there any software out there that will let me see stats from the main station in regards to:
    - DHCP LAN assignments
    - and upload / download traffic of each of those LAN addresses and other information.
    Thanks,
    Miklos.
    PS Just to be clear when the internet is extremely slow it is not one particular site - email doesn't work, and the same site, reloaded again and again does not load - the rest of the network is simultaneously slow - I disconnect the internet (log off via simple software app supplied by the ISP) and within 5 - 10 seconds, network speed is visibly up - things start loading properly, and the internet - the same site, starts to load very fast.
    My dilemma is how can the internet usage slow the REST of the network, when it's a very fast system! Another point: I am NOT resetting the base stations, they are remaining online and nobody is getting bumped off, I'm only disconnecting the internet feed that's ALL, so it's not like they're getting kicked off and then network speed is resuming, they are still in effect logged on to the network, they just can't access the internet.

    Did you run it in store? If so, the wireless instore is notoriously bogged down/slow with all the things connected to it.
    If you like my post, or solution to your issue/question, go ahead and click on the little star by my name and/or accept the post as the Solution. It makes me happy.
    I'm NOT an employee of Best Buy, or Geek Squad, though I did work as an Agent for a year 5 years ago. None of my posts are to be taken as the official stance that Best Buy will take on your situation. My advice is just that, advice.
    Unfortunately, that's the bad luck of any electronic, there's going to be bad Apples... wait that's a horrible pun.

  • How install Network Audio System?

    I try install "ftp://ftp.x.org/contrib/audio/nas/nas-1.2p5.tar.gz", but compiling with errors, I think missing some headers.
    There errors of lasts lines then I try install nas1.8 with command "make install":
    In file included from ../include/resource.h:27,
                     from ../include/dixstruct.h:31,
                     from dispatch.c:52:
    ../include/misc.h:36:25: error: X11/Xosdefs.h: No such file or directory
    ../include/misc.h:62:57: error: X11/Xfuncs.h: No such file or directory
    make[2]: *** [dispatch.o] Error 1
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    make[1]: *** [dia] Error 2
    make[1]: Leaving directory `/home/al/nas-1.8/server'
    make: *** [install] Error 2

    [root@myhost ~]# pacman -S libice
    :: libice-1.0.1-1: is up to date.  Upgrade anyway? [Y/n] y
    Targets: libice-1.0.1-1
    Total Package Size:   0.1 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading libice... done.
    [root@myhost ~]# pacman -S libxmu
    :: libxmu-1.0.2-1: is up to date.  Upgrade anyway? [Y/n] y
    Targets: libxmu-1.0.2-1
    Total Package Size:   0.1 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading libxmu... done.
    [root@myhost ~]# cd /home/al/nas-1.8
    [root@myhost nas-1.8]# xmkmf
    mv -f Makefile Makefile.bak
    imake -DUseInstalled -I/usr/lib/X11/config
    [root@myhost nas-1.8]# make World
    Building Network Audio System sample implementation
    Thu Aug 10 19:24:01 EEST 2006
    make  Makefiles
    make[1]: Entering directory `/home/al/nas-1.8'
    making Makefiles in include...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/include'
    making Makefiles in include/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/include'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/include'
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    making Makefiles in server...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:29,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/server'
    making Makefiles in server/dia...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:28,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    making Makefiles in server/os...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    In file included from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./Imakefile:71: warning: "PartialNetDefault" is not defined
    ./Imakefile:99: warning: "XdecServer" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    making Makefiles in server/dda/voxware...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:31,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    making Makefiles in lib...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    making Makefiles in lib/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/lib'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/lib'
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    making Makefiles in clients...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    making Makefiles in clients/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/clients'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/clients'
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    making Makefiles in clients/audio/widgets...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    making Makefiles in clients/audio/auconvert...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    making Makefiles in clients/audio/auctl...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    making Makefiles in clients/audio/audemo...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    making Makefiles in clients/audio/audial...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    making Makefiles in clients/audio/auedit...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    making Makefiles in clients/audio/auinfo...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    making Makefiles in clients/audio/aupanel...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    making Makefiles in clients/audio/auplay...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    making Makefiles in clients/audio/aurecord...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    making Makefiles in clients/audio/autool...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    making Makefiles in clients/audio/auwave...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    making Makefiles in clients/audio/auphone...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    making Makefiles in clients/audio/auscope...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    making Makefiles in clients/audio/util...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    making Makefiles in clients/audio/examples...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    making Makefiles in doc...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    making Makefiles in doc/man...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/doc'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/doc'
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    making Makefiles in doc/man/lib...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/doc/man'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    making Makefiles in config...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:10,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `Makefiles'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  cleandir
    make[1]: Entering directory `/home/al/nas-1.8'
    rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut   "#"*
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  includes
    make[1]: Entering directory `/home/al/nas-1.8'
    including in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    including in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `includes'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    including in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    including in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    + cd ../../include/
    + for i in globals.h nasconf.h
    + rm -f globals.h
    + ln -s ..//server/dia/globals.h .
    + for i in globals.h nasconf.h
    + rm -f nasconf.h
    + ln -s ..//server/dia/nasconf.h .
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    including in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    + cd ../../include/
    + for i in aulog.h
    + rm -f aulog.h
    + ln -s ..//server/os/aulog.h .
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    including in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `includes'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    including in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    including in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    + cd ../../include/audio
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Alibint.h
    + ln -s ../../lib/audio/Alibint.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Alibnet.h
    + ln -s ../../lib/audio/Alibnet.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Xtutil.h
    + ln -s ../../lib/audio/Xtutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audiolib.h
    + ln -s ../../lib/audio/audiolib.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audioutil.h
    + ln -s ../../lib/audio/audioutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f snd.h
    + ln -s ../../lib/audio/snd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f wave.h
    + ln -s ../../lib/audio/wave.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f voc.h
    + ln -s ../../lib/audio/voc.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f aiff.h
    + ln -s ../../lib/audio/aiff.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f sound.h
    + ln -s ../../lib/audio/sound.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f soundlib.h
    + ln -s ../../lib/audio/soundlib.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f fileutil.h
    + ln -s ../../lib/audio/fileutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f 8svx.h
    + ln -s ../../lib/audio/8svx.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Astreams.h
    + ln -s ../../lib/audio/Astreams.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audio.h
    + ln -s ../../lib/audio/audio.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Afuncproto.h
    + ln -s ../../lib/audio/Afuncproto.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Afuncs.h
    + ln -s ../../lib/audio/Afuncs.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Amd.h
    + ln -s ../../lib/audio/Amd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Amd.h
    + ln -s ../../lib/audio/Amd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aos.h
    + ln -s ../../lib/audio/Aos.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aosdefs.h
    + ln -s ../../lib/audio/Aosdefs.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aproto.h
    + ln -s ../../lib/audio/Aproto.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f mutex.h
    + ln -s ../../lib/audio/mutex.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f release.h
    + ln -s ../../lib/audio/release.h .
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    including in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    including in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    including in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    including in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    including in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    including in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    including in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    including in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    including in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    including in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    including in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    including in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    including in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    including in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    including in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    including in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    including in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    including in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    including in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    including in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    including in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    including in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    + cd ../include/
    + for i in NasConfig.h config.h
    + rm -f NasConfig.h
    + ln -s ..//config/NasConfig.h .
    + for i in NasConfig.h config.h
    + rm -f config.h
    + ln -s ..//config/config.h .
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  depend
    make[1]: Entering directory `/home/al/nas-1.8'
    depending in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    depending in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `depend'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    depending in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    depending in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    gccmakedep  -- -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                  -DFUNCPROTO=15 -DNARROWPROTO   -DNASCONFSEARCHPATH="/etc/nas/"   -- dispatch.c dixutils.c events.c globals.c main.c resource.c swapreq.c        tables.c swaprep.c        audispatch.c auswap.c autables.c auevents.c auutil.c auconfig.c        auprocess.c nasconf.c lex.c gram.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    depending in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    gccmakedep  -- -I.  -I../include -I../../include -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO   -DUNIXCONN -DTCPCONN        -- WaitFor.c access.c connection.c io.c                   osinit.c utils.c auth.c mitauth.c aulog.c               daemon.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    depending in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    gccmakedep  -- -I. -I../../include -I../../../include -I../../dia -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                           -DFUNCPROTO=15 -DNARROWPROTO      -- auvoxware.c config.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    depending in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    depending in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    gccmakedep  --  -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                             -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DMALLOC_0_RETURNS_NULL    -- AlibAsync.c Alibint.c AuErrDes.c AuFreeEData.c CloseSvr.c ConnSvr.c           CrFlow.c DesFlow.c Flush.c HandleEv.c IDOfEvent.c KillClient.c                NextEvent.c OpenSvr.c ReqEvent.c ScanEvents.c ScanTEvent.c                   SetElState.c GetElState.c SetElement.c GetElement.c SvrName.c Sync.c           ReadEl.c WriteEl.c Util.c SetElParms.c GetDevAttr.c                  SetDevAttr.c CrBucket.c DesBucket.c GetBucAttr.c ListBucket.c                       ListDevice.c GetSvrTime.c SetClsDwnMd.c GetClsDwnMd.c                     convutil.c fileutil.c monitor.c bcache.c                            globals.c Astreams.c ErrHndlr.c                               snd.c wave.c voc.c aiff.c 8svx.c sound.c soundlib.c mutex.c
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    depending in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    depending in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    depending in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- Slider.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    depending in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP  -- auconvert.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    depending in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auctl.c execute.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    depending in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- audemo.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    depending in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- audial.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    depending in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP  -- auedit.c Graph.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    depending in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auinfo.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    depending in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- aupanel.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    depending in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auplay.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    depending in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- aurecord.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    depending in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- audiotool.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    depending in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- auwave.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    depending in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- auphone.c rings.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    depending in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `depend'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    depending in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- soundtoh.c issndfile.c playbucket.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    depending in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- playFile.c playSimul.c playFromBckt.c loopBucket.c bundle.c        recordBucket.c plyBcktAsync.c playRaw.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    depending in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    depending in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    depending in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `depend'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    depending in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `depend'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  -k all
    make[1]: Entering directory `/home/al/nas-1.8'
    making all in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    making all in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    making all in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    making all in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    making all in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    making all in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    + mv -f nasd nasd.bak
    gcc -m32 -o nasd -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib    dia/libdia.a dda/voxware/libvoxware.a os/libos.a
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    making all in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    making all in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    making all in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    making all in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    making all in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing     -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                  -DFUNCPROTO=15 -DNARROWPROTO       -c -o Slider.o Slider.c
    rm -f libwidgets.a
    ar clq libwidgets.a Slider.o
    ranlib libwidgets.a
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    making all in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    making all in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    making all in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o audemo.o audemo.c
    rm -f audemo
    gcc -m32 -o audemo audemo.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    making all in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    making all in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP   -c -o auedit.o auedit.c
    rm -f auedit
    gcc -m32 -o auedit auedit.o Graph.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    making all in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    making all in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o aupanel.o aupanel.c
    rm -f aupanel
    gcc -m32 -o aupanel aupanel.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    making all in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    making all in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    making all in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o audiotool.o audiotool.c
    rm -f autool
    gcc -m32 -o autool audiotool.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    making all in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o auwave.o auwave.c
    rm -f auwave
    gcc -m32 -o auwave auwave.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    making all in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o auphone.o auphone.c
    rm -f auphone
    gcc -m32 -o auphone auphone.o rings.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    making all in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    making all in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    making all in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    making all in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    making all in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    making all in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    making all in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    Thu Aug 10 19:28:49 EEST 2006
    Build of Network Audio System complete
    [root@myhost nas-1.8]# make install
    installing in ./include...
    make[1]: Entering directory `/home/al/nas-1.8/include'
    installing in include/audio...
    make[2]: Entering directory `/home/al/nas-1.8/include/audio'
    + install -c -m 0444 Afuncproto.h /usr/include/audio
    + install -c -m 0444 Afuncs.h /usr/include/audio
    + install -c -m 0444 Amd.h /usr/include/audio
    + install -c -m 0444 Aos.h /usr/include/audio
    + install -c -m 0444 Aosdefs.h /usr/include/audio
    + install -c -m 0444 Aproto.h /usr/include/audio
    + install -c -m 0444 audio.h /usr/include/audio
    + install -c -m 0444 Alibint.h /usr/include/audio
    + install -c -m 0444 Alibnet.h /usr/include/audio
    + install -c -m 0444 audiolib.h /usr/include/audio
    + install -c -m 0444 audioutil.h /usr/include/audio
    + install -c -m 0444 snd.h /usr/include/audio
    + install -c -m 0444 wave.h /usr/include/audio
    + install -c -m 0444 voc.h /usr/include/audio
    + install -c -m 0444 aiff.h /usr/include/audio
    + install -c -m 0444 sound.h /usr/include/audio
    + install -c -m 0444 soundlib.h /usr/include/audio
    + install -c -m 0444 fileutil.h /usr/include/audio
    + install -c -m 0444 8svx.h /usr/include/audio
    + install -c -m 0444 Astreams.h /usr/include/audio
    + install -c -m 0444 audio.h /usr/include/audio
    install in include/audio done
    make[2]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[1]: Leaving directory `/home/al/nas-1.8/include'
    installing in ./server...
    make[1]: Entering directory `/home/al/nas-1.8/server'
    making all in server/dia...
    make[2]: Entering directory `/home/al/nas-1.8/server/dia'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    making all in server/os...
    make[2]: Entering directory `/home/al/nas-1.8/server/os'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/os'
    making all in server/dda/voxware...
    make[2]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    install -c   nasd /usr/bin/nasd
    + install -c nasd /usr/bin
    install -c -m 0444 nasd.conf.eg /etc/nas//nasd.conf.eg
    installing in server/dia...
    make[2]: Entering directory `/home/al/nas-1.8/server/dia'
    install in server/dia done
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    installing in server/os...
    make[2]: Entering directory `/home/al/nas-1.8/server/os'
    install in server/os done
    make[2]: Leaving directory `/home/al/nas-1.8/server/os'
    installing in server/dda/voxware...
    make[2]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    install in server/dda/voxware done
    make[2]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[1]: Leaving directory `/home/al/nas-1.8/server'
    installing in ./lib...
    make[1]: Entering directory `/home/al/nas-1.8/lib'
    installing in lib/audio...
    make[2]: Entering directory `/home/al/nas-1.8/lib/audio'
    + install -c -m 0444 Alibint.h /usr/include/audio
    + install -c -m 0444 Alibnet.h /usr/include/audio
    + install -c -m 0444 Xtutil.h /usr/include/audio
    + install -c -m 0444 audiolib.h /usr/include/audio
    + install -c -m 0444 audioutil.h /usr/include/audio
    + install -c -m 0444 snd.h /usr/include/audio
    + install -c -m 0444 wave.h /usr/include/audio
    + install -c -m 0444 voc.h /usr/include/audio
    + install -c -m 0444 aiff.h /usr/include/audio
    + install -c -m 0444 sound.h /usr/include/audio
    + install -c -m 0444 soundlib.h /usr/include/audio
    + install -c -m 0444 fileutil.h /usr/include/audio
    + install -c -m 0444 8svx.h /usr/include/audio
    + install -c -m 0444 Astreams.h /usr/include/audio
    + install -c -m 0444 audio.h

  • MacBook Air 2010 network speed drop sharply after download starts

    My MBA 2010 started having network issue a few month ago. The symptom is:
    1. Sometime, the network speed (both in and out) drops to 0B/sec suddenly and all connection died, then comes back after a few sec. 
    2. When downloading large files, the initial download speed was great, 2MB/s, but sharply dropped to 20KB/s after a few sec. And never increase.
    I have another MacBook Pro on the same home network. Never had such issues with it. I also tried to download the same file from both machines at the same time or one after another. No matter which way, my MBP can consistently have 2MB/s speed, but my MBA only had 20K/s.
    I had this issue with MBA when it was running snow leopard. And I thought it may deal with OS. So just upgraded to Mountain Lion (clean install). But still the same issue.
    But when speedtesting with www.speedtest.net, MBA still works pretty good, 18mbps download, 4mbps upload. This really confuses me. I begin to suspect if my airport adapter is broken or getting flaky. Any help or suggestion will be appreciated.

    Ok, when I take the MacBook Air into the room with the Airport Express the Internet Connection works well and the Airport Utility shows the Phy Connection as 802.11 a / n as opposed to 802.11 b / g / n
    Does this tell me anything about why when connected to the Network via the Airport Express that I am having trouble connecting to almost any URL?  Sometimes it connects but very slowly.  When I do get through to the Speedtest things look Ok but with some serious valleys in the graphic.

  • Very slow network speed

    Since I changed from Mac OS 9.2.2 to Mac OS X 10.3.9 on my dual 450 Power Mac i am having always the same problem. after some new starts my network speed becommes very slow. internet, printer connection and also when using personal file sharing. Folder of 22MB takes about 1 hour insted of 3 seconds to send from one mac to the other. I was trying on both HD´s and with only security update from CD before using Internet. I also have to repair volume permissions.tried reset of PRAM. tried it with both HD´s separately installed, sometimes it helped for short time. but unfortunately I always get the problem also when I am not using intenet connection after installing 10.3.9 on a completely empty HD (also tried to formate mith zeros). On my other mac´s: G3 (400MHz), G4 (500MHz) PowerBook and Power Mac G4 450(single)
    the system is working without any problem. same settings! Only the Power Mac G4 dual 450 I am having this problem. Software like Photoshop, X-Press and also Maxxon 4D are running fast and without problems. Please help me!!!

    Since I changed from Mac OS 9.2.2 to Mac OS X 10.3.9 on my dual 450 Power Mac i am having always the same problem. after some new starts my network speed becommes very slow. internet, printer connection and also when using personal file sharing. Folder of 22MB takes about 1 hour insted of 3 seconds to send from one mac to the other. I was trying on both HD´s and with only security update from CD before using Internet. I also have to repair volume permissions.tried reset of PRAM. tried it with both HD´s separately installed, sometimes it helped for short time. but unfortunately I always get the problem also when I am not using intenet connection after installing 10.3.9 on a completely empty HD (also tried to formate mith zeros). On my other mac´s: G3 (400MHz), G4 (500MHz) PowerBook and Power Mac G4 450(single)
    the system is working without any problem. same settings! Only the Power Mac G4 dual 450 I am having this problem. Software like Photoshop, X-Press and also Maxxon 4D are running fast and without problems. Please help me!!!

  • Help with NAS (Network Audio System) setup.

    Anyone having any ideas how to set up this? I couldn't find any documentation, no howtos, no help, just an obscure nasd.con.eg in the package.
    Has anyone managed to set up a client and a server for this system, it'd be really useful to me...

    Idd, seeking is hard and really hacky (:D) to implement with the two process solution. :\ You can use the
    extern-movie.sh 10.0.0.4 movie.mkv 124
    to seek where you want in the files, but you'd have to exit the script, then restart the script in the middle of a movie ... :\ Writing a plugin for MPlayer might kinda defeat the simplistic design of rsound. Shouldn't be hard to implement though. I made an rsound client in python in like 5 mins, so shouldn't be too hard.
    As for NAS: http://linux.die.net/man/1/nasd this helped a little, but it really looks like legacy software. "When the Network Audio System server starts up, it takes over /dev/audio."
    I've been trying to get nas up and running, and it wasn't hard to get it to play some stuff with mplayer, but it feels quite broken using the default config + mplayer. Might be my alsa emulation of course, but mplayer showed hickups, erratic framerate (-autosync 100 helped against this), bad sound quality, and a couple of crashes.
    You could try this from the command line. Shouldn't need to set-up any config file yet.
    sudo nasd -aa
    And running this in another shell:
    mplayer <movie> -ao nas
    Try it locally, not sure how to set up nas to connect to extern servers. :\
    Last edited by Themaister (2010-01-04 18:47:10)

  • Is it possible to limit internet speed for a specific ip adress?

    I have a laptop and a ps3 connected to my router via wifi. I wanted to know if i can limit the bandwith for my ps3. I assigned the ps3 system a specific ip adress and now want to limit the speed it gets lower. I searched around and i think it is possible by changing some things around in the qos settings for a specific ip but do not have any idea what to do after going there. Can anyone help?

    There has not been a native Apple OS version of IE for many years now, sorry.  The only way you will be able to do this is to install windows, either via bootcamp and dual-boot your machine, or in a virtual machine like Parallels or VMWare Fusion.
    You can make the site think Safari is IE by using the Developer's Advanced menu to check the box - however, this only makes Safari "sign in" as IE.  If the program actually requires proprietary Microsoft Active-X features, then you need IE itself, and that will require windows.

  • Windows Server 2008 R2 & Network speed

    Today my server went slow. I've expreienced, that the network speed is very slow, and the average speed is around 200-500mpbs which is fine. Anyways from outside, the server is annoying slow, and speedtest.net shows quite good speed.
    The game server is slow, website is slow, remote desktop connection, and the whole server is just slow, even the CPU usage is 0%, and RAM is around 9%
    Specs: x4 Intel(R) Xeon(R) CPU X5355 @ 2.66GHz OS: Microsoft Windows Server 2008 R2 Standard 32GB DDR3 RAM
    I'm running an MMORPG server on it. And I've never experienced such thing. I'm working with Windows Servers since 3 years.
    I'm clueless now, and I don't know what's causing this annoying network issue. Do you have any ideas how to solve it?
    Thanks.

    Hi,
    I don't think if there's any problem with my disk.
    The whole system went slow, for example, now, my site takes around 30 secs to load, and before when I had no problems, it took max. 1 second.
    Try out: http://4story.hitlan.net/index.php
    Remote desktop, and the whole gameserver running on it are also slow. But there's 0% CPU usage:
    http://i.imgur.com/ITzYGW7.png
    The disk is also okay: http://i.imgur.com/jqyM5OR.png
    If I ping the server, the average answer time is 62ms which is not the best, considering, that the server is located far away from me, it's OK.
    I've asked the sponsor of my game server, and they says they doesn't see any problem.
    And the most weird thing, that if I do a speedtest, it shows me around 200-400mpbs download speed, and the same upload speed.
    I can't understand it how could it happen. Before everything was fast, and yesterday everything became slow. And not for only me, for everyone.
    I really don't understand how it could happen, everything was fast, before, now everything went slow.

Maybe you are looking for

  • Multiple device simulation

    This topic has been addressed several times in the past, but I have not seen a satisfying answer yet. The problem is that multiple devices need to be simulated on a GPIB bus by a single PC or workstation. This requires listening to multiple addresses

  • Why does my Mac ask for my password when I try to make a change on my external hard drive with Time Machine?

    I recently formatted the hard drive to do a fresh install of Mavericks on my Macbook Pro Retina. I then formatted my Western Digital 2 TB External Hard Drive for Time Machine. I then began storing others files and folders on the external hard drive a

  • Sending E-Mail with ABAP List as Attachment with custom Extension

    Hello everyone. I have the following problem: I want to send a ABAP list as an attachment to an external e-mail address with a <b>custom file extension</b>. Everything works fine, exept the thing with the file extension. I am using FB 'SO_NEW_DOCUMEN

  • How create a PopUp in a WebDynpro CO???

    hi all, I am trying to create a PopUp in a Web Dynpro CO, but not work for me... try this: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68 but it does not work, How can I fix this? Thanks!

  • Any idea when QuickTime 10 will get editing capabilities?

    I know everyone has just been using QuckTime Pro 7 to edit and export movies, but when can we expect the same for QuckTime 10? I think QT 7 has been depricated in Lion, so will Mountain Lion possibly have some QT 10 editing features?