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 wOOdy-Soft 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: Mellegem
  • Content: Threads
  • Order by date
  1. Mellegem

    Battling with priviliges in mysql

    Hi all I'm using the following command in mysql 4.1.5 on a Gentoo box. grant SELECT,INSERT,DELETE on trawler.* to 'machine'@'%' identified by 'zo14LI615'; But the following happens when I try log in. mysql -umachine -higor -pzo14LI615 trawler ERROR 1045 (28000): Access denied for user...
  2. Mellegem

    Erased partition table.

    Hi all, I listened to someone "wise" and ran dd if=/dev/zero of=/dev/sda bs=512 > count=1024 with the aim of erasing my MBR. I have now erased my partition table :( I havn't rebooted... for now. Does anyone have any idea how I can get this back? I think I can rebuild it if I can find out how...
  3. Mellegem

    stdio.h not found... sometimes

    Hi all, I'm new to C and when trying to recompile comlib.c I get the following errors, <snip> demos/comlibtest.c:7: stdio.h: No such file or directory demos/comlibtest.c:8: stdlib.h: No such file or directory In file included from include/comlib/serial.h:21, from...
  4. Mellegem

    Hi, I'm trying to setup Hylafax on

    Hi, I'm trying to setup Hylafax on a Woody server and the documentation states that the following should work hyla% cu -l ttyf2 Connected at+fclass=? 0,1,2 OK ~[hyla]. Disconnected However when I run cu -l ttyS04 I get cu: open (/dev/ttyS0): Permission denied cu: ttyS0...
  5. Mellegem

    Fax Server

    Hi all, I need to build a fax server but don't know really where to start. I need it to work with winfax or any equivalent for a Windows environment. Does anybody have any ideas? I've read abit of the fax docs and the Fax-server HOWTO but I must be dense or something because I can't get it to...
  6. Mellegem

    Iptables

    Hi I have currently got a script that goes like this <code> echo &quot; Clearing any existing rules and setting default policy..&quot; $IPTABLES -P INPUT ACCEPT $IPTABLES -F INPUT $IPTABLES -P OUTPUT ACCEPT $IPTABLES -F OUTPUT $IPTABLES -P FORWARD DROP $IPTABLES -F FORWARD $IPTABLES -t nat...
  7. Mellegem

    Calendar returns incorrect values

    Hi all, a small section of my program is as follows <code> GregorianCalendar gc = new GregorianCalendar(); boolean less=false; Calendar now = gc.getInstance(); int hr = now.get(Calendar.HOUR); int dy=now.DAY_OF_MONTH;int dy2=now.DATE; int min = now.MINUTE; int...
  8. Mellegem

    Java on laptop

    Hi all Anybody got ideas as to why java is SOOOOOO SLOOOOW on a laptop. I dual boot my acer travelmate 430 java runs horribly slow in both Linux and windows. JBuilder and sun1 both take about 5 min to load from windows and JBuilder loads without pictures, icons etc in Linux. I can't see that a...
  9. Mellegem

    Can't connect to mysql db using java on Linux

    Hi all I'm working on Linux(Debian) and trying to access mysql locally through a java application. When I run the following code snip Class.forName(&quot;com.mysql.jdbc.Driver&quot;).newInstance(); try{ java.sql.Connection con; con =...
  10. Mellegem

    Kerneel compile ends in disaster

    Hi all, I've been having trouble enabling DMA on my woody box and as a last resort I decided to compile a new kernel. I compiled the kernel, installed the new kernel, ran lilo and rebooted. On the up side the new 2.4.21 kernel correctly detects my IDE chipset but on the down side my system is...
  11. Mellegem

    Globals on PHP

    Hi all, I made a post earlier this month about no being able to conect to a mysql dbase. Since then I've worked out that it had nothing to do with mysql but I think it is in the PHP setup or something ****my head hurts **** Heres the story, we use global variables that work in a basic test...
  12. Mellegem

    PHP can't connect to mysql database on Linux

    Hi, I've got php4 and mysql running on my Debian 3 box but the 2 don't talk to each other. I've got Java to access the mysql but even with the right username and passwords there's no connection... help???
  13. Mellegem

    Connecting over a network to mysql on Linux

    Hi, I've successully setup mysql on a Debian 3 box and I can't connect over the LAN to it. To connect to another mysql database on a Windows ME computer I use mysql -h 192.168.0.157 and it works fine. But the identical command on to my Linux box mysql -h 192.168.0.2 I get the error below...
  14. Mellegem

    unable to gethostbyname(&quot;www&quot;)

    Hi there, I'm trying to set up 2 virtual hosts by name and apache won't start up. I am using a Debian server. My zone and apache.conf files look perfect according to my books and I can ping my virtual domains. Below are some excerts from important files. Please help... httpd.conf ### Section...

Part and Inventory Search

Back
Top