Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NewtownGuy
  • Content: Threads
  • Order by date
  1. NewtownGuy

    How do I avoid problems when a file I'm reading changes ?

    I'm not sure if this is the right place for this question. I'm running Ubuntu Server 10.04 LTS. This machine is continuously acquiring data in real time and adding snippets of data to various of tens of thousands of files. From time to time, I have a bash program read all the files in turn and...
  2. NewtownGuy

    How do I disable entering power save on boot in Ubuntu 12.10 SERVER ?

    I'm going bananas ! I did a clean installation of Ubuntu 12.10 SERVER. I get the initial screen, but then it says "entering power save" and the screen goes black / blank. I can't turn on the screen for love or money. I know the machine is running because I can SSH into it. I tried changing the...
  3. NewtownGuy

    Problem with tail command in bash script in Ubuntu Server 10.04 with tfiles with fewer than 10 lines

    I have a bash script that is supposed to process the ten last lines, or fewer in files with fewer than ten lines, of a text file. I use 'tail' to read these lines into a new text file, which I then read into an array. There's a problem when the file being read has fewer than ten lines. The...
  4. NewtownGuy

    Logging scans received by wireless access point in Ubuntu server

    I'm building a wireless access point using Ubuntu Server 10.04 LTS and an Atheros AR9287 wireless network interface card. I want to detect when mobile devices scan for wireless access points and I want to maximize the frequency with which they do so. I do not want to allow them to communicate...
  5. NewtownGuy

    how can I get a message when my public dynamic ip address changes ?

    How can I get a message when my public dynamic IP address changes ? I need the message with as small a delay as possible from the moment when the public IP address changes. I'm running Ubuntu Server 10.04 LTS. I assume my machine has to be the Internet gateway router and have two network ports...
  6. NewtownGuy

    image map won't work with Java applet

    I place an image map over live M-JPEG video. It works in all browsers except when I display the video with a Java applet. Initially I thought it was just an IE problem, but it also occurs in other browsers when the video is displayed by a Java applet. There's no problem if I display the video...
  7. NewtownGuy

    body onload won't fire due to video stream

    BODY onload="initScript();" won't execute my initScript, apparently because my page immediately loads a live M-JPEG video stream and thus the page never finishes loading all of the images. I've tried invoking initScript at the bottom of my JS functions, but sometimes it fires before the page...
  8. NewtownGuy

    Can't get correct directory after using a symbolic link

    Hello, I am using Ubuntu Server 10.04 LTS. I have a problem specifying a directory within a bash script that I run via a symbolic link. I start the task using a symbolic link to it in /etc/cron.hourly/. The scripts that I want to run are in /var/www/name/cgi-bin/ and data each one needs are in...
  9. NewtownGuy

    How do I fsck the / partition on boot but not other partitions ?

    I want to control when various partitions are file system checked so I can always boot quickly and so I can e2fsck /home according to a calendar even if the machine does not reboot often. I have created /home as a separate partition that has most of the disk space. I will force a fsck of /home...
  10. NewtownGuy

    what is the best file system for Ubuntu Server for solar power ?

    I need to run Ubuntu Server 10.x machines with TB disks that use solar power. I need to choose a file system that handles frequent power loss well, especially at the worst time -- when file system checks are running. I've looked at ext4 with data=journal and Reiserfs, but I would like input on...
  11. NewtownGuy

    Replacing mainboard broke network with Ubuntu Server 10.04

    My mainboard died, so I replaced it with an identical one. I moved the hard drive to the new mainboard. The machine boots and runs ok except that the network interface does not work anymore. ifdown and ifup report that no network interface is present. lspci sees the network interface hardware...
  12. NewtownGuy

    apache2 proxy problem

    I have a problem setting up proxying on apache2. It works fine for graphics in the web pages, so the core mechanism is running, but it is not returning textual values from web pages. I'm running Ubuntu Server 10.04 and have set up symbolic links from /etc/apache2/mods-enabled to...
  13. NewtownGuy

    How to use folder other than /home/ftp with wget ?

    I'm running Ubuntu Server 10.04. The ###!!! documentation for wget neglects to mention that paths on the server are relative to /home/ftp. So when you try to wget filename.txt from ftp://1.2.3.4/filename.txt, it is really coming from ftp://1.2.3.4/home/ftp/filename.txt. I wasted hours trying to...
  14. NewtownGuy

    can't unmount eCryptfs folder on Ubuntu Server 10.04

    I installed ecryptfs and encrypted /root/name1/name2. Somehow, I have multiple instances of it and can't unmount any of them. Also, I can't log in as root anymore (yes, I setup a root login.) When I execute sudo umount /root/name1/name2, the system hangs up. Earlier, it said I had multiple...
  15. NewtownGuy

    disk encryption for unmanned Ubuntu 10.04 servers

    I need to put unmanned Ubuntu 10.04 servers in the field. I would like to encrypt the hard drive so its contents can't be copied if a server is stolen. There's a disk encryption option in the Ubuntu installer that I thought might be useful. But, since the server is unmanned, how does the...
  16. NewtownGuy

    Replacing mainboard breaks NIC in Ubuntu Server 10.04

    The mainboard (Intel D945GSEJT) in an Ubuntu Server 10.04 machine was damaged, so we replaced it. But now the NIC (built-in Realtek RTL8111DL) won't work any more. lspci lists the NIC, and the NIC is enabled in BIOS. We tried turning off the NIC in BIOS, and lspci did not list it. So we turned...
  17. NewtownGuy

    problems sharing same subnet using TCP and UDP in OpenVPN

    I keep having problems with some remote client machines trying to connect to my OpenVPN server using UDP. I've set up a second instance of OpenVPN on my server to receive TCP. The problem is that I can't figure out how to have both instances assign clients to share the same network subnet so...
  18. NewtownGuy

    upgrade from Ubuntu Server 8.04 to 10.04 breaks network

    I upgraded two Intel D945GCLF2 machines from Ubuntu Server 8.04 LTS to 10.04 LTS. I upgraded BIOS to the latest version (April 2010), set the size of the Internal Graphics Display (IGD) memory from 128 MB to 256 MB, and installed all the latest updates to 8.04, as recommended in several forums...
  19. NewtownGuy

    Can't get Apache2 to ProxyPass to remote Apache2 servers on a VPN

    I'm running Apache2 on Ubuntu 8.04. This machine is accessible from the Internet and also hosts an OpenVPN server. I need users on the Internet to be able to access Apache2 servers that are running behind my firewall and are only accessible via my VPN. I'm having trouble setting up proxying on...
  20. NewtownGuy

    Ubuntu Server 10.04 Firewall Problem

    Hello, I'm calling this a firewall problem because I don't know what else to call it. My machine will not accept any incoming connection requests and will not respond to ping. It acts as if a firewall were rejecting all incoming connection requests. However, all services are working because I...

Part and Inventory Search

Back
Top