kernel Oops

2001-08-01 Thread Ivan
Hi all,
I got this doing 'rm -rf sys.img'. sys.img was a file of 1400MB in a hfs 
partition. the file was deleted correctly at the second try. No error 
removing a 800MB file. Someone ( like benh ) is interested in? )

kernel BUG at /usr/src/linux-benh/include/linux/dcache.h:244!
Oops: Exception in kernel mode, sig: 4
NIP: C007465C XER:  LR: C007465C SP: CA023E70 REGS: ca023dc0 TRAP: 
0700
MSR: 00089032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
TASK = ca022000[7970] 'rm' Last syscall: 10
last math ca022000 last altivec 
GPR00: C007465C CA023E70 CA022000 003E 1032 0001  C02116F0
GPR08:   001F CA023DB0 24000842 1001EAEC  
GPR16:      CB82B220  C01F
GPR24: CAE96C2C C016 C016 CAE96C00 C131EDC0 CAED99A0 CAE96C28 C8B93740
Call backtrace:
C007465C C004949C C00495D0 C0003F5C 10001C74 10002A00 10001298
6FEDB3F8 
Illegal instruction

my system:
darthxiong:~# uname -a
Linux darthxiong 2.4.7-pre7 #1 Thu Jul 26 10:49:43 CEST 2001 ppc unknown

darthxiong:~# dpkg -l fileutils libc6 gcc
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name  Version   
+++-=-=
ii  fileutils 4.1-2
ii  libc6 2.2.3-5  
ii  gcc   2.95.3-7 

Ivan

-- 
Q:  How many lawyers does it take to change a light bulb?
A:  You won't find a lawyer who can change a light bulb.  Now, if
you're looking for a lawyer to screw a light bulb...



error compiling kernel

2001-08-24 Thread Ivan
hi all, i'm having this error compiling the 2.4.9 benh kernel

gcc -D__KERNEL__ -I/usr/src/linux-benh/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized 
-mmultiple -mstring-DEXPORT_SYMTAB -c agpgart_be.c
agpgart_be.c:3001: macro `min' used with only 2 args
agpgart_be.c:3001: macro `min' used with only 2 args
agpgart_be.c: In function `agp_generic_alloc_page':
agpgart_be.c:790: warning: passing arg 1 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c: In function `uninorth_configure':
agpgart_be.c:2872: warning: unused variable `uni_addr_select'
agpgart_be.c: In function `uninorth_insert_memory':
agpgart_be.c:2939: warning: passing arg 1 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c:2939: warning: passing arg 2 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c:2943: warning: passing arg 1 of `in_le32' from incompatible 
pointer type
agpgart_be.c:2946: warning: passing arg 1 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c:2946: warning: passing arg 2 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c: In function `uninorth_agp_enable':
agpgart_be.c:2959: warning: long unsigned int format, u32 arg (arg 2)
agpgart_be.c:2999: parse error before `__x'
agpgart_be.c:3001: `__x' undeclared (first use in this function)
agpgart_be.c:3001: (Each undeclared identifier is reported only once
agpgart_be.c:3001: for each function it appears in.)
agpgart_be.c:3001: `__y' undeclared (first use in this function)
agpgart_be.c:3001: parse error before `)'
agpgart_be.c:3001: warning: left-hand operand of comma expression has no effect
agpgart_be.c:3001: parse error before `)'
agpgart_be.c: At top level:
agpgart_be.c:3036: parse error before `if'
agpgart_be.c:3049: parse error before `('
agpgart_be.c:3055: parse error before `.'
agpgart_be.c:3057: warning: type defaults to `int' in declaration of 
`pci_read_config_dword'
agpgart_be.c:3057: warning: function declaration isn't a prototype
agpgart_be.c:3057: warning: data definition has no type or storage class
agpgart_be.c:3072: parse error before `0x34'
agpgart_be.c:3072: warning: type defaults to `int' in declaration of 
`pci_read_config_byte'
agpgart_be.c:3072: warning: function declaration isn't a prototype
agpgart_be.c:3072: warning: data definition has no type or storage class
agpgart_be.c:3088: parse error before `('
agpgart_be.c: In function `uninorth_create_gatt_table':
agpgart_be.c:3137: warning: assignment from incompatible pointer type
agpgart_be.c:3145: warning: passing arg 1 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c:3145: warning: passing arg 2 of `flush_dcache_range' makes integer 
from pointer without a cast
agpgart_be.c: In function `agp_find_max':
agpgart_be.c:3793: warning: unsigned int format, pointer arg (arg 2)
agpgart_be.c:3793: warning: unsigned int format, long unsigned int arg (arg 3)
agpgart_be.c:3793: warning: int format, long int arg (arg 4)
agpgart_be.c: At top level:
agpgart_be.c:393: warning: `agp_generic_agp_enable' defined but not used
agpgart_be.c:519: warning: `agp_generic_create_gatt_table' defined but not used
agpgart_be.c:637: warning: `agp_generic_free_gatt_table' defined but not used
agpgart_be.c:685: warning: `agp_generic_insert_memory' defined but not used
make[4]: *** [agpgart_be.o] Error 1
make[4]: Leaving directory `/usr/src/linux-benh/drivers/char/agp'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-benh/drivers/char/agp'
make[2]: *** [_subdir_agp] Error 2
make[2]: Leaving directory `/usr/src/linux-benh/drivers/char'
make[1]: *** [_subdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-benh/drivers'
make: *** [_dir_drivers] Error 2


this is my system, a mix of woody and sid

[EMAIL PROTECTED]:~# dpkg -l gcc libc6 binutils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  gcc   2.95.4-6  The GNU C compiler.
ii  libc6 2.2.4-1   GNU C Library: Shared libraries 
and Timezone data
ii  binutils  2.11.90.0.7-2 The GNU assembler, linker and 
binary utilities.

i have a pismo powerbook, and i think i had configured the kernel correctly.
now i have removed the agp op

Re: tuxracer...2

2001-09-12 Thread Ivan
On Wednesday 12 September 2001 14:11, Michel Dänzer wrote:
> Ivan Fabris wrote:
>
> PPS: An empty sender address isn't the right way to force followups to the
> list...

true... here at work we use internal address, and them are deleted when the 
mail goes off the lan. anyway, thanks to Jens Schmalzing and Michel Danzer, 
now the acceleration works fine.
all 3d libs and dev ( GL, GLU, GLUT, ecc.. )  are installed, i compiled 
tuxracer and all the mesademos. i had to point my apt against sid, but now 
everithing works at 111% thanks to all and see you soon ( free beer for 
Jens and Michel and BenH and Ethan and stop or i will finish money if you 
come in italy ;-)
Ivan

-- 
For the fashion of Minas Tirith was such that it was built on seven levels,
each delved into a hill, and about each was set a wall, and in each wall
was a gate.
-- J.R.R. Tolkien, "The Return of the King"

[Quoted in "VMS Internals and Data Structures", V4.4, when
 referring to system overview.]
 



-msoft-float ?

2001-12-03 Thread Ivan
hi all, i'm compiling the linux-2.4.17-pre2-ben0 kernel, and in the gcc 
command i see -msoft-float... like this
gcc -D__KERNEL__ -I/usr/src/linux-benh/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized 
-mmultiple -mstring-c -o pe2.o pe2.c
why gcc compiles the kernel with this option? i have a pismo, and kernel 
settings are:
#
# Platform support
#
CONFIG_PPC=y
CONFIG_PPC32=y
CONFIG_6xx=y
# CONFIG_4xx is not set
# CONFIG_POWER3 is not set
# CONFIG_POWER4 is not set
# CONFIG_8xx is not set
# CONFIG_8260 is not set
in .config
and there are no references to soft-floats in the main Makefile
is everything ok?
TIA
Ivan

-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian 2.2 r3  _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V



strong clicks from the hd

2001-12-18 Thread Ivan
hi all, i have a pismo with debian testing/macos9 . since the first 
installation, 5 months ago, the hd sometimes makes a strong click, only 
with linux. During heavy hd usage, like rebuilds of htdig, slocate, 
ecc, i can hear 4-5 clicks in a minute, but usually are only 4-5 in a 
day. Is this a thing to worry about? ( e.g. clicks will soon kill the 
hd? )
TIA and sorry for my english (TM :-)
  
-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian 2.2 r3  _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V



Re: playing DVD on pismo (powerbook)

2002-03-01 Thread Ivan
On Fri 01 Mar 2002 13:27, matthieu foillard wrote:
> hello,
> i try to make DVD ( xine, mplayer, or whatever else) works on pismo
> (powerbook) system, but the video playback is _really_ slow.
> i'm running debian sid on a 2.4.19-pre2 kernel.
> ppl from xine project said me my DVD drive is to slow to read DVD :
>
> btw, i could read DVD using apple player on MacOS, that's why i can't
> understand why i can't make it working on linux.
>
> any ideas ?
> thanks all

i' m using a pismo 400mhz with kernel 2.4.17 benh and using ogle or vlc 
the video playback is about 20% slower than with macos. the old xine 
was about only 10%, the new doesn't want to read the css-ed dvd so i 
can't do tests. The last mplayer (0.60) blacks out my screen. I' m 
using self-compiled libs and progs and i've tried only css-ed dvds. 
This is the only help i can give, sorry ( for my english too :).

-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian 2.2 r3  _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V



only a little explanation

2002-06-06 Thread Ivan
hiall! i'd like to know a little more about my system. can someone 
point me to some tech note... and give a little hint about the marked 
line :)?

[EMAIL PROTECTED]:~$ cat /proc/cpuinfo
cpu : 740/750
temperature : 44 C (uncalibrated)
clock   : 400MHz
revision: 131.2 (pvr 0008 8302)
bogomips: 797.90
machine : PowerBook3,1
motherboard : PowerBook3,1 MacRISC Power Macintosh
L2 cache: 1024K unified  <- this!!! 1M of cache?
memory  : 192MB
pmac-generation : NewWorld

TIA

-- 
   (@_  Ivan Fabris, S. Sofia (FC)  PowerPC & Linux Debian Woody  _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V
  Consigliere Forli Linux User Group 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xfree and mouse button

2001-06-27 Thread Ivan Fabris
hi all, i have installed debian 2.2r3 in a powerbook g3, but i can't figure 
out how to emulate the rigth button mouse with the touchpad ...  in 
XF86Config ( xfree 3.3.6 ) i did not find any option for this. can someone 
point me to some documentation? thx
Ivan "mac user since june 16 2001 :-)" Fabris

-- 
fortune of the day
You will obey or molten silver will be poured into your ears.



powerbook, 99% done!!!

2001-07-20 Thread Ivan Fabris
Hi all
thanks to E Benson, BenH and a lot of others ( i have lurked a lot this month 
:) now i have a powerbook with linux almost fully functional benh kernel 
rsynced yesterday, irda, xfree4, sound & midi, ecc... i still have some 
problem with apm but this doesn't matter now... my worst problem is the 
[emu|simu]lation of the rigth mouse button! 
T.S. said this:

>edit the file /etc/sysctl.conf and add the following lines:
>
>dev.mac_hid.mouse_button_emulation=1
>dev.mac_hid.mouse_button2_keycode=68
>dev.mac_hid.mouse_button3_keycode=87
>
>(remember that "68" is my F10 and "87" is my F11)

i have different showkey codes but i think this step is ok... using "echo n > 
/proc/sys/dev/mac_hid/mouse_button(rigth place)" with n=a lot of different 
tries but nothing seems to work.

i attach some sysinfo, and if someone wants a root account on my box to do 
the work, we can meet on irc ( sa you the channel :)

darthxiong:~# cat /proc/cpuinfo
processor   : 0
cpu : 740/750
temperature : 50-52 C
clock   : 400MHz
revision: 131.2 (pvr 0008 8302)
bogomips: 797.90
zero pages  : total: 0 (0Kb) current: 0 (0Kb) hits: 0/0 (0%)
machine : PowerBook3,1
motherboard : PowerBook3,1 MacRISC Power Macintosh
L2 cache: 1024K unified
memory  : 192MB
pmac-generation : NewWorld

the machine should be a lombard, ( i'm not sure, it is not mine, it has 2 usb 
and 2 firewire connectors in the back )

benh kernel .config and XFree86-4 are attached

thanks to all, and excuse for my "very good" english :)
Ivan
#
# Automatically generated by make menuconfig: don't edit
#
# CONFIG_UID16 is not set
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Platform support
#
CONFIG_PPC=y
CONFIG_6xx=y
# CONFIG_4xx is not set
# CONFIG_POWER3 is not set
# CONFIG_POWER4 is not set
# CONFIG_8xx is not set
# CONFIG_PPC_ISERIES is not set
# CONFIG_8260 is not set
CONFIG_PPC_STD_MMU=y
CONFIG_ALL_PPC=y
# CONFIG_APUS is not set
# CONFIG_SPRUCE is not set
# CONFIG_PCORE is not set
# CONFIG_MENF1 is not set
# CONFIG_MCPN765 is not set
# CONFIG_MVME5100 is not set
# CONFIG_PRPMC750 is not set
# CONFIG_SANDPOINT is not set
# CONFIG_K2 is not set
# CONFIG_GEMINI is not set
# CONFIG_ZX4500 is not set
# CONFIG_PPC601_SYNC_FIX is not set
# CONFIG_SMP is not set
CONFIG_ALTIVEC=y
CONFIG_TAU=y
CONFIG_TAU_INT=y
# CONFIG_TAU_AVERAGE is not set

#
# General setup
#
# CONFIG_HIGHMEM is not set
# CONFIG_ISA is not set
# CONFIG_EISA is not set
# CONFIG_SBUS is not set
# CONFIG_MCA is not set
CONFIG_PCI=y
CONFIG_NET=y
CONFIG_SYSCTL=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_KCORE_ELF=y
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PCI_NAMES=y
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
CONFIG_I82365=y
CONFIG_TCIC=y

#
# Parallel port support
#
# CONFIG_PARPORT is not set
CONFIG_PPC_RTC=y
CONFIG_PROC_DEVICETREE=y
CONFIG_PPC_RTAS=y
# CONFIG_PREP_RESIDUAL is not set
# CONFIG_CMDLINE_BOOL is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_VIODASD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG

kernel error in make zImage - linux-2.4.8-pre3-ben0

2001-08-03 Thread Ivan Fabris
hi all, i got this error compiling the 2.4.8-pre3-benh0 kernel.


gcc -D__KERNEL__ -I/usr/src/linux-benh/include -D__powerpc__ -O2 
-DSTDC_HEADERS -fno-builtin -D__BOOTER__ 
-I/usr/src/linux-benh/arch/ppc/boot/include   -c -o ../common/misc-common.o 
../common/misc-common.c
gcc -D__ASSEMBLY__ -D__KERNEL__ -I/usr/src/linux-benh/include -D__BOOTER__   
-c -o ../common/string.o ../common/string.S
ld -T /usr/src/linux-benh/arch/ppc/vmlinux.lds -Ttext 0x0080 -o 
zvmlinux.tmp head.o misc.o ../common/misc-common.o ../common/string.o 
of1275.o ../lib/zlib.a
misc.o: In function `decompress_kernel':
misc.o(.text+0x1c8): undefined reference to `inb'
misc.o(.text+0x268): undefined reference to `inb'
make[2]: *** [zvmlinux] Error 1
make[2]: Leaving directory `/usr/src/linux-benh/arch/ppc/boot/prep'
make[1]: *** [zImage] Error 2
make[1]: Leaving directory `/usr/src/linux-benh/arch/ppc/boot'
make: *** [zImage] Error 2

i'm sorry but i had not the time ( and the skill ) to track down the error 
and try to fix it
Ivan

-- 
Everything will be just tickety-boo today.
#
# Automatically generated by make menuconfig: don't edit
#
# CONFIG_UID16 is not set
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Platform support
#
CONFIG_PPC=y
CONFIG_PPC32=y
CONFIG_6xx=y
# CONFIG_4xx is not set
# CONFIG_POWER3 is not set
# CONFIG_POWER4 is not set
# CONFIG_8xx is not set
# CONFIG_PPC_ISERIES is not set
# CONFIG_8260 is not set
CONFIG_PPC_STD_MMU=y
CONFIG_ALL_PPC=y
# CONFIG_APUS is not set
# CONFIG_SPRUCE is not set
# CONFIG_PCORE is not set
# CONFIG_MENF1 is not set
# CONFIG_MCPN765 is not set
# CONFIG_MVME5100 is not set
# CONFIG_PRPMC750 is not set
# CONFIG_SANDPOINT is not set
# CONFIG_K2 is not set
# CONFIG_GEMINI is not set
# CONFIG_ZX4500 is not set
# CONFIG_PPC601_SYNC_FIX is not set
# CONFIG_SMP is not set
CONFIG_ALTIVEC=y
CONFIG_TAU=y
# CONFIG_TAU_INT is not set
CONFIG_TAU_AVERAGE=y

#
# General setup
#
# CONFIG_HIGHMEM is not set
# CONFIG_ISA is not set
# CONFIG_EISA is not set
# CONFIG_SBUS is not set
# CONFIG_MCA is not set
CONFIG_PCI=y
CONFIG_NET=y
CONFIG_SYSCTL=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_KCORE_ELF=y
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PCI_NAMES=y
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
CONFIG_I82365=y
CONFIG_TCIC=y

#
# Parallel port support
#
# CONFIG_PARPORT is not set
CONFIG_PPC_RTC=y
CONFIG_PROC_DEVICETREE=y
CONFIG_PPC_RTAS=y
# CONFIG_PREP_RESIDUAL is not set
# CONFIG_CMDLINE_BOOL is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set
# CONFIG_PNPBIOS is not set

#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_VIODASD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_FTP=m
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_TARGET_LOG is not set
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_IPX is not set
CONFIG_ATALK=m
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CON

Re: call for testers: powerpc graphical debian installer

2006-10-01 Thread Ivan Warren




and the real date is [EMAIL PROTECTED]:~$ date -u
Mon Oct  2 00:22:48 UTC 2006
please check . Thanks


(completely off topic !)

From the apache mod_autoindex.c source code for 1.3.37 (close enough) 
around line 1503 (in the function that emits the directory index)


***
   char time_str[MAX_STRING_LEN];
   struct tm *ts = localtime(&ar[x]->lm);
   strftime(time_str, MAX_STRING_LEN, "%d-%b-%Y %H:%M  ", ts);
   ap_rputs(time_str, r);
***

This would seem to indicate that the time shown is the local time for 
whatever time zone the server is using..


So the time/dates indicated in the directory listing generated by

Apache/1.3.33 Server at people.debian.org

are probably not UTC..

I don't think there is anything to check..

--Ivan


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



is the mac mini wol-able?

2007-03-08 Thread Ivan Kabaivanov
Hi,

I've used ethtool to set my mac mini's NIC wol state to g, but when I send the 
magic packet, the machine doesn't wake up.

So, anyone know if the g4 mac minis are wol capable?

Thanks,
IvanK.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



can't compile quik-2.1 with kernel 2.4

2007-03-29 Thread Ivan Kabaivanov
I hope this question is within the scope of debian-powerpc; if not, please 
accept my apologies.

I have to stick kernel 2.4.34.  When I tried to compile quik-2.1 with the 
debian patch 2.1-9 applied this is what I get.  Looks like ffs is missing 
from 2.4 bitops.h.

So, is quik-2.1 only compilable with a 2.6 kernel?  If I build a static quik 
on a 2.6 system, will it work on a 2.4 system?

Thanks,
IvanK.


gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o 
ctype.o ctype.c
gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o 
nosys.o nosys.c
gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o 
stricmp.o stricmp.c
gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o misc.o 
misc.c
gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o 
inflate.o inflate.c
gcc -I../include -O2 -D__NO_STRING_INLINES -Wall -ffreestanding   -c -o 
unzip.o unzip.c
ld -N -Ttext 0x3e -Bstatic -o second crt0.o printf.o malloc.o main.o 
cmdline.o disk.o file.o cfg.o strtol.o prom.o cache.o string.o setjmp.o 
ctype.o nosys.o stricmp.o misc.o inflate.o unzip.o -lext2fs
/usr/bin/../lib/libext2fs.a(inline.o)(.text+0x138): In function 
`ext2fs_find_first_bit_set':
: undefined reference to `ffs'
/usr/bin/../lib/libext2fs.a(inline.o)(.text+0x218): In function 
`ext2fs_find_next_bit_set':
: undefined reference to `ffs'
/usr/bin/../lib/libext2fs.a(inline.o)(.text+0x2b8): In function 
`ext2fs_find_next_bit_set':
: undefined reference to `ffs'
make[1]: *** [second] Error 1
make[1]: Leaving directory `/usr/src/quik-2.1/second'
make: *** [all] Error 1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing Debain - Pdisk - Apple_bootstrap imac not Bootable

2007-12-07 Thread Ivan Kabaivanov
On Saturday 08 December 2007, flebber wrote:
> P Kapat wrote:
> > On 12/7/07, flebber <[EMAIL PROTECTED]> wrote:
> >> I am trying to install debain via 4.0r1 net.iso I couldn't get yaboot to
> >> start cd-rom correctly so used pdisk to delete Apple_HFS partition and
> >> recreate it as Apple_bootstrap so that yaboot may recognize it.
> >>
> >> However on reboot disaster Imac now only boots up to a grey screen with
> >> a picture of a floppy disk and a flashing question mark.
> >>
> >> I believe it it is a powerpc 750 called "Bondi Blue" . I am not worried
> >> particularly about dual booting with Mac Os I wanted to set this up
> >> hopefully for my Mother in Law in needs a computer so was hoping to get
> >> a debian kde install up ?
> >>
> >> What can I do ?
> >
> > I am not particularly aware of the "Bondi Blue" model, but for "New
> > World" machines (iBook G4 for instance) i think one is supposed to
> > press (and keep pressed for sufficiently long) the 'C' key immediately
> > after powering on the system. This makes the machine boot from the
> > cdrom. I know this works on my iBook G4, but I don't know if it works
> > on every other apple machine. I think some else might provide a better
> > a idea.
> >
> > HTH,
> > --
> > Regards
> > PK
> > --
> > http://counter.li.org  #402424
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
>
> If it helps here is a link to the model I have
> http://www.everymac.com/systems/apple/imac/stats/imac_ab.html
> http://www.everymac.com/systems/apple/imac/stats/imac_ab.html
>
> I did try holding down C but it seemed to have no effect for me also I
> tried command+Option+shift+delete but again that didn't seem to work for
> me.


Holding the "c" button shortly after you hear the Mac chime will universally 
boot a Mac from cdrom, NewWorld and OldWorld alike.

Check if you burned the cd-r correctly.  Check the md5sum of the iso you 
downloaded.  Can you boot this cd-r on another mac?  Can you boot MacOSX (or 
Mac Classic) cdrom on this machine?

IvanK. 


>
> command+option+o+f  does get me to a prompt but cannot seem to get the
> cd-rom to boot from here.
>
> I was trying different key combinations I found at this site but cannot get
> a go  http://www.jacsoft.co.nz/Tech_Notes/Mac_Keys.htm
> http://www.jacsoft.co.nz/Tech_Notes/Mac_Keys.htm
> --
> View this message in context:
> http://www.nabble.com/Installing-Debain---Pdisk---Apple_bootstrap-imac-not-
>Bootable-tf4965919.html#a14225977 Sent from the debian-powerpc mailing list
> archive at Nabble.com.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Not booting anymore MacOS9.2.2 after Etch install.(mac-fdisk output).

2008-03-20 Thread Ivan Kabaivanov
On Thursday 20 March 2008 16:46, alexandre suzuki wrote:
> cheetah:~# mac-fdisk --list /dev/hda
> /dev/hda
> #type name
> length   base( size )  system
> /dev/hda1 Apple_partition_map Apple
>63 @ 1   ( 31.5k)  Partition map
> /dev/hda2Apple_Driver_ATA Macintosh
>54 @ 64  ( 27.0k)  Unknown
> /dev/hda3Apple_Driver_ATA Macintosh
>74 @ 118 ( 37.0k)  Unknown
> /dev/hda4   Apple_Patches Patch Partition
>   512 @ 192 (256.0k)  Unknown
> /dev/hda5   Apple_HFS untitled
> 4001792 @ 704 (  1.9G)  HFS
> /dev/hda6   Apple_HFS untitled 2
> 61440 @ 4002496 ( 30.0M)  HFS
> /dev/hda7 Apple_Bootstrap untitled
>  3907 @ 4063936 (  1.9M)  NewWorld bootblock
> /dev/hda8 Apple_UNIX_SVR2 untitled
> 4101563 @ 4067843 (  2.0G)  Linux native
> /dev/hda9 Apple_UNIX_SVR2 swap
> 250001 @ 8169406 (122.1M)  Linux swap
> /dev/hda10 Apple_Free Extra
>  2433 @ 8419407 (  1.2M)  Free space
>
> Block size=512, Number of Blocks=8421840
> DeviceType=0x0, DeviceId=0x0
> Drivers-
> 1: @ 64 for 21, type=0x701
> 2: @ 118 for 34, type=0xf8ff
>
> cheetah:~#


looks fine to me.  Is it possible that the apple partition got "unblessed" 
somehow?  Try booting with a MacOS9 CD, mount the mac partition and open the 
System folder.  That's enough to bless it again.

Or maybe your yaboot.conf is wrong?  Unlikely though as you do get the 
blinking ?...

>
> I did not take any snapshot of the above before
> installing Etch,so
> I cannot compare.When I boot from /dev/hda7(configured
> dual-booting,
> if I click the m key --> MacOS9.2.2,the l key -->
> Etch),now I see
> a floppy icon with a blinking ? sign if try booting
> MacOS.
>
> PS: Not related to the above:In the powerpc Sarge,Etch
> when I try to switch to another console,Alt plus F2,F3
> etc. in text mode I cannot get access to a functional
> command prompt,is this a limitation of the architecture?
>

No, a linux console is a linux console on any supported architecture.  What 
makes you think you have a non-functional console?

IvanK.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Installing debian sid on a p5 520 (with a 64 bit userland) - a few hurdles, but it works

2006-03-22 Thread Ivan Warren

This is how I got there...

** Installing a base system **

1st, I needed a CD I was sure I could boot off one of my p5 partitions..

Went ahead and got myself a pre-built d-i boot snapshot from

http://people.debian.org/~luther/d-i/images/2006-03-21/powerpc64/netboot64/

(the one from today apparently doesn't build)..

From there, I created a bootable CD with "mkisofs -chrp-boot"

At this point I booted the CD and was greeted with the familiar d-i 
install screens..


During base system install, I had to skip selecting the kernel.. 
(mkinitramfs-tools was missing).. Therefore, I went into a shell, 
chrooted to the target, went ahead and apt-got the latest kernel (which 
in turn got me the right initramfs generator).. I dd'ed yaboot onto my 
chrp boot partition and tweaked my yaboot.conf (the one installed by d-i 
seems somewhat bogus - yaboot barfs on it at boot time)..


I mknod'ed my virtual console (mknod /dev/hvc0 b 239 0), added the 
appropriate line to /etc/inittab and to /etc/securetty


Finally, I tweaked /etc/nework/interface to not attempt to use hotplug 
(for some reason I didn't bother to look into, this doesn't work for me).


Also, I wound up with the latest 2.6.16 (even tried vserver [1] ! it's 
fun !)


** Going to 64 bit userland **

I wanted a system with the 64 bit packages installed.. (the ones on 
alioth).. So I went ahead, searched a bit and came up with this :


1) I used a second disk (remember, this is a p5 with virtualization, so 
adding a scsi disk a simply a matter of adding a disk slice in the 
virtual I/O server) that I partitioned the same way as the 1st one (1 
chrp boot partition, 1 root fs, 1 swap)..
2) I mounted it and debootstrap'ed the root such as described in 
"http://debian-ppc64.alioth.debian.org/READ_ME";.. At this point, the 
debootstrap failed late in the process, but it was far enough to be 
recoverable (updated /target/etc/apt/source.lst, chroot, apt-get -f 
install, dpkg-reconfigure -a and finally mv /sbin/start-stop-daemon.REAL 
/sbin/start-stop-daemon).. I then did the same tweaking I did with the 
base system (hvc0 stuff, network, etc..)..

3) Copied the modules from the original system to the new system
4) Added the new root to yaboot

Rebooted and used the new root..

Well, it works quite well now ! (I can compile 64 bit stuff without any 
library issues, etc..).. There are probably a few loose ends, but no 
show stopper.


The good news : I'm going to be able to ditch that old SLES9[2] which I 
got as part of my p5 but which has expired.. (meaning no more updates..)


--Ivan

[1] Even tried using the alioth "ppc64" stuff on vserver.. And it works 
too (although it's a bit tricky to get it to work)..
[2] Well.. The only thing is now is that, apparently, I'm not going to 
be able to use the IBM RSCT and CSM functions (which are used for DLPAR 
and which are OCO stuff only available for SuSe and RH).. But I'll live.


PS : I found a wealth of info on

http://www-128.ibm.com/developerworks/linux/library/l-pow-linuxdistros.html

(a bit outdated - but it's understandable since things tend to be moving ultra 
fast !)

But there are loads of pages describing the various potholes and how to avoid 
them..


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



tuxracer...2

2001-09-12 Thread Ivan Fabris
hi all!
I followed the docs of m. danzer ( see  
http://lists.debian.org/debian-powerpc/2001/debian-powerpc-200108/msg00967.html 
) and got hw acceleration in my pismo. glxgears runs at 300 fps! there is 
only a problem... the screen flickers like a tornado. i tried to modify the 
options in XF86Config-4 for screen, r128, and the h &v frequency ( useless 
since the monitor is lcd ) , but nothing to do. a strange thing is that 
xfree86 doesn't find agpgart and the video bios ( i attached the log and my 
configs, sorry for the extra bytes ). the agpgart and r128 are installed, i 
compiled them in the kernel and then as modules, but, again, nothing to do.
i have already searched in google and in the debian archive, and i found 
nothing of usefull :-(. more hints? or the XF86Config and .config of a well 
configured pismo powerbook :)?
i'm using the 2.4.10-pre6-ben0 kernel, and i dist-upgrade'd yesterday ( 
pointing to woody ), so the xfree is 4.1.0-5
thx! and sorry for the english :)
Ivan 
-- 
Next Friday will not be your lucky day.  As a matter of fact, you don't
have a lucky day this year.



ppc on tibook

2001-11-29 Thread Laur Ivan
Hi,

My name is Laur and I'm a newbie in the ppc linux thing (aka I want to
get a powerbook, I never really worked with ppc (macs) before, and I
work with linux since kernel 0.96). Could you please tell me what to
expect from a linux install on a titanium powerbook (what works, known
problems, dos and donts... this kint of stuff)? (ne1 with personal
experience around..?)

Thanx a million,

Laur

> -Original Message-
> From: Derrik Pates [mailto:[EMAIL PROTECTED]
> Sent: 29 November 2001 16:02
> To: German Poo Caaman~o
> Cc: debian-powerpc@lists.debian.org
> Subject: Re: sane for ppc
> 
> German Poo Caaman~o wrote:
> 
> > The only problem (for me): sm3600 drivers is not included on debian
> > package... but is included on libsane since 1.0.5.  So is needed
> > build de package after each update.
> 
> 
> Try doing:
> 
>  echo "libsane hold" | dpkg --set-selections
> 
> as root after installing your local-built package. That will keep
> apt-get from automatically replacing the package.
> 
> Derrik Pates
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]



(ot) tibook screenshot..

2001-12-17 Thread Laur Ivan
Hi, 

Could you please send me a screenshot made on a tibook (1152x768)
(lin-ppc and/or OsX)? 

Thanks a million, 

Laur



Re: debian-powerpc@lists.debian.org

2001-12-20 Thread Laur Ivan
Maybe instead of using:

va_list myVar = (va_list) otherVar;

you should use the more traditional approach with va_start (see man
va_start). I don't think va_list has a C++ constructor accepting
arguments, neither it has a cast operator (just a C struct in
stdargs.h).

Laur

On Thu, 2001-12-20 at 15:14, Gavin W. Burris aka 86 wrote:
> I recently ran into an issue compiling C++ code with var args.  
> I was told that:  this "feature" varies from compiler
> to compiler and architecture to architecture.  Is there a way to
> compile code that has issues with va_list with GCC on PowerPC?
> 
> The tarball of code can be found at:
> http://prdownloads.sourceforge.net/vrjuggler/vrjuggler-1.0.3.src.tar.gz
> 
> I'm not expecting anyone to fix this for me, but I thought it may be
> an issue someone would like to tackle.
> 
> My error messages follow.  Cheers.
> 





powerbook, 100% done!!!

2001-07-21 Thread Ivan il Terribile
thx to all!! 
now it is my time... coming soon "debian-on-powerbook-italian.HOWTO" :-)
Ivan

p.s. my 2 cents
timidity works correctly using a buffer lesser than 2048, the default 8192 is 
too big and a lot of sound data are lost using  -B n,8 in the command 
line works fine ( n buffers of 2^8 bytes, 1

Re: kernel Oops

2001-08-01 Thread Ivan il Terribile
On Wednesday 01 August 2001 19:34, Jesse Goerz wrote:
> This doesn't answer your question but when you rm a 'file' that big why not
> just use:
> cat /dev/null > sys.img
>
> or:
> cp /dev/null sys.img
>
> then just rm it.  I have heard it's "safer" that way.
>
> Jesse

another cool way, very short, is " [EMAIL PROTECTED] /mac2 $ > sys.img" :-)
the output redirector ">" just prints a void buffer from stdout
Ivan


-- 
*--CONOSCENZA--*
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian 2.2 r3  _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V
*--E'-POTENZA--*



spanish keymap for ibook

2001-08-22 Thread Ivan Fernandez Calvo
I left in the incoming ftp the Xmodmap  and sdt-kmap to spanish keyboard 
on a ibook

Thx
kuisathaverat

--
Un Saludo
Ivan Fernandez Calvo
Universidad Pontificia de Comillas
[EMAIL PROTECTED]
SysAdmin de ICAI



tuxracer

2001-08-28 Thread Ivan il Terribile
hi all, i have a pismo g3 400, with the ati128. i think i have properly 
configured X and the graphic card, the toy 'xglgears' runs in a window at 160 
FPS ( 120 with setiathome in bg :) , while in my K6-2 300mhz with voodoo2 
runs at only 60 FPS but tuxracer doesn't work, it says "couldn't 
initialize video: X11 video not configured with OpenGL (Success)".
X loads the GL extension, and i tried both xlibmesa3 and mesag3 ( mutex, and 
mesag3 is slower ), and there was no try... suggestions?
thx in advance
Ivan
-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian Woody   _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V
    A Echelon / To Echelon :  scemo chi legge / eat my socks 



capodanno unix

2001-09-04 Thread Ivan il Terribile
[EMAIL PROTECTED]:~$ perl -e 'print scalar localtime 10'
Sun Sep  9 03:46:40 2001

sarebbe sabato notte all' una e 3/4, tenuto conto del meridiano di greenwich 
e dell' ora legale... dove andiamo a festeggiare i 9 zeri del tempo unix :)? 

-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian Woody   _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V
    A Echelon / To Echelon :  scemo chi legge / eat my socks 



Re: tuxracer...2

2001-09-13 Thread Ivan il Terribile
On Thursday 13 September  2001 17:00, David N. Welton wrote:
> Jens Schmalzing <[EMAIL PROTECTED]> writes:
> > Hi,
> >
> > Ivan Fabris writes:
> > > see you soon ( free beer for Jens [...] if you come in italy
> >
> > How much beer?  And where in Italy do you live exactly?

exactly? 43 54' 33" N and 11 52' 58" E  find me :-)!!! ( hint... have a look 
at my .signature )

>
> I'll offer free beer (although I'd recommend the wine - Germany has
> plenty of good beer, I imagine) to the above list, in Padova (Padua in
> English) Italy if you want to make a tour of it:-)
>
> Ciao,

good idea! padua is near to me, and David speaks italian better than i speak 
english ;-)
see you, may be for the next hackmeeting in Bologna (IT)! 

-- 
   (@_  Ivan Fabris, S.Sofia (FC) Powered by Linux Debian Woody   _*)
   //\  www.darthxiong.net   setiathome.ssl.berkeley.edu  /\\
   V_/_ www.folug.linux.it   pgp key @ www.keyserver.net _\_V
    A Echelon / To Echelon :  scemo chi legge / eat my socks 



Re: kde 1.1.1 packages for powerpc at ftp.kde.org

1999-05-10 Thread Ivan E. Moore II
Please let me know what you had to fix in order for it to build for you.  I'm
going to be maintaining the kde cvs versions for the time being (most likely at
least until kde 2.0.x comes out) and would like to make sure it builds on all
debian platforms.  I will also grab your stuff and put them up on my site for
apt-get'ng along with the other platforms I currently have up there.

deb http://snowcrash.tdyc.com/debian potato rkrusty   (or slink of course)

I'm trying to unify the kde efforts and get kde up to debian speed so that we
are not duplicating efforts. :)

Ivan

p.s.  it would also help if you were to work off my latest sources (if
possible)..I will have the new stuff up in kde cvs shortly (today/tomorrow) and
still have several bugs to work out (i18n stuff mainly right now)...you can grab
the sources from http://snowcrash.tdyc.com/debian/dists/potato/rkrusty/source if
you are willing to do this.



Quoting Konstantinos Margaritis <[EMAIL PROTECTED]>:

> -BEGIN PGP SIGNED MESSAGE-
> 
>Hi,
>I have created kde 1.1.1 packages and have uploaded them to ftp.kde.org
> they are at /pub/kde/stable/1.1.1/distribution/deb/binary-powerpc/kde.
> All packages are there except kdegames (I will upload it too, as soon as I
> fix it). All packages are pgp signed by me for security reasons. As well,
> the new packages require qt 1.44 debs, which are not on debian sites, only
> qt 1.42. I have created the 1.44 debs myself, but should I NMU them (source
> included?), or put them on kde's site instead?
>Thanks to Stephan Kulow <[EMAIL PROTECTED]> and Martin Konold 
> <[EMAIL PROTECTED]> for puting them on their site.
> 
>Anyway, enjoy them. 
> 
> - --
> Konstantinos Margaritis
> 
> -BEGIN PGP SIGNATURE-
> Version: 2.6.3ia
> Charset: noconv
> 
> iQCVAwUBNzLijvalfJok8qABAQGu8QQAgAoXe+4U1g2e1Lx7H6vlbbNRzZQvfgkx
> XbC5kZlcV+8FH4JQc5XY1leACo5N9t+Xo5uPpk0omMXKwAvK4gO8pWRPUw+Ujw/9
> IyckLxFa2z0Rrf4Bt18iI44ZimoAD8tALEFrnW9a40FaiD8rA/LuWt4pMJgScmNJ
> 1jD+jrz+Sj8=
> =dlmk
> -END PGP SIGNATURE-
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://snowcrash.tdyc.com[EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=0E1A75E3
GPG Fingerprint=3291 F65F 01C9 A4EC DD46 C6AB FBBC D7FF 0E1A 75E3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: KDE 1.1.2

1999-09-16 Thread Ivan E. Moore II
> To date, I have never been able to build all of KDE cleanly. Their
> 'distribution' 'stable' .tar.gz's are anything but. They're missing
> files. My recommendation, as always, is to just forget about KDE for the
> most part. The non-package-format files appear to be poorly maintained,
> and it's fairly x86-centric.

the x86-centric part is very true, but if someone wants to change that let
me know.

Ivan

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://www.tdyc.com  [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Imagination is more important than knowledge  - Albert Einstein
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=0E1A75E3
GPG Fingerprint=3291 F65F 01C9 A4EC DD46 C6AB FBBC D7FF 0E1A 75E3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: KDE finally compiles

1999-09-28 Thread Ivan E. Moore II
On Tue, Sep 28, 1999 at 08:14:53AM +0200, Frank Petzold wrote:
> Yesterday, after upgrading to the new gcc and binutils, I finally managed to 
> compile kdebase-1.1.2. I am currently compiling the other packages.
> 
> There seems to be a dependancy problem in 1.1.2, though. It installed, but 
> gave me errors. It seems kdebase-1.1.2 does not provide "kdebase", on which 
> other packages depend.

huh?  if the package is called kdebase...doesn't it automatically provide
kdebase???  

this has to be a ppc thing since it works for i386,sparc,alpha...

please le me know what versions of gcc/binutils you needed to build kde
successfully so I can set the control file properly  upstream.

Ivan

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://www.tdyc.com  [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Imagination is more important than knowledge  - Albert Einstein
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=0E1A75E3
GPG Fingerprint=3291 F65F 01C9 A4EC DD46 C6AB FBBC D7FF 0E1A 75E3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: KDE finally compiles

1999-09-28 Thread Ivan E. Moore II
> > huh?  if the package is called kdebase...doesn't it automatically provide
> > kdebase???  
> 
> I think it provides kdebase-1.1.1 only. Yes, -1.1., not -1.1.2 I will 
> have a look into it this evening.

strange...hmm...ok.

> > this has to be a ppc thing since it works for i386,sparc,alpha...
> 
> Yes, but it's strange anyway. I did not change anything in the source.

hmmm...again. :)  Well, I definatly want to make sure it builds out of
the box for everything especially as we get closer to KDE2.  Let me know
if you find anything else out...  I can always put a Provides: line in
just to make ppc happy.

> gcc 2.95.1, binutils 2.9.5.0.12

ok...I'll put these versions in as minimum's and make a note in the README
about it.

Thanks,

Ivan

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://www.tdyc.com  [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Imagination is more important than knowledge  - Albert Einstein
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=0E1A75E3
GPG Fingerprint=3291 F65F 01C9 A4EC DD46 C6AB FBBC D7FF 0E1A 75E3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: KDE problems

1999-10-12 Thread Ivan E. Moore II
On Tue, Oct 12, 1999 at 03:11:18AM +0200, Michel Dänzer wrote:
> Kevin Puetz wrote:
> > 
> > Can you make these available?
> 
> kdelibs and koffice yes, in theory. Unfortunately, I accidentally deleted
> kdesupport and mico2.3.0 ...
> 
> > Or would your network connection make uploading them too painful?
> 
> That's a problem. I'll see what I can do.

let me know, I can put them up on kde.tdyc.com along with all the other
KDE packages for Debian. (apt-getable even)

Ivan

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://www.tdyc.com  [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Imagination is more important than knowledge  - Albert Einstein
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


pgpwlajwWUIzg.pgp
Description: PGP signature


Re: KDE assimilation?

1999-10-19 Thread Ivan E. Moore II
On Tue, Oct 19, 1999 at 06:53:23PM +0200, Geert Uytterhoeven wrote:
> 
> Help!
> 
> After my latest `apt-get update; apt-get upgrade -u' session, the K* guys have
> assimilated my /etc/mailcap: I see k* applications everywhere, and I don't
> remember ever been asked to replace xv by kview.
> 
> Are the K*-guys to blame, or is this a new `feature' of the helper application
> scripts?


The KDE packages use the update-mime of Debian.  So if you want to *blame*
someone, *blame* Debian.  :)  


Ivan
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ivan E. Moore II  Rev. Krusty
http://www.tdyc.com  [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Imagination is more important than knowledge  - Albert Einstein
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


pgpNEbBMScUOh.pgp
Description: PGP signature