EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 2 of 5
<
1
2
3
4
5
>
Showing results 26 to 50 of 119
Search took
0.01
seconds; generated 66 minute(s) ago.
Search:
Posts Made By:
Kobaz
Forum:
Support::Linux Servers
03-09-2010, 04:27 PM
Replies:
10
Need some assistance
Views:
10,138
Posted By
Kobaz
I wouldn't worry about bots or other changes to...
I wouldn't worry about bots or other changes to the makefiles and code until you've got it to work without. As Pfyon says, it's pretty easy, once you know how.
I did have to change the references...
Forum:
Support::Linux Servers
03-09-2010, 03:05 PM
Replies:
10
Need some assistance
Views:
10,138
Posted By
Kobaz
Are you using the -s flag when you create the...
Are you using the -s flag when you create the link?
ln -s TARGET LINK
will create a symlink, or soft link. The file TARGET need not exist, and will then create a "dangling symlink". Attempts...
Forum:
Support::Linux Servers
03-09-2010, 12:29 AM
Replies:
10
Need some assistance
Views:
10,138
Posted By
Kobaz
Here's how I handle it. I have a directory...
Here's how I handle it. I have a directory called eqemu. In this I have the following 4 scripts:
john@paranoia:~/eqemu$ cat getEmuSource.sh
#!/bin/bash
svn checkout ...
Forum:
General::Server Discussion
03-09-2010, 12:27 AM
Replies:
2
COMPLETELY Custom Server In The Works, Need Hosting.
Views:
6,863
Posted By
Kobaz
Bugger, wrong thread....
Bugger, wrong thread....
Forum:
General::Server Discussion
03-09-2010, 12:26 AM
Replies:
2
COMPLETELY Custom Server In The Works, Need Hosting.
Views:
6,863
Posted By
Kobaz
cut due to wrong thread
cut due to wrong thread
Forum:
Support::Windows Servers
02-27-2010, 08:19 PM
Replies:
24
Need Windows 7 Help
Views:
20,254
Posted By
Kobaz
Sorry, I'm letting the utter bastard in me come...
Sorry, I'm letting the utter bastard in me come out. I'll endeavour to just ignore things, and keep the asbestos underwear in the cupboard.
Forum:
Support::Windows Servers
02-27-2010, 08:10 PM
Replies:
24
Need Windows 7 Help
Views:
20,254
Posted By
Kobaz
You run crossover under root? I won't...
You run crossover under root?
I won't discuss your elite skills, as you obviously understand the posix model really well. BTW, I've been using Linux since 1995, UNIX since 1980. I've also worked...
Forum:
Support::Windows Servers
02-27-2010, 03:50 PM
Replies:
24
Need Windows 7 Help
Views:
20,254
Posted By
Kobaz
Pyfon, the command you want is gzip. Use it like...
Pyfon, the command you want is gzip. Use it like this:
gzip -d filename.gz
Compress files like this:
gzip -9 filename
Oscar, if you can't tell when someone is covering your back then you...
Forum:
Support::Linux Servers
02-24-2010, 09:06 PM
Replies:
12
Server not receiving clients from the login server
Views:
14,740
Posted By
Kobaz
I think Oscar missed the bit about "Linux" in the...
I think Oscar missed the bit about "Linux" in the forum title... but I don't think english is his 1st language, so be gentle with him/her.
Forum:
Support::Linux Servers
02-23-2010, 06:14 AM
Replies:
12
Server not receiving clients from the login server
Views:
14,740
Posted By
Kobaz
You might want to see if setting your FQDN in...
You might want to see if setting your FQDN in your /etc/host file to your internal address and seeing if that helps. If so it would suggest that your resolver could be borked.
Forum:
Support::Windows Servers
02-22-2010, 01:21 AM
Replies:
161
Updated Windows Server Setup Guide
Views:
347,339
Posted By
Kobaz
since the W key is next to the Q key on a qwerty...
since the W key is next to the Q key on a qwerty keyboard, I'm pretty sure that pew is just a typo for peq. Look at your keyboard (unless you are using dvorak).
Forum:
Support::Windows Servers
02-04-2010, 05:15 PM
Replies:
14
Which perl to use?
Views:
16,117
Posted By
Kobaz
It may be worthwhile to search your filesystem...
It may be worthwhile to search your filesystem for "perl" and see if you have stray versions or copies on your drive. This can cause problems with perl.
Forum:
Support::MiniLogin
01-16-2010, 04:51 PM
Replies:
1
Private PEQ server?
Views:
8,250
Posted By
Kobaz
Check out AngeloX's post (stickied) in this forum...
Check out AngeloX's post (stickied) in this forum on how to setup minilogin. The simplest way to describe what you need is to say you probably don't want any references to 127.0.0.1 in your config.
Forum:
Support::General Support
01-14-2010, 03:58 PM
Replies:
2
Odd Character Issue
Views:
5,555
Posted By
Kobaz
You're using minilogin right? That's how it...
You're using minilogin right? That's how it works. Hunt down privatelogin, as that works by account and not ip.
Forum:
Development::Bots
12-20-2009, 04:01 PM
Replies:
4
BOT Attack
Views:
9,714
Posted By
Kobaz
I've found that with a non-melee char, hitting...
I've found that with a non-melee char, hitting the melee key out of range, and then casting a small dot or nuke is enough to send the melee chars (and pets) in to fight. The problem is that with...
Forum:
Support::Windows Servers
11-25-2009, 02:57 AM
Replies:
161
Updated Windows Server Setup Guide
Views:
347,339
Posted By
Kobaz
You can reset the root password for mysql by...
You can reset the root password for mysql by stopping mysql and restarting it using the following command:
mysqld --skip-grant-tables --skip-networking
This starts mysql without any security,...
Forum:
General::General Discussion
11-07-2009, 08:11 PM
Replies:
14
Remote Attack!
Views:
12,948
Posted By
Kobaz
sshd is pretty safe as long as passwords are...
sshd is pretty safe as long as passwords are disabled, so it only uses public-key encryption, and as long as you have decent passphrases, and the machine you login from has no keylogger on it. ssh...
Forum:
Support::Linux Servers
11-07-2009, 03:34 PM
Replies:
6
Test Server
Views:
7,431
Posted By
Kobaz
I've been thinking about this a bit, and I think...
I've been thinking about this a bit, and I think there's a possible way to do it, but I don't have the hardware:
You'd need to use ssh port forwarding on another machine to rewrite packets.
...
Forum:
Support::Windows Servers
11-02-2009, 07:37 PM
Replies:
3
Quickie
Views:
6,055
Posted By
Kobaz
#level 80 see #help in game
#level 80
see #help in game
Forum:
Support::General Support
10-28-2009, 02:20 PM
Replies:
5
Crash After Character Select Screen
Views:
10,295
Posted By
Kobaz
I have a 965 Express, and it works, although I...
I have a 965 Express, and it works, although I have most particle effects turned off.
Forum:
General::General Discussion
10-24-2009, 03:52 PM
Replies:
13
Windows 7, $30:
Views:
12,768
Posted By
Kobaz
A lot of people have been having major issues...
A lot of people have been having major issues with the Digital Rivers offer:
http://social.technet.microsoft.com/Forums/en/w7itproinstall/thread/62675a69-2a19-4695-8c8d-8a83be589708
You might...
Forum:
Quests::Q&A
10-19-2009, 05:12 PM
Replies:
8
Need some perl array help
Views:
10,785
Posted By
Kobaz
aargh typo: $gaveitem...
aargh typo:
$gaveitem = 1;
quest::summonitem($turnins{$key});
Forum:
Quests::Q&A
10-19-2009, 04:18 PM
Replies:
8
Need some perl array help
Views:
10,785
Posted By
Kobaz
Do the following work? my %turnins = ( ...
Do the following work?
my %turnins = (
5401, 68259 , #Mithril 2 hander & fabled
5403, 68260 , #Ghoulbane & fabled
5500, 68263 , #SS of Ykesha & fabled
5412, 68262 #Razing Sword...
Forum:
Quests::Q&A
10-17-2009, 11:39 PM
Replies:
8
Need some perl array help
Views:
10,785
Posted By
Kobaz
couldn't you use the ids of the turn-ins as keys...
couldn't you use the ids of the turn-ins as keys to a hash that has the fabled item-id and costs in another hash? Then you wouldn't need an integer index, or a loop.
Forum:
Support::Linux Servers
09-16-2009, 04:12 PM
Replies:
6
Test Server
Views:
7,431
Posted By
Kobaz
It should be possible to use IPALIAS to bind the...
It should be possible to use IPALIAS to bind the second server to a second ip address on the same interface.
Showing results 26 to 50 of 119
Page 2 of 5
<
1
2
3
4
5
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
12:32 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3