[Bug 297804] New: syntax error in /etc/bluetooth/hcid.conf
https://bugzilla.novell.com/show_bug.cgi?id=297804 Summary: syntax error in /etc/bluetooth/hcid.conf Product: openSUSE 10.3 Version: Alpha 7 Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: funtasyspace@yahoo.com QAContact: jsrain@novell.com Found By: --- If you setup bluetooth via YaST, there is a missing quote in /etc/bluetooth/hcid.conf. YaST will always generate the config file containing the line (line 22 in my case on openSUSE 10.3): passkey "; In dmesg hcid always complains about 'syntax error line 22'. I guess correct would be: passkey ""; Regards, Jörg -- 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=297804 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |behlert@novell.com |screening@forge.provo.novell| |.com | -- 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=297804#c1 Stefan Behlert <behlert@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |behlert@novell.com, seife@novell.com AssignedTo|behlert@novell.com |tpatzig@novell.com --- Comment #1 from Stefan Behlert <behlert@novell.com> 2007-08-08 07:15:09 MST --- Seife, Tom, coiuld you check if our patch affects the file, or if Yast is writting that bogus entry? -- 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=297804#c2 --- Comment #2 from Tom Patzig <tpatzig@novell.com> 2007-08-08 09:13:19 MST --- Yes YaST is writing this wrong config. I also determined this after system updates and when configuring your adapter via YaST. So it's a problem of the bt YaST module, which is in consideration to get removed anyway, because it's not needed anymore. -- 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=297804#c3 --- Comment #3 from Jörg Hermsdorf <funtasyspace@yahoo.com> 2007-08-29 08:56:09 MST --- This issue is still present with Beta2. -- 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=297804#c4 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lslezak@novell.com OS/Version|openSUSE 10.3 |SuSE 6.3 --- Comment #4 from Stefan Seyfried <seife@novell.com> 2007-08-29 13:57:27 MST --- it is a yast2-bluetooth bug, i will provide a fix soon -- 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=297804 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tpatzig@novell.com AssignedTo|tpatzig@novell.com |lslezak@novell.com -- 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=297804#c5 --- Comment #5 from Stefan Seyfried <seife@novell.com> 2007-08-29 14:09:12 MST --- Created an attachment (id=160808) --> (https://bugzilla.novell.com/attachment.cgi?id=160808) fix for yast2-bluetooth-2.15.2 Ladislav, the attached patch fixes the problem for me (and potentially the same problem with device name). The problem is the twofold: - the default passkey in the hcid.conf file is "BlueZ" - this gets read in by the yast module, however, the gui mask only allows characters "0-9". => the passkey is empty after finishing the module. Now the code in the module has a bug with writing out empty strings: - if the passcode string does not start with '"', then we prepend a '"' - if the passcode string does not end with '"', then we append a '"' => if the string was empty, it will always end with '"' after the first step. My patch fixes the second 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=297804 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=297804#c6 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Ladislav Slezak <lslezak@novell.com> 2007-09-03 00:19:18 MST --- Both problems have been fixed in yast2-bluetooth-2.15.4. -- 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.
participants (1)
-
bugzilla_noreply@novell.com