Local web server not being recognized

I setup a web server on my LAN specifically so both a PC and a Mac could use HTTP protocol and store and retrieve files. The servername is called UBUNTU. On any PC in the house I can type http://ubuntu/ and the directory listing appears. The Mac can not find it.
If I use the IP address, the server is recognized. The directory listing appears. And, when I use FTP in Terminal I can even get a file upload to work as long as the file is in the same directory I started the FTP. But, this Mickey Mouse will just not work for my application. What I want to do is schedule a daily upload of newly created music from the days work. If the producers did not like this Mac, I would trash it. I am so frustrated!
This is the first time I've used a Mac and so far I find it to be way overrated. I mean, how many computers can not access a web server out of the box? The Safari browser I am using has no trouble accessing the Internet but my "intranet" seems to baffle Safari. I would expect a problem if using SMB were a requirement. It is not - I simply want to use HTTP. How do I need to change the Mac configuration so that it works?

Thanks for all your help.
Oh well, the music producer using the Mac just installed Yummy and immediately did the uploads he wanted to do. Yummy also has a scheduling function so the Mac will be able to use Yummy on the producer's schedule. (I usually use FileZilla and had never heard of Yummy.)
Meanwhile, I was trying to get SMB working from the Mac but was never successful. As I mentioned earlier, I've never had success with Samba on Linux. This time was no exception. In this particular case, the Mac would not accept the username and password. I had specifically done smbpasswd -a username and used the same password and username that I had been using for FTP activity.
However, when I got to the Mac SMB/CIFS screen it demanded 3 things: workgroup, NAME and password. BUT, the name of the Mac box automatically appeared in the NAME field on that screen. If I tried changing that to the username, there was no success at all. So, I went to the Samba box and added the name of the Mac box as a username.
It was at that point that the producer told me he installed Yummy and was successful in uploading the music. I doubt he will let me have any more time on the Mac box for testing. I guess it is just as well since I had previously told him FTP was the way to go and SMB/CIFS was not something he had ever heard.
Thanks for all your help.
Contrary to your opinion, I guess I feel that the most important things that happened in this exercise were, "the sounds about how it should be so easy but just wasn't working". I just hope folks from Apple, Microsoft and the Linux world stumble across these comments occasionally.
The bottom line is that the end user did not care how the job got done. The end user did not care what operating system nor what software technology was used. He just wanted the job done immediately. And, he had recalled a past experience where the Mac could not handle the job without a third-party FTP application.
Here's the future challenge for 3 programmers and 9 computers. Setup 3 rooms each with a PC, Linux, and a Mac box. Put a knowledgeable programmer from each of those separate worlds in each separate room. It's OK to have an Internet connection so they can get documentation. The task is to get scheduled uploads operational between all the boxes in each room without using 3rd-party software. I think a reasonable time would be far less than 10 minutes including verification tests between steps. Some folks might take most of that time just to read http://www.mattvanstone.com/2007/11/automatically-mounting-windows-smb-shares-in -ubuntu-v3/
so, perhaps the programmers' time is better spent on an FTP approach which might be more common setup and terminology among those three box types.
The winner gets his name on the resulting paper and website he creates to document how he made it so easy. The losers must come to his website each day for a year just to see his advertising.

Similar Messages

  • Hard drives not being recognized on Server 2012 R2

    Hi,
    I added 2 hard drives to my server but they are not being recognized by the operating system. They show in the bios but no where in the OS do they show. They used to be external hard drives but I took the hard drive out and installed them into the server.
    Are there some type of drivers I need to download for them to be recognized? One of them will be shown but it tells me I need to reformat it. I don't want to do this since I have about 1TB of data on it.
    Thank you,
    James

    What server hardware is being used? May need the manufacturer chipset and support pack in the case of integrated disk controller.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Java mysql OK with Terminal but not OK with Apache local web server

    With terminal I have :
    CLASSPATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/:/Library/Java/Extensions/:./
    SUDO_GID=20
    SECURITYSESSIONID=210800
    _=/usr/bin/printenv
    127:/Library/WebServer/Documents/Java root# java TestMySQL
    2006-05-21 13:39:00.0 ************************************************** = OK
    127:/Library/WebServer/Documents/Java root#
    import java.sql.*;
    * mysql-connector-java-3.1.12-bin.jar
    *   % javac /Library/WebServer/Documents/Java/TestMySQL.java
    *   % java TestMySQL
    public class TestMySQL {
            public static void main(String argv[]) throws Exception {
                    // Load the driver class
                    Class.forName("org.gjt.mm.mysql.Driver");
    1                //Class theClass = null;
    2               //try {
    3                //    theClass = Thread.currentThread().getContextClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    4                //}
    5                //catch (ClassNotFoundException e) {
    6                //    theClass = getClass().getClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    7                //}
                    Connection conn = DriverManager.getConnection(
                            "jdbc:mysql:///test",
                    Statement stmt = conn.createStatement();
                    ResultSet rset = stmt.executeQuery("SELECT now();");
                    while (rset.next()) {
                            System.out.println(rset.getString(1));
                    // Close result set, statement and DB connection
                    rset.close();
                    stmt.close();
                    conn.close();
    }I have a simple TestMySQL.html file with applet TestMySQL.class in it.
    Nothing but "Applet TestMySQL not inited"
    When I uncomment the try/catch lines (lines 1 to 7) , java compiler generate an error... near getClass().getClassLoader().loadClass("org.gjt.mm.mysql.Driver");
    With "Class.forName("org.gjt.mm.mysql.Driver");" no problem.
    Running MacOS X 10.3.9, Apache/1.3.33 (Darwin) PHP/4.4.1 mod_ssl/2.8.24 OpenSSL/0.9.7i and JVM 1.4.2_09
    Thanks for help.
    P.S. This my first approach to java/mysql but I would like to see this short program running on my local web server ...
    Thanks.

    hi :-)
    can you post the stack trace?
    im not sure what is causing the error because of less info,
    but have you tried to copy the driver of mysql to tomcat lib folder?
    regards,

  • Changes to Writeback template not being recognized

    Changes that I am making to the template,WritebackTemplate.xml, are not being recognized.
    I'm getting an error, but the test is not what I see in the actual file
    .XML File: <update>UPDATE PS_UM_D_SCTYRECCTR SET RECRT_CNTR_ID ='@{c1}' WHERE RECRT_CNTR_SID = @{c2}
    Server Error: Template: ' UPDATE PS_UM_D_SCTYRECCTR SET RECRT_CNTR_ID = '@{1}' WHERE OPRID = @{0} AND RECRT_CNTR_SID = @{2}'
    Edited by: user10069456 on Feb 26, 2009 8:49 AM

    Yes - I should have sent the code in the first place - this is the latest version:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="UpdtRECRTID">
    <XML>
    <writeBack connectionPool="WritebackCP">
    <insert></insert>
    <update>UPDATE PS_UM_D_SCTYRECCTR SET RECRT_CNTR_ID ='@{c1}' WHERE OPRID ='@{c0}' AND RECRT_CNTR_SID = @{c2}</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Thank you.

  • IPod touch not being recognized by iTunes on my MacBook, and on 2 other PCs

    Hello,
    After scouring the web and these discussion forums to no avail, I've decided to post my problem. I downloaded iTunes 8.0 yesterday, and updated the firmware on my iPod Touch to 1.1.5. I tried connecting my iPod, and nothing happened. It is not being recognized by my MacBook. So, I tried using another USB iPod connector, and nothing happened. I tried using a firewire connector, and nothing happened. Frustrated, I tried connecting to my one roommate's HP laptop and see if it would get recognized there - no. I then tried on my other roommate's laptop. The device was recognized to be USB, but iTunes wouldn't go ahead and try and reformat it. I'm starting to lose my mind! I've tried resetting the iPod touch itself loads of times to no success. I've tried restarting while having the iPod connected to the computer, and still nothing.
    What should I do now?

    Sorry about not getting to you on the quick-fast, but we aren't Apple employees.
    What ended up being the solution you needed, as you said, you couldn't find any information already posted on this problem, so documenting your fix may help someone in the future.

  • My iPhone 5c is not being recognized by my mac except to charge it. I'm up to date on all updates and don't know what else to do. I have restarted several times. I have even tried to update my iPhoto and I can't even do that with iPhoto 9.0, but can't.

    My Iphone 5c is not being recognized by my Mac computer. I have done all of the upates, restarted several times and I'm not sure what else to do. I have searched and searched and searched and have come up with nothing. Also, my Iphoto can not be updated. I'm still using version 8. something, and it won't update without this update and that update. It needs 9.0 but I can't find that download anywhere. The only one that I can find is 9.1. That won't update. Is there anything that I can do, or should I just bite it and take it to apple to get looked at?

    Does iTunes not see the phone?
    If not, make sure you're running the current version of iTunes.
    If you are running the current version and it still doesn't recognize it, see this: http://support.apple.com/kb/TS1591?viewlocale=en_US&locale=en_US
    As for iPhoto, you will have to purchase a newer version. It's not a free upgrade. Or, you can use Image Capture, which is built into OS X, to import the photos.

  • Registrations for certain software are not being recognized by my Imac.

    Registrations for software that require web based verifications are not being recognized by my iMac 27 2010 10.6.8 
    Included in the list of software that I have been using for some over a year now is FCE 4, Bias Peak, and Sibelius, and iRealb from the app store. 
    This is not a new issue although with the latest security update installed last week, the problem has been exacerbated.
    I had the problem last year but found that if I shutdown (not just restarted) and then powered up again all my registrations would be recognized. Now my workaround no longer seems to work. I actually went for about 5 months with no problems and then occasionally I would have the shutdown/power up until last week.
    I mirror the same software on my Macbook Pro 10.6.8 and have had no problems.
    Thanks for any help.
    Michael

    I can add Kindle reader to the software list now. I used it last week and this week the cloud didn't recognize my computer.
    Also on the iRealb app downloaded from the Apple app store I get a dialog that says the software was purchased on another computer (which it was, my laptop) and asks me to verify with my iTunes ID. I try to verify and it is unsuccessful, can not verify your computer.
    MT

  • I plugged my ipod in, and it is not being recognized in itunes, on the list on the left side. what do i do

    i plugged my ipod in, and it is not being recognized in itunes, on the list on the left side. what do i do

    Take it in for repair/replace to your local Apple retailer.

  • HP office jet 8600, wireless not working, IP address not being recognized

    Purchased new HP office jet pro 8600 N911a.  Inserted CD software on relatively new Toshiba laptop using Windows 7, but problem is that printer IP address is not being recognized.  Wireless router is Apple airport extreme.  Have checked various potential solutions, including the following:  deleting software and re-inserting CD, turning off router, computer, printer and resetting, running a wirless network test (no problems found, wireless on and working and connected), ensuring that laptop and printer are on the same wirless network (yes), ensuring that printer IP address is entered correctly, and ensuring that firewall issues are not a problem.  Airport extreme settings show this printer's MAC address as a "wireless client" and its IP address as a "DHCP client"; however, when clicking on the "printers" heading in Airport extreme printers, no printers are listed (this is the pane that shows the USB printers connected to your Airport wirless device). Any suggestions would be appreciated

    Hi,
    Why don't you connect the printer wirelessly to your Airport Extreme?
    You may do so by clicking the Wireless icon on the printer screen, click Settings and follow the Wireless Setup Wizard to connect the device, then it should recieve its own IP by using the printer capabilities..
    If you prefer to use such a Print Server configuration, you may try using a different USB and check if that may help, otherwise I would suggest you to contact Apple as they know their accessories the best..
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Apache2 local web server + Perl 5 + mysql problem

    this problem has been bugging me for some months; it's stopping me developing on my new MBP.
    I cannot connect to mysql 5.0.45 database when web sharing w/ Apache2 with either Perl 5.8 & Activeperl 5.10 cgi scripts on Mac OS X Leopard 10.5.2 & 10.5.3
    Although I can connect to the mysql DB when running the Perl scripts from the command line.
    The problem only occurs on my local web server in Mac OS X 10.5.2 & 10.5.3.
    On my old development Mac running 10.3 the code runs fine, as it also does on my remote site.
    server error log: Can't locate DBD/mysql.pm . . .
    I suspect there is a problem somewhere between Apache2, Perl & MySQL.
    Please advise.
    Sarpedon Jones
    Message was edited by: Sarpedon Jones

    I've got the same problem but It sounds like I've gotten farther. I was forced to do an emergency move of some Perl and PHP sites to 10.5.4 when our 10.4 web server refused to authenticate to AD anymore...
    Leopard's Apache/Perl support is terrible. There is not click to add option anymore so you have to manually set up mod_perl. No big deal but the first sign that there isn't reasonable support.
    The bigger issue is that Apple's Perl will not compile some modules.. namely DBD::mysql.
    Normally you'd use "cpan" to install the modules you need. The core module for connecting to a mysql database is DBD.. specifically DBD::mysql
    You should be able to run "cpan" or "cpanp" [cpan plus] to get a cpan interactive prompt. At this point you should be able to compile DBD by issuing either of the following:
    "install DBD::mysql" or
    "install Module DBD::mysql"
    I've tried this on two installs of OS X Server and that module (and others) will not compile on either system. One of my servers had been set up as a Wiki server before but the other had not been running any web services before I started using it as a test bed for my site move. (BTW these sites are unavailable until I can move them).
    There is another bug (noted on mysql's site) with Apple's version of cpan. If you try to add some modules, cpan will report that it needs to install a new, full version of Perl. The recommendation is to not do this, but rather force the install.. "install f DBD::mysql"
    Forcing the install is a questionable idea but it doesn't work anyway.
    I eventually did install perl 5.0.10 on the system in /usr/ and that does allow me to compile the needed Perl mods. However, the global @INC path has the old Perl paths listed so my perl CGIs will not use the new perl install.
    I'm sorry I don't have a solution. Hopefully my troubleshooting will elicit some more feedback.
    steven.

  • Local Web Server No Longer Working In ML

    Hello,
    Previous to updating to Mountain Lion, I had my Imac set as a local web server and everything worked fine. After updating to ML, I no longer have local web server access. Also seems that my /etc/apache2/users/USERNAME.conf is gone? Do I need to reset all the files I configured prior to installing ML?
    Thanks JR

    I created a new ect/apache2/users/currentuser.conf with
    <Directory "/Users/username/Sites/">
          Options Indexes MultiViews
          AllowOverride All
          Order allow,deny
          Allow from all
    </Directory>
    But now when I try to view a current site on the Mac, it just lists out the php code and not the page?
    Thanks JR

  • I am administrator of my Mac, but am refused updates not being recognized as administrator

    I am administrator of my Mac, but am refused updates not being recognized as administrator.
    Also I get notices of updates, but when I ask for installation see statement like "looking for update server" and the update is never installed.
    How can I convince Firefox tat I am the administrator ?

    You can try this:
    Mac OS X 10.6 Help- If you forget your administrator password

  • Why can I not add a system in Raid Admin, my raid is not being recognized

    I was able to see it a few days ago but now it will not connect, I need to check one of my drives which I am pretty sure needs to be replaced. amber light is on and when I checked it the other day it showed a degraded array and drive 2 was not being recognized. could the cables from the xserve to the raid be bad?
    thanks

    The XServe RAID uses the ethernet connection for all administration. Make sure the ethernet links are active and that you're in the same subnet (or at least somewhere the XServe RAID can route to).
    Did you manually configure the network ports or leave them as DHCP?
    If DHCP it's possible that the controller's IP address has changed, in which case you'll need to be on the same local subnet to locate the RAID.

  • 21"imac 45 days old - 2tb drive has started not being recognized; receiving a "drive not disconnected properly", though the drive was never disconnected

    21"imac 45 days old - 2tb drive has started not being recognized; receiving a "drive not disconnected properly", though the drive was never disconnected

    That sounds like a hardware problem.
    Backup your data and contact Apple Support or your local AASP to make a service appointment.
    Apple - Support - Contact Apple Support
    Apple - Find Locations

  • Ipod touch not being recognized by itunes now

    i have a friend who has an ipod touch....everything had been going fine for him and then all of a sudden it was not being recognized any more....what caused this? he did say that he had done an update but i'm not sure what version he has....could this possibly be the problem.....does anyone an a fix for this?

    I think Apple is having a problem at the moment, my Ipod touch was always fine syncing until the new update! (Even on older itunes version, I could'nt sync since new update came out) It just isnt recognizing the device...
    Ive done all that Apple says to do, none of which helps at all, I reckon its thier own side of the problem they need to fix...

Maybe you are looking for

  • Win 8.1 update - error message 0xC100101-0x30018

    Hello, since this morning I am trying to update Win 8 on Win 8.1. This works until notebook reboot. Then Win 8 Restored and the PC restarted again with the error message that the update was failed and the original Windows has been restarted with the

  • Mac Mini Mid 2011 General system slowdown when transferring files?

    Hi i have a stock mac mini mid 2011, 2.5ghz i5, 4gb ram, 500gb HDD os 10.7.1 and i've noticed a general system slowdown when transferring files on 10.7 and the last 10.7.1 update ( from usb to hdd, another computer on my local network to the mini, ex

  • HT1420 I can't find the store menu... where's it at?

    i can't find the menu in the itunes store help me!!

  • ME59 Purchase order outbound idoc header text missing in segment

    Hi All, When Purchase Order created via ME59 for third party vendor Outbound Idoc is created but Header Text of PO not copied into IDOC Segment.This Problem occurs when PO has sales order assignment. Please Advice.. Thanks, Vinod.

  • Find a referenced file

    Just started using Photos and when I try to turn on iCloud syncing, it says "1 referenced file cannot sync to iCloud...select referenced files in your library and choose  "consolidate" from the file menu..." I get why this is happening, but I cannot