Discussions
These forums are read-only!
trnsfrmr
Activity
Discussions
12
Comments
63
How about keeping the referral hash when visiting other pages?
I have the same concern, any news from SH?
Comment by
trnsfrmr
December 2008
permalink
crontab -e Permission denied
Thanks, I'll try that!
Comment by
trnsfrmr
May 2008
permalink
crontab -e Permission denied
Now I have a new Hardy slice and again problems with cron, I ran: crontab -e And entered: # m h dom mon dow command 01 * * * * mkdir yoyoyo But I don't see any yoyoyo directory in my user's home!?!
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Thanks for the background info, good to know! Can you also give an example of how to use 'file' and 'ldd', they sound very useful!
Comment by
trnsfrmr
May 2008
permalink
Enabling InnoDB (Ubuntu Dapper Drake)
I'm no expert either, but upgrading to Hardy has fixed my problem, I now have fully functioning InnoDB tables!
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Fixed it by installing the deb file: sudo dpkg --force-all --install libstdc++2.10-glibc2.2_2.95.4-24_i386.deb
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Seems like the last time this library was available was for Gutsy: http://packages.ubuntu.com/search?suite=gutsy&arch=any&searchon=contents&keywords=libstdc++-libc6.2-2.so.3 Is it okay to apt-get intsall the Gutsy version o…
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Hi Jason, thanks for that, but after installing ia32-libs I still get an this error: netinsight@netinsight > ./ntinstall ./ntinstall: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or…
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Anyone know why a certain executable would work on Dapper but not Hardy?
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
Ahah, it's garbage! netinsight@netinsight > head ntinstall ELF?4??i4 (444???|?N|?N??N?^?^?R?W4 h4?4 /lib/ld-linux.so.2GNU??????G?2??%v????d:i????+????????5??????=wa&?????k?? ??????c???'??F??????8?DL???7????????????TI?S??tg??P???Z?…
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
When I try your other suggestion I get this: netinsight@netinsight > sh ntinstall ntinstall: 1: Syntax error: "(" unexpected
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
OK, now it works for my test file, thanks! However, my other executable is not working. This one is an installer for a software package, not sure how to test why it's not working...
Comment by
trnsfrmr
May 2008
permalink
I can't run scripts on a new Hardy Heron Slice
To test this out I created a file called test with the following contents: #!/bin/sh date I then try and run test with: sudo ./test But I get this response: sudo: ./test: command not found
Comment by
trnsfrmr
May 2008
permalink
Enabling InnoDB (Ubuntu Dapper Drake)
Tried that already, still no joy. I've now resorted to upgrading to Hardy, as I've seen a couple of posts about InnoDB problems in Dapper. raghus, are you running Dapper?
Comment by
trnsfrmr
May 2008
permalink
Enabling InnoDB (Ubuntu Dapper Drake)
Well I re-installed MySQL via apt-get, and still no InnoDB. Is there an issue running InnoDB on Ubuntu Dapper server?
Comment by
trnsfrmr
May 2008
permalink
Enabling InnoDB (Ubuntu Dapper Drake)
Maybe I should re-install MySQL, unless anyone has an easier suggestion?
Comment by
trnsfrmr
May 2008
permalink
Enabling InnoDB (Ubuntu Dapper Drake)
I then tried to add the following to my.conf: default-storage-engine = innodb But on restarting MySQL I get the following: $ sudo /etc/init.d/mysql restart Stopping MySQL database server: mysqld. Starting MySQL database server: mysqld. . . . . . …
Comment by
trnsfrmr
May 2008
permalink
crontab -e Permission denied
OK, fixed it by creating the crontab with: sudo crontab -u username -e
Comment by
trnsfrmr
March 2008
permalink
Running out of disk space and can't find where the majority of the date is...
Will innodb notice the bigger slice and make use of it properly?
Comment by
trnsfrmr
March 2008
permalink
Running out of disk space and can't find where the majority of the date is...
Yeah, I am experiencing some slowness on my app, I think I'm going to upgrade the slice, as I'm pretty sure I need the indexes.
Comment by
trnsfrmr
March 2008
permalink
Running out of disk space and can't find where the majority of the date is...
My ibdata1 file is now 7.8G, is that too big for a 512 slice?
Comment by
trnsfrmr
March 2008
permalink
Re-sized slice no longer connects to db
sudo ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
Comment by
trnsfrmr
February 2008
permalink
Don't understand this!?!
Doh! Had the wrong the user in the sudoers file! Fixed it by logging in with the web console, that's a damn handy tool.
Comment by
trnsfrmr
February 2008
permalink
Don't understand this!?!
Doesn't seem to work either! admin@home:~$ sudo -i admin@home:~$ My promt should turn to root@home, right?
Comment by
trnsfrmr
February 2008
permalink
Re-sized slice no longer connects to db
Thanks Kevin, I'm just going to sym link for now as that works and it's not that much hassle to do.
Comment by
trnsfrmr
December 2007
permalink
Re-sized slice no longer connects to db
Going to try the resize again...
Comment by
trnsfrmr
December 2007
permalink
Re-sized slice no longer connects to db
The issue as Matt points out is tmp/mysql.sock is missing. I learned from PickledOnion that the contents of tmp are deleted when a slice is rebooted, rebooting is part of the resize process. I can temporarily fix it by sym linking as suggested her…
Comment by
trnsfrmr
December 2007
permalink
Re-sized slice no longer connects to db
Now I'm trying to find my db with the command line and getting this: pixeltracking@pixel:/$ mysql ERROR 1045 (28000): Access denied for user 'pixeltracking'@'localhost' (using password: NO) pixeltracking@pixel:/$ sudo mysql…
Comment by
trnsfrmr
December 2007
permalink
Re-sized slice no longer connects to db
Isn't database.yml a Rails thing? I'm not using this slice for Rails.
Comment by
trnsfrmr
December 2007
permalink
Re-sized slice no longer connects to db
Nope, now I have the same problem on my old slice...
Comment by
trnsfrmr
December 2007
permalink
More Comments
About
Username
trnsfrmr
Joined
July 2007
Visits
0
Last Active
December 2008
Roles
Member
Powered by Vanilla