Hi all,

        I have a small problem when executing a linux command from a web
page.I am using the thttpd server as the webserver.The code I used for
executing
        linux command is 
                my $test = `vconfig add eth0 2`;
        but it is reporting an error message to the browser and it is
                WARNING: Could not open /proc/net/vlan/config. Maybe you
need to load the 8021q module, or maybe you are not using PROCFS?? ERROR:
trying to add VLAN #2 to IF -:eth0:- error: Operation not permitted.
        All the other commands works fine with the above code.
        Anyone familiar with this problem/error. Any suggestions/reply to
this problem is appreciated.

Thanks
Prasanth



_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to