Search Results

Showing results 1 to 40 of 111
Search took 0.01 seconds.
Search: Posts Made By: TheOgre ; Forum: *nix Software and child forums
Forum: *nix Software Dec 31st, 2008
Replies: 3
Views: 1,002
Posted By TheOgre
root 14653 1 0 Dec09 ? 00:00:00 /usr/sbin/sshd


That's the sshd process itself, running as root, not root being logged in to an SSH session (notice it's sshd, not ssh@)

man sshd
Forum: *nix Software Dec 31st, 2008
Replies: 3
Views: 1,018
Posted By TheOgre
Yup, I know the difference, but the way you originally worded it made me unsure of whether or not you understood the differences yourself.

(Incidentally, I thought the answer you got from the VNC...
Forum: *nix Software Dec 31st, 2008
Replies: 6
Views: 1,704
Posted By TheOgre
Didn't know about that, but then again, I haven't used iptables (or Linux, for that matter) in years. I'd say go for it and see what happens :)
Forum: *nix Software Dec 31st, 2008
Replies: 6
Views: 1,704
Posted By TheOgre
What did you use to generate that?

As far as creating functions, I'd suggest consulting the manpage for iptables. I haven't used iptables in about 10 years, and my *BSD boxen use pf, so I can't...
Forum: *nix Software Dec 31st, 2008
Replies: 6
Views: 2,093
Posted By TheOgre
After reading your posts in this forum and others, it's wonderful how you became an expert on this subject in so little time. It seems like just yesterday (maybe because it was?) you were a n00b...
Forum: *nix Software Dec 31st, 2008
Replies: 3
Views: 1,018
Posted By TheOgre
If it doesn't listen on localhost, it won't work.

Secondly, use iptables to allow/deny connections on a different interface if you don't want to allow connections to a specific interface.

FYI,...
Forum: *nix Software Dec 31st, 2008
Replies: 6
Views: 1,704
Posted By TheOgre
Can you paste some examples of this "bloating" and "code duplication"? If there's duplicate rules defined in different areas, it shouldn't be too difficult to spot them and help you get them cleaned...
Forum: *nix Software Dec 31st, 2008
Replies: 3
Views: 1,002
Posted By TheOgre
It means the process itself is running as root, which is required for sshd to function properly.
Forum: *nix Software Dec 31st, 2008
Replies: 6
Views: 2,093
Posted By TheOgre
I read the full thread completely, a few times, actually. It appears that you still don't fully understand PKI, since you keep mention "signing" when you mean "exchange."

The EXCHANGE occurs...
Forum: *nix Software Dec 23rd, 2008
Replies: 6
Views: 2,093
Posted By TheOgre
And by the way, as far as your comment about Gmail not caring, you should really learn how something works before you make snide comments to people who know more than you and are trying to help you. ...
Forum: *nix Software Dec 23rd, 2008
Replies: 6
Views: 2,093
Posted By TheOgre
Not true by any stretch.

Not to be rude (hey, I'm in a good mood this morning :) but I don't think you have a clue about how this works, based on your posts in the pfsense forum...
Forum: *nix Software Sep 9th, 2008
Replies: 1
Views: 701
Posted By TheOgre
Usually the application creates the .pid (Process ID) file when it starts, and the location varies with the application. Sometimes you can tell the app where to put the .pid via the app's config...
Forum: *nix Software Jan 28th, 2008
Replies: 1
Views: 611
Posted By TheOgre
What do you need to search *for*?
Forum: *nix Software Jul 23rd, 2007
Replies: 43
Views: 13,536
Posted By TheOgre
What does the Apache error log show?
Did you view the file on the server to make sure there's no "^M" characters at the end of each line?
Did you try one of my earlier suggestions to make sure the...
Forum: *nix Software May 29th, 2006
Replies: 6
Views: 3,534
Posted By TheOgre
You'd want to use the 'alias' command with ifconfig, as described in the FreeBSD Handbook. You set this in /etc/rc.conf

Example:


alias_fxp0="inet 10.0.3.4 netmask 255.255.255.0"
Forum: *nix Software Jan 19th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
So what exactly is the problem? If you know all of this, which you claim, there isn't a problem. I've asked you repeatedly for information on your NIC, but rather than answer my questions, you just...
Forum: *nix Software Jan 19th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
Here's a HOWTO I wrote for a DHCP server on FreeBSD. Read it and see how the server gets configured (this is only 1 way of many different ways to configure a DHCP server.)

...
Forum: *nix Software Jan 19th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
I highly recommend bookmarking the Linux Documentation Project website for HOWTOs on networking, audio, drivers, etc. It will save you a lot of time and frustration if you learn how things work.
Forum: *nix Software Jan 19th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
DHCP uses the MAC address for leases, NOT a domain. It can also be configured to use hostnames to assign the IP leases, such as MCHSI, but in situations like those, if the MAC address doesn't match...
Forum: *nix Software Jan 18th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
1. What NIC do you have in the box?
2. If you run DHCP on a *real* DHCP server, you don't NEED a domain, since that's part of what gets provided by the DHCP server. If you don't know what to put...
Forum: *nix Software Jan 17th, 2005
Replies: 6
Views: 4,784
Posted By TheOgre
Forum: *nix Software Jan 17th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
I was reffering to your other post about the networking issue that you responded to in this thread.

Nor did I ask you to. When I offered a solution, your comment was "I already know all...
Forum: *nix Software Jan 17th, 2005
Replies: 6
Views: 3,501
Posted By TheOgre
The locate command doesn't rewrite anything - it just tells you where xxx is located.

Try doing updatedb, followed by locate xxx to see where it is (like, /usr/local/bin or /usr/sbin or whatever...
Forum: *nix Software Jan 17th, 2005
Replies: 9
Views: 6,921
Posted By TheOgre
Boot to your Linux distro and run lilo. Lilo will rewrite the mbr to include the lilo boot menu screen that got overwritten when you reinstalled Windoze.

...provided you use lilo and not grub...
Forum: *nix Software Jan 17th, 2005
Replies: 6
Views: 4,784
Posted By TheOgre
A DHCP client is installed by default - it's dhclient. If you mean it doesn't locate your DHCP server, have you configured your NetGear box to be a DHCP server?


What setup disk?...
Forum: *nix Software Jan 17th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
It would help if you replied to the correct post, instead of cross-posting.

Since I don't know your level of experience with Linux, it's a little difficult for me to guess what you don't...
Forum: *nix Software Jan 17th, 2005
Replies: 6
Views: 4,784
Posted By TheOgre
Run (as root) "netconfig" and set eth0 to use DHCP. I have no idea what you mean regarding using a setup disk for your NetGear device, but if it's a router, just use DHCP for Linux until you learn...
Forum: *nix Software Jan 17th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
It doesn't automatically bring your network interface online? What's the error?

What window manager are you using? KDE? Gnome? Blackbox? WindowMaker?

All the networking stuff can be...
Forum: *nix Software Jan 17th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
use the "top" command (no quotes) to view all running procs, uptime, used memory, etc.
Forum: *nix Software Jan 15th, 2005
Replies: 6
Views: 10,131
Posted By TheOgre
Actually, there is an experimental NTFS module that allows writes that's been out for awhile. You have to do a recompile of the kernel, but it's been there since 2.4.something...

...or you...
Forum: *nix Software Jan 15th, 2005
Replies: 3
Views: 2,544
Posted By TheOgre
You can also try (as root):


# chmod 755 /dev/dsp
Forum: *nix Software Jan 15th, 2005
Replies: 1
Views: 8,415
Posted By TheOgre
A Google search for "linux quota commands" returned this:

http://www.tldp.org/HOWTO/Quota.html

(too much to explain, so why reinvent the wheel?)
Forum: *nix Software Jan 15th, 2005
Replies: 10
Views: 17,214
Posted By TheOgre
Did you remember to configure Samba correctly (smb.conf) by making sure that:

WORKGROUP = yourworkgroupname # name of Windows Workgroup
Security = user ...
Forum: *nix Software Jan 15th, 2005
Replies: 20
Views: 7,433
Posted By TheOgre
If you watch the stdout when the system boots from the CD, it should show you the hardware it autodetects - see if you can spot your drive in there. If Slack does find it, make sure you remember...
Forum: *nix Software Dec 23rd, 2004
Replies: 2
Views: 4,229
Posted By TheOgre
Did you have free space along with the other 2 partitions, or did you wipe something first?

You should be able to boot the system with the Mepis CD and access the filesystem from the boot...
Forum: *nix Software Dec 23rd, 2004
Replies: 48
Views: 18,077
Posted By TheOgre
If you download the RescueCD, there's a Linux partition utility called QtParted that looks almost identical to Partition Magic, and works very well. There's also a bunch of other tools on the CD that...
Forum: *nix Software Dec 21st, 2004
Replies: 48
Views: 18,077
Posted By TheOgre
Yes, just delete the unknown partition and create a new partition for Windows. You can do a quick format of the new partition from within Windows using NTFS.
Forum: *nix Software Dec 20th, 2004
Replies: 48
Views: 18,077
Posted By TheOgre
Then again, there's always fips for the more tech-savvy.

You can use a Win98 boot floppy to wipe a linux-formatted drive to put Windows on - it'll say it doesn't have a recognizable filesystem...
Forum: *nix Software Jun 1st, 2004
Replies: 19
Views: 5,984
Posted By TheOgre
What distro are you trying to install?

Is it asking you for the source location or the target location to install Linux to?

Do you have any SCSI hard drives on the system, or just a SCSI...
Forum: *nix Software May 19th, 2004
Replies: 7
Views: 5,145
Posted By TheOgre
Actually, if he's going to just be forwarding mail, a firewall/natd rule (portforwarding) might just be easier, if it's just a matter of routing the mail from one IP to another inside the network. I...
Showing results 1 to 40 of 111

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC