General :: Setup Git Repository On Gentoo Server Using Gitosis & Ssh

Feb 25, 2010

I installed git and gitosis as described here in this guide Here are the steps I took:

Server: Gentoo
Client: MAC OS X

1) git install emerge dev-util/git

2) gitosis install

cd ~/src
git clone git://eagain.net/gitosis.git
cd gitosis
python setup.py install

[Code]....

SSH asked password for user git. Why ssh should allow me to login as user git? The git user doesn't have a password. The ssh key I created is for the user expert. How this should work?

Do I have to add some params to sshd_config?

View 3 Replies


ADVERTISEMENT

General :: Setup NFS Server On Gentoo?

Jun 9, 2010

I'm trying to set up an NFS server on a Gentoo VM. I've installed nfs-utils-1.2.2 and added the following line to the /etc/exports file code...

It complains about not finding the /lib/modules/2.6.24-9-pve/modules.dep file, but the /lib/modules directory doesn't even exist on this machine.

Does anyone know how to get it to work?

View 1 Replies View Related

Ubuntu :: SSH Server Broken - How To Get Gitosis Working

Jan 21, 2011

So I am using 10.04 and was trying to get gitosis working on my machine so that I could use it over ssh. Anyways I'm not sure what happened (as I did this a month ago) but ssh isn't working now. When I try to ssh on the box (ssh localhost) I get the below error.

PTY allocation request failed on channel 0
bash: gitosis-serve: command not found
Connection to localhost closed.

First I know that gitosis-serve was incorrect anyways, but what I can't figure out is where that command is being called from. When I run a terminal from the box I don't get the error so it seems to be only ssh.

View 1 Replies View Related

General :: Unable More Php Extensions On Gentoo Server?

Feb 14, 2010

I have working apache/php/mysql on my Gentoo server. But I have to enable some extensions in php (json, exif).

I did: USE="dev-lang/php json exif" emerge dev-lang/php

View 1 Replies View Related

OpenSUSE :: Setup Private Git Repository With Restricted Rights On Server Without Root Access?

May 15, 2011

a friend of mine is doing a small website-project in school (group of ~6 people). They want to use git as VCS and need acces to a server. I have an account on the server from university, but - of course - no root access.

I could create private/public keys for them, to SSH into my account, but I don't want them to have this power I found 'git-shell', which seems to be used for restricted access with git (although I'm not sure whether I understood the functionality).

My question is: Is it possible to configure SSH keys in that way, that the server runs them (and only them) in git-shell in a specified directory (using ~/.ssh/{config,authorized_keys})?

So that they can
- log in with their SSH key
- use git, execute scripts etc.
- use git push/pull from their private+school PC
- work only in a specific directory (like chroot) eg. ~/web-project/

[Code]...

View 2 Replies View Related

General :: How To Setup An Apt Repository

May 27, 2010

I am interested in setting up an apt repository on my server to host some of my packages.How would I go about doing this? It's a shared server.Basically, I want to do what Google did in regards to the way they host Chrome downloads for Linux.

View 1 Replies View Related

General :: Security - Setup User That Can Only Access A Repository Via Ssh?

Feb 21, 2011

I have a mercurial repository on a secure server, to which I want to grant secure access to an external user.

I added for him a user account and publickey ssh authentication so that now he could push/pull changesets via ssh.

My question is: how can I make this new user account completely disabled from doing anything or accessing any data on the server other than accessing the repository? E.g. he shouldn't even have the possibility to enter an interactive shell session.

View 1 Replies View Related

CentOS 5 Server :: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Jul 18, 2010

I am trying to install apache on centos-5-i386 (# yum install httpd) and get the following error:

==========================
[root@IDK3 /]# yum install httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirrors.tds.net

[Code].....

Edit: The url works if I leave out "repomd.xml" at the end; and the repomd.xml is exactly in that folder? i have downloaded the file but don't know how to use it.

View 1 Replies View Related

Networking :: Gentoo To Windows Printer Server?

Feb 20, 2010

I'm trying to install a network printer to my Gentoo workstation, but have never used printing in Linux before and am unsure of how to proceed. I'm stuck in the CUPS web interface based printer adding process, at what device and device URI to set. I have looked through the properties and settings of the printer on the server machine, but couldn't find anything relevant.The printer model is Brother HL-1430, and it's attached with USB to the Windows XP powered printer server and shared to the network. Other (Windows) machines in the network can successfully reach the printer.

View 5 Replies View Related

Server :: Remove Printsrv1 Since It Is Gentoo And On Old Hardware?

May 5, 2010

I am trying to bring up a third print server. I eventually want to remove printsrv1 since it is gentoo and on old hardware. . I've got the new ubuntu server all configured except for the print driver database.. IEE.. when I try to connnect to a printer from a Windows node it needs me to load the driver.. I've got about 35 printers so I dont' want to do this for each one and I want them to be mirrors of the other 2 with the drivers so there are no conflicts..My question is,,, is there a way to transfer the Samba printer database mappings from one box to another?

View 1 Replies View Related

Ubuntu Servers :: Gitosis Installation Of Public Key Not Working

Dec 5, 2010

I resolved the issue, see post #4.I've installed gitosis on a home server running Kubuntu Maverick, but am unable to get the ssh public key to work. When I try to clone, I get a password prompt.I entered a password for the key file. Then I copied the resulting public key to the server's tmp directory:

View 3 Replies View Related

Server :: Recover Ssh Password On WD Mybook WE II Running Gentoo

Jan 27, 2010

I installed Gentoo on my WD Mybook WE II and im forget/dont know the ssh password. I can access Public shared folder but there is no access to change it. Any idea? I need to log in to mybook via ssh to install anti virus on it.

View 1 Replies View Related

General :: Setup A SMS Server, Appropriate Distribution To Setup A SMS Server?

Oct 22, 2010

How to setup a SMS server using Linux, also want to know the appropriate Linux distribution to setup a SMS server.

View 2 Replies View Related

General :: Moving Cvs Git Svn Repository To New Server

Aug 4, 2011

I am pure fresher in cvs, svn, git administration. we bought new server and now I want to move above repositories from old servers to new server. Becuase old servers are not having enough free disk space & having very lower configuraion. So how to move cvs, git, svn repositories from old servers to new server. But these repositories also should be in old servers becuase once when developers confirm that everything is working fine then we will completely replace the old servers with new.

View 1 Replies View Related

General :: Use USB With Gentoo?

May 31, 2010

want to use my flash drive. How do I get this working?

I logged in as the root user and tried the following:

mkdir usbflash
mount /dev/sdb1 /mnt/usbflash
ls usbflash
and
mkdir /mnt/usb
mount -t vfat /dev/sdb1 /mnt/usb

still can't get it working. What do I do?

View 4 Replies View Related

General :: Gentoo - Can't See Any Installer

Sep 26, 2010

I'm not very smart in informatic; I just bought a live DVD with gentoo on it, but I can't see any installer. Who did achieve a good installation?

View 3 Replies View Related

General :: RepoError: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Sep 18, 2009

I've been trying to get my wireless working on the livecd to make sure its possible before I install it, but, I get a ton of errors when I install RPM's

Code:

Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1649, in install_files
txmbr = self.yumbase.installLocal(inst_file)

[code]....

RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again I get that one trying to install a driver installer from [URL]

View 4 Replies View Related

General :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository:

May 18, 2010

when i was trying to install perl with fedora using yum: # yum install perl i got the following error: Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

View 3 Replies View Related

General :: Error: Cannot Retrieve Repository Metadata (repomd.xml) For Repository

Jul 8, 2010

When I tell yum to update i get this error, Quote: $ yum update Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again

View 4 Replies View Related

General :: Create Repository Of Server Directory Which Contains Rpm Files?

Jan 2, 2010

here i want to ask u a simple do quations like

1.how to create repository of Server directory which contains rpm files

now i will tell how to create repo and problem is in it

at first i had created one directory in filesystem /data

#mkdir /data
now i mounted the ftp server to /mnt
#mount 192.168.1.254:/var/ftp/pub/ /mnt
and copied directory of Server
#cp -r /mnt/Server /data
# createrepo -v /root/Server
# vim /etc/yum.repos.d/rhel-debuginfo.repo

[Code]....

2.how to install total packages by using repository through yum command what are the steps to update and remove the packages

View 1 Replies View Related

Fedora :: Cannot Setup Livna Repository Or Install Libdvdcss

Sep 3, 2010

I did a fresh install of Fedora 13, 32-bit, with GNOME desktop. My goal is to watch DVDs with VLC media player. I followed the steps in this website to install the media players, codecs, VLC etc. -

Code:
http://www.mjmwired.net/resources/mjm-fedora-f13.html
Everything was successful until I got stuck at this point (the DVD Playback section) -
Code:
#Setup the Livna Repository:

[Code]....

View 8 Replies View Related

Red Hat :: Setup A Local Repository On RHEL Box Which Has No Internet Connection?

Feb 8, 2010

i have a Linux Box running RHEL and has no internet connection, hence i need to setup a local repository which i can be able to install packages together with their dependencies.

View 2 Replies View Related

General :: How To Backup Gentoo Updates

Aug 5, 2010

how to backup gentoo updates (not the database)?

Currently im using Sabayon 5.3 (based on gentoo).

I searched the entire web I couldn't fin only broken scripts!

View 5 Replies View Related

OpenSUSE Install :: Installing Repository Using Kiwi-ltsp-setup?

Mar 9, 2011

When I run the command << kiwi-ltsp-setup -n >> the process gets to the point where it starts "Retrieving repository 'http:__download.opensuse.org_update_11.3' metadata" What do I change so that it will read from my local update repository. The local update repository is already listed in my yast repositories while the ttp:__download.opensuse.org_update_11.3 is not.

View 1 Replies View Related

General :: Unable To Mount DVDs On Gentoo?

Jan 31, 2010

I'm unable to mount any dvd on my HP 6735s laptop running Gentoo (with combined stable (+) and testing (~) ebuilds). Here's everything that I can come up with: $uname -a Linux aiur 2.6.32.6-aiur-r5 #6 SMP Thu Jan 28 17:02:59 CET 2010 x86_64 AMD Turion(tm)X2 Dual Core Mobile RM-70 AuthenticAMD GNU/Linux

NOTE: -aiur-r5 is my custom kernel name. I am having this problem with all the kernels since 2.6.31. I use the vanilla kernels from www.kernel.org and compile them with some custom settings using menuconfig.

$ ls -l /dev/{cd,dvd,scd,sr}*
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/cdrom -> sr0
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/cdrw -> sr0
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/dvd -> sr0

[Code]...

View 3 Replies View Related

General :: Getting Intel Driver To Work In Gentoo

Mar 28, 2011

Ok this is not a question but more or less a small tutorial to help those who have had just as much trouble or more in getting the intel driver + DRI working.

View 2 Replies View Related

General :: Gentoo System Keeps Crashing Every 6 Hours?

Jul 12, 2010

I was installing "wine" last night and since I knew it was going to take a while I closed the lid of the laptop and turned it upside down on the floor. (I always turn the laptop upside down when not using it otherwise might overheat)When I woke up this morning roughly 8 hours after I went to sleep the machine was turned off.Using the "last -x | grep shutdown | head -1" it stated that it went down at roughly 6 hours from when I went to sleep.The program I was installing got finished installing but I never set up an auto-shutdown program or anything of the sort.If this isn't a problem with linux then its a problem with my bios. If its a problem with my bios I will just have to live with it because my bios is locked. /var/log/messages says this:

Code:
alexslaptop logger: ACPI event unhandled: battery BAT1 00000080 00000001
alexslaptop shutdown[14933]: shutting down for system halt

[code]...

View 5 Replies View Related

General :: Swap On Gentoo Build From Ubuntu?

Feb 16, 2010

I am building gentoo through a fully installed Ubuntu system. My swap partition is in use by the Ubuntu system so when I use the mkswap command I get that the partition is already in use. I expected this but I was wondering if postponing the mount of swap until after I have booted into the gentoo system would cause any problems. Am I going to have to edit a bunch of files if I mount my swap later?? Also, I didn't see any manuals mentioning building a gentoo system from a fully installed system, is that going to cause any problems? This is my first gentoo installation, so I'm not really experienced with gentoo. I didn't think that building from a full install would be any different than a live cd other than more resources are already in use. I'm not actually having problems with install. I just want to make sure I wont.

View 4 Replies View Related

General :: How To Lock File Folder In A Repository In Subversion Server In Ubuntu

Aug 6, 2011

i have kown how to lock file in subversion,such as ' svn lock tree.jpg'
but i don't down how to lock file folder,
i create the repositoryroject1
project1/trunk
/tags
/branches
/branch_user1
/branch_user2
i need to lock a branch before merging
and how to unlock the branch after locked

View 4 Replies View Related

Fedora :: Setup A Regular Local Repository (rpms) And Manage A System With It Using Yum?

Feb 8, 2010

It is not difficult to set up a regular local repository (rpms) and manage a fedora system with it using yum. I wonder if the process is same for deltaRPMS. Has anyone successfully set up a local deltaRPM repo or is this something reserved for online repos? How does one achieve this?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved