Search Results

Search: Posts Made By: wrapster
Forum: Solaris 01-26-2011
12,636
Posted By wrapster
expected identifier before numeric constant
Hi all,

While trying to compile a piece of code(Samba) I get this error..

In file included from dsdb/samdb/ldb_modules/samba3sam.c:11:
./lib/ldb/modules/ldb_map.h:62: error: expected...
Forum: Web Development 08-04-2009
1,890
Posted By wrapster
Problems writing app that will communicate with gateway(newbie,last bit of project)
Hi all,

Im writing an app that will contact a specified gateway and retrieve info onto our server and perform manipulations on it then return the result back to the gateway for further...
Forum: Solaris 07-12-2009
2,084
Posted By wrapster
Where are the source files located in solaris (b 116)
Hi all,

I would like to know the dir location where all the source files for various file systems are located(not the compiled ones)?

I tried in /usr/src/uts , but thats as far as I can go....
Forum: Programming 02-18-2009
2,129
Posted By wrapster
issues regarding <frameset> usage in webrick servlets, pls help
Hi all,

Ive been trying to execute <frameset> tags within webrick servlets..
But when the server is started i get erreneous o/p ... The html code if executed individually runs flawlesswelly but...
Forum: Web Development 01-29-2009
2,861
Posted By wrapster
how to pass data in webrick sevelts? please help
Hi all,

I am a newbie to servlet programming using webrick...
Was wondering how to accept data from a form and do necessary
processing..
To start with i wrote a sample servlet that accepts a...
Forum: Solaris 01-22-2009
8,134
Posted By wrapster
Do the cgi-bin scripts run on the command line...
Do the cgi-bin scripts run on the command line when you su to the web user?
yes they do.My machine is a single node.(I have root access as well,always)

Are the cgi scripts php, asp, shell, perl?...
Forum: Solaris 01-22-2009
8,134
Posted By wrapster
The ScriptAlias has been set right.. ...
The ScriptAlias has been set right..
corresponding cgi files are also placed in the appropriate dirs.
But from what i could read on the web, i found out that solaris requires a cgiwrap for cgi...
Forum: Solaris 01-21-2009
8,134
Posted By wrapster
executing cgi programs in solaris(B89) needed urgent help,pls!
Hi all,

I am trying to execute cgi scripts on solaris, but everytime i get a internal server error...
The syntax of my .cgi script is correct as ive checked..
Steps i followed
1.started apache...
Forum: Web Development 01-17-2009
4,233
Posted By wrapster
Which toolkit to choose for a web GUI (in ruby)
Hi all,

I have written a couple of libs for my Networks project and Would like to provide a web based gui for it.
The fix is that I dont know which toolkit to choose to start with my work.
...
Forum: Solaris 12-16-2008
5,126
Posted By wrapster
writing device drivers,for a beginner!!!
Hi all,

Please excuse me if this is not the right forum to ask my question.

I would like to know more about writing device drivers for Unix,particularly Solaris 10.
excuse me if am being...
Forum: Programming 12-08-2008
2,023
Posted By wrapster
Needed help in web development where libraries are written in Ruby!!!
Hi all,

I have developed a couple of libraries using ruby for my networks project.Its completely done except for a GUI for the front end.
But i am in a fix to know what i need to be using for its...
Forum: Programming 10-04-2008
5,188
Posted By wrapster
problems iterating in RUBY while extracting info from YAML, Pls help!
Hi all,
I am stuck with a ruby script that extracts detials from yaml file and processes accordingly.
the yaml file

confivnic:
device:
vnic1:
policy:
- L2
mode:...
Forum: IP Networking 08-28-2008
2,889
Posted By wrapster
Ok thats really helpful. Thanks for all your...
Ok thats really helpful.
Thanks for all your replies!
I will implement it and let you know

Thanks again!
Forum: IP Networking 08-26-2008
2,889
Posted By wrapster
This is the first time I will be using ssh. So...
This is the first time I will be using ssh.
So could you please elaborate on root@server ?
Thanks
Forum: IP Networking 08-25-2008
2,889
Posted By wrapster
hey , I know about those commands. In fact am...
hey ,
I know about those commands.
In fact am implementing all these in a slightly different way :)
The point am trying to make here is.
how do i get the dladm commands to work remotely?
If...
Forum: IP Networking 08-25-2008
2,889
Posted By wrapster
How to extract NIC and other info ,given Ip
Hi all,

I am working on a networking project that requires me to find out the NIC on that particular machine and many more things.
Now Given the IP and the subnet.
I would like to know how we...
Forum: IP Networking 08-24-2008
12,381
Posted By wrapster
Thanks for all your inputs. It really helped me...
Thanks for all your inputs.
It really helped me understand a couple of point on lease periods and why I could get different ips on xp and not on solaris!
I will test out all these and get back to...
Forum: IP Networking 08-22-2008
12,381
Posted By wrapster
Yeah even i had the same hunch regarding the...
Yeah even i had the same hunch regarding the lease period..
But this happens only in solaris.
When i was using xp the dhcp used to turn out different IPs each time i connected to the network

'd...
Forum: Programming 08-06-2008
2,178
Posted By wrapster
Needed help in a ruby script with user interaction involved!
Hi all,

I am struck at this point and needed some help in ruby
I wanted to write a script that accepts the no of VNICs the user wants to create and
then ask for the name of each Vnic he wants...
Forum: Solaris 08-05-2008
6,673
Posted By wrapster
needed help in finding a suitable video player!
Hi all,
I had been using kde 3.5.8 for a while on solaris but the problem was that i was not able to use Gnome for some strange reasons...
It constantly used to misbehave.
(Whether it was...
13,724
Posted By wrapster
Actually ls was just an easy example that i...
Actually ls was just an easy example that i mentioned.
I am actually improvising a few commands through ruby and since am a beginner i have very little idea of programming in ruby.
So just wanted...
13,724
Posted By wrapster
How to get shell commands working through ruby?
Hi all,

I am a newbie currently trying to execute shell commands from ruby instead of a shell script.(This method is conceived only for solaris so no issues with porting to other OS and all)
Eg:...
Forum: Solaris 07-22-2008
2,624
Posted By wrapster
Unable to use Crossbow commands ,completely?
Hi all,

I have begun working on a project that involves "Crossbow" technology.
But almost immediately i have run into problems!
My version of Solaris doesnt seem to have all the Crossbow...
1,672
Posted By wrapster
$? is used to obtain the exit status of the...
$? is used to obtain the exit status of the previous command..
So according to what i understand from the quote if the command fails(meaning that $? will not be 0) then perform certain actions...
Forum: Programming 06-22-2008
2,336
Posted By wrapster
newbie to unix programming in C, needed a few simple prgs on these functions!
Hi all,

I am a newbie to unix programming using C..
So i would like to have a few simple C programs to start off with..
I wanted programs on learning ,
abort,kill and raise,alarm and pause,I...
Showing results 1 to 25 of 194

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