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 SkipVought 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: *

  1. Mellegem

    Erased partition table.

    Thanks guys, I ended up reformatting. :(
  2. Mellegem

    Battling with priviliges in mysql

    Hi, when trying the suggestion I get the following output. mysql> grant SELECT,INSERT,DELETE on trawler.* to 'machine'@'%' identified by password('zo14LI615'); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right...
  3. 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...
  4. 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...
  5. Mellegem

    stdio.h not found... sometimes

    Thanks for the help, I had a variable that wasn't set right. These make files are mind boggling... [nosmiley]
  6. Mellegem

    stdio.h not found... sometimes

    No, thats where the confusion comes in from comlib.c <code> #include <stdio.h> #include <stdlib.h> #include <comlib/comlib.h> #include <comlib/target.h> </code> looks fine, but generates the error listed above.. You say theres nothing wrong with my LDFLAGS settings?
  7. Mellegem

    stdio.h not found... sometimes

    Hi So is this line in the makefile wrong? LDFLAGS=-L$(PKG_INSTALL_DIR)/lib -Wl,--gc-sections -nostartfiles -Ttarget.ld -nostdlib or should I keep looking?
  8. 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...
  9. Mellegem

    Host Name

    hostname <newhostname> Will change the hostname, just make sure you change the hostname in the hosts file as well as any other config file (cups,apache etc) that needs it. Its not as straight forwards as it seems
  10. Mellegem

    Debian kernel-source

    Yip, to get or even compile the latest kernel you need to upgrade to unstable (not testing). Just *sadistic grin* change you're sources list from stable to unstable, don't worry about the security list cause that only works for stable. Then type apt-get update and then apt-get dist-upgrade...
  11. Mellegem

    Debian - Kernel install causes no modules to load?

    Does it perhaps fix the problem if you run make-kpkg --initrd --bzimage build after make xconfig? Check the above is switches are spelt right in &quot;man make-kpkg&quot;.
  12. Mellegem

    How do I - Suse SLES

    /etc/network/interfaces then restart the networking.
  13. 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...
  14. Mellegem

    Fax Server

    I don't see a windows version of the client package, should I setup Winfax as the client? Any pointers?
  15. 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...
  16. 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...
  17. 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...
  18. Mellegem

    Java on laptop

    No, that can't be it. My desktop is half the speed of my laptop (2.6GHz 512MB RAM etc) and JBuilder works perfectly on my desktop.
  19. 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...
  20. Mellegem

    Boot up stops at Mounting SMB filesystems

    If all else fails and you have another working installation and a diecent internet connection download a bootable iso such as BBC<its quite small>. Its a sure fix.

Part and Inventory Search

Back
Top