search for: gcug

Displaying 12 results from an estimated 12 matches for "gcug".

2009 Mar 04
4
revision numbers on translated articles
Good Evening. As the 'translation community' is growing I would like to suggest to add the 'revision number' of the original article on which the translation is based on, so someone else could easily diff to keep translations up to date. It would be great if translators add something like: 'translation based on #N' as footnote where N is the version of the original
2008 Sep 01
1
Kickstart Tips and Tricks
Hi, I am currently translating the Kickstart Tips and Tricks page (and nearly finished). Just on the last sentences I am not sure what they mean: 'Then inside the kickstart config itself where you device the network interfaces using the network statement. If you are using method 2 or 3 then you don't know which device actually will be used. If you don't specify a device for the
2008 Aug 25
1
formatting parameters
Good Evening. I am currently working on a translation of a wiki page where parameter descriptions are used in the following form: --parameter:: the description of the parameter The problem is that the description is not always formatted correctly. (take a look at http://wiki.centos.org/de/TipsAndTricks/KickStart ) Using: --parameter:: the description of the parameter works correctly but
2009 Feb 06
4
forwarding on internal device
Good Evening, I am trying to set up an iptables forward rule in order to forward all packages that are routed throgh the internal device eth0: iptables -A FORWARD -i eth0 -o eth0 -m state --state NEW -j ACCEPT but the packages are still dropped. Best Regards Marcus
2009 Feb 06
8
iptables: forwarding on internal device
Good Evening, I am trying to forward packages on an internal device using iptables: /sbin/iptables -A FORWARD -i eth0 -o eth0 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT but the packages are still blocked, e.g.: Feb 6 20:58:28 firewall kernel: DROP-TCP IN=eth0 OUT=eth0 SRC=192.168.100.177 DST=172.28.2.184 LEN=40 TOS=0x00 PREC=0x00 TTL=127 ID=16609 PROTO=TCP SPT=7166 DPT=3590 WINDOW=0
2008 Jul 17
3
Access to Wiki Pages
Hi all, It would be great if you could grant me access to some wiki pages. Starting off with my personal one: ;) http://wiki.centos.org/MarcusMoeller Also I want to start translating some parts into German, so it would be great if you could create a: http://wiki.centos.org/de/TipsAndTricks and grant me access to this page and all sub-pages. Best Regards Marcus -------------- next part
2008 Jul 18
2
Wiki: Table Border
Hi all. Is there a way to create a table without a border in the wiki? Btw. could anybody please tell me which software is used for the wiki? Is it a well-known system or something self-created? Best Regards Marcus M?ller
2008 Nov 03
2
Test-driving RHEL Betas
Good Evening (Dag and Karan), I have noticed the slight changes on the Download Page which is now linking to the RHEL Betas and want to take the discussion to the ML instead of the Wiki. I would personally prefer to link to the RHEL Betas from a (not yet created) Test-driving RHEL SIG page instead of the CentOS download page. This should be meant to promote project related downloads (resources
2008 Sep 19
2
ArtworkSIG ML request
Good Evening. I would like to request a mailinglist for the ArtworkSig, where we could discuss Artwork related stuff. This would be much better than 'flooding' the -docs. Best Regards Marcus
2008 Jul 30
1
Additional Notes on: AtiDriver
Dear Ralph. I guess it was you who wrote the very helpful ATI driver tutorial page. I just wanted to add some additional notes: Package generation requires rpm-build to be installed. You may use: yum install rpm-build on a clean CentOS box to do so. Maybe you could also add a note for CentOS 5. On my 5.2 machine the newly generated packages are found in: /usr/src/redhat/RPMS/i386/ instead of
2008 Oct 15
2
DHCP static hosts and subnet configuration
Hi all. I have set up a DHCP server with multiple subnet configurations (let's say subnet A and B). Within that I have declared pools and static hosts addresses. Now, if I have set up a static host entry (with fixed-address) in Subnet B for a specific machine and try to connect to Subnet A with that NIC (where it should obtain an address from the range), this does not work unless I add a
2008 Dec 07
0
HAL automount luks device
Hi all, I have set up an encrypted partition on a usb key and can now successfully mount it using: cryptsetup luksOpen /dev/DEVICENODE cryptousb mount /dev/mapper/cryptousb /mountpoint My aim is now to do this using HAL and GNOME's Luks integration. I am already asked for the pass phrase after plugging in the device, but I seem to be not allowed to mount it. Do I need to add an fstab entry