• ALGEMENE VOORWAARDEN
  • GENERAL TERMS & CONDITIONS

KUDOS - IT consultant and FOSS supporter

  • home
  • contact
  • services
  • baanboard
  • msx
Home

Feed aggregator

NEW: added forum and moderator for Russian users!

Baanboard.com - 6 min 56 sec ago
Forum: About Baanboard.com Posted By: patvdv Post Time: 31st July 2010 at 17:42

Archiving Localized Data

Baanboard.com - 6 min 56 sec ago
Forum: Tools Administration & Installation Posted By: baanhp Post Time: 31st July 2010 at 07:54

Baan IV and ERP LN Tools Consultant

Baanboard.com - 6 min 56 sec ago
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.

Baanboard.com - 6 min 56 sec ago
Forum: Jobs and Resumes Posted By: cmandal Post Time: 30th July 2010 at 16:28

Purchase order - Exctracting prices

Baanboard.com - 6 min 56 sec ago
Forum: Distribution, Transportation & Warehousing Posted By: Medtun Post Time: 30th July 2010 at 16:28

MyDay Baan IV integration

Baanboard.com - 6 min 56 sec ago
Forum: Tools Administration & Installation Posted By: jclju1 Post Time: 30th July 2010 at 16:20

Oracle 11g - Error 510 on bdbpost6.1

Baanboard.com - 6 min 56 sec ago
Forum: Tools Administration & Installation Posted By: pitfloner Post Time: 30th July 2010 at 10:02

Office Integration Issue

Baanboard.com - 6 min 56 sec ago
Forum: Tools Administration & Installation Posted By: ian_j_albert Post Time: 30th July 2010 at 05:03

specifying paper type on a report

Baanboard.com - 6 min 56 sec ago
Forum: Tools Development Posted By: dwoeste Post Time: 30th July 2010 at 03:40

Issue with TAXWARE

Baanboard.com - 6 min 56 sec ago
Forum: Finance, Invoicing and Integration Posted By: pinakinnsk Post Time: 29th July 2010 at 16:33

Shape Your Enterprise for New Business Realities

Baanboard.com - 6 min 56 sec ago
Forum: General Discussion & Chat Posted By: Shaguf Post Time: 29th July 2010 at 12:35

default values empty after copying std form

Baanboard.com - 6 min 56 sec ago
Forum: Tools Development Posted By: iiparrag Post Time: 29th July 2010 at 12:33

authorization : verifying the ip adddree

Baanboard.com - 6 min 56 sec ago
Forum: Tools Development Posted By: maclezhang Post Time: 29th July 2010 at 05:42

Question about delivery address with different VAT numbers

Baanboard.com - 6 min 56 sec ago
Forum: Finance, Invoicing and Integration Posted By: txarmel Post Time: 28th July 2010 at 14:40

Experienced Baan Developer

Baanboard.com - 6 min 56 sec ago
Forum: Jobs and Resumes Posted By: e4erpbaan Post Time: 28th July 2010 at 12:00

Equivalent of /etc/rc.local in Solaris 10

UNIX.com - 49 min 28 sec ago
What is the equivalent of /etc/rc.local in Solaris 10?

RAMDISK: EOF while reading compressed data ...Kernel panic - Unable to mount root

UNIX.com - 2 hours 10 min ago
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 ...

Python3 bytearray padding

UNIX.com - 2 hours 57 min ago
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

iptables rule problem

UNIX.com - 4 hours 19 min ago
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.

Wrong Tax Calculation in ERP LN FP6

Baanboard.com - 4 hours 36 min ago
Forum: Finance, Invoicing and Integration Posted By: reeyah Post Time: 28th July 2010 at 07:06
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »
Syndicate content

Navigation

  • Glossary
  • Recent posts

Search

User login

  • Request new password

Recent comments

  • On the same port
    8 weeks 5 days ago
  • All, with 2 daemons running
    12 weeks 23 hours ago
  • /etc/init.d/sshd
    16 weeks 2 days ago
  • No easy way to do this
    16 weeks 2 days ago
  • external iface is dhcpd addressed
    16 weeks 3 days ago
  • Great
    18 weeks 4 days ago
  • Great!
    21 weeks 4 days ago
  • Thanks!
    23 weeks 2 days ago
  • keyboard-interactive?
    23 weeks 2 days ago
  • no authentication method
    23 weeks 3 days ago

Use Free Software!

Visit the Free Software Directory

Baanboard.com

  • NEW: added forum and moderator for Russian users!
  • Archiving Localized Data
  • Baan IV and ERP LN Tools Consultant
  • Provide application design and development expertise in Baan IVC4.
  • Purchase order - Exctracting prices
more

UNIX.com

  • Equivalent of /etc/rc.local in Solaris 10
  • RAMDISK: EOF while reading compressed data ...Kernel panic - Unable to mount root
  • Python3 bytearray padding
  • iptables rule problem
  • Perl: Extracting a char from a string.
more

  • home
  • contact
  • services
  • baanboard
  • msx