https://bugzilla.novell.com/show_bug.cgi?id=462603
Summary: capisuite 0.4.5 error in cs_helper.py sox related
Product: openSUSE 11.1
Version: Final
Platform: 32bit
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: ISDN
AssignedTo: kkeil(a)novell.com
ReportedBy: brunofr(a)ioda.net
QAContact: qa(a)suse.de
Found By: Consulting
With new version of sox (& python) there's some messages which lead to an error
raised.
error log
Thu Dec 25 16:42:00 2008 CapiSuite 0xbffae698: CapiSuite 0.4.5 started.
Thu Dec 25 16:42:57 2008 Pythonscript
/usr/lib/capisuite/incoming.py,callIncoming,0x826d2e8: A python error occured.
See traceback below.
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Python traceback: Traceback
(most recent call last):
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: File
"/usr/lib/capisuite/incoming.py", line 75, in callIncoming
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback:
voiceIncoming(call,call_from,call_to,curr_user,config)
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: File
"/usr/lib/capisuite/incoming.py", line 255, in voiceIncoming
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: +"See attached
file.\nThe original file was saved to file://"+filename+"\n\n", filename)
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: File
"/usr/lib/python2.6/site-packages/cs_helpers.py", line 234, in sendMIMEMail
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: raise
"conv-error","Error while calling sox. Not installed?"
Thu Dec 25 16:42:57 2008 Pythonscript 0x826d2e8: Traceback: TypeError:
exceptions must be classes or instances, not str
Thu Dec 25 18:35:27 2008 CapiSuite 0xbffae698: CapiSuite finished.
This could be corrected by this line
the diff patch extract
@@ -229,7 +229,8 @@
elif (mail_type=="la"): # voice file
# la -> wav
# don't use stdout as sox needs a file to be able to
seek in it otherwise the header will be incomplete
- ret =
os.spawnlp(os.P_WAIT,"sox","sox",attachment,"-w",basename+"wav")
+ # ret =
os.spawnlp(os.P_WAIT,"sox","sox",attachment,"-w",basename+"wav")
+ ret =
os.spawnlp(os.P_WAIT,"sox","sox","-r","8000","-c","1",attachment,basename+"wav")
if (ret or not os.access(basename+"wav",os.R_OK)):
raise "conv-error","Error while calling sox.
Not installed?"
filepart =
email.MIMEAudio.MIMEAudio(open(basename+"wav").read(),"x-wav",email.Encoders.encode_base64,name=os.path.basename(basename)+"wav")
This only correct the call to sox without any warning or message.
As I can't to much correct python code.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=480719
Summary: udev rules missing definition for Palm Pilot
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86
OS/Version: openSUSE 11.1
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: ground33038(a)mypacks.net
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6)
Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6
This bug is being written to request that a udev file be created to
automatically register palm pilot devices that connect via USB as /dev/pilot
(or suitable equivalent). This will greatly help many people tether their palm
pilots to OpenSuSE systems.
This can be achieved by create a file in /etc/udev/rules.d - say
30-palmpilot.rules. Here is what I have been using successfully with a Palm
Pilot TX:
BUS=="usb",SYSFS{product}=="Palm
Handheld*",NAME="%k",SYMLINK+="pilot",GROUP="users",MODE="0666",OPTIONS+="last_rule"
(the above is my 30-palmpilot.rules and the above are all in one line).
Right now, this has to be done manually and is very error prone. The great
number of users affected can be done by a simple Google search where this is
very common complaint.
Thanks for a great (and Free) Product!
Reproducible: Always
Steps to Reproduce:
1. Take the default OpenSuSE 11.1 distro and connect a palm pilot via USB
2. Observe that there is no udev rule for it in /etc/udev/rules.d
3. Observe that /var/log/messages shows udev detecting it but not doing
anything with the attached device.
Actual Results:
No /dev/pilot link! No connection with jpilot.
Expected Results:
I was hoping to see the link and being able to define the symbolic link
/dev/pilot in jpilot for it to work.
With the proposed changes, I was able to get a /dev/pilot link setup
automatically (it points to /dev/ttyUSB1 but that's changeable and to be
expected). Also, the link's target permissions (ie for /dev/ttyUSB1) are 0666.
These permit for read/write access to the palm pilot. I confirmed with jpilot
that synching works!
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=467156
Summary: smoltGui freezes when I click on "Take me to my smolt
profile page"
Classification: openSUSE
Product: openSUSE 11.1
Version: RC 2
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: cymerio(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.5)
Gecko/2008121300 SUSE/3.0.5-1.1 Firefox/3.0.5
If you click on "Take me to my smolt profile page" (or launch it from the menu)
then SmoltGui becomes unresponsive (frozen, no crash).
You have to kill the application to close it.
Reproducible: Always
Steps to Reproduce:
1. Launch SmoltGui
2. Click on "Take me to my smolt profile page"
Actual Results:
The browser is launched but the program is now unresponsive.
Expected Results:
The program should continue to be responsive after the browser launches.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=469026
Summary: wireless network bars stop at two even next to source.
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i686
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: bob_l_lewis(a)yahoo.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5)
Gecko/2008121300 SUSE/3.0.5-2.5 Firefox/3.0.5
The signal strength bars only have two bars out of the four even when I am
right next to the wireless router. It doesn't seem to be an accurate
indicator.
XP does show the signal as high.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=474361
Summary: bash competion fail to complete names with spaces
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jreidinger(a)novell.com
QAContact: qa(a)suse.de
CC: jkupec(a)novell.com
Found By: Development
Created an attachment (id=271582)
--> (https://bugzilla.novell.com/attachment.cgi?id=271582)
new bash completion for zypper
I attach completion script for zypper. this script have problems with
repositories which contain spaces.
e.g. I have repository "openSUSE 11.1" and this bash completion:
zofie:/home/jreidinger # zypper modifyrepo
11.1-0 --name repo-debug
--all nofac repo-non-oss
--disable --no-keep-packages repo-oss
--enable --no-refresh Repository
fate openSUSE\ repo-source
--keep-packages Packman\ repo-update
--local --priority trans
--medium-type --refresh xfce
moje --remote
zofie:/home/jreidinger # zypper modifyrepo o
11.1-0 openSUSE\
zofie:/home/jreidinger # zypper modifyrepo openSUSE\ 1
11.1-0 openSUSE\
zofie:/home/jreidinger # zypper modifyrepo openSu (no help)
zofie:/home/jreidinger # zypper modifyrepo openSUSE\ 12
11.1-0 openSUSE\
So problem is in incostistency showed help and also that because this is last
option it should autocomplete it.
I fill it as 'openSUSE\ 11.1-0' so I think partially it must be accepted.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=461218
Summary: Can't move/reorder miniprograms in kicker
Product: openSUSE 11.1
Version: Final
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Workspace
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: digulla(a)hepe.com
QAContact: qa(a)suse.de
Depends on: 461217
Found By: ---
After half an hour searching, I've failed to find a way to more the
miniprograms in the "Kontrollleiste" (KDE3: kicker). Left clicking activates
them, middle clicking doesn't do anything, right clicking opens a menu but
there is no item "move" ("Verschieben") as promised by the docs.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=405028
Summary: digikam crashes
Product: openSUSE 11.0
Version: Final
Platform: x86-64
OS/Version: openSUSE 11.0
Status: NEW
Severity: Major
Priority: P5 - None
Component: KDE3
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: egd.free(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
digikam crashes while trying to open image
Picture in Attacements
digiKam 0.9.3
KDE 3.5.9
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462578
Summary: Installing openSUSE11.1 -GRUB - .Error 22 No such
partition
Product: openSUSE 11.1
Version: Final
Platform: i686
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
AssignedTo: jsrain(a)novell.com
ReportedBy: f.leerink(a)xs4all.nl
QAContact: jsrain(a)novell.com
Found By: Community User
Hello,
I have installed openSUSE 11.1 from a 8 GB USB-Stick, made according to URL
http://en.opensuse.org/SuSE_install_from_USB_drive
from the openSUSE 11.1 dvd iso. The Netbook is a MEDION AKOYA-E1210,
MD97160 with Windows XP. This netbook is basically a cloon of the MSI Wind.
The dual-boot install went oke until the last moment - installing GRUB.
At that moment the system says that installing Grub went not oke and gave me
the possibility to change the grub configuration settings. I changed the
location for Grub from "logical partition (hd0,3) to MBR" but this change
resulted in the following displayed error message.
Error while installing GRUB
GNU GRUB version 0.97 (640k lower/3072k upper memory)
[Minimal BASH-like line editing is supported. For the first word, TAB lists
possible command completions. Anywhere else TAB lists the possible
completion of the device/file name]
grub>setup --stage2=/boot/grub/stage2 --force-lba (hd0,2),(hd0,6)
Checking if "/boot/grub/stage1" exists ... yes
Checking if "/boot/grub/stage2" exists ... yes
Checking if "/boot/grub/e2fs_stage1_5" exists ... yes
Running"embedded /boot/grub/e2fs_stage1_5 (hd0,2) failed. Not fatal
Running"embedded /boot/grub/e2fs_stage1_5 (hd0,6) failed. Not fatal
Running "install--force-lba--stage2=/boot/grub/stage2 /boot/grub/stage
(hd0,2) /boot/grub/stage2 p /boot/grub/menu.lst" ... Failed
Error 22 No such partition
Grub > quit
The partion setup was
hd01 Windows
hd02 Recover
hd03 Logical (created by openSUSE 11.0 install)
hd05 swap (created by openSUSE 11.0 install)
hd06 / (created by openSUSE 11.0 install)
hd07 /home (created by openSUSE 11.0 install)
Regards / Groeten,
Frans
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=463356
Summary: Xen install does not run mkinitrd
Product: openSUSE 11.1
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Xen
AssignedTo: cgriffin(a)novell.com
ReportedBy: contact(a)philipashmore.com
QAContact: qa(a)suse.de
Found By: ---
I've set up my machine to use an encrypted LVM, based loosely on
http://www.tummy.com/Community/Articles/cryptoroot-f8/
but modified to use (Opensuse?) /lib/mkinitrd scripts not present in Fedora.
After installing Xen(vmlinuz-xen -> vmlinuz-2.6.27.7-9-xen) and rebooting it
does not prompt for the luks passphrase.
Running mkinitrd on initrd-xen and vmlinuz-xen fixes the problem.
I would imagine that anyone using a machine configuration requiring extra
modules would experience this problem.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=445189
Summary: boot.rootfsck doesn't remount root rw
Product: openSUSE 11.1
Version: Factory
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jslaby(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
When on battery or fastboot is set, root partition is not remounted rw.
This causes the rest of system to not boot -- each service fails with read-only
filesystem error.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.