Can scp be used to update a directory?
by Anne Wilson
The scp man page is not very verbose ;-) I want to copy a directory,
recursively, over the lan, but only those files that are new or updated.
MS-DOS could do this back in ...Ummm.... so I can't believe it can't be done
in scp, but I can't see how to do it.
Anne
13 years
eth0 dont start at bootime
by Wolfgang Morawetz
Hi,
each time i boot fedora i must enable by hand the eth0 device (by the
gui congig-tool).
What must i do to enable the device at boot?
# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=bugs.acme
# cat /etc/sysconfig/networking/devices/ifcfg-eth0
# cat /etc/sysconfig/networking/profiles/default/ifcfg-eth0
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
all 3 the same output
# Macronix, Inc. [MXIC]|MX987x5
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:50:BF:76:39:8F
ONBOOT=yes
TYPE=Ethernet
DHCP_HOSTNAME=bugs.acme
USERCTL=no
PEERDNS=no
Thx
Wolfgang
alias wfx (http://teg.sf.net)
13 years, 1 month
Yum on x86_64
by Gareth Bult
Hi,
I seem to have (finally :) ) acquired a complete(ish) / working x86_64
system .. but I'm still having trouble with a few bits, not least "yum".
I get;
Server: Fedora Core 1 - i386 - Base
Server: Fedora Core 1 - i386 - Released Updates
Server: Fedora Core 1 - i386 - Unreleased Updates
Finding updated packages
Traceback (most recent call last):
File "/usr/bin/yum", line 60, in ?
yummain.main(sys.argv[1:])
File "yummain.py", line 204, in main
File "clientStuff.py", line 363, in getupdatedhdrlist
File "clientStuff.py", line 409, in bestversion
IndexError: list index out of range
[root@squizzey oddjob]#
(This is a modified system [2.6.0-test11] however it seems to run well)
Pointing it at mozilla's channel for SeaMonkey seems to work if I
disable the default channels, however...
Anyone any ideas ?
(I was sort of expecting to see it say "no x86_64 updates supported yet"
as opposed to a complete crash)
Also, can yum pull SRPMS and rebuild them ?
tia
Gareth.
13 years, 1 month
Python, RPM error
by Austin Isler
I apologize if this is in the archives, and I missed it.
I updated rpm a while back with:
# yum -y update rpm
I believe it installed a python2.4 package as well. Ever since then, I
have had problems with python and rpm. I get this error when trying to
use yum:
Traceback (most recent call last):
File "/usr/bin/yum", line 6, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 23, in ?
import yum
File "/usr/lib/python2.3/site-packages/yum/__init__.py", line 21, in ?
import rpm
ImportError: No module named rpm
Appreciate the help,
Austin
13 years, 6 months
firefox bookmarks
by Richard E Miles
Is it possible to save the firefox bookmarks so that when I do a clean install
of FC4 I can reload them?
I tried to cp the bookmarks.html file back into the /home/rmiles/.mozilla/firefox/0qem39dn.default directory but it did not
restore them from an earlier saving of this file.
It would be nice to be able to reset the bookmarks that I had in FC 3 to the FC 4
firefox.
--
Richard E Miles
Federal Way WA. USA
registered linux user 46097
13 years, 7 months
Installing JAVA
by Michael Wright
? Need help on how i can install java
The other problem i have with the terminal it wont let me download the new cpanel.. you can find them here at http://www.cpanel.com
13 years, 11 months
Re: bacula server
by RYAN M. vAN GINNEKEN
Thanks again mostly u/we got it to work so far. However it is asking for a pile of dependancies. I know give a guy an inch and he will try to take a mile or km here in Canada. Is there a way to install without any gui stuff or mabey i am wrong mabey there is no gui stuff. Some of the dependancies for those dependancies are X11 related.
I do not have any X11 stuff on this box it has no xwindows/gnome system and is minimum install Command prompt only. So before i go ahead and make a big mess of my faily clean fedora box do i really need all these or is there a way to turn some of them off.
Thanks again and sorry about top post i think my clock was messed up not sure how it happend but should be fixed now.
----- Original Message -----
From: Paul Howarth <paul(a)city-fan.org>
To: For users of Fedora Core releases <fedora-list(a)redhat.com>
Sent: Tuesday, March 14, 2006 1:10:02 AM GMT-0700
Subject: Re: bacula server
On Mon, 2006-03-13 at 17:11 -0700, RYAN M. vAN GINNEKEN wrote:
> First off thanks to all for your tremendous help without it i would have probably given up on bacula by now. Lets just say it is a probably a good thing the fedora box is remote so i cannot physically get to it. Got C++ installed managed to get the extras working and seem to have the rpmbuildtree in my home directory. Looks like i am on to a whole new set of problems now, but this is great i think this means progress right?
>
> rpmbuild]$ ls
> bacula-1.38.5-4.src.rpm BUILD RPMS SOURCES SPECS SRPMS
> [rmvg@shoemasters rpmbuild]$ rpmbuild --rebuild --define 'fc3 1' --define 'build_mysql 1' --define 'build_mysql4 1' bacula-1.38.5-4.src.rpm
> Installing bacula-1.38.5-4.src.rpm
> warning: user sbarn does not exist - using root
> warning: user sbarn does not exist - using root
> warning: user sbarn does not exist - using root
> warning: user sbarn does not exist - using root
> warning: user sbarn does not exist - using root
> warning: user sbarn does not exist - using root
> error: You must specify a platform. Please examine the spec file.
> error: line 67: Unknown tag: exit 1
We got the defines wrong. Try this:
$ rpmbuild --rebuild \
--define 'build_fc3 1' \
--define 'build_mysql4 1' \
bacula-1.38.5-4.src.rpm
> ps. I am unaware of top posting not sure what u mean, none of the other lists i am on seem to notice anything. Is this message top posted too?
Yes, it is. See here for an explanation:
http://en.wikipedia.org/wiki/Top-posting
Cheers, Paul.
--
fedora-list mailing list
fedora-list(a)redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
--
Computer King/CaNMail
http://www.computerking.ca http://www.canmail.org
Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials
Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm
Maybe Computer Science should be in the College of Theology. -- R. S. Barton
14 years, 1 month
what is linux-gate.so
by Gavin Li
Hi,
When I do ldd a.out, it depends linux-gate.so.1, what is it? I can't find it
in my whole system.
14 years, 2 months
VNC: Which desktop it displays
by Shane Presley
Hello,
I'm running VNC (pre-installed) with FC3. My client/view is on Windows 2000.
To configure VNC I modified /etc/sysconfig/vncservers
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 800x600"
And set a password. Then started the service "service vncserver start"
Starts up fine, and I can connect with my viewer to port 5901.
I'm new to Linux, so I'm confused about what desktop I am seeing. I
know with VNC server on a windows server, you get the display that the
local mouse/keyboard/monitor sees. There's only one desktop.
With FC3, I seem to be getting a new virtual desktop. I guess that
would be useful to run X applications. But is there a way to use VNC
to display the exact same thing that my locally attached
keyboard/mouse/monitor see? So if I change something remotely using
VNC, the local monitor also displays my changes. Just as if I was at
the console?
Thanks
Shane
14 years, 2 months
Installing Python 2.4
by Mariano Draghi
In http://www.python.org/2.4/rpms.html there are RPM packages for FC3,
and a Yum repository provided by python.org (hey! so far FC3 is the only
distro with RPMs provided by python.org itself!)
I'd like to know if anybody have installed these packages, and if they
fit pleasently into FC3. As Fedora uses Python *heavely*, I don't want
to break anything.
So, it's safe to install this, or I'd be better waiting for an official
update? (assuming there are plans for such an update...)
TIA,
--
Mariano
14 years, 2 months