Re: NFS & Samba problems

2004-01-20 Thread Zac Brown
Problem resolved, IP conflict :) Thanks for everyone's suggestions.


On Tue, 20 Jan 2004 16:10:02 -0600
Zac Brown <[EMAIL PROTECTED]> wrote:

> Brian,
>   When you say "The error you're seeing, "RPCPROG_NFS: Program not registered", 
> is nfsd complaining that it can't talk to portmap (which "registers" RPC services)." 
> Are we talking the portmapper on the local computer, or the portmapper on the remote 
> computer. 
> 
>   Also for anyone else, I've gotten further with my mount_smbfs problem, but 
> still getting errors. It returns:
> 
>   phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /home
>   mount_smbfs: vfsload(smbfs): File exists
> 
> ANY time I use mount_smbfs, it doesn't even matter if the computer I'm trying to 
> connect to has Samba or not. It returns it for all calls to mount_smbfs. I did add 
> "NETSMB", "NETSMBCRYPTO", "LIBICONV", "LIBMCHAIN", and "SMBFS" to my kernel config 
> and recompiled as well as issuing "kldload smbfs" so that smbfs was added to my 
> /boot/loader.conf. If I've done something I shouldn't have please by all means 
> correct me.
> 
> Zac Brown
> 
> 
> 
> On Tue, 20 Jan 2004 11:13:46 -0500
> Brian Minder <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, Jan 19, 2004 at 09:27:33PM -0600, Zac Brown wrote:
> > > The problems in the earlier post are irrelevant because I figured out I was 
> > > trying to connect to the wrong IP now but I have a new problem. When I use 
> > > mount_smbfs I get the following error:
> > > 
> > > phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
> > > mount_smbfs: unable to open connection: syserr = Connection refused
> > > 
> > > And when I try to mount the nfs share I get the following error:
> > > 
> > > phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
> > > 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered
> > > 
> > > Any help or enlightenment would be greatly appreciated. Thanks in advance.
> > 
> > Make sure you have the following line in your /etc/rc.conf:
> > 
> > nfs_client_enable="YES"
> > 
> > This will start portmap when the system boots.  The error you're seeing,
> > "RPCPROG_NFS: Program not registered", is nfsd complaining that it can't
> > talk to portmap (which "registers" RPC services).
> > 
> > Sorry, but I don't have any experience with SMBFS mounts, so I can't be of
> > much help there.
> > 
> > Hope that helps,
> > 
> > -Brian
> > 
> > -- 
> > [EMAIL PROTECTED]1024/8C7C4DE9
> 
> 
> -- 
> Zac Brown
> http://rufius.com
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 


-- 
Zac Brown
http://rufius.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS & Samba problems

2004-01-20 Thread Zac Brown
Brian,
When you say "The error you're seeing, "RPCPROG_NFS: Program not registered", 
is nfsd complaining that it can't talk to portmap (which "registers" RPC services)." 
Are we talking the portmapper on the local computer, or the portmapper on the remote 
computer. 

Also for anyone else, I've gotten further with my mount_smbfs problem, but 
still getting errors. It returns:

phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /home
mount_smbfs: vfsload(smbfs): File exists


ANY time I use mount_smbfs, it doesn't even matter if the computer I'm trying to 
connect to has Samba or not. It returns it for all calls to mount_smbfs. I did add 
"NETSMB", "NETSMBCRYPTO", "LIBICONV", "LIBMCHAIN", and "SMBFS" to my kernel config and 
recompiled as well as issuing "kldload smbfs" so that smbfs was added to my 
/boot/loader.conf. If I've done something I shouldn't have please by all means correct 
me.

BTW: My rc.conf contains the following entries in that order for reference:

nfs_client_enable="YES"
nfs_client_flags="
mountd_enable="YES"
rpcbind_enable="YES"
portmap_enable="YES"

Zac Brown



On Tue, 20 Jan 2004 11:13:46 -0500
Brian Minder <[EMAIL PROTECTED]> wrote:

> On Mon, Jan 19, 2004 at 09:27:33PM -0600, Zac Brown wrote:
> > The problems in the earlier post are irrelevant because I figured out I was trying 
> > to connect to the wrong IP now but I have a new problem. When I use mount_smbfs I 
> > get the following error:
> > 
> > phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
> > mount_smbfs: unable to open connection: syserr = Connection refused
> > 
> > And when I try to mount the nfs share I get the following error:
> > 
> > phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
> > 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered
> > 
> > Any help or enlightenment would be greatly appreciated. Thanks in advance.
> 
> Make sure you have the following line in your /etc/rc.conf:
> 
> nfs_client_enable="YES"
> 
> This will start portmap when the system boots.  The error you're seeing,
> "RPCPROG_NFS: Program not registered", is nfsd complaining that it can't
> talk to portmap (which "registers" RPC services).
> 
> Sorry, but I don't have any experience with SMBFS mounts, so I can't be of
> much help there.
> 
> Hope that helps,
> 
> -Brian
> 
> -- 
> [EMAIL PROTECTED]1024/8C7C4DE9


-- 
Zac Brown
http://rufius.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS & Samba problems

2004-01-20 Thread Zac Brown
Brian,
When you say "The error you're seeing, "RPCPROG_NFS: Program not registered", 
is nfsd complaining that it can't talk to portmap (which "registers" RPC services)." 
Are we talking the portmapper on the local computer, or the portmapper on the remote 
computer. 

Also for anyone else, I've gotten further with my mount_smbfs problem, but 
still getting errors. It returns:

phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /home
mount_smbfs: vfsload(smbfs): File exists

ANY time I use mount_smbfs, it doesn't even matter if the computer I'm trying to 
connect to has Samba or not. It returns it for all calls to mount_smbfs. I did add 
"NETSMB", "NETSMBCRYPTO", "LIBICONV", "LIBMCHAIN", and "SMBFS" to my kernel config and 
recompiled as well as issuing "kldload smbfs" so that smbfs was added to my 
/boot/loader.conf. If I've done something I shouldn't have please by all means correct 
me.

Zac Brown



On Tue, 20 Jan 2004 11:13:46 -0500
Brian Minder <[EMAIL PROTECTED]> wrote:

> On Mon, Jan 19, 2004 at 09:27:33PM -0600, Zac Brown wrote:
> > The problems in the earlier post are irrelevant because I figured out I was trying 
> > to connect to the wrong IP now but I have a new problem. When I use mount_smbfs I 
> > get the following error:
> > 
> > phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
> > mount_smbfs: unable to open connection: syserr = Connection refused
> > 
> > And when I try to mount the nfs share I get the following error:
> > 
> > phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
> > 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered
> > 
> > Any help or enlightenment would be greatly appreciated. Thanks in advance.
> 
> Make sure you have the following line in your /etc/rc.conf:
> 
> nfs_client_enable="YES"
> 
> This will start portmap when the system boots.  The error you're seeing,
> "RPCPROG_NFS: Program not registered", is nfsd complaining that it can't
> talk to portmap (which "registers" RPC services).
> 
> Sorry, but I don't have any experience with SMBFS mounts, so I can't be of
> much help there.
> 
> Hope that helps,
> 
> -Brian
> 
> -- 
> [EMAIL PROTECTED]1024/8C7C4DE9


-- 
Zac Brown
http://rufius.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS & Samba problems

2004-01-19 Thread T Kellers

> mount_smbfs -I  -W YOUR WORKGROUPHERE  192.168.0.3 //[EMAIL PROTECTED]/homes
> /mnt/home
Arg..

of course that should be 

mount_smbfs  -W YOUR WORKGROUPHERE  -I 192.168.0.3 //[EMAIL PROTECTED]/homes

Tim

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS & Samba problems

2004-01-19 Thread T Kellers
On Monday 19 January 2004 10:27 pm, Zac Brown wrote:
> The problems in the earlier post are irrelevant because I figured out I was
> trying to connect to the wrong IP now but I have a new problem. When I use
> mount_smbfs I get the following error:
>
> phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
> mount_smbfs: unable to open connection: syserr = Connection refused
>
> And when I try to mount the nfs share I get the following error:
>
> phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
> 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered
>
> Any help or enlightenment would be greatly appreciated. Thanks in advance.
>
>

Try mount_nfs 192.168.0.3:/home/zac /mnt/home

and/or

mount_smbfs -I  -W YOUR WORKGROUPHERE  192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home 


Tim Kellers
CPE/NJIT

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS & Samba problems

2004-01-19 Thread Zac Brown
The problems in the earlier post are irrelevant because I figured out I was trying to 
connect to the wrong IP now but I have a new problem. When I use mount_smbfs I get the 
following error:

phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
mount_smbfs: unable to open connection: syserr = Connection refused

And when I try to mount the nfs share I get the following error:

phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered

Any help or enlightenment would be greatly appreciated. Thanks in advance.




On Mon, 19 Jan 2004 19:23:35 -0600
Zac Brown <[EMAIL PROTECTED]> wrote:

> Well I'm a new user to FreeBSD, decided I'd give 4.9 a shot yesterday since I had 
> this extra HDD sitting around. Well all goes well, I have video & sound working, but 
> now I've run into the snag of getting a hold of my data off of my linux samba/nfs 
> server. 
> 
> When I tried to use mount_smbfs to mount a samba share I received this error:
> 
>phineas# mount_smbfs -I 192.168.0.4 //[EMAIL PROTECTED]/homes /mnt/home
>mount_smbfs: unable to open connection: syserr = Operation timed out
> 
> This of course upset me because using the XFCe4 File Manager I was able to login to 
> the linux samba/nfs server via smbclient and view my data. I hunted long and hard 
> through all the mailing list entries for an answer to my problem and have come up 
> with nothing. I've also googled numerous times on the google.com/bsd site to no 
> avail. I'm really missing the "smbmount" command because it would all be fine if I 
> could just use that. My next attempt was with NFS in which I setup my linux server 
> with, setup my FreeBSD as a client just as the bsddiary.com version explained. I 
> then issued the command:
> 
>phineas# mount 192.168.0.4:/home/zac /mnt/home
> 
>192.168.0.4:/home/zac: nfsd: RPCPROG_NFS: RPC: Port mapper failure -RPC: 
> Unable to send
> 
> It repeats the 2nd statement till I press "ctrl+c" in the console. At this point I'd 
> just be happy to be able to mount a share and listen to my mp3's and access my 
> school work etc. Any help would be greatly appreciated.
> 
> Thanks in advance,
> 
> -- 
> Zac Brown
> http://rufius.com
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 


-- 
Zac Brown
http://rufius.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NFS & Samba problems

2004-01-19 Thread Zac Brown
Well I'm a new user to FreeBSD, decided I'd give 4.9 a shot yesterday since I had this 
extra HDD sitting around. Well all goes well, I have video & sound working, but now 
I've run into the snag of getting a hold of my data off of my linux samba/nfs server. 

When I tried to use mount_smbfs to mount a samba share I received this error:

   phineas# mount_smbfs -I 192.168.0.4 //[EMAIL PROTECTED]/homes /mnt/home
   mount_smbfs: unable to open connection: syserr = Operation timed out

This of course upset me because using the XFCe4 File Manager I was able to login to 
the linux samba/nfs server via smbclient and view my data. I hunted long and hard 
through all the mailing list entries for an answer to my problem and have come up with 
nothing. I've also googled numerous times on the google.com/bsd site to no avail. I'm 
really missing the "smbmount" command because it would all be fine if I could just use 
that. My next attempt was with NFS in which I setup my linux server with, setup my 
FreeBSD as a client just as the bsddiary.com version explained. I then issued the 
command:

   phineas# mount 192.168.0.4:/home/zac /mnt/home

   192.168.0.4:/home/zac: nfsd: RPCPROG_NFS: RPC: Port mapper failure -RPC: Unable 
to send

It repeats the 2nd statement till I press "ctrl+c" in the console. At this point I'd 
just be happy to be able to mount a share and listen to my mp3's and access my school 
work etc. Any help would be greatly appreciated.

Thanks in advance,

-- 
Zac Brown
http://rufius.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"