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...
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...
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...
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?
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?
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...
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
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...
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 "man make-kpkg".
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...
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...
Hi
I have currently got a script that goes like this
<code>
echo " Clearing any existing rules and setting default policy.."
$IPTABLES -P INPUT ACCEPT
$IPTABLES -F INPUT
$IPTABLES -P OUTPUT ACCEPT
$IPTABLES -F OUTPUT
$IPTABLES -P FORWARD DROP
$IPTABLES -F FORWARD
$IPTABLES -t nat...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.