Search Results

Search: Posts Made By: Zarnick
Forum: UNIX and Linux Applications 10-01-2012
2,622
Posted By Zarnick
Well, I'll be damned, I tought it was setted up...
Well, I'll be damned, I tought it was setted up by default.

Thank you very much, it worked as a charm.

Just a post-info, would it be a good policy to always let it by default?
Forum: UNIX and Linux Applications 10-01-2012
2,622
Posted By Zarnick
Problem recieving files from net2ftp
I have a very strange problem occurring with a Net2FTP site.
I've setted up a VSFTPD with SSL/TLS enabled and it works just fine for almos all archives, however, if someone put a .msg file (Outlook...
Forum: Linux 12-16-2011
14,227
Posted By Zarnick
Well, it DID found 8 new devices (???), but...
Well, it DID found 8 new devices (???), but still, no luck on trying to use /dev/emcpowerf...

# ./rescan-scsi-bus.sh -l -c -w
Host adapter 0 (megaraid_sas) found.
Host adapter 1 (qla2xxx) found....
Forum: Linux 12-15-2011
14,227
Posted By Zarnick
Yeah, I know that, but try telling that to my...
Yeah, I know that, but try telling that to my company...I've tried over and over, and it was all the same, we have support for crashes, not implementations...and then it comes to this, when we need a...
Forum: Linux 12-15-2011
14,227
Posted By Zarnick
Simply put, we don't have support for this...
Simply put, we don't have support for this storage (at least for that, only for incidents), at least that's what I've being told :( .
Forum: Linux 12-15-2011
14,227
Posted By Zarnick
No problem, here's the output from fdisk -l...
No problem, here's the output from fdisk -l /dev/sdb:

Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 0
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on...
Forum: Linux 12-14-2011
14,227
Posted By Zarnick
# ls -al /dev|grep -i emc* crw-r--r-- 1 root...
# ls -al /dev|grep -i emc*
crw-r--r-- 1 root root 10, 62 Aug 30 16:29 emcpower
brw-r----- 1 root disk 120, 0 Aug 30 16:29 emcpowera
brw-r----- 1 root disk 120, 16 Aug 30 16:29 emcpowerb...
Forum: Linux 12-14-2011
14,227
Posted By Zarnick
EMC, PowerPath and issue on using LUN
Hello guys, I'm going crazy over here with a problem with a LUN created on a EMC CX3.
I did sucessfully managed to create the LUN on the Storage (the LUN is named DBLNX25EC_TST), after doing the...
Forum: BSD 06-11-2008
11,409
Posted By Zarnick
NTP Server on FreeBSD
Hello, I'm trying to create a NTP server on a FreeBSD machine inside my local network, so all the clients of that network can actually query for that machine.
Should be of no problem right?
Here's...
2,016
Posted By Zarnick
This I understood, the file.xml is the xml file...
This I understood, the file.xml is the xml file to remove the content from, but how do I feed the perl program with the codes to remove? I tried creating a big file with all the codes piped (e.g.:...
2,016
Posted By Zarnick
Hum...that seems good, but where do I put the...
Hum...that seems good, but where do I put the input code to remove from the XML? (I'm really no expert at regular expressions...yet)
Also, please remember that this codes are fed up by a file, and...
2,016
Posted By Zarnick
XML Problem
Hello, I need a script to edit a custom XML, although I know it should be fairly easy to create such a script, I'm failing miserably.
The script should be able to read from a file containing the ids...
2,026
Posted By Zarnick
UNIX distribution for hardware checking
Hello, does anyone knows about any distribution that can make (or provides the tools) all kind of hardware tests? Tests like I/O, CPU execution, RAM, etc...
Any kind of "tools" that does this via a...
Forum: Programming 05-08-2008
12,294
Posted By Zarnick
I wouldn't know for sure why 2 bytes are just not...
I wouldn't know for sure why 2 bytes are just not enough, I think it's something to do with the pointers used to allocate the enough memory for your char[10] string. But I can be wrong on this one.
...
7,995
Posted By Zarnick
Just to complement andryk answer, if you want to...
Just to complement andryk answer, if you want to execute it as ./test.sh, you should put the executable flag in it, and you shell script should begin with the line:

#!/bin/sh

And here's to put...
Forum: Programming 05-08-2008
12,294
Posted By Zarnick
Actually, not quite. SegFault (in this case)...
Actually, not quite.
SegFault (in this case) goes when the EIP register point's to a invalid memory address to execute, and just 2 bytes aren't enough to reach the EIP, however try with 500 chars...
Forum: Programming 05-06-2008
5,162
Posted By Zarnick
Yeah, non-blocking I/O was what I used on the...
Yeah, non-blocking I/O was what I used on the Echo server.

Thanks all for the support ;)
Forum: Programming 05-05-2008
5,162
Posted By Zarnick
Hum, I think got a server like it finally right,...
Hum, I think got a server like it finally right, if you could take a look at the code under EchoServer: Main Page (http://docs.geekvault.org/echoServer) , I think this code is correct tough right? At...
6,341
Posted By Zarnick
There's no local script doing this, I can't...
There's no local script doing this, I can't imagine this NOT being Ubuntu stuff, could be the winbind I've installed for talking with the AD following this tutorial...
6,341
Posted By Zarnick
/etc/hosts on Ubuntu behaving strangely
Hy guys, I'm having a very strange problem, every time I change the /etc/hosts file on an Ubuntu machine @ work, every time I change the line:

127.0.0.1 programmer.COMPANY

to

127.0.0.1...
Forum: Programming 04-24-2008
5,162
Posted By Zarnick
I meant that if the child write's on the pipe,...
I meant that if the child write's on the pipe, isn't the father allowed to read from it? (any child).

Anyway, here's (www.geekvault.org/tmp/bucketsort.c) the code, sorry for the portuguese...
Forum: Programming 04-23-2008
5,162
Posted By Zarnick
I'll post in my website ASAP, but isn't the pipe...
I'll post in my website ASAP, but isn't the pipe used for this?
I mean, if I write on the pipe, shouldn't the parent be able to read it normally?
Forum: Programming 04-23-2008
5,162
Posted By Zarnick
Problems with child comunicating with parent on fork()
Hello, I'm trying to implement a version of a bucketSort (kinda) server/client, but I'm having a VERY hard time on making the server behave correctly, when talking to the children, after it forks....
Forum: IP Networking 02-01-2008
2,527
Posted By Zarnick
Questions about network layout
Hello all, thinking and reading of networks always make me think, and I have some questions, let me draw a sketch of the network I have, and then I'll put the questions:

[Internet]--->[Linux...
2,315
Posted By Zarnick
Try also ncftp?
Try also ncftp?
Showing results 1 to 25 of 48

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