A first installment of a GNU Status Repo...

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A first installment of a GNU Status Repo...
# 1  
Old 01-27-2011
A first installment of a GNU Status Repo...

A first installment of a GNU Status Report is available. This is a partial revival of the original GNU's Bulletin, with the aim of providing GNU-wide information from time to time, for as many packages as possible. More info.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Cannot proxy a file repo, complains its not version 4, but it is!

I have a Solaris 11.4 global zone (at the most recent SRU) where I am trying to install a Solaris 11 zone. To do this I need to have the system-repository and the zone proxy service started. I created a full (GA 11.4 with newest SRU rolled in) repo using "pkgrepo create" and the... (1 Reply)
Discussion started by: rtmg
1 Replies

2. Solaris

Solaris Repo Update

Hi Folks, Just a quick question on this, I've tried to run this a couple of times now - first time it failed I increased the swap. I'm not sure that increasing the physical memory will do any good, but will try later today - has anyone seen this or anything similar? SunOS fvssphsun01 5.11... (8 Replies)
Discussion started by: gull04
8 Replies

3. UNIX for Advanced & Expert Users

RPM Repo Cleanup

Greetings all, I have inherited this offline Red Hat YUM repo that contains over 42000 packages. You read that right. There are 71 kernels alone. The process that I've inherited has us reposync on an Internet-connected-server then sneaker-net the delta to our offline repo where we do a yum... (2 Replies)
Discussion started by: geoeldsul
2 Replies

4. UNIX for Dummies Questions & Answers

Configuring EPEL repo and setting it as default repo.

I am using RHEL 6, but with no RHN subscription. I tried installing the EPEL repo, it is enabled under yum repolist but when I try a sample search such as yum search nginx , there's a string of errno 14 PYCURL error 6 . When I tried yum list installed, it didn't work because it defaults to the... (0 Replies)
Discussion started by: Hijanoqu
0 Replies

5. Red Hat

Error connecting to repo server

Hi guys, I will really appreciate your help on this issue I am having. I built a repository on one of my servers using a red hat dvd . It is working fine on that server. When I create a repo file in a client server and try to connect to the server repository, I get this error ... (2 Replies)
Discussion started by: cjashu
2 Replies

6. UNIX and Linux Applications

SVN repo issues

We have about 5 different SVN repositories running on SVN 1.6.11 on top of CentOS Linux 6.3. I was asked to migrate our SVN server to a new server last week. We have a cron job that does a Full backup of each repo once a week, and every other night we do an incremental backup via svnadmin dump... (1 Reply)
Discussion started by: glev2005
1 Replies

7. Solaris

solaris 11 - creating a second IPS repo

I need some help getting a IPS repo setup for custom internal packages. we already have an IPS for the oracle solaris package. what I want is a repo called BOB that can be used for packages internal to company BOB. I think I have created a repo called BOB, but it's not setup in the network... (1 Reply)
Discussion started by: robsonde
1 Replies

8. UNIX and Linux Applications

Help with an svn repo and new mount points.

Forgive me if this seems convoluted, I am stuck in a shell all day long and don't get out much. History: We had issues with growing two RAID0 volumes at AWS, so we added two more volumes (RAID0) with larger capacity and rysnc'd 33G of data over after mounting. Facts: /dev/md0 40G 33G 7.6G... (3 Replies)
Discussion started by: Habitual
3 Replies

9. Red Hat

How to Create local YUM repo?

Hi friends, I am using RHEL5 . I have tried to create the local repo using createrepo rpm.But i have been facing a lot of errors and it is not working well. Can somebody tell me how to create the local repo? Thank you in advance. Regards, Prakashkumar.S (2 Replies)
Discussion started by: prakashkumar41
2 Replies

10. Red Hat

Search Device Status in GNU Linux

I have an old PC with mirrored disk arrays. One of the hot swapable disk drives is bad and needs to be replaced, I know this because the drives' light has turned amber. This server has Linux installed. I am not familiar with Linux, but I need this servers because it is running Postfix and is a... (3 Replies)
Discussion started by: Tirmazi
3 Replies
Login or Register to Ask a Question
Status(4)						     Kernel Interfaces Manual							 Status(4)

NAME
Status, .Status - Contains information about the status of the uucp program contacts with remote systems SYNOPSIS
/usr/spool/uucp/.Status DESCRIPTION
The /usr/spool/uucp/.Status directory contains information about the status of the uucp program contacts with remote systems. For each remote system contacted, the uucp program creates a file in the .Status directory called SystemName, where the SystemName file is named for the remote system being contacted. In the .Status/SystemName file, the uucp program stores the following information: Time of the last call in seconds Status of the last call Number of retries Retry time, in seconds, of the next call The times given in the .Status/SystemName file are expressed as seconds elapsed since midnight of January 1, 1970 (the output of a time system call). Thus, the retry time is in the form of the number of seconds that must have expired since midnight of January 1, 1970 before the system can retry. To make this entry in the .Status/SystemName file, uucp performs a time system call, adds 600 seconds, and places the resulting number of seconds in the file. If the last call was unsuccessful, the uucico daemon will wait until the time specified by the retry time before attempting to contact the system again. RELATED INFORMATION
Daemons: uucico(8) Functions: time(3) delim off Status(4)