Sponsored Content
Full Discussion: FreeBSD NFS Problem
Special Forums Hardware Filesystems, Disks and Memory FreeBSD NFS Problem Post 302276485 by ezekiel61 on Wednesday 14th of January 2009 12:20:55 AM
Old 01-14-2009
FreeBSD NFS Problem

I am trying to setup 2 network shares that exist on a server. One of the shares is mounted but when i try to mount the second share I am greeted with:

# mount srv:/data/music /data/music
[udp] srv:/data/music: RPCPROG_NFS: RPC: Program not registered

Server Info:
name: srv

#cat /etc/exports:
/data/vid /data/music -maproot=root mbox

#showmount -e
Exports list on localhost:
/data/vid mbox
/data/music mbox

Does my directory have to exist on the client machine first? My understanding is that the directory is created when I mount.

Could it be something in my fstab?
srv:/data/vid /data/vid nfs rw 0 2
srv:/data/music /data/music nfs rw 0 2
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

New FreeBSD User....Xwindows Problem

Hi, would anybody kindly help me as I am new in FreeBSD 4.4 (downloaded iso image from FreeBSD.org) and have installed it to an HP VEctra Pentium 1-166Mhz PC, have installled all the devices mouse,video card,monitor and some ports specifically to Xfree86 and all gnome related to "X" but when I type... (3 Replies)
Discussion started by: charlie499
3 Replies

2. Programming

[Problem] raise a signal in FreeBSD

I am trying to send a SIGUSR1 to a set of process. Please tell me how to do. I've tried the system call raise(int sig) but it just raise a signal of to the 'current process.' My program is about a network chat server. When a client connects in, The main process will fork a new process... (1 Reply)
Discussion started by: Namely
1 Replies

3. UNIX for Dummies Questions & Answers

FreeBSD problem

I recently installed FreeBSD on my Dell Inspiron 1100 and it works fine. The problem is that I dont know how to connect it to the internet. I have a Linksys Wireless B Network Adapter but if I cant use that, I can use my internal 10/100 Ethernet card. I also use a Linksys Wireless B & G router. ... (1 Reply)
Discussion started by: Mincuslcd
1 Replies

4. BSD

Having problem with FreeBSD 5.3

I just download the FreeBSD 5.3 i386 iso files. And I have a problem now, I can't copy the 5.3-RELEASE-i386-disc2.iso to the cd, I try a lot of times, even change lots of blank cd to try but still cannot. But I can copy the other three iso files, i.e. 5.3-RELEASE-i386-bootonly.iso,... (4 Replies)
Discussion started by: GarbageKing
4 Replies

5. UNIX for Dummies Questions & Answers

Please help. I have a problem with installing FreeBSD

hi. I am newbie in Unix. I wanted to install Free BSD 5.2.1 to my computer which winXp was already installed. But i couldn't. I chose Standard. Then it said you are going to use dos style fdisk partitioning. Then a window displayed begining like this. WARNING: A geometry of 155127/16/63 for... (2 Replies)
Discussion started by: sualcavab
2 Replies

6. UNIX for Advanced & Expert Users

Problem with permissions FreeBSD

See below: root#host:/home>ls -la | grep mirus drwxr-xr-x 31 mirus staff 2048 Dec 30 11:01 mirus root#host:/home>su mirus su: /home/mirus/.bashrc: Permission denied mirus#host:/usr/home>id uid=1227(mirus) gid=20(staff) groups=20(staff) mirus#host:/usr/home>cd ~/ su: cd:... (3 Replies)
Discussion started by: mirusnet
3 Replies

7. UNIX for Dummies Questions & Answers

problem in installing x window on freeBSD 7.0

i have installed freeBSD 7.0 using the 5 cds. when i try to install the gnome or kde during the post-installation, the following error appears: "ghost-script gpl-8.60 aborted error 1 ......." Do u think that the cd(it's the second cd) is corrupted or i missed some steps which i should follow. I... (1 Reply)
Discussion started by: solomonml
1 Replies

8. BSD

FreeBSD AMD NFS over TCP issues

Hi! I have a major issue with FreeBSD 7.1 i386. We did a change in our Unix env where we exchanged home storage from a NetAPP running udp to a NetAPP running tcp. Now I cant mount homedirs since NFS/AMD seem to fallback to udp :( Trying to force it with amd options nfs_proto=tcp and so on. ... (0 Replies)
Discussion started by: Esaia
0 Replies

9. BSD

Problem with installing freeBSD in Virtualbox

Hello, when I try to install freeBSD in Virtualbox it always reboots when copying the files for the OS. Does anyone know what's wrong? It must be the VM Settings, but I can't seem to get behind it... any help would be very nice. I have to old and new freeBSD Versions. (new = downloaded... (1 Reply)
Discussion started by: Dr. Nick
1 Replies

10. UNIX for Dummies Questions & Answers

Problem with FreeBSD 8.3. BIOS affected

Hello everybody. I have a problem of this kind: After installation of FreeBSD, my Windows XP became unreachable. Boot from CDROM is impossible. The conclusion: BIOS was damaged by GParted or some other program. Question: Are there any Unix means of updating (repairing) BIOS ?:wall: (11 Replies)
Discussion started by: prabux
11 Replies
zeya(1) 																   zeya(1)

NAME
zeya - a web music server SYNOPSIS
zeya [-h | --help] [--backend=backend] [--path=path] [-b | --bitrate=bitrate] [-p | --port=port] [--basic_auth_file=file] DESCRIPTION
Zeya is a streaming music server that brings your music to any computer with a web browser. It reads your music library, lets you browse your files, and streams them on demand. The client runs entirely in the browser using the HTML5 draft standard technologies (no plugins or external players are needed). OPTIONS
-h, --help Display help. --backend Specify the backend to use. dir Read a directory's contents recursively (default). See --path. rhythmbox Read from current user's Rhythmbox library. playlist Read from the playlist (.m3u or .pls file) specified by --path. --path When used with --backend=dir, the directory in which to look for music (default: ./). When used with --backend=playlist, the abso- lute path of the playlist file to be read. -b, --bitrate Specify the bitrate for output streams, in kbps. (default: 64) -p, --port Listen for requests on the specified port. (default: 8080) --basic_auth_file Require basic HTTP authentication and only allow users named in the specified file. The file should be in htpasswd format. COPYRIGHT
Zeya was written by Phil Sung and Samson Yeung and is licensed under the terms of the GNU Affero GPL license, version 3 or later. SEE ALSO
/usr/share/doc/zeya/README /usr/share/doc/zeya/TODO 2009-10-19 zeya(1)
All times are GMT -4. The time now is 05:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy