Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Installing Opera 8 on FreeBSD Post 86567 by DrgnInterrupted on Saturday 15th of October 2005 12:00:35 PM
Old 10-15-2005
Thanks, but I got it. I cvsup'd my ports and installed it that way. I'm learning . . . .

~James
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing FreeBSD

Not entirely sure if this belongs here but here it is. I am installing FreeBSD, downloaded the ISO from their website, created the Bootdisk. And when I try to boot, I get this error, 'Panic, Couldn't Inialize. Will not continue without Inialization'. I get the prompt telling me that it will... (2 Replies)
Discussion started by: Fmarvez
2 Replies

2. UNIX for Dummies Questions & Answers

Installing FreeBSD on old system?

I've never had trouble installing freebsd or any linux/unix system on any computer i've tried to do it on. I just recently aquired a Packard Bell, 75mhz Pentium, 482 i believe. Im having difficulty installing it. I have FreeBSD 5.1 on cd and the computer wont even recognize the cd on boot, so it... (2 Replies)
Discussion started by: MadProfessor
2 Replies

3. BSD

installing FreeBSD

hi everybody i'm now downloading FreeBSD using anonymous ftp...the problem i'll encounter is that it seems to be a huge archive.... I want just install it over a 8 G disk....how can i manage this? thanks regards (3 Replies)
Discussion started by: hmaiida
3 Replies

4. UNIX for Dummies Questions & Answers

Installing Freebsd

Hi All Hope this is not going to upset you but i really need help. I'm new to Unix (Brand New) have never worked on a unix system before in my life so please bear with me. I'm in the process to install Freebsd but have no idea how to go ahead. The system that i have does not have any cd... (3 Replies)
Discussion started by: stunner
3 Replies

5. BSD

Help with installing Gnome on FreeBSD

Recently, i have installed FreeBSD 5.3 on my computer. I then proceeded to install the latest version of Gnome. I went to the FreeBSD handbook and looked up how to set Gnome as my default window manager, and for some reason it did not work. I was wondering what exactly the command is to do set... (4 Replies)
Discussion started by: jgmyshko
4 Replies

6. 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

7. BSD

Installing FreeBSD in VirtualBox

Keeps saying no bootable media found. Works with every other distro. Any ideas? (6 Replies)
Discussion started by: Swathe
6 Replies

8. BSD

Installing gnome on freebsd

I have a fresh 64-bits install of FreeBSD 8.1 on a machine, but having issues with getting gnome to work. I have followed the guidelines on FreeBSD GNOME Project: GNOME 2.32 FAQ In summary that is: pkg_add -r gnome2 Add gnome_enable="YES" to /etc/rc.conf After a reboot and logging in, there... (8 Replies)
Discussion started by: figaro
8 Replies

9. UNIX Desktop Questions & Answers

Installing FreeBSd 8.1?

Hello everybody, I'm really new to Unix(and new here) ,and I'm looking forward to install FreeBSD 8.1 in Virtual Box on the Host - Windows 7.Otherwise in a eternal HDD.My problem is that I tried to find out step by step instruction but failed to find any such set of instructions. I'm in fact a... (1 Reply)
Discussion started by: blackwhite
1 Replies

10. AIX

Networking Issues - Opera, FreeBSD, AIX

(1) Hi, Am working on FreeBSD 7.4/i386 and installed Opera 11.01 through ports collection manually... But when I run first time am getting "opera: cannot connect X server. Error: Unknown error: 0" What is this error all about???? Please help me to sort out this issue!!! (2) Hi, currently am... (12 Replies)
Discussion started by: Priya Amaresh
12 Replies
CPASSWD(1)						    BSD General Commands Manual 						CPASSWD(1)

NAME
cpasswd -- scramble passwords for csup authentication SYNOPSIS
cpasswd clientName serverName DESCRIPTION
The cpasswd utility creates scrambled passwords for the CVSup server's authentication database. It is invoked with a client name and a server name. ClientName is the name the client uses to gain access to the server. By convention, e-mail addresses are used for all client names, e.g., 'BillyJoe@FreeBSD.org'. Client names are case-insensitive. ServerName is the name of the CVSup server which the client wishes to access. By convention, it is the canonical fully-qualified domain name of the server, e.g., 'CVSup.FreeBSD.ORG'. This must agree with the server's own idea of its name. The name is case-insensitive. To set up authentication for a given server, one must perform the following steps: 1. Obtain the official serverName from the administrator of the server or from some other source. 2. Choose an appropriate clientName. It should be in the form of a valid e-mail address, to make it easy for the server administrator to contact the user if necessary. 3. Choose an arbitrary secret password. 4. Run cpasswd, and type in the password when prompted for it. The utility will print out a line to send to the server administrator, and instruct you how to modify your $HOME/.csup/auth file. You should use a secure channel to send the line to the server administrator. Since $HOME/.csup/auth contains passwords, you should ensure that it is not readable by anyone except yourself. FILES
$HOME/.csup/auth Authentication password file. SEE ALSO
csup(1), cvsup(1), cvsupd(8). http://www.cvsup.org/ AUTHORS
Petar Zhivkov Petrov <pesho.petrov@gmail.com> is the author of cpasswd, the rewrite of cvpasswd. John Polstra <jdp@polstra.com> is the author of CVSup. LEGALITIES
CVSup is a registered trademark of John D. Polstra. FreeBSD June 27, 2007 FreeBSD
All times are GMT -4. The time now is 05:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy