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 TouchToneTommy 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: flubbard
  • Content: Threads
  • Order by date
  1. flubbard

    Help with google API

    I am very new to javascript programming, particularly with the google API. I am attempting to write an application to grab only one day's worth of events from a calendar, but am having trouble with the setMinimumStartTime function in the google API setMinimumStartTime takes as a parameter a...
  2. flubbard

    No e-mail on Exchange SBS 2003

    I am having trouble with our Small Business Server 2003. Users are not able to send or receive any e-mail through outlook. The server was rebooted on Friday, and ever since, no e-mail has been received nor can it be sent. When looking at the services, Microsoft Exchange Routing Engine is not...
  3. flubbard

    Office docs slow to open through Windows Explorer

    This is a similar issue to what has been written elsewhere, but I have yet to find a solution. Computer running Windows XP, SP 3 with Office 2007 loaded. When opening a file by double-clicking from within windows explorer, the file takes 5 minutes to load (approximately 3 minutes to first...
  4. flubbard

    WLAN Autoconfig - WIndows 7 Professional

    Have a laptop with Windows 7 Pro where the wireless card does not function. The card appears to be installed with the correct drivers, but the WLAN AutoConfig service will not start. When checking dependencies, both the Extensible Authentication Protocol and the Remote Procedure Call are...
  5. flubbard

    SMB Share - Bad username or password - saved password

    Forgive me, I'm not too familiar with Mac OS. I am having a problem connecting from Mac to Windows Server 2003. Mac OS should be something beyond OSX, though not sure exactly which version. Share had been working fine until a couple of weeks ago when the share had to be re-established on...
  6. flubbard

    Openfiler - udev

    I am new to working with udev. I have set up an openfiler server with a raid array (md0) which is established as an iscsi target and esata drive for backup. For backup, I would like to connect to the iscsi target using open-iscsi initiator and then dd from the iscsi to the esata drive. I am...
  7. flubbard

    Boot from SD-Card with syslinux

    All, I have recently been playing with the Aspire One netbook. The base configuration is a 160GB Internal Harddrive with Windows XP pre-installed. Because some models come only with a much smaller solid state hard drive, there are two SDHC readers on the machine. The bios does not allow for...
  8. flubbard

    Export time data without date - ADODB Connector

    I am trying to export time data from a MySQL database. I have a time field. When doing a query through the command line (including a select * from ...) I get only the time for that field, when running through the ADODB connector using Visual Basic, the select * from ... command appends a date...
  9. flubbard

    Running Visual Basic Database Application with Wine

    I am trying to get a visual basic application running with Wine. It is a simple database application that connects to a remote MySQL server. The program appears to launch, but when trying to make the connection, I get: Run-time error '429': ActiveX component can't create object Wine is...
  10. flubbard

    XDMCP - Pen Drive Client

    I have a linux box that I would like to use as a server with a couple of laptops or very basic desktops connecting to it using xdmcp. I would like to have the clients be able to boot from either a live cd or a jump drive (to not affect their current configurations) and have them default to the...
  11. flubbard

    Thin Client Setup

    I am looking at setting up an office with a main Linux server and a few remote pc's (either thin clients or old units). I have played with XDMCP in the past to allow remote graphical logins to the host pc with some success. However, when I do this I must go to the server to insert a CD or any...
  12. flubbard

    char array not resetting

    I am trying to load and process a large text file one page at a time (seperated by a form feed). Problem is that the character array that I am feeding the data into with a getline fills up after a couple of pages. It should only be drawing one page at a time and therefore no more than one page...
  13. flubbard

    How can I Display a stored procedure

    I am new to stored procedures. This seems like a very basic question but I have not been able to find the answer. Once a stored procedure has been created, how can I display its contents. I know how to run it and the show procedure status shows which procedures are defined, but the actual...
  14. flubbard

    Apache / PHP / MySQL connection problem

    It seems like there are a few other posts on here with similar errors but none help. When I try to connect to mysql from a php webpage I get the following error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) Both httpd and mysqld are running on the same...
  15. flubbard

    fc5 - thunderbird problem

    I recently installed FC5 on my computer and attempted to migrate thunderbird over from the previous install. I have done this many times before by tarring the .thunderbird file under the user directory and then untarring it onto the new system. Thunderbird works fine after doing this but it...
  16. flubbard

    vsftpd throttling and g4u

    I am having a problem with vsftp (I think). I am trying to recover a ghost image that I created before from my ftp server. The server is a CentOS4 box with vsftpd-2.0.1-5 installed and running. I am using g4u for the ghosting software. When I start to reloading the ghost image from the...
  17. flubbard

    file sharing - no access

    I know that similar topics have been addressed many times on this forum but I have not yet been able to solve the problem, so here goes. I am trying to network two XP Pro machines using Windows File Sharing. Neither computer is showing up in the other's "Network Neighborhood" despite having...
  18. flubbard

    telnet protocol question

    To better understand network programming, I'm trying to set up a little telnet terminal program. Right now I am just trying to figure out how to establish the connection. I am using the socket.h and inet.h liabraries (along with a few others) and am able to put network traffic on the line (as...
  19. flubbard

    dual head - fedora core 3

    I have a fedora core 3 installation that I am trying to set up with two monitors using a single ATI All in Wonder 9600 (Radeon 9600). It has the ability to support multiple displays. I enabled the dual display through the KDE display control panel but currently both monitors display the same...
  20. flubbard

    using ftp file system as local

    I would like to use abiword to routinely edit a file that is located on a ftp server. Currently I can do this with openoffice by putting ftp://username@mydomain.com. This trick does not work with abiword. I am using fedora core 3. Two questions: 1. Is there a way that I can open the...

Part and Inventory Search

Back
Top