Feed aggregator
NEW: added forum and moderator for Russian users!
Forum: About Baanboard.com
Posted By: patvdv
Post Time: 31st July 2010 at 17:42
Archiving Localized Data
Forum: Tools Administration & Installation
Posted By: baanhp
Post Time: 31st July 2010 at 07:54
Baan IV and ERP LN Tools Consultant
Forum: Jobs and Resumes
Posted By: raghava sriram
Post Time: 31st July 2010 at 05:06
Provide application design and development expertise in Baan IVC4.
Forum: Jobs and Resumes
Posted By: cmandal
Post Time: 30th July 2010 at 16:28
Purchase order - Exctracting prices
Forum: Distribution, Transportation & Warehousing
Posted By: Medtun
Post Time: 30th July 2010 at 16:28
MyDay Baan IV integration
Forum: Tools Administration & Installation
Posted By: jclju1
Post Time: 30th July 2010 at 16:20
Oracle 11g - Error 510 on bdbpost6.1
Forum: Tools Administration & Installation
Posted By: pitfloner
Post Time: 30th July 2010 at 10:02
Office Integration Issue
Forum: Tools Administration & Installation
Posted By: ian_j_albert
Post Time: 30th July 2010 at 05:03
specifying paper type on a report
Forum: Tools Development
Posted By: dwoeste
Post Time: 30th July 2010 at 03:40
Issue with TAXWARE
Forum: Finance, Invoicing and Integration
Posted By: pinakinnsk
Post Time: 29th July 2010 at 16:33
Shape Your Enterprise for New Business Realities
Forum: General Discussion & Chat
Posted By: Shaguf
Post Time: 29th July 2010 at 12:35
default values empty after copying std form
Forum: Tools Development
Posted By: iiparrag
Post Time: 29th July 2010 at 12:33
authorization : verifying the ip adddree
Forum: Tools Development
Posted By: maclezhang
Post Time: 29th July 2010 at 05:42
Question about delivery address with different VAT numbers
Forum: Finance, Invoicing and Integration
Posted By: txarmel
Post Time: 28th July 2010 at 14:40
Experienced Baan Developer
Forum: Jobs and Resumes
Posted By: e4erpbaan
Post Time: 28th July 2010 at 12:00
Equivalent of /etc/rc.local in Solaris 10
What is the equivalent of /etc/rc.local in Solaris 10?
RAMDISK: EOF while reading compressed data ...Kernel panic - Unable to mount root
I was following this tutorial on How install the rpmfusion nvidia drivers in Fedora 13:
F13, F12 & F11 Nvidia driver guides - FedoraForum.org
Here's the tutorial:
Quote: Originally Posted by leigh123linux (Post 1114769) F13 Howto for the rpmfusion nvidia drivers
This is a Three-Step Process. If you don't follow all three steps, your install will fail!
1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )
For GeForce 6, 7, 8, 9, 200 & 300 series cards
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 If you use a PAE kernel
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE Or (akmod builds the required kmod on bootup )
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
2. Edit grub.conf ( if you omit this step the driver will fail to work )
this command adds rdblacklist=nouveau option to /boot/grub/grub.conf
Code: su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r) 3. Reboot And this is what I did:
First I executed the following commands:
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 Then In step 2 I executed the following commands:
First:
Code: sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf Then this one:
Code: mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img And when I got to this one:
Code: dracut /boot/initramfs-$(uname -r).img $(uname -r) I got this message: Will not override existing initramfs (/boot/initramfs-2.6.33.3-85.fc13.x86_64.img) without --force
So I kinda ignored that command and restarted my computer and that's when I received this message:
Quote: RAMDISK: EOF while reading compressed data uncompression error Kernel panic - not syncing Unable to mount root fs on unknown block (0,0) [COLOR="Silver"]
============= I used a FedoraDVD/Rescue Option to access my system:
Here's my grub.conf file (boot/grub/grub.conf):
Quote:
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.6-147.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet nouveau.modest=0 rdblacklist=nouveau
initrd /initramfs-2.6.33.6-147.fc13.x86_64.img
title Fedora (2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.3-85.fc13.x86_64.img
When I execute the command: uname -a I get the following:
Linux localhost.localdomain 2.6.33.3-85.fc13.x86_64 ...
F13, F12 & F11 Nvidia driver guides - FedoraForum.org
Here's the tutorial:
Quote: Originally Posted by leigh123linux (Post 1114769) F13 Howto for the rpmfusion nvidia drivers
This is a Three-Step Process. If you don't follow all three steps, your install will fail!
1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )
For GeForce 6, 7, 8, 9, 200 & 300 series cards
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 If you use a PAE kernel
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE Or (akmod builds the required kmod on bootup )
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
2. Edit grub.conf ( if you omit this step the driver will fail to work )
this command adds rdblacklist=nouveau option to /boot/grub/grub.conf
Code: su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r) 3. Reboot And this is what I did:
First I executed the following commands:
Code: su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 Then In step 2 I executed the following commands:
First:
Code: sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf Then this one:
Code: mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img And when I got to this one:
Code: dracut /boot/initramfs-$(uname -r).img $(uname -r) I got this message: Will not override existing initramfs (/boot/initramfs-2.6.33.3-85.fc13.x86_64.img) without --force
So I kinda ignored that command and restarted my computer and that's when I received this message:
Quote: RAMDISK: EOF while reading compressed data uncompression error Kernel panic - not syncing Unable to mount root fs on unknown block (0,0) [COLOR="Silver"]
============= I used a FedoraDVD/Rescue Option to access my system:
Here's my grub.conf file (boot/grub/grub.conf):
Quote:
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.6-147.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet nouveau.modest=0 rdblacklist=nouveau
initrd /initramfs-2.6.33.6-147.fc13.x86_64.img
title Fedora (2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.3-85.fc13.x86_64.img
When I execute the command: uname -a I get the following:
Linux localhost.localdomain 2.6.33.3-85.fc13.x86_64 ...
Python3 bytearray padding
Hi,
I'm trying to create a padded bytearray in Python3.
Currently I have something like this:
inputstuff = [
('A' , b'ABCD'),
('B' , b'EFGH'),
('C' , b'IJKL'),
('D' , b'MNOP')
]
BA = bytearray()
for thing in inputstuff:
BA.extend(thing[1])
print(BA.decode('latin1'))
print(BA)
for thing in BA:
print(thing)
This works and gives output like this:
ABCDEFGHIJKLMNOP
bytearray(b'ABCDEFGHIJKLMNOP')
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Which is expected.
However, what i'd actually like to do is pad the bytes I add to the bytearray with blanks such that it would be more like this:
ABCD EFGH IJKL MNOP
Obviously I could just add spaces to the end of each string defined as A, B, C and D - but i'd rather not do that as it would get complicated when I use this code in a real scenario where these are objects being passed into the function etc.
If anybody knows how to do this i'd be very grateful of your help.
Regards,
Phil
I'm trying to create a padded bytearray in Python3.
Currently I have something like this:
inputstuff = [
('A' , b'ABCD'),
('B' , b'EFGH'),
('C' , b'IJKL'),
('D' , b'MNOP')
]
BA = bytearray()
for thing in inputstuff:
BA.extend(thing[1])
print(BA.decode('latin1'))
print(BA)
for thing in BA:
print(thing)
This works and gives output like this:
ABCDEFGHIJKLMNOP
bytearray(b'ABCDEFGHIJKLMNOP')
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Which is expected.
However, what i'd actually like to do is pad the bytes I add to the bytearray with blanks such that it would be more like this:
ABCD EFGH IJKL MNOP
Obviously I could just add spaces to the end of each string defined as A, B, C and D - but i'd rather not do that as it would get complicated when I use this code in a real scenario where these are objects being passed into the function etc.
If anybody knows how to do this i'd be very grateful of your help.
Regards,
Phil
iptables rule problem
Hi,
i have 40 client's in my network, that connected to internet via
squid server (WebProxy). i want none of these client can't ping my squid server bat squid server can ping them.i wrote these rules but it is'nt work.
Code: iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -A INPUT -p icmp -s 192.168.23.1/24 -d 0/0 -j ACCEPT
iptables -A OUTPUT -p icmp -s 192.168.23.1/24 -d /0/0 -j ACCEPT squid server ip address is 192.168.23.1
please help.
thanks.
i have 40 client's in my network, that connected to internet via
squid server (WebProxy). i want none of these client can't ping my squid server bat squid server can ping them.i wrote these rules but it is'nt work.
Code: iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -A INPUT -p icmp -s 192.168.23.1/24 -d 0/0 -j ACCEPT
iptables -A OUTPUT -p icmp -s 192.168.23.1/24 -d /0/0 -j ACCEPT squid server ip address is 192.168.23.1
please help.
thanks.
Wrong Tax Calculation in ERP LN FP6
Forum: Finance, Invoicing and Integration
Posted By: reeyah
Post Time: 28th July 2010 at 07:06

Recent comments
8 weeks 5 days ago
12 weeks 23 hours ago
16 weeks 2 days ago
16 weeks 2 days ago
16 weeks 3 days ago
18 weeks 4 days ago
21 weeks 4 days ago
23 weeks 2 days ago
23 weeks 2 days ago
23 weeks 3 days ago