Search Results

Search: Posts Made By: Breen
Forum: IP Networking 03-16-2005
4,295
Posted By Breen
We resolved this, if anyone else expereices a...
We resolved this, if anyone else expereices a similar problem the NAT configuration has a passive mode setting which needs to be deactivated before connecting to the Linux hosted FTP server.
Forum: IP Networking 03-15-2005
4,295
Posted By Breen
Accessing a FTP Server hosted on Linux
We have set-up a FTP server on a Linux machine, which sits behind a firewall. Most users outside our firewall can access it, but one user in particular cannot. I assume it has something to do with...
8,549
Posted By Breen
Thanks ZB, works well and is a useful bit of code
Thanks ZB, works well and is a useful bit of code
8,549
Posted By Breen
Renaming files in a bash script
I'm doing a short batch script to compile po files producing output binary mo files.

The compilation command is:
msgfmt -o file.mo file.po

so in order to compile I am appending .mo to the...
Forum: Linux 07-15-2004
2,720
Posted By Breen
Make sure the account details: username and...
Make sure the account details: username and password are the same in windows as they are on Linux. Also, ensure that they're added to the samba users and passwd files.
e.g. if you 've just...
Forum: SuSE 07-12-2004
5,896
Posted By Breen
Or to add to that: you could try the command: ...
Or to add to that: you could try the command:
chkconfig --level 35 iptables off

to remain off when upon system startup on run-levels 3 and 5.
You can check that they're off with the command:...
Forum: Linux 07-01-2004
7,085
Posted By Breen
Resloved it. There appears to be a second...
Resloved it. There appears to be a second firewall blocking user access, so the configuration on the server config. itself was fine.
Txs
:)
Forum: Linux 06-16-2004
7,085
Posted By Breen
Thanks for the info. There's no error upon...
Thanks for the info. There's no error upon logging-on, it simply gives the message of Login incorrect, through both DOS and a browser on another machine. It does howerver, let me get in on the...
Forum: Linux 06-15-2004
7,085
Posted By Breen
Accessing FTP on Linux
Hi,
I've setup an FTP server on my linux box (RH 9.0). I've configured so the vsftpd daemon is running in runlevel 5, etc.
However, I have difficulty logging-on, as it will not authenticate any...
1,449
Posted By Breen
Looks like it could be a bit of a headache to...
Looks like it could be a bit of a headache to configure, but I'll have a look.

Thanks
1,449
Posted By Breen
Query Management
Is there any good query management systems that run on Linux and/or Solaris? I'm looking at KBugBuster and Bugzilla, and was wondering is there any others worth considering that run on these...
Forum: Programming 03-03-2004
4,650
Posted By Breen
I found that you can use the WCHAR with the...
I found that you can use the WCHAR with the setfill() manipultor, hence:
wcout<<setfill<WCHAR>(' ')<<setw(42)

will compile and work fine.
Forum: Programming 03-02-2004
4,650
Posted By Breen
Writing both 8-bit and 16-bit data to a file
I'm writing both 8-bit and wide 16-bit data to the screen and an output file. I have no problems with writing out to the screen - for example:
cout<<8-bit data;
wcout<<16-bit data;

Similarly, I...
Forum: Linux 12-23-2003
3,588
Posted By Breen
Linux Network Engineer
Hi,
I was wondering has anybodu completed the linux + Nework Engineer CompTIA Linux+ Certificate. Hows does it stand to the others, such as Red Hat certifications?
Txs
Forum: Programming 10-08-2003
3,590
Posted By Breen
Ive sorted this now - char *pStream = new...
Ive sorted this now -
char *pStream = new char[200];
char *pFile = "file.txt";

ifstream is(pFile);
if(!is) error("Cannot open File", pFile);
if(is.good())
{
while(is.get(pStream, 200,...
Forum: Programming 10-07-2003
3,590
Posted By Breen
Reading a file into a C++ script
Hi,
I'm trying to read a file in with and assigne the stream to a char * type. I've manged it using the cin.get returning type char, but am having run-time problems returning a char *. For example,...
11,757
Posted By Breen
I can log in as root, and move around the...
I can log in as root, and move around the filesystem - some files are there, e.g etc/passwd, etc. Will investage time permitting, but as this is running from a server (therefore no real important...
11,757
Posted By Breen
Thanks fellas - I managed to get in on the boot...
Thanks fellas - I managed to get in on the boot -s ,
and cleaned out the /usr/tmp, etc, which reduced the capicity of the root, e,g
originally df -k
...
11,757
Posted By Breen
I taught about going into single-user mode, but...
I taught about going into single-user mode, but cannot seem to get into the Ok> prompt - after it checks and mounts filesystems, it seems to hang!!
11,757
Posted By Breen
Full File System
Hi All,
There was a background process running on a Solaris 2.8 machine, and appeared to have filled all available disk-space. I done a killall, and upon re-booting found that the file system had...
3,515
Posted By Breen
correction: to resume print services is: ...
correction: to resume print services is:

/usr/lib/lpsched

and not:

/sur/lib/lpshed
3,515
Posted By Breen
To set up a print server: In root command-line>...
To set up a print server: In root
command-line> admintool &
Browse --> Printers
Add --> Local Printer
and add the printer name, etc and the correct 'PORT'

on the command line:
#Shut-down lp...
8,743
Posted By Breen
Ta, I was wondering can i also add the...
Ta, I was wondering can i also add the corresponding pfm files in the Type 1 directory (NB these are russian pfm and pdb fonts). Also, i noticed some fonts, such as the TrueType (*.ttf) are mapped...
8,743
Posted By Breen
Adding Fonts to Solaris 2.8
Does anyone know the location where to place a series of new fonts, so its asseble by general applications (equiv. to C:\WINNT\Fonts) in WIN2000.

Thanks
3,977
Posted By Breen
what a pain!! - thanks....
what a pain!! - thanks....
Showing results 1 to 25 of 44

 
All times are GMT -4. The time now is 04:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy