First try at merging a branch back into the trunk. A simple case because no changes were made to the trunk while working with the branch. In the branch working dir: svn log -v –stop-on-copy This reports the list of revisions since the branch was created. This range of revisions is used as an argument […]
After switching from dhcpcd to dhclient, I was in a position to complete the conversion to SuSE 10.2 or revert to 10.0. I wanted to move forward for a number of reasons: newer php5 w/XML, newer Apache, better hardware support (power, ACPI, etc). Also the install was done such that the natural resolution of the […]
There is an incompatibility between dhcpcd and the dhcp servers in my Linksys BEFW11S4 original and v4 routers. Converting SuSEs 10.0 and 10.2 from dhcpcd to dhclient solves the problem. SuSE dhcpd Notes: SuSE supplies two clients: dhcpcd and dhclient. man 8 ifup is used to start the configuration and will call either client (via […]
After a recent YOU update to SuSE 10.0, Linux became unable to reacquire a DHCP lease. When booting everything worked, but after the first lease expires, an infinite loop would occur: Dec 21 21:13:24 sr1650nx dhcpcd[11655]: DHCP_NAK server response Dec 21 21:13:24 sr1650nx dhcpcd[11655]: DHCP_NAK server response Dec 21 21:13:25 sr1650nx modify_resolvconf: restored /etc/resolv.conf.saved.by.dhcpcd.eth0 to […]
I have been searching for an open source tool that will synchronize a remote FTP site with my local release directory for my web server code. FrontPage does this quite well under WindowsXP and I wanted a similar Linux capability. Nvu publishing capability is limited, with the documentation referring the reader to manual FTP programs. […]