Sponsored Content
Full Discussion: Installing SAMBA problems
Operating Systems AIX Installing SAMBA problems Post 302599988 by zxmaus on Sunday 19th of February 2012 08:13:37 PM
Old 02-19-2012
What error did you exactly get? Package not found ? Try to do an inutoc . in the directory you have copied the file into

Regards
zxmaus
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

samba PROBLEMS

i am run SUSE 6.4 with apache that i built and maintain to serve my dads website, (www.farragutmarine.com for anyone who cares) anyway i am running samba and i have a huge problem, throughout the day, everything goes fine, but then my server will come to a grinding halt, if i try to telnet in or... (4 Replies)
Discussion started by: norsk hedensk
4 Replies

2. UNIX for Dummies Questions & Answers

Installing a Samba printer under Sun Solaris 10

Hi all, I am under Sun Solaris 10, and I wan't to use printers which are on my local area network (on Windows XP workstation), I have got samba installed, and cups. I wan't to have an easy way for printing document (with StarOffice, Gimp etc...), for exemple by just launching a command. ... (0 Replies)
Discussion started by: willits
0 Replies

3. Solaris

Installing samba-tng suite

Hello all I am trying to install sara-sans(http://www.cisecurity.org/top20.htm) on a Solaris 9 server. The process highly recommends the installation of samba-tng suite. In the process of installaing samba-tng, "./configure" went smooth. After that while trying to 'make', it is stopped with the... (0 Replies)
Discussion started by: chrs0302
0 Replies

4. AIX

Installing Samba on AIX 5.3

Hello, I need assistance installing Samba on AIX 5.3 TL06. Smitty Install produces the following error message: Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. geninstall -I "a -cgNQqwXY -J" -Z -d... (5 Replies)
Discussion started by: tgray71
5 Replies

5. Solaris

installing samba on solaris 8

i am a rookie so please give every detail... i need help installing samba on my solaris 8 (intel) box so i can share with WXP box. i can get online, but can only see websites as outline\text form but managed to download "samba-latest.tar.z" is this correct? and what is next step to get it up and... (1 Reply)
Discussion started by: flir11
1 Replies

6. UNIX for Advanced & Expert Users

Problems between a HP UX 11.31 Samba share and Windows 7...

Hi I have an issue with a client. He was able to use his mounted Samba share for a long time. However, a couple of days ago, he wasn't able to access all of his files all of a sudden. He still see's the share and majority of the files, but not some that he needs. I checked with Secure CRT on... (1 Reply)
Discussion started by: zixzix01
1 Replies

7. Red Hat

Installing SWAT to administer Samba

Hi, I have installed RHEL 5.2 for a specific reason. Anyway I would really like to use SWAT to administer Samba. Samba is currently installed and working almost successfully however SWAT would make life a bit easier. I have tried rpm -ivh samba-swat but it can't find the file. ... (1 Reply)
Discussion started by: drag0n
1 Replies

8. Solaris

Samba 3.6.5 install problems

Hi all, I'm trying to update my samba 3.5.10 to 3.6.5 due to security CVE issued with 3.5. I downloaded and unzipped, did the make and make install and the ./configure. I didn't use any changes to it and it said it installed correctly added it to my path and it looks like it's operating... (6 Replies)
Discussion started by: mattymatt79
6 Replies

9. UNIX for Dummies Questions & Answers

Baffled by problems with ssh and samba

I have made a complete botch of trying to install both ssh and samba, having followed numerous tutorials - all claiming to be easy to follow and stating that it is easy. The last attempt @ ssh was going really well until the copy id stage roy@roy-1011PX:~$ ssh-copy-id -i /home/roy/.ssh/id_dsa.pub... (8 Replies)
Discussion started by: Royalist
8 Replies
Package::Stash::PP(3pm) 				User Contributed Perl Documentation				   Package::Stash::PP(3pm)

NAME
Package::Stash::PP - pure perl implementation of the Package::Stash API VERSION
version 0.33 SYNOPSIS
use Package::Stash; DESCRIPTION
This is a backend for Package::Stash implemented in pure perl, for those without a compiler or who would like to use this inline in scripts. BUGS
o remove_symbol also replaces the associated typeglob This can cause unexpected behavior when doing manipulation at compile time - removing subroutines will still allow them to be called from within the package as subroutines (although they will not be available as methods). This can be considered a feature in some cases (this is how namespace::clean works, for instance), but should not be relied upon - use "remove_glob" directly if you want this behavior. o Some minor memory leaks The pure perl implementation has a couple minor memory leaks (see the TODO tests in t/20-leaks.t) that I'm having a hard time tracking down - these may be core perl bugs, it's hard to tell. Please report any bugs through RT: email "bug-package-stash at rt.cpan.org", or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash>. SUPPORT
You can find this documentation for this module with the perldoc command. perldoc Package::Stash You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Package-Stash <http://annocpan.org/dist/Package-Stash> o CPAN Ratings http://cpanratings.perl.org/d/Package-Stash <http://cpanratings.perl.org/d/Package-Stash> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash> o Search CPAN http://search.cpan.org/dist/Package-Stash <http://search.cpan.org/dist/Package-Stash> AUTHOR
Jesse Luehrs <doy at tozt dot net> Mostly copied from code from Class::MOP::Package, by Stevan Little and the Moose Cabal. SEE ALSO
o Class::MOP::Package This module is a factoring out of code that used to live here COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-09-28 Package::Stash::PP(3pm)
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy