Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] Oops in 2.4.0 (@ LVM)
@ 2001-01-11  2:29 Gustavo Zacarias
  2001-01-11  3:20 ` Andreas Dilger
  0 siblings, 1 reply; 13+ messages in thread
From: Gustavo Zacarias @ 2001-01-11  2:29 UTC (permalink / raw)
  To: linux-kernel, linux-lvm

[-- Attachment #1: Type: text/plain, Size: 3087 bytes --]


Motherboard is ASUS P2B (BX/PIIX4) w/Intel P3-550 Katmai.
No OCing, RAM is perfectly OK (been using it for a year).

hda = Quantum Fireball ST3.2A
hdb = IBM-DTLA-307045
I know i should have them in separate IDE channels, but for
now i was setting up LVM to move another fast/big disk in.

Kernel is plain + reiserfs 3.6.25, devfs isn't enabled.
GCC is 2.95.2, on redhat 6.2, with lvmtools 0.9.
Kernel config & ksymoops attached.

I was just trying LVM's vgextend, maybe i'm missing something??
LVM works as long as i don't try to extend the VG.
I can do testing/patching without trouble here...

**** BAD BOY ****
# pvcreate /dev/hdb1
pvcreate -- physical volume "/dev/hdb1" successfully created

# pvcreate /dev/hdb2
pvcreate -- physical volume "/dev/hdb2" successfully created

# pvcreate /dev/hdb3
pvcreate -- physical volume "/dev/hdb3" successfully created

# vgcreate vg0 /dev/hdb1
vgcreate -- INFO: using default physical extent size 4 MB
vgcreate -- INFO: maximum logical volume size is 255.99 Gigabyte
vgcreate -- doing automatic backup of volume group "vg0"
vgcreate -- volume group "vg0" successfully created and activated

# vgextend vg0 /dev/hdb2
vgextend -- INFO: maximum logical volume size is 255.99 Gigabyte
Segmentation fault

# pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE   PV "/dev/hdb1" of VG "vg0" [13.79 GB / 13.79 GB free]
pvscan -- inactive PV "/dev/hdb2" is in no VG  [13.79 GB]
pvscan -- inactive PV "/dev/hdb3" is in no VG  [15.37 GB]
pvscan -- total: 3 [42.94 GB] / in use: 1 [13.79 GB] / in no VG: 2 [29.16 GB]

**** GOOD BOY ****

# vgcreate vg0 /dev/hdb1 /dev/hdb2 /dev/hdb3
vgcreate -- INFO: using default physical extent size 4 MB
vgcreate -- INFO: maximum logical volume size is 255.99 Gigabyte
vgcreate -- doing automatic backup of volume group "vg0"
vgcreate -- volume group "vg0" successfully created and activated

# vgscan
vgscan -- reading all physical volumes (this may take a while...)
vgscan -- found active volume group "vg0"
vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created
vgscan -- WARNING: you may not have an actual VGDA backup of your volume group

# vgdisplay
--- Volume group ---
VG Name               vg0
VG Access             read/write
VG Status             available/resizable
VG #                  0
MAX LV                256
Cur LV                0
Open LV               0
MAX LV Size           255.99 GB
Max PV                256
Cur PV                3
Act PV                3
VG Size               42.93 GB
PE Size               4 MB
Total PE              10991
Alloc PE / Size       0 / 0
Free  PE / Size       10991 / 42.93 GB
VG UUID               T64Tvz-nAb6-0Ew9-B3Qv-VuBy-7wxP-S7E77r

-- fdisk partition table for /dev/hdb --

Disk /dev/hdb: 255 heads, 63 sectors, 5606 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1             1      1800  14458468+  8e  Linux LVM
/dev/hdb2          1801      3600  14458500   8e  Linux LVM
/dev/hdb3          3601      5606  16113195   8e  Linux LVM

[-- Attachment #2: config.txt --]
[-- Type: text/plain, Size: 20399 bytes --]

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_M686FXSR=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_FXSR=y
CONFIG_X86_XMM=y
# CONFIG_TOSHIBA is not set
CONFIG_MICROCODE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
CONFIG_ACPI=y
# CONFIG_APM is not set

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

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# 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=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID5=m
CONFIG_BLK_DEV_LVM=y
CONFIG_LVM_PROC_FS=y

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=m
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_LARGE_TABLES=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_ARPD=y
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_QUEUE=m
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_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_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IPV6=m
CONFIG_IPV6_EUI64=y
CONFIG_IPV6_NO_PB=y

#
#   IPv6: Netfilter Configuration
#
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MARK=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m
CONFIG_KHTTPD=m
CONFIG_ATM=y
CONFIG_ATM_CLIP=y
CONFIG_ATM_CLIP_NO_ICMP=y
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m

#
#  
#
CONFIG_IPX=m
CONFIG_IPX_INTERN=y
CONFIG_ATALK=m
CONFIG_DECNET=m
# CONFIG_DECNET_SIOCGIFCONF is not set
# CONFIG_DECNET_ROUTER is not set
CONFIG_BRIDGE=m
CONFIG_X25=m
CONFIG_LAPB=m
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
CONFIG_ECONET=m
CONFIG_ECONET_AUNUDP=y
CONFIG_ECONET_NATIVE=y
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_CSZ=m
CONFIG_NET_SCH_ATM=y
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_AEC62XX_TUNING is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD7409 is not set
# CONFIG_AMD7409_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_PIIX_TUNING is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_BLK_DEV_OSB4 is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_DEBUG_QUEUES is not set
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
CONFIG_SCSI_AHA1542=m
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_TCQ_ON_BY_DEFAULT=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_PROC_STATS=y
CONFIG_AIC7XXX_RESET_DELAY=5
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
CONFIG_SCSI_EATA=m
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
CONFIG_SCSI_EATA_LINKED_COMMANDS=y
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
# CONFIG_SCSI_NCR53C406A is not set
CONFIG_SCSI_NCR53C7xx=m
CONFIG_SCSI_NCR53C7xx_sync=y
CONFIG_SCSI_NCR53C7xx_FAST=y
# CONFIG_SCSI_NCR53C7xx_DISCONNECT is not set
CONFIG_SCSI_NCR53C8XX=m
CONFIG_SCSI_SYM53C8XX=m
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
CONFIG_SCSI_NCR53C8XX_PROFILE=y
# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set
# CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
# CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
CONFIG_SCSI_QLOGIC_ISP=m
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
CONFIG_SCSI_DEBUG=m

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
CONFIG_ARCNET=m
CONFIG_ARCNET_1201=m
CONFIG_ARCNET_1051=m
CONFIG_ARCNET_RAW=m
# CONFIG_ARCNET_COM90xx is not set
# CONFIG_ARCNET_COM90xxIO is not set
# CONFIG_ARCNET_RIM_I is not set
# CONFIG_ARCNET_COM20020 is not set

#
# Appletalk devices
#
CONFIG_APPLETALK=y
# CONFIG_LTPC is not set
# CONFIG_COPS is not set
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
CONFIG_ETHERTAP=m
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=m
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_CS89x0=m
CONFIG_TULIP=m
CONFIG_DE4X5=m
# CONFIG_DGRS is not set
# CONFIG_DM9102 is not set
CONFIG_EEPRO100=m
# CONFIG_EEPRO100_PM is not set
# CONFIG_LNE390 is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=m
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
CONFIG_8139TOO=y
# CONFIG_RTL8129 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
CONFIG_TR=y
# CONFIG_IBMTR is not set
# CONFIG_IBMOL is not set
# CONFIG_IBMLS is not set
# CONFIG_TMS380TR is not set
# CONFIG_SMCTR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
CONFIG_SHAPER=m

#
# Wan interfaces
#
CONFIG_WAN=y
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_COMX is not set
# CONFIG_LANMEDIA is not set
# CONFIG_SEALEVEL_4021 is not set
CONFIG_SYNCLINK_SYNCPPP=m
CONFIG_DLCI=m
CONFIG_DLCI_COUNT=24
CONFIG_DLCI_MAX=8
# CONFIG_SDLA is not set
CONFIG_LAPBETHER=m
CONFIG_X25_ASY=m
# CONFIG_SBNI is not set

#
# ATM drivers
#
CONFIG_ATM_TCP=m
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E_MAYBE is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Input core support
#
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=m
CONFIG_LP_CONSOLE=y
CONFIG_PPDEV=m

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_PHILIPSPAR=m
CONFIG_I2C_ELV=m
CONFIG_I2C_VELLEMAN=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ELEKTOR=m
CONFIG_I2C_CHARDEV=m

#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set

#
# Joysticks
#
# CONFIG_JOYSTICK is not set

#
# Input core support is needed for joysticks
#
# CONFIG_QIC02_TAPE is not set

#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_SOFT_WATCHDOG=m
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set
# CONFIG_PCWATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_MIXCOMWD is not set
# CONFIG_I810_TCO is not set
# CONFIG_INTEL_RNG is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_MGA is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
CONFIG_QUOTA=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_ADFS_FS=m
CONFIG_ADFS_FS_RW=y
CONFIG_AFFS_FS=m
CONFIG_HFS_FS=m
CONFIG_BFS_FS=m
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_UMSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_EFS_FS=m
# CONFIG_JFFS_FS is not set
CONFIG_CRAMFS=m
CONFIG_RAMFS=m
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_MINIX_FS=m
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=y
CONFIG_HPFS_FS=m
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
CONFIG_QNX4FS_FS=m
CONFIG_QNX4FS_RW=y
CONFIG_ROMFS_FS=m
CONFIG_EXT2_FS=y
CONFIG_SYSV_FS=m
CONFIG_SYSV_FS_WRITE=y
CONFIG_UDF_FS=m
CONFIG_UDF_RW=y
CONFIG_UFS_FS=m
CONFIG_UFS_FS_WRITE=y

#
# Network File Systems
#
CONFIG_CODA_FS=m
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
CONFIG_SUNRPC=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="iso8859-1"
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
CONFIG_ACORN_PARTITION_ICS=y
CONFIG_ACORN_PARTITION_ADFS=y
CONFIG_ACORN_PARTITION_POWERTEC=y
CONFIG_ACORN_PARTITION_RISCIX=y
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_SMB_NLS=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
CONFIG_NLS_UTF8=m

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
# CONFIG_FB is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set

#
# USB Controllers
#
CONFIG_USB_UHCI_ALT=y
# CONFIG_USB_OHCI is not set

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
CONFIG_USB_BLUETOOTH=m
CONFIG_USB_STORAGE=m
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m

#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
CONFIG_USB_WACOM=m

#
# USB Imaging devices
#
CONFIG_USB_DC2XX=m
CONFIG_USB_MDC800=m
CONFIG_USB_SCANNER=m
CONFIG_USB_MICROTEK=m

#
# USB Multimedia devices
#
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_DSBR is not set
CONFIG_USB_DABUSB=m

#
# USB Network adaptors
#
CONFIG_USB_PLUSB=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_NET1080=m

#
# USB port drivers
#
CONFIG_USB_USS720=m

#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_DEBUG=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_OMNINET=m

#
# USB misc drivers
#
CONFIG_USB_RIO500=m

#
# Kernel hacking
#
CONFIG_MAGIC_SYSRQ=y

[-- Attachment #3: ksym.txt --]
[-- Type: text/plain, Size: 2188 bytes --]

ksymoops 2.3.5 on i686 2.4.0.  Options used
     -v /usr/src/linux/vmlinux (specified)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.0/ (default)
     -m /boot/System.map-2.4.0 (specified)

Unable to handle kernel NULL pointer dereference at virtual address 0000002c 
c01e47e7 
*pde = 00000000 
Oops: 0000 
CPU:    0 
EIP:    0010:[lvm_do_create_proc_entry_of_pv+27/104] 
EFLAGS: 00010246 
eax: 00002f2f   ebx: 00000000   ecx: 00000000   edx: 0000002f 
esi: 0000002c   edi: 0000002c   ebp: 00000000   esp: d14f9d8c 
ds: 0018   es: 0018   ss: 0018 
Process vgextend (pid: 2505, stackpage=d14f9000) 
Stack: 00000000 d1994000 4004fe03 d1994000 d1994000 c01e26a2 d1994000 00000000  
       08051e90 d1994000 00000001 08051e90 c02d5fa0 c01e03bb d1994000 08051e90  
       d1b33e40 08051e90 4004fe03 ffffffe7 00000001 0000f1ae 00000282 08051e90  
Call Trace: [lvm_do_vg_extend+86/168] [lvm_chr_ioctl+691/1656] [handle_mm_fault+232/340] [__alloc_pages+223/720] [do_anonymous_page+48/140] [do_no_page+50/176] [cached_lookup+16/84]  
Code: ac 38 e0 75 03 8d 6e ff 84 c0 75 f4 89 ea 85 d2 75 07 89 fa  
Using defaults from ksymoops -t elf32-i386 -a i386

Code;  00000000 Before first symbol
00000000 <_EIP>:
Code;  00000000 Before first symbol
   0:   ac                        lods   %ds:(%esi),%al
Code;  00000001 Before first symbol
   1:   38 e0                     cmp    %ah,%al
Code;  00000003 Before first symbol
   3:   75 03                     jne    8 <_EIP+0x8> 00000008 Before first symbol
Code;  00000005 Before first symbol
   5:   8d 6e ff                  lea    0xffffffff(%esi),%ebp
Code;  00000008 Before first symbol
   8:   84 c0                     test   %al,%al
Code;  0000000a Before first symbol
   a:   75 f4                     jne    0 <_EIP>
Code;  0000000c Before first symbol
   c:   89 ea                     mov    %ebp,%edx
Code;  0000000e Before first symbol
   e:   85 d2                     test   %edx,%edx
Code;  00000010 Before first symbol
  10:   75 07                     jne    19 <_EIP+0x19> 00000019 Before first symbol
Code;  00000012 Before first symbol
  12:   89 fa                     mov    %edi,%edx


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  2:29 [linux-lvm] Oops in 2.4.0 (@ LVM) Gustavo Zacarias
@ 2001-01-11  3:20 ` Andreas Dilger
  2001-01-11  3:40   ` Paul Jakma
  2001-01-11  4:41   ` Steven Lembark
  0 siblings, 2 replies; 13+ messages in thread
From: Andreas Dilger @ 2001-01-11  3:20 UTC (permalink / raw)
  To: linux-lvm; +Cc: linux-kernel

Gustavo Zacarias writes:
> I was just trying LVM's vgextend, maybe i'm missing something??
> LVM works as long as i don't try to extend the VG.
> I can do testing/patching without trouble here...

There is a patch to the LVM kernel code which should help:
ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/patches/v2.4/2.4.0ac4/lvm-fix-2

You should also get the LVM user tools from CVS (with TAG LVM_0-9-patches)
to solve this problem.  There will hopefully be a new LVM release soon.

> # pvcreate /dev/hdb1
> pvcreate -- physical volume "/dev/hdb1" successfully created
> 
> # pvcreate /dev/hdb2
> pvcreate -- physical volume "/dev/hdb2" successfully created
> 
> # pvcreate /dev/hdb3
> pvcreate -- physical volume "/dev/hdb3" successfully created

Actually, unless you are simply doing this for testing, it is best to
have only 1 partition for the whole disk.  It wastes less space.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  3:20 ` Andreas Dilger
@ 2001-01-11  3:40   ` Paul Jakma
  2001-01-11  4:18     ` Andreas Dilger
  2001-01-11  9:17     ` Joe Thornber
  2001-01-11  4:41   ` Steven Lembark
  1 sibling, 2 replies; 13+ messages in thread
From: Paul Jakma @ 2001-01-11  3:40 UTC (permalink / raw)
  To: Andreas Dilger; +Cc: linux-lvm, linux-kernel

On Wed, 10 Jan 2001, Andreas Dilger wrote:

> You should also get the LVM user tools from CVS (with TAG LVM_0-9-patches)
> to solve this problem.  There will hopefully be a new LVM release soon.

any word on when the kernel fixes are going to linus?

-- 
Paul Jakma	paul@clubi.ie	paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
Romeo wasn't bilked in a day.
		-- Walt Kelly, "Ten Ever-Lovin' Blue-Eyed Years With Pogo"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  3:40   ` Paul Jakma
@ 2001-01-11  4:18     ` Andreas Dilger
  2001-01-11  4:40       ` Paul Jakma
  2001-01-11  9:17     ` Joe Thornber
  1 sibling, 1 reply; 13+ messages in thread
From: Andreas Dilger @ 2001-01-11  4:18 UTC (permalink / raw)
  To: Paul Jakma; +Cc: Andreas Dilger, linux-lvm, linux-kernel

Paul Jakma writes:
> On Wed, 10 Jan 2001, Andreas Dilger wrote:
> > You should also get the LVM user tools from CVS (with TAG LVM_0-9-patches)
> > to solve this problem.  There will hopefully be a new LVM release soon.
> 
> any word on when the kernel fixes are going to linus?

I've heard "soon" on the LVM list, but I'm just one of the chickens.  If
it were up to me, the fixes would go to Linus as soon as they are found.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  4:18     ` Andreas Dilger
@ 2001-01-11  4:40       ` Paul Jakma
  2001-01-11 16:45         ` Heinz J. Mauelshagen
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Jakma @ 2001-01-11  4:40 UTC (permalink / raw)
  To: Andreas Dilger; +Cc: linux-lvm, linux-kernel

On Wed, 10 Jan 2001, Andreas Dilger wrote:

> I've heard "soon" on the LVM list, but I'm just one of the chickens.  If
> it were up to me, the fixes would go to Linus as soon as they are found.

indeed. it looks bad when code is updated irregularly, and it's a
pain for users.



> Cheers, Andreas
>

regards,
-- 
Paul Jakma	paul@clubi.ie	paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
Blessed are the young, for they shall inherit the national debt.
		-- Herbert Hoover

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  3:20 ` Andreas Dilger
  2001-01-11  3:40   ` Paul Jakma
@ 2001-01-11  4:41   ` Steven Lembark
  2001-01-11  9:19     ` Joe Thornber
  1 sibling, 1 reply; 13+ messages in thread
From: Steven Lembark @ 2001-01-11  4:41 UTC (permalink / raw)
  To: linux-lvm

>   There will hopefully be a new LVM release soon.

any gross estimte on when (days, weeks, months)?

-- 
 Steven Lembark                                   2930 W. Palmer St.
                                                 Chicago, IL  60647
 lembark@wrkhors.com                                   800-762-1582

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  3:40   ` Paul Jakma
  2001-01-11  4:18     ` Andreas Dilger
@ 2001-01-11  9:17     ` Joe Thornber
  1 sibling, 0 replies; 13+ messages in thread
From: Joe Thornber @ 2001-01-11  9:17 UTC (permalink / raw)
  To: linux-lvm

On Thu, Jan 11, 2001 at 03:40:23AM +0000, Paul Jakma wrote:
> On Wed, 10 Jan 2001, Andreas Dilger wrote:
> 
> > You should also get the LVM user tools from CVS (with TAG LVM_0-9-patches)
> > to solve this problem.  There will hopefully be a new LVM release soon.
> 
> any word on when the kernel fixes are going to linus?

Next week at the earliest.

- Joe

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  4:41   ` Steven Lembark
@ 2001-01-11  9:19     ` Joe Thornber
  0 siblings, 0 replies; 13+ messages in thread
From: Joe Thornber @ 2001-01-11  9:19 UTC (permalink / raw)
  To: linux-lvm

On Wed, Jan 10, 2001 at 10:41:32PM -0600, Steven Lembark wrote:
> 
> >   There will hopefully be a new LVM release soon.
> 
> any gross estimte on when (days, weeks, months)?

Friday or Monday ... iff you guys stop finding bugs.

- Joe

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11 16:45         ` Heinz J. Mauelshagen
@ 2001-01-11 16:31           ` Les Hazelton
  2001-01-11 16:39             ` lewis
  2001-01-12  0:49           ` Paul Jakma
  1 sibling, 1 reply; 13+ messages in thread
From: Les Hazelton @ 2001-01-11 16:31 UTC (permalink / raw)
  To: linux-lvm

"Heinz J. Mauelshagen" wrote:
> 
-----snip ----
> Feel free to get the actual code from our CVS archive with:
> 
> "cvs -d :pserver:cvs@cvs.globalfilesystem.org:/data/cvs checkout -r LVM_0-9-patches LVM"
> 
---- /snip ---

I gave it a try but was rejected for lack of password.  What is the
secret word.

-- 

Good Journey, longevity and prosperity to all

Les Hazelton

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11 16:31           ` Les Hazelton
@ 2001-01-11 16:39             ` lewis
  0 siblings, 0 replies; 13+ messages in thread
From: lewis @ 2001-01-11 16:39 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

On Thu, Jan 11, 2001 at 11:31:05AM -0500, Les Hazelton wrote:
> "Heinz J. Mauelshagen" wrote:
> > 
> -----snip ----
> > Feel free to get the actual code from our CVS archive with:
> > 
> > "cvs -d :pserver:cvs@cvs.globalfilesystem.org:/data/cvs checkout -r LVM_0-9-patches LVM"
> > 
> ---- /snip ---
> 
> I gave it a try but was rejected for lack of password.  What is the
> secret word.

As it says on http://www.sistina.com/Pages/cvs.html the password is 'cvs1'.

-- 
AJ Lewis
Sistina Software Inc.                  Voice:  612-379-3951
1313 5th St SE, Suite 111              Fax:    612-379-3952
Minneapolis, MN 55414                  E-Mail: lewis@sistina.com
http://www.sistina.com

Current GPG fingerprint = 3B5F 6011 5216 76A5 2F6B  52A0 941E 1261 0029 2648
Get my key at: http://www.sistina.com/~lewis/gpgkey
 (Unfortunately, the PKS-type keyservers do not work with multiple sub-keys)

-----Begin Obligatory Humorous Quote----------------------------------------
I can bend minds with my spoon.
-----End Obligatory Humorous Quote------------------------------------------

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11  4:40       ` Paul Jakma
@ 2001-01-11 16:45         ` Heinz J. Mauelshagen
  2001-01-11 16:31           ` Les Hazelton
  2001-01-12  0:49           ` Paul Jakma
  0 siblings, 2 replies; 13+ messages in thread
From: Heinz J. Mauelshagen @ 2001-01-11 16:45 UTC (permalink / raw)
  To: linux-lvm

On Thu, Jan 11, 2001 at 04:40:39AM +0000, Paul Jakma wrote:
> On Wed, 10 Jan 2001, Andreas Dilger wrote:
> 
> > I've heard "soon" on the LVM list, but I'm just one of the chickens.  If
> > it were up to me, the fixes would go to Linus as soon as they are found.
> 
> indeed. it looks bad when code is updated irregularly, and it's a
> pain for users.

It is updated continously.

Feel free to get the actual code from our CVS archive with:

"cvs -d :pserver:cvs@cvs.globalfilesystem.org:/data/cvs checkout -r LVM_0-9-patches LVM"

> 
> 
> 
> > Cheers, Andreas
> >
> 
> regards,
> -- 
> Paul Jakma	paul@clubi.ie	paul@jakma.org
> PGP5 key: http://www.clubi.ie/jakma/publickey.txt
> -------------------------------------------
> Fortune:
> Blessed are the young, for they shall inherit the national debt.
> 		-- Herbert Hoover
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm

-- 

Regards,
Heinz    -- The LVM Guy --

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-11 16:45         ` Heinz J. Mauelshagen
  2001-01-11 16:31           ` Les Hazelton
@ 2001-01-12  0:49           ` Paul Jakma
  2001-01-12  2:48             ` Michael J. Declerck
  1 sibling, 1 reply; 13+ messages in thread
From: Paul Jakma @ 2001-01-12  0:49 UTC (permalink / raw)
  To: linux-lvm

On Thu, 11 Jan 2001, Heinz J. Mauelshagen wrote:

> It is updated continously.
>

aye, i know it is.. but not in Linus' tree, and that's the problem.

Linus was given 0.9 by Andrea a good while ago. It has problems. CVS
has had many updates.. but these are not fed to Linus. Not good.
Either keep Linus LVM relatively closely in-sync by feeding to him
frequently, or else feed him /stable/ updates less frequently.

In the former case, users can rely on stock LVM being up to date. In
the latter case users can choose to stick with stock or use CVS. The
current half-way house case means you never really know where you
stand.

I'm sorry for complaining, and please read all my 'complain' emails
with an implicit #include "thanks-for-lvm.txt", but....

The release practices of the LVM developers has, to date, /sucked/
(witness pre 0.8.1). I guess you guys (understandably) prefer
spending time on the code over spending time on organising
releases/updates, but the current situation makes life difficult for
users.

Perhaps a solution could be that you (Heinz et al) could delegate to
someone with the technical competance to understand the fixes who
could undertake 'watching' the developers and feeding the fixes on to
Linus? Eg, Andreas did a really good job of maintaining 0.8 fixes (to
tools) until 0.8.1 came out. *cough*

regards,
-- 
Paul Jakma	paul@clubi.ie	paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
A Fortran compiler is the hobgoblin of little minis.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [linux-lvm] Oops in 2.4.0 (@ LVM)
  2001-01-12  0:49           ` Paul Jakma
@ 2001-01-12  2:48             ` Michael J. Declerck
  0 siblings, 0 replies; 13+ messages in thread
From: Michael J. Declerck @ 2001-01-12  2:48 UTC (permalink / raw)
  To: linux-lvm

paul@clubi.ie said:
> aye, i know it is.. but not in Linus' tree, and that's the problem.
> Linus was given 0.9 by Andrea a good while ago. It has problems. CVS
> has had many updates.. but these are not fed to Linus. Not good.
> Either keep Linus LVM relatively closely in-sync by feeding to him
> frequently, or else feed him /stable/ updates less frequently.

I believe that is what we are doing.  We are building stable, tested patches
that can be submitted to Linus for inclusion in his tree.  The submission by
a party outside of the LVM commit team disrupted the stability of LVM.  The
LVM team is working to build a new patch that can be applied against 2.4.0
that will not need to be updated on a daily basis.

> In the former case, users can rely on stock LVM being up to date. In
> the latter case users can choose to stick with stock or use CVS. The
> current half-way house case means you never really know where you
> stand.

Once again, the LVM team did not put the community in this situation, but they
are working to rectify it.

> I'm sorry for complaining, and please read all my 'complain' emails
> with an implicit #include "thanks-for-lvm.txt", but....

Well reasoned criticism is not a compliant.  It is a rationale way of helping
to keep things on track.  The LVM developers appreciate this type of input.

> The release practices of the LVM developers has, to date, /sucked/
> (witness pre 0.8.1). I guess you guys (understandably) prefer spending
> time on the code over spending time on organising releases/updates,
> but the current situation makes life difficult for users.

This issue is being addressed.  Hopefully, after the submission of what I will
label for lack of a better term, the 0.91 patch, things will stabilize.  At
that point a more sane update sequence should prevail.

> Perhaps a solution could be that you (Heinz et al) could delegate to
> someone with the technical competance to understand the fixes who
> could undertake 'watching' the developers and feeding the fixes on to
> Linus? Eg, Andreas did a really good job of maintaining 0.8 fixes (to
> tools) until 0.8.1 came out. *cough* 

I believe the current LVM team is attempting to do that.  Help from within the
LVM is greatly appreciated and encouraged.  Having said that, there sometimes
needs to be a final authority (ala Linus for the kernel) on changes and Heinz
is it currently.

I really believe that both the LVM team and the LVM community as a whole are
working diligently to provide the best tool possible.  The process of 
accomplishing this hit a snag recently and actions have been taken to rectify
it.  I expect that within the next couple of days all of this will be smoothed
out and we can all get back to advancing Linux and its use throughout the
computing community.


---
Michael Declerck, declerck@sistina.com   +1.510.823.7991

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2001-01-12  2:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-11  2:29 [linux-lvm] Oops in 2.4.0 (@ LVM) Gustavo Zacarias
2001-01-11  3:20 ` Andreas Dilger
2001-01-11  3:40   ` Paul Jakma
2001-01-11  4:18     ` Andreas Dilger
2001-01-11  4:40       ` Paul Jakma
2001-01-11 16:45         ` Heinz J. Mauelshagen
2001-01-11 16:31           ` Les Hazelton
2001-01-11 16:39             ` lewis
2001-01-12  0:49           ` Paul Jakma
2001-01-12  2:48             ` Michael J. Declerck
2001-01-11  9:17     ` Joe Thornber
2001-01-11  4:41   ` Steven Lembark
2001-01-11  9:19     ` Joe Thornber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox