Fedora Servers :: Setting Up A SVN Or CVS Repo?
May 13, 2009
We are looking at setting up an SVN or CVS repo
We were also asked to research which is the best and easiest to work with/ setup. So I came here instead of google as no doubt many have used both and have their views of whats what.
View 2 Replies
ADVERTISEMENT
Mar 24, 2009
I recently upgraded two servers to F10 from F9 and one of them is having an issue where package-cleanup is showing 13 packages which are incorrectly orphaned (no longer in the repo). Has anyone seen this before and know how to resolve this? Is it simply because the packages are listed in the repo as "fc10" vs "fc9"?
[root@athena ~]# package-cleanup --orphans
Setting up yum
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* updates: mirror.cogentco.com
* fedora: mirror.cogentco.com
[Code]...
View 7 Replies
View Related
Aug 16, 2010
I'm in the process of creating local repos for our company servers (CentOS 5.5) and laptops (Fedora 13). And while the CentOS part went perfect the Fedora part is causing major trouble.
But first things first, here's the setup: a central CentOS 5.5 server is running Apache2 and has a VirtualHost listening on Port 8080 for both CentOS and Fedora. The DocumentRoot for this VirtualHost is /data/repo wherein two directories, centos and fedora, reside.
This is the .repo-file for CentOS that works like a charm:
Quote:
[local]
name=CentOS-$releasever - local packages for $basearch
baseurl=url
enabled=1
After the CentOS repository was up and running I follwed the exact same steps and was expecting to find a Fedora repo up and running (I know, I know, silly me...). However, yum complains it cannot download the repomd.xml. The .repo-File is as follows:
Quote:
[local]
name=Fedora $releasever - $basearch
baseurl=http://icld:8080/fedora/$releasever/local/$basearch
enabled=1
gpgcheck=0
protect=1
Yum returns the following error message:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: local. Please verify its path and try again
The path is definitely correct - copying the url and pasting it into a webbrowser returns the correct repomd.xml file, so does pasting it to wget.
Any ideas? Does createrepo need any parameters in order to create a working Fedora repository?
View 3 Replies
View Related
May 1, 2011
I have a VPS with Fedora 13 32 bits.
[root@mbr ~]# cat /etc/fedora-release
Fedora release 13 (Goddard)
[root@mbr ~]# yum install cyrus-sasl-md5
Loaded plugins: fastestmirror Repository updates is listed more than once in the configuration Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. 13 is not a valid release or hasnt been released yet/ removing mirrorlist with no valid mirrors: /var/cache/yum/i386/13/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base
I tried
# yum clean all
# yum list
View 2 Replies
View Related
Mar 26, 2011
i'm attempting to know and understand fedora more and i will spend probably the next month pouring through all the forums and documents to answer more of my own questions. but there's quite a bit here, so i'd thought i'd ask some noob questions to get me started a little.
ive installed fedora 14 64bit and chosen only kde as the desktop. i selected an extra 2 repos besides the default, fedora 14 -x86_64 and fedora 14-x86_64 -updates. i believe this kernel is installed: 2.6.35.11-83
1. i can only see the 2 extra repo's as being "checked" in kpackagekit, shouldn't i see the default repo also ?
2. i dont have an applet in the system tray indicating the system is up to date, does fedora have this by default ? also after a clean install i ran yum check-update and yum update but the message sayes: "no packages marked for update". i'm not sure if the system is auto-updated during install or not, but with other distros iv tried there is always atleast a few updates needing to be done after install.
3. is kpackagekit the fedora gui package manager ? i dont see any others.
4. i want to upgrade to nvidia drivers, but i think i am missing a non-free repo or something. when i enter: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64 i get messages stating "no package" i get the same message with yum install nvidia-settings.i also tried this: LANG=C yum --enablerepo=rpmfusion-nonfree info akmod-nvidia but it sayes repo not found.
View 4 Replies
View Related
Apr 15, 2010
I've created a local repository, my web server (apache) is up and running and my repo is inside it, so I want to install debian using it, in the stage of enter manually the info of the debian mirror I put:
1. debian archive mirror hostname:
192.168.10.1
2. debian archive mirror directory:
/repo
But after this, the installation tell me that it doesn't find the repo, I tried several ways, like: http://192.168.10.1; /repo/; /repo/ binary/ but nothing. What is the correct syntax to use my local repo?
View 1 Replies
View Related
Dec 10, 2009
I'm tring to setting up some subdomains but it won't work and I don't understand why.I've got the [URL]. Now I want to setup some subdomains for example with test.domain.de I made an entry in my http.conf which looks like this:
[Code]...
View 5 Replies
View Related
Sep 4, 2009
I will be getting an old and decrepit laptop (the PS2 channel went out). I have decided that I would like to set it up to be an email and minor data server. The only problem exists that I have never setup a server, yet alone a linux server before.
I want the server to allow user authenticated access to a certain folder on the machine where other clients can go and copy and paste files for the data server portions and I want it to download emails from multiple domains (Gmail, a Microsoft Exchange Server, and from a private domain) and then allow other clients to log in and download those messages (I would like to keep each domain's emails separate so the client has to specify which domain's emails to download).
View 2 Replies
View Related
Oct 25, 2009
I have a small home network running mail agents Evolution and Thunderbird, and connected to the internet via Comcast. Originally I used my campus office computer as a mail server, but encountered problmes because Comcast started blocking port 25, allegedly because of span problems. I need to change the setup on my campus office computer so it uses port 587 when functioning as an outgoing mail server.
Can anyone recommend a tutorial which tells me everything to do in order to accomplish that?
At present I'm, using Comcast's outgoing mail server, but I started having problems with sporadic blokage of outgoing mail with attachments, which Comast can't explain.
View 7 Replies
View Related
Feb 27, 2011
I'm hoping its the right place to ask the question: I have Fedora 8 server acting as a web server. It is a VM hosted at Amazon. I'm trying to use their SES service and using their ses-send-email.pl file to send a mail.I'm getting the following error: "Can't locate Digest/SHA.pm in @INC" I tried installing the Digest-SHA module but I'm not sure how to do it. All manuals and how-to's I found looks like they are intend for development servers not production (meaning I found myself installing alot of packages not sure they are all necessary). What should I install (and how) in order to make it work?
View 1 Replies
View Related
Mar 2, 2010
I want to set up a cluster for scientific computing (mainly statistical stuff with R). I have a few conceptual questions. First, is there a difference between a Beowulf cluster and a cluster that has single-system image ("SSI," e.g. using openSSI or LinuxPMI)? If so, what's the difference? Second, if there is a difference between Beowulf and SSI, which one is better for scientific computing? Third, does using Eucalyptus make sense for scientific computing or is this more suitable for IO-oriented operations such as web service or databases
View 2 Replies
View Related
May 29, 2011
I've got a situation where I would normally use NFS, but cannot. So in it's place I need to use a samba share (even though it's linux -> linux). I need it completely open and world writeable as if I had done an rw in an NFS export. I thought I had it as when logged in as a user I can edit delete etc. however the apache user seems to be struggling with creating files.
Here's my smb.conf as it stands.
Code:
[global]
workgroup = WGRP
server string = Samba Server Version %v
security = user
passdb backend = tdbsam
unix extensions = no
[tmp]
comment = Temp Directory
path = /var/tmp
public = yes
guest ok = yes
writeable = yes
browseable = yes
[sites]
comment = Sites Directory
path = /var/www/sites
public = yes
guest ok = no
write list = siteusr
writeable = yes
create mask = 0777
browseable = no
security mask = 0777
directory security mask = 0777
note that the drive is mapped as user siteusr
What I can do to open it up more?
View 5 Replies
View Related
Aug 19, 2011
I have just been gifted with a Linux dedicated server for the next six months, with an option to renew after that time has expired, and I'd like to set it up for FTP/P2P use. I do have some familiarity with Fedora from work, but only as a pre-installed desktop OS. The company providing the server has asked me to choose a OS, so of course I picked the one with which I already have some knowledge. They've also asked me to provide partition and mount point information, and it's here that I'm having some problems. I've spent most of my free time today reading everything I could about partitioning for a server, and I'm still not comfortable making this decision on my own.
The server comes with two drives - one 500GB and one 1TB, and 8GB RAM. My thinking is to use the 500GB drive for the OS, and the 1TB for media storage. I know I still have a good bit of learning to do, but I just want to get the blasted thing set up so I can get on with the hands-on part of figuring out how it works.
View 14 Replies
View Related
Jul 11, 2010
I have a Fedora server at home. I don't want it to be running all the time to reduce the power usage and be more green It only works , whet it is really needed. So when it is not in use (no ssh or http connections have been active for some time), a custom python script suspends it. I have set it to wake up on unicast messages, so when somebody connects to it, the server wakes up.In Fedora 12 everything worked fine: when the server was sleeping and you connected to it using ssh or a web browser, the client waited for couple of seconds until the server was up and then connected (actually it worked even when server was turned off: the command "ssh [user]@[server]" just waited until server was booted up and then connected.)
Now I installed Fedora 13 on the server. When I try to connect to the server when it's sleeping, the client waits for some time (and server wakes up), then the connection just times out. When I try to connect again, it works. When server is up and running, I can connect to it. So when it is sleeping I have to connect twice: first to wake it up and then connect again to log in.Do you have any ideas what is causing this problem, as it is really annoying for me and I don't want to have it running all the day.Also, I have not set up the network in the best way, I think. To start the network at boot, i have put the command
Code:
ifup eth0
to /etc/rc.local.
To start the network when resurming from suspend, I have creted a script with the same command in /usr/lib64/pm-utils/sleep.d. It works, but it does not seam to be the *right* way to do this. Maybe this is also causing the first problem. So how have you managed to get a working network connection on your Fedora 13 headless server?
View 4 Replies
View Related
Oct 14, 2010
I have recently developed the need for having a file server and am interested in setting up my desktop as a Samba File Server. The problem is that I need to be able to access it from outside networks (physically I'm about 10 miles away from my home network),o I need to also set up some sort of DynDNS service so that I can access the server from anywhere.With this, with setting up a DynDNS, setting up Samba, and setting up my machine to be secure enough for these types of actions. (I just want to make sure it is secure enough since it will need to be detectable from the internet.)
View 8 Replies
View Related
Apr 8, 2011
So I finally managed to get my Samba file server working () but now I have a question. On the server I have 4 folders, each being used for a certain topic. How would I set the folders as read only but not the contents, so that way remote users can read/write to the folder but can't delete or rename the folder itself? Also, if I restart the Linux box it will cease to show on the Windows Network unless I delete the Samba share and remake.
View 1 Replies
View Related
Apr 17, 2010
I have installed Fedora 12 x86_64 and vsftpd. I would like to set up an user for FTP so that he/she could only view/edit files in one certain folder (the one that I set up). How would I go about doing that?
View 2 Replies
View Related
Mar 29, 2011
I'm trying to load a HP Proliant w/ Fedora 11 and setting up as a WFS using Samba. However, I'm a bit confused on how to do it. Right now I have 2 36.4GB drives in RAID 1+0 and 4 146.8GB drives in a RAID 5 config. I wanna use the smaller drive for the OS and the bigger drive for the storage. I've managed to load the OS fine, the problem is I can't figure out how to mount the 4 146.8GB drives as a single logical volume and set Samba to use it. Right now all the RAIDs are setup using the built-in Compaq Smart Array utility (or whatever it's called) that's built into the SCSI hardware or BIOS.
View 1 Replies
View Related
Sep 27, 2010
I'm wondering if its possible to add an external, non-Ubuntu mirror to my mirror server?
We have a few packages which need to be deployed during kickstart (Cinelerra and Eclipse plugins), and I would like to put them into my mirror repo so they are grabbed during kickstart, rather than manually adding them after the system is up.
View 1 Replies
View Related
Mar 8, 2010
I'm sorry if this has been posted already but I REALLY did look and couldn't find the same issue(s) addressed anywhere. Similar, but not similar enough, in my opinion, to barge in and switch the subject.
Ok, I have Apache httpd set up so I can use a public_html folder inside of my /home/username directory. Now, I'm about to take a web dev course that teaches JSP/Servlets for building web applications and I'd like to set my environment up so that I can execute .jsps from my web root (/home/username/public_html) just like I would a CGI or PHP script. I have a web host that will give me JSP support for a few extra bucks a month, but I'd rather do it locally... and free.
I have Tomcat installed and running wonderfully. The test page and all the examples work fine and execute immediately. But when I try to execute a .jsp file inside of my web root (/home/username/public_html) I just get the raw Java tags and plain-old HTML rendered in my browser. I pretty much knew that wouldn't work; that'd be way too easy. I just wanted to see what would happen.
I looked through all the tomcat ".conf" files I could find to see if it was similar to setting up httpd inside of my home directory, but I didn't have any luck. It's not a file permissions problem... I've been messing with web "scripts" long enough to check that the files are executable. All of the files needed (borrowed from the examples that come with Tomcat) were in their correct paths inside of my web root, as well. Added :8080 to the end of localhost (like you do to see the Tomcat test page(s) instead of the httpd test page) but that didn't help.
I scoured the web for directions but could only find one solution that was Ubuntu-specific (just install tomcat6-user-something-or-another.deb, which doesn't exist in the Fedora repos), then I looked around here, trying every search term that seemed reasonable to me, and I can't find anything.
I realize I can just write the code and put it in a directory that does allow these things to be executed (var/lib/tomcat6/blah-blah-blah/going-by-memory) and run them from there, but I'd like to be able to just keep all of my web files in the same place; a place where I have full permission to do whatever I want... my home directory public_html.
Is this possible (has to be, right?)? Is this a dumb idea to begin with (I'm prone)? What is the best way to develop JSP/Servlets without having to deal with permissions every time I want to put a new script in a directory outside of my home directory that's already set up to allow the execution of said script?
View 3 Replies
View Related
Sep 10, 2011
I can't seem to update the repository indexes regardless of which official server/mirror I use. I pick one server from the built-in software sources list and then I get this:
W:Failed to fetch ftp://ftp.fi.debian.org/debian/dists/squeeze/updates/contrib/source/Sources.gz
Unable to fetch file, server said 'Failed to open file. ' [IP: 130.230.54.99 21],
W:Failed to fetch ftp://ftp.fi.debian.org/debian/dists/squeeze/updates/non-free/source/Sources.gz
Unable to fetch file, server said 'Failed to open file. ' [IP: 130.230.54.99 21],
W:Failed to fetch http: [URL] 404 Not Found [IP: 128.30.2.36 80],
W:Failed to fetch http: [URL] 404 Not Found [IP: 128.30.2.36 80],
W:Failed to fetch http: [URL] 404 Not Found [IP: 128.30.2.36 80],
W:Failed to fetch ftp://ftp.fi.debian.org/debian/dists/squeeze/updates/main/source/Sources.gz
Unable to fetch file, server said 'Failed to open file. ' [IP: 130.230.54.99 21],
E:Some index files failed to download, they have been ignored, or old ones used instead.
Now how can that be? Shouldn't the built-in repository addresses be correct? My installation is one week old clean install. Since then I've installed broadcom wlan-drivers (I tried repo update w/ wired connection too) and Dropbox but other than that I'm pretty clean.
View 2 Replies
View Related
Jan 4, 2011
I read a press release stating that ConVirt 2.0 is now available in the Ubuntu Partner Repository. I am trying to install it on a system with Ubuntu 10.04 but with no luck. The following steps were taken:
1) Uncomment the two partner repository lines in /etc/apt/sources.list
2) run "sudo apt-get update" from the CLI
3) "apt-cache search convirt" (only one listing is shown)
4) "apt-cache show convirt" which displays that the convirt found is from the 1.x branch.
What is going on? Is ConVirt no longer available in the Partner Repository?
View 2 Replies
View Related
Jun 22, 2010
I am using Fedora 13 and I have one program (wine) that I need to start grabbing for the updates-testing repo instead of the default repositories in order to get newer versions. I think I can figure out how to add that repository, but I need to know if there are any others I need to disable or any other changes I need to make to my system so that I don't confuse my set up with conflicting updates.
Also, is there anything special I need to do to be sure that only that one program is grabbed from the testing repo when I run regular updates?
View 6 Replies
View Related
Apr 5, 2010
Will KDE4.4 eventually move into the 11.2 updates or do I have to add the KDE Factory repo to get this update?
View 3 Replies
View Related
Sep 29, 2009
I have pear installed, but I'n not sure I have it configured properly.
When I do a phpinfo(), no where are the settings for pear (meaning where it's located). If I recalled there is supposed to be a setting displayed there for PEAR.
View 4 Replies
View Related
Oct 4, 2010
YaST-->Software-->Online Update Getting error: There was an error in the repository initialization. 'repo-non-oss': Failed to cache repo (139). History: - repo2solv.sh "/var/cache/zypp/raw/repo-non-oss" > "/var/cache/zypp/solv/repo-non-oss/solv"
Output of zypper lr:
# | Alias | Name | Enabled | Refresh
--+-----------------------+-----------------------+---------+--------
1 | openSUSE-11.0-Updates | openSUSE-11.0-Updates | Yes | Yes
2 | openSUSE-DVD 11.0 | openSUSE-DVD 11.0 | Yes | No
[code]....
If I disable the repo-non-oss repository the update works fine. The URL I have for the repo-non-oss repository is:
Index of /distribution/11.0/repo/non-oss
This has been going on for over a week. Do I need to use a different URL for the non-oss repository? I live in New York, United States.
View 4 Replies
View Related
Mar 3, 2009
In a little over my head here but eager to learn. Running Fedora 10 on an IBM T41. Trying to set up a local server so that I can run PHP and test webpages locally (I'm a client-side web designer). Went through the SendDerek tutorial and everything went great until I tried to check the port with canyouseeme.org. I get "Connection timed out" every time.
- The httpd service is started via the terminal.
- Port 80 is unblocked via "Firewall Configuration."
- I set up port forwarding on my router.
What am I missing? I just want to be able to have the local computer run my PHP scripts instead of having to upload them to a remote server every time I make a change.
View 10 Replies
View Related
Nov 20, 2010
I wasn't paying proper attention when adding a repo to yast and need to find the file were the info is saved to delete this. The problem is that whenever i use yast it comes up with an error code saying that it can't find the data for the 'problem' repo. Have tried zypper rm but that comes up with a similar error advising that the data is in a format that was not expected. My thinking is to track the file were the yast repo source details are saved, delete this and then just add the repos that i use back.
View 6 Replies
View Related
Mar 18, 2010
I've always used the latest k3b from the kde repo, however it's no longer in the x86_64 repo, anyone know where else I can get it from?
View 4 Replies
View Related
Nov 23, 2009
did some one installed kde 4.3.3 by using the kde testing repo?
View 3 Replies
View Related