the only bit i changed was the path of the folder i wanted to rsync.
edit /etc/default/rsync and change
RSYNC_ENABLE=false to RSYNC_ENABLE=true
/etc/init.d/rsync start
do a netstat -l and you should now see that rsync is listening on port 873
CLIENT MACHINE
to activate rsync
rsync -av host::ftp /client/rsync'd/folder
ftp is the name of the default module in /etc/rsyncd.conf you can change this to anything you want in the config or add new modules for different folders to rsync. you might get error messages if you try and rsync a folder what shares different file systems.
Posted by: Lesz - 2007-03-11, 05:28 AM - Forum: LAMP
- Replies (1)
Hello to all expert here,
I need help from everyone here urgently. I have a server running fedora core, plesk and WebGUI.
All the while everything works perfectly, but recently, when I use WebGUI to edit my website, I have problem uploading new image files. The problem is, the directory created to hold the image is created by the script and with permission of '666' with owner of 'apache' and group 'apache'. So the directory is created, but the server don't allow the script to put the image file into the directory.
The worst case is, this is not consistently happen, sometimes it can upload image because the directory is created with correct permission instead of '666'. I have tried to search Google and etc try to find answer that can help, but no luck.
I hope someone here can help me solve this problem. Thank you.
Due to popular demand, i.e. anyweb, I'm writing this guide to help those who are having issues installing Linux on any system with the nVidia GeForce 6150 chipset (North Bridge), and the nForce 420 MP (South Bridge) chipset, in my case, the Compaq Presario V6000 laptop. In my case here, I'm installing Fedora Core 6, which is why I've posted here.
For those of you, like me, who have tried many times in the past to install a Linux distro on such a system, will have come across an issue where-by the system locks up after booting up all the system's services. This is due to the Ethernet drivers. The actual chipset its self, nVidia reports, is not at fault, but instead the drivers are.
So, how do you get around this little announace? It's actually rather simple... remove any network cables you have plugged into any NICs in your system, then boot up. Basically, what's happening is the OS is trying to obtain an IP from any DHCP servers that pick up, i.e. your router, and this for some reason causes the system to lock up.
Once you've booted up and logged in, you'll need to obtain an IP - it's also now safe to plug in your network cable, which you should do now - bring up a terminal and 'su' you to root and type "/sbin/dhclient eth0", this will get you an IP from your DHCP server/router and you should be all up and running.
At this stage, I'd suggest running over to nVidia and downloading the graphic card drivers and other drivers for your system.
I hope this helps someone out there as I was pulling my hair out over this for days.
Randall has been bugging me about this for a while so here goes,
first of all, what is beryl ?
Quote:Beryl is a combined window manager and composite manager written in C using OpenGL to provide acceleration. It is designed to be highly flexible, extensible, and portable, all the while keeping in mind that the users know how they want their desktops to act better than we do. With Beryl the rather esoteric concept of the computer desktop is brought down to a more human level, allowing for a more native and intuitive understanding of your workspace. To learn more about Beryl and its features visit our Feature Spotlight.
link to more info > [/url][url=http://www.beryl-project.org/]http://www.beryl-project.org/
how do I enable beryl in FCR6 ?
as root do this
Code:
[root@localhost ~]# yum install beryl
ok, it's installed, now how do i see beryl in action ?
click on Applications, System tools, Beryl Manager.
How do i know it's running ?
your dekstop will take on all sorts of new cool features (see screenshots)
hello - noob question here, i just started using fedora today and was trying to install a .jar program (its a programming software). I managed to get the installer to run after extracting, but where do i install the program? In windows its in 'C:\Program Files', but i dont know where within fedora. which folder are all the installed programs kept, and will it appear in the menu under programming, or do i have to manually add it to the list?