[Solved]XFCE 4.8 - Odd problem with terminal size.

I've been using Xfce for nearly two months now, and am enjoying it quite a bit.   However last night an odd, and annoying, problem cropped up that I can't seem to figure out.
For the main font I'm using Sans.   If I set it to 9 (which is what I would like as default size) it makes my terminal emulators open with 70x21 instead of 80x24.   When I check out ~/.config/Terminal/terminalrc, it still has 80x24 as its settings.   I use Terminator as my main terminal emulator, and its config contains no geometry settings at all.   I also checked out Xterm's config just to be sure, and even it is still set to 80x24.   
If I set the font size to 10+, the terminal behaves correctly again.   I've narrowed down all possible config files, and the only thing I see changing the terminal size is when I move the font size down to 9. 
I suppose i could create a bash script to launch terminator with the -geometry=80x24 string, but that just seems sloppy.
Last edited by Beelzebud (2011-06-07 17:29:19)

I found a solution to my problem.   I'm using the Oxygen-Gtk theme, which mimics the KDE4 oxygen theme.   In the theme is a config file called 'kdeglobals', which contains font settings.  If I set the 'desktopFont' and 'font' settings to 10, and leave the 'menuFont' at 9, it actually achieves a result better than I was hoping for.   My menus and UI all have small fonts now, but the fonts inside of the windows (like medit or thunar) are at 10 which are a bit easier to read.  I'm still not sure why setting the default font to 9 causes the terminal window to shrink, but this ended up working better than I had planned.  I guess I should have tinkered a bit more before I posted.   I just needed to sleep on it.   
At any rate I'm happy now.   I have a very sleek looking dark oxygen theme on xfce4.
Just so this wasn't a complete waste of everyone's time, here are the config files I'm using to achieve a dark oxygen-gtk theme.   Just install oxygen-gtk, and then make a copy of /usr/share/themes/oxygen-gtk and use these configs for a darker look:
/usr/share/themes/oxygen-gtk-dark/gtk-2.0/kdeglobals
[ColorEffects:Disabled]
Color=112,111,110
ColorAmount=-0.8
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=0,0,0
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.4
ContrastEffect=2
Enable=false
IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=66,65,64
BackgroundNormal=64,63,62
DecorationFocus=39,94,160
DecorationHover=87,129,176
ForegroundActive=150,191,240
ForegroundInactive=120,119,117
ForegroundLink=80,142,216
ForegroundNegative=232,88,72
ForegroundNeutral=192,162,95
ForegroundNormal=232,230,227
ForegroundPositive=120,183,83
ForegroundVisited=142,121,165
[Colors:Selection]
BackgroundAlternate=22,68,120
BackgroundNormal=24,72,128
DecorationFocus=39,94,160
DecorationHover=87,129,176
ForegroundActive=150,191,240
ForegroundInactive=81,119,166
ForegroundLink=80,142,216
ForegroundNegative=232,88,72
ForegroundNeutral=192,162,95
ForegroundNormal=255,255,255
ForegroundPositive=120,183,83
ForegroundVisited=142,121,165
[Colors:Tooltip]
BackgroundAlternate=17,51,86
BackgroundNormal=16,48,80
DecorationFocus=39,94,160
DecorationHover=87,129,176
ForegroundActive=150,191,240
ForegroundInactive=120,119,117
ForegroundLink=80,142,216
ForegroundNegative=232,88,72
ForegroundNeutral=192,162,95
ForegroundNormal=196,209,224
ForegroundPositive=120,183,83
ForegroundVisited=142,121,165
[Colors:View]
BackgroundAlternate=36,35,35
BackgroundNormal=32,31,31
DecorationFocus=39,94,160
DecorationHover=87,129,176
ForegroundActive=150,191,240
ForegroundInactive=120,119,117
ForegroundLink=80,142,216
ForegroundNegative=232,88,72
ForegroundNeutral=192,162,95
ForegroundNormal=212,210,207
ForegroundPositive=120,183,83
ForegroundVisited=142,121,165
[Colors:Window]
BackgroundAlternate=52,51,50
BackgroundNormal=48,47,47
DecorationFocus=39,94,160
DecorationHover=87,129,176
ForegroundActive=150,191,240
ForegroundInactive=120,119,117
ForegroundLink=80,142,216
ForegroundNegative=232,88,72
ForegroundNeutral=192,162,95
ForegroundNormal=224,222,219
ForegroundPositive=120,183,83
ForegroundVisited=142,121,165
[General]
XftAntialias=true
XftHintStyle=hintmedium
XftSubPixel=none
desktopFont=Sans Serif,10,-1,5,50,0,0,0,0,0
fixed=Monospace,9,-1,5,50,0,0,0,0,0
font=Sans Serif,10,-1,5,50,0,0,0,0,0
menuFont=Sans Serif,9,-1,5,50,0,0,0,0,0
shadeSortColumn=true
smallestReadableFont=Sans Serif,8,-1,5,50,0,0,0,0,0
taskbarFont=JH_Fallout,9,-1,5,50,0,0,0,0,0
toolBarFont=Sans Serif,8,-1,5,50,0,0,0,0,0
[Icons]
Theme=Amazing_Dark
*Change the icon theme to whatever you want
/usr/share/themes/oxygen-gtk-dark/gtk-2.0/
# global settings
gtk-alternative-button-order = 1
# oxygen's generic style options
style "oxygen-default"
GtkPaned::handle-size = 3
GtkButton::child_displacement_x = 0
GtkButton::child_displacement_y = 0
GtkButton::default_border = { 0, 0, 0, 0 }
GtkButton::default_outside_border = { 0, 0, 0, 0 }
GtkButton::inner-border = { 2, 2, 1, 0 }
GtkToggleButton::inner-border = { 0, 0, 1, 0 }
GtkCalendar::inner-border = 0
GtkCalendar::horizontal-separation = 0
GtkCheckButton::indicator-size = 18
GtkComboBox::appears-as-list = 1
GtkEntry::honors-transparent-bg-hint = 1
GtkExpander::expander-size = 15
GtkMenu::horizontal-padding = 3
GtkMenu::vertical-padding = 5
GtkMenu::horizontal-offset = -7
GtkCheckMenuItem::indicator-size = 16
GtkScale::slider-width = 23
GtkScale::slider-length = 15
GtkScrollbar::trough-border=1
GtkScrollbar::stepper-size=12
GtkScrolledWindow::scrollbar-spacing=1
GtkStatusbar::has-resize-grip = FALSE
GtkTreeView::allow-rules = 1
GtkTreeView::row-ending-details = 1
GtkTreeView::expander-size = 15
# shadow types
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
GtkStatusbar::shadow-type = GTK_SHADOW_NONE
GtkToolbar::shadow-type = GTK_SHADOW_NONE
bg[NORMAL] = { 0.188, 0.184, 0.184 }
bg[SELECTED] = { 0.094, 0.282, 0.502 }
bg[INSENSITIVE] = { 0.188, 0.184, 0.184 }
bg[ACTIVE] = { 0.165, 0.161, 0.161 }
bg[PRELIGHT] = { 0.188, 0.184, 0.184 }
base[NORMAL] = { 0.125, 0.122, 0.122 }
base[SELECTED] = { 0.094, 0.282, 0.502 }
base[INSENSITIVE] = { 0.188, 0.184, 0.184 }
base[ACTIVE] = { 0.094, 0.282, 0.502 }
base[PRELIGHT] = { 0.094, 0.282, 0.502 }
text[NORMAL] = { 0.831, 0.824, 0.812 }
text[SELECTED] = { 1.000, 1.000, 1.000 }
text[INSENSITIVE] = { 0.165, 0.161, 0.161 }
text[ACTIVE] = { 1.000, 1.000, 1.000 }
text[PRELIGHT] = { 1.000, 1.000, 1.000 }
fg[NORMAL] = { 0.878, 0.871, 0.859 }
fg[SELECTED] = { 1.000, 1.000, 1.000 }
fg[INSENSITIVE] = { 0.165, 0.161, 0.161 }
fg[ACTIVE] = { 0.878, 0.871, 0.859 }
fg[PRELIGHT] = { 0.878, 0.871, 0.859 }
engine "oxygen-gtk"
class "*" style "oxygen-default"
# entries
# do not change unless also changing Entry_SideMargin in OxygenStyle.h
style "oxygen-entry-margins" = "oxygen-default"
{ xthickness = 5 }
class "GtkEntry" style "oxygen-entry-margins"
# menuitems padding
style "oxygen-menubar" = "oxygen-default"
xthickness = 1
ythickness = 1
class "GtkMenuBar" style "oxygen-menubar"
# menuitems padding
style "oxygen-menubaritem" = "oxygen-default"
{ xthickness = 3 }
style "oxygen-menuitem" = "oxygen-default"
xthickness = 1
ythickness = 5
style "oxygen-separator-menuitem" = "oxygen-default"
xthickness = 1
ythickness = 1
class "GtkMenuItem" style "oxygen-menubaritem"
widget_class "*<GtkMenu>.<GtkMenuItem>" style "oxygen-menuitem"
widget_class "*<GtkMenu>.<GtkSeparatorMenuItem>" style "oxygen-separator-menuitem"
# toolbuttons with menu
style "oxygen-menutoolbutton" = "oxygen-default"
xthickness=1
ythickness=1
GtkButton::focus-padding=0
GtkWidget::focus-line-width=0
class "*GtkMenuToolButton" style "oxygen-menutoolbutton"
widget_class "*.GtkMenuToolButton.*Box.GtkToggleButton" style "oxygen-menutoolbutton"
# icon views
style "oxygen-iconview" = "oxygen-default"
{ GtkWidget::focus-line-width=0 }
class "GtkIconView" style "oxygen-iconview"
# notebook settings
style "oxygen-notebook" = "oxygen-default"
xthickness = 4
ythickness = 4
class "GtkNotebook" style "oxygen-notebook"
# comboboxes
style "oxygen-combobox" = "oxygen-default"
# must set combobox frame x thickness to 0, otherwise there
# is a dead area between combobox text and button
xthickness = 0
style "oxygen-combobox-frame" = "oxygen-default"
# must set combobox frame x thickness to 0, otherwise there
# is a dead area between combobox text and button
xthickness = 4
ythickness = 4
class "GtkComboBox" style "oxygen-combobox"
widget_class "*<GtkComboBox>.<GtkFrame>" style "oxygen-combobox-frame"
# editable combobox margins
style "oxygen-combobox-entry" = "oxygen-default"
xthickness = 1
ythickness = 1
class "GtkComboBoxEntry" style "oxygen-combobox-entry"
style "oxygen-combobox-entry-button" = "oxygen-combobox-entry"
{ xthickness = 2 }
widget_class "*<GtkComboBoxEntry>.<GtkButton>" style "oxygen-combobox-entry-button"
style "oxygen-combo-button" = "oxygen-combobox-entry"
{ xthickness = 0 }
widget_class "*<GtkCombo>.<GtkButton>" style "oxygen-combo-button"
# option menu
style "oxygen-option-menu" = "oxygen-default"
xthickness = 4
ythickness = 0
class "GtkOptionMenu" style "oxygen-option-menu"
# vertical separators need enough room
style "oxygen-vseparator" = "oxygen-default"
{ xthickness = 3 }
class "GtkVSeparator" style "oxygen-vseparator"
# 2pixels thickness.
style "oxygen-w2" = "oxygen-default"
xthickness = 2
ythickness = 2
class "GtkScrolledWindow" style "oxygen-w2"
class "GtkViewport" style "oxygen-w2"
class "GtkFrame" style "oxygen-w2"
class "GtkProgressBar" style "oxygen-w2"
# tree headers
style "oxygen-header" = "oxygen-default"
xthickness = 2
ythickness = 0
widget_class "*<GtkTreeView>.<GtkButton>" style "oxygen-header"
widget_class "*<GtkList>.<GtkButton>" style "oxygen-header"
widget_class "*GimpThumbBox*.<GtkEventBox>.<GtkVBox>.<GtkButton>" style "oxygen-header"
# Workarounds
# gimp
style "oxygen-gimp-scale"
# this ensures that toolpanels fonts in gimp is identical
# to default font (which otherwise is ugly
GimpDock::font-scale = 1.01
class "*" style "oxygen-gimp-scale"
This will basically give you an oxygen theme in gtk2 that looks nearly identical to KDE4's Oxygen theme with the Obsidian Coast color pack.

Similar Messages

  • Problem with Terminal.app - unable to input '^' (Shift + 6)

    Hello everyone,
    I'm experiencing a strange problem with Terminal since this morning: I'm not able to input symbol '^' (Shift + 6) in any terminal application. Both Terminal.app and iTerm.app show the same problem. I'm able to input '^' in all other applications, as you can see, without any problem. Is it something related to key bindings? Anybody with similar problems?
    Thanks,
    Luca

    What terminal emulation are you using? Which shell? I suggest you look into whatever terminal emulation you are using. Try googling for the type of terminal emulation you are using to see if that sheds any light on this issue.

  • Problem with Cell size in Excel output of XML report

    Dear all,
    I am facing a problem with cell size when i run my XML report in Excel output. I found that it imitates the cell size of whatever i gave in the RTF. I cannot increase the cell size in RTF as my report contains 60 columns and max width of MS Word table is 22 inches.
    Can any one suggest a way of doing this which shows full data in Excel sheet depending on the column data size with out any word wrap.
    Thanks
    RAJ

    Hi ,
    You can try with
    <xsl:attribute xdofo:ctx="block" name="wrap-option">no-wrap</xsl:attribute>
    may be helpful to you
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Problem with font size, not showing up as expected.

    I've been wrestling with this for a few weeks now, but surely must be getting closer to having it resolved. It's just a problem with font size on just this one page.
    http://www.kgngroup.net/logos_and_packaging.html
    I want the body text to be 10px, but after two weeks, have played with every conceivable way, altering body font size in CSS and in the document itself. I've viewing it in Safari but others on Windows machines tell me that it is out of whack also.
    My main problem is that I can change the font size to extremes but it still shows up as the same size in the browser (about 12px.) I know changes can be made because I can modify the wording and that does change online. It's just a problem with the font size. Oh, and in the third column, the one to the right, in Dreamweaver, the font looks like it is miniscule, cannot even be read, but in the browser, since the style11 is applied, all three columns look equal size.
    Not sure where to go from here. I just want to get the body font down to 10 pixels.
    TIA,
    Ken

    John Waller wrote:
    I guess this a follow up to your earlier thread
    http://forums.adobe.com/message/3627681
    What would really help you in diagnosing issues such as this is to install the Firebug add-in for Firefox (as suggested in the earlier thread).
    Firebug shows you visually what CSS rules apply to whatever element you click on the screen.
    In this case, you have a confusion of CSS font sizes cascading on top of each other and that's confused again by mixing units for no real reason. .style11 is unnecessarily applied to lots of individual <p> tags. Remove those classes and delete the rule.
    e.g.
    The tiny font in the RHS column is affected first by
    .style8 {
    font-size: 0.5em;
    affecting the <td> then by
    .style11 {font-size: 75%}
    affecting the <p> tag.
    End result = tiny text (approx 2px).
    In these cases of mass confusion, my approach is to strip out all font sizing from the CSS and start over.
    Avoid %. Use px.
    Apply font sizing rules logically starting from the <body> tag downwards.
    That'll give you a solid baseline without weird effects.
    Ah, I find your answer worth repeating.
    Very cool that you have diagnosed so well and spelled it out here.
    I will get the Firefox add-on you mention, plus, print out this response and follow it like a recipe.
    It makes perfect sense and you have saved me from the 'clutter' of being wound up in too many directions with this because I could not make all of the connections that you have done here. I appreciate your help very much.
    Thank You,
    Ken

  • [SOLVED] Cannot open display: . Problem from Terminal

    Hi,
    I have a small problem with X I guess. I hope you can help me, as extensive googleling did not help.
    I'm just configuring my arch install (newbie). Everything I have configured so far works great, the documentation is really good. I can start my xfce sessions an everything. However, I just wanted to look something up, when
    $ xfce4-about
    printed the following error:
    xfce4-about: Cannot open display: .
    This happened from terminal, not within a xfce-session.
    Does anyone have an idea how I should proceed to eliminate this minor problem?
    Thanks for your help in advance.
    Last edited by jared (2012-02-22 04:38:21)

    Seems you can't run xfce4-about from the non-X terminal, just like you can't run firefox.

  • [SOLVED]iPython 2.0.0 problem with pyzmq

    Hello,
    I have problem with running ipython 2. It complains about pyzmq version, but my version is 11 versions newer than they wants. Here is output of ipython qtconsole:
    ipython qtconsole
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 42, in <module>
    _ns = select_backend(second)
    File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
    mod = __import__(name, fromlist=public_api)
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/__init__.py", line 12, in <module>
    from zmq.backend.cffi import (constants, error, message, context, socket,
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/constants.py", line 4, in <module>
    from ._cffi import C, c_constant_names
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 20, in <module>
    from cffi import FFI
    ImportError: No module named 'cffi'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 35, in check_for_zmq
    import zmq
    File "/usr/lib/python3.4/site-packages/zmq/__init__.py", line 60, in <module>
    from zmq.backend import *
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 45, in <module>
    reraise(*exc_info)
    File "/usr/lib/python3.4/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
    raise value
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 38, in <module>
    _ns = select_backend(first)
    File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
    mod = __import__(name, fromlist=public_api)
    File "/usr/lib/python3.4/site-packages/zmq/backend/cython/__init__.py", line 26, in <module>
    from . import (constants, error, message, context,
    ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/bin/ipython", line 5, in <module>
    start_ipython()
    File "/usr/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython
    return launch_new_instance(argv=argv, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 562, in launch_instance
    app.initialize(argv)
    File "<string>", line 2, in initialize
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 321, in initialize
    super(TerminalIPythonApp, self).initialize(argv)
    File "<string>", line 2, in initialize
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/core/application.py", line 381, in initialize
    self.parse_command_line(argv)
    File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 316, in parse_command_line
    return super(TerminalIPythonApp, self).parse_command_line(argv)
    File "<string>", line 2, in parse_command_line
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 474, in parse_command_line
    return self.initialize_subcommand(subc, subargv)
    File "<string>", line 2, in initialize_subcommand
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 405, in initialize_subcommand
    subapp = import_item(subapp)
    File "/usr/lib/python3.4/site-packages/IPython/utils/importstring.py", line 42, in import_item
    module = __import__(package, fromlist=[obj])
    File "/usr/lib/python3.4/site-packages/IPython/qt/console/qtconsoleapp.py", line 67, in <module>
    from IPython.qt.client import QtKernelClient
    File "/usr/lib/python3.4/site-packages/IPython/qt/client.py", line 6, in <module>
    from IPython.kernel.channels import (
    File "/usr/lib/python3.4/site-packages/IPython/kernel/__init__.py", line 4, in <module>
    from . import zmq
    File "/usr/lib/python3.4/site-packages/IPython/kernel/zmq/__init__.py", line 14, in <module>
    check_for_zmq('2.1.11', 'IPython.kernel.zmq')
    File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 37, in check_for_zmq
    raise ImportError("%s requires pyzmq >= %s"%(required_by, minimum_version))
    ImportError: IPython.kernel.zmq requires pyzmq >= 2.1.11
    and when I try to install python-cffi, I get same error:
    ipython qtconsole
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/cffi/vengine_cpy.py", line 135, in load_library
    self.verifier.modulefilename)
    ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 187, in <module>
    _version_info = zmq_version_info()
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 159, in zmq_version_info
    runtime_library_dirs=cfg['runtime_library_dirs'],
    File "/usr/lib/python3.4/site-packages/cffi/api.py", line 341, in verify
    lib = self.verifier.load_library()
    File "/usr/lib/python3.4/site-packages/cffi/verifier.py", line 75, in load_library
    return self._load_library()
    File "/usr/lib/python3.4/site-packages/cffi/verifier.py", line 151, in _load_library
    return self._vengine.load_library()
    File "/usr/lib/python3.4/site-packages/cffi/vengine_cpy.py", line 138, in load_library
    raise ffiplatform.VerificationError(error)
    cffi.ffiplatform.VerificationError: importing '/usr/lib/python3.4/site-packages/zmq/backend/cffi/__pycache__/_cffi__x7ad0c7d1xfbcd4439.cpython-34m.so': libsodium.so.4: cannot open shared object file: No such file or directory
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 42, in <module>
    _ns = select_backend(second)
    File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
    mod = __import__(name, fromlist=public_api)
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/__init__.py", line 12, in <module>
    from zmq.backend.cffi import (constants, error, message, context, socket,
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/constants.py", line 4, in <module>
    from ._cffi import C, c_constant_names
    File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 190, in <module>
    "Please check that you have zeromq headers and libraries." % e)
    ImportError: PyZMQ CFFI backend couldn't find zeromq: importing '/usr/lib/python3.4/site-packages/zmq/backend/cffi/__pycache__/_cffi__x7ad0c7d1xfbcd4439.cpython-34m.so': libsodium.so.4: cannot open shared object file: No such file or directory
    Please check that you have zeromq headers and libraries.
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 35, in check_for_zmq
    import zmq
    File "/usr/lib/python3.4/site-packages/zmq/__init__.py", line 60, in <module>
    from zmq.backend import *
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 45, in <module>
    reraise(*exc_info)
    File "/usr/lib/python3.4/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
    raise value
    File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 38, in <module>
    _ns = select_backend(first)
    File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
    mod = __import__(name, fromlist=public_api)
    File "/usr/lib/python3.4/site-packages/zmq/backend/cython/__init__.py", line 26, in <module>
    from . import (constants, error, message, context,
    ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "/usr/bin/ipython", line 5, in <module>
    start_ipython()
    File "/usr/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython
    return launch_new_instance(argv=argv, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 562, in launch_instance
    app.initialize(argv)
    File "<string>", line 2, in initialize
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 321, in initialize
    super(TerminalIPythonApp, self).initialize(argv)
    File "<string>", line 2, in initialize
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/core/application.py", line 381, in initialize
    self.parse_command_line(argv)
    File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 316, in parse_command_line
    return super(TerminalIPythonApp, self).parse_command_line(argv)
    File "<string>", line 2, in parse_command_line
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 474, in parse_command_line
    return self.initialize_subcommand(subc, subargv)
    File "<string>", line 2, in initialize_subcommand
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
    return method(app, *args, **kwargs)
    File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 405, in initialize_subcommand
    subapp = import_item(subapp)
    File "/usr/lib/python3.4/site-packages/IPython/utils/importstring.py", line 42, in import_item
    module = __import__(package, fromlist=[obj])
    File "/usr/lib/python3.4/site-packages/IPython/qt/console/qtconsoleapp.py", line 67, in <module>
    from IPython.qt.client import QtKernelClient
    File "/usr/lib/python3.4/site-packages/IPython/qt/client.py", line 6, in <module>
    from IPython.kernel.channels import (
    File "/usr/lib/python3.4/site-packages/IPython/kernel/__init__.py", line 4, in <module>
    from . import zmq
    File "/usr/lib/python3.4/site-packages/IPython/kernel/zmq/__init__.py", line 14, in <module>
    check_for_zmq('2.1.11', 'IPython.kernel.zmq')
    File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 37, in check_for_zmq
    raise ImportError("%s requires pyzmq >= %s"%(required_by, minimum_version))
    ImportError: IPython.kernel.zmq requires pyzmq >= 2.1.11
    version of my python-pyzmq is 14.3.0-1. It works on another computer with arch, when I do fresh install and it worked on this machine 3 days ago. Since then, nothing around python has changed in my computer (according to pacman.log).
    Thank you
    Last edited by Kotrfa (2014-05-14 13:16:35)

    Hello. I found a problem! This problem is caused by `libsodium 0.5.0.-1`. Downgrading package to 0.4.5-2 solve that.
    You can do that by:
    pacman -U /var/cache/pacman/pkg/libsodium-0.4.5-2-x86_64.pkg.tar.xz
    and then add "libsodium" to /etc/pacman.conf IgnorePkg list.
    Submitted here
    Last edited by Kotrfa (2014-05-14 20:28:47)

  • Odd Problem With MDT 2012 Deployment

    Disclaimer:  I'm an MDT n00b and barely know how to do anything other than the basics.
    The odd problem:  Computers that I deploy Windows 7 to using MDT will NOT (after deployement is complete) pass credentials to our proxy (Smoothwall - NTLM Authentication) and cannot not access the internet.  It doesn't matter the flavor of Windows
    7: 32bit/64bit or Pro/Ultimate same result.  Does this on an unpatched machine with only IE8 or a fully patched machine with IE9.  I've diddled all the security and connection settings in IE that I know to diddle with the same result. And it's not
    just an IE problem.  It does it with Firefox, too.  Now getting to intranet sites is no problem... this is strictly an internet proxy authentication issue.
    Now... why am I asking the MDT forum about this?  Because I can load Windows 7 the old fashioned way with a DVD made from the same ISO that I used when setting up MDT and it works fine. 
    So  MDT must be doing something differently when deploying Win 7.  As a side note, when I deploy Windows 8 using MDT we do not have this issue. Maybe Microsoft just wants me to upgrade? :)
    Everything else about the computer seems quite normal.  No undetected drivers.  Windows activates normally.  I can join the domain either during or after the process.  Install applications automatically.  I mean the whole MDT process
    seems to be working great otherwise. 
    Help?  Please?

    Yes, I found a way to undo this in my environment without needing to reimage all of the computers. 
    There are two problems:
    1. GP items in the Administrative Template were modified.
    2. GP items in the Security section were modified.
    Problem 1
    To address problem #1 delete the folder "%SystemRoot%\System32\GroupPolicy":
    rd /s /q "%SystemRoot%\System32\GroupPolicy"
    Problem 2
    To address problem #2, it gets a little more complicated since there is no easy way to "revert" to the default in Win7.  The only workaround is to import new settings.  To accomplish this, I ran the following from a FRESHLY installed non-domain
    joined computer that did not have the local GPO pack applied:
    secedit /export /cfg secConf.inf
    Then on the "bad" system that had the local GPO applied, I ran:
    secedit /configure /db secedit.sdb /cfg secConf.inf /overwrite /quiet
    I also found that I needed to delete the following keys since they did not exist on my safe/good image:
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableCAD" /f
    reg delete "HKLM\System\CurrentControlSet\Control\Lsa" /v "LmCompatibilityLevel" /f
    reg delete "HKLM\System\CurrentControlSet\Control\Lsa" /v "SCENoApplyLegacyAuditPolicy" /f
    And for some reason (and this was not consistent), I also found that I needed to delete the following on some systems:
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f
    Full Solution
    Here is everything I ran against my "bad" systems that were domain joined in production use:
    Batch File
    rd /s /q "%SystemRoot%\System32\GroupPolicy"
    secedit /configure /db secedit.sdb /cfg "%~dp0SecurityPolicies-Defaults.inf" /overwrite /quiet
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableCAD" /f
    reg delete "HKLM\System\CurrentControlSet\Control\Lsa" /v "LmCompatibilityLevel" /f
    reg delete "HKLM\System\CurrentControlSet\Control\Lsa" /v "SCENoApplyLegacyAuditPolicy" /f
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f
    SecurityPolicies-Defaults.inf
    [Unicode]
    Unicode=yes
    [System Access]
    MinimumPasswordAge = 0
    MaximumPasswordAge = 42
    MinimumPasswordLength = 0
    PasswordComplexity = 0
    PasswordHistorySize = 0
    LockoutBadCount = 0
    RequireLogonToChangePassword = 0
    ForceLogoffWhenHourExpire = 0
    NewAdministratorName = "Administrator"
    NewGuestName = "Guest"
    ClearTextPassword = 0
    LSAAnonymousNameLookup = 0
    EnableAdminAccount = 1
    EnableGuestAccount = 0
    [Event Audit]
    AuditSystemEvents = 0
    AuditLogonEvents = 0
    AuditObjectAccess = 0
    AuditPrivilegeUse = 0
    AuditPolicyChange = 0
    AuditAccountManage = 0
    AuditProcessTracking = 0
    AuditDSAccess = 0
    AuditAccountLogon = 0
    [Registry Values]
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole\SecurityLevel=4,0
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole\SetCommand=4,0
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\CachedLogonsCount=1,"10"
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ForceUnlockLogon=4,0
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\PasswordExpiryWarning=4,5
    MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ScRemoveOption=1,"0"
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ConsentPromptBehaviorAdmin=4,5
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ConsentPromptBehaviorUser=4,3
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\DontDisplayLastUserName=4,0
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableInstallerDetection=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableSecureUIAPaths=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableUIADesktopToggle=4,0
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableVirtualization=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\FilterAdministratorToken=4,0
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeCaption=1,""
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeText=7,
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\PromptOnSecureDesktop=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ScForceOption=4,0
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ShutdownWithoutLogon=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\UndockWithoutLogon=4,1
    MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ValidateAdminCodeSignatures=4,0
    MACHINE\Software\Policies\Microsoft\Windows\Safer\CodeIdentifiers\AuthenticodeEnabled=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\AuditBaseObjects=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\CrashOnAuditFail=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\DisableDomainCreds=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\EveryoneIncludesAnonymous=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy\Enabled=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\ForceGuest=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\FullPrivilegeAuditing=3,0
    MACHINE\System\CurrentControlSet\Control\Lsa\LimitBlankPasswordUse=4,1
    MACHINE\System\CurrentControlSet\Control\Lsa\MSV1_0\NTLMMinClientSec=4,536870912
    MACHINE\System\CurrentControlSet\Control\Lsa\MSV1_0\NTLMMinServerSec=4,536870912
    MACHINE\System\CurrentControlSet\Control\Lsa\NoLMHash=4,1
    MACHINE\System\CurrentControlSet\Control\Lsa\RestrictAnonymous=4,0
    MACHINE\System\CurrentControlSet\Control\Lsa\RestrictAnonymousSAM=4,1
    MACHINE\System\CurrentControlSet\Control\Print\Providers\LanMan Print Services\Servers\AddPrinterDrivers=4,0
    MACHINE\System\CurrentControlSet\Control\SecurePipeServers\Winreg\AllowedExactPaths\Machine=7,System\CurrentControlSet\Control\ProductOptions,System\CurrentControlSet\Control\Server Applications,Software\Microsoft\Windows NT\CurrentVersion
    MACHINE\System\CurrentControlSet\Control\SecurePipeServers\Winreg\AllowedPaths\Machine=7,System\CurrentControlSet\Control\Print\Printers,System\CurrentControlSet\Services\Eventlog,Software\Microsoft\OLAP Server,Software\Microsoft\Windows NT\CurrentVersion\Print,Software\Microsoft\Windows NT\CurrentVersion\Windows,System\CurrentControlSet\Control\ContentIndex,System\CurrentControlSet\Control\Terminal Server,System\CurrentControlSet\Control\Terminal Server\UserConfig,System\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration,Software\Microsoft\Windows NT\CurrentVersion\Perflib,System\CurrentControlSet\Services\SysmonLog
    MACHINE\System\CurrentControlSet\Control\Session Manager\Kernel\ObCaseInsensitive=4,1
    MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown=4,0
    MACHINE\System\CurrentControlSet\Control\Session Manager\ProtectionMode=4,1
    MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\optional=7,Posix
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\AutoDisconnect=4,15
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\EnableForcedLogOff=4,1
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\EnableSecuritySignature=4,0
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\NullSessionPipes=7,
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\RequireSecuritySignature=4,0
    MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\RestrictNullSessAccess=4,1
    MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters\EnablePlainTextPassword=4,0
    MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters\EnableSecuritySignature=4,1
    MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters\RequireSecuritySignature=4,0
    MACHINE\System\CurrentControlSet\Services\LDAP\LDAPClientIntegrity=4,1
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\DisablePasswordChange=4,0
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\MaximumPasswordAge=4,30
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\RequireSignOrSeal=4,1
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\RequireStrongKey=4,1
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\SealSecureChannel=4,1
    MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\SignSecureChannel=4,1
    [Privilege Rights]
    SeNetworkLogonRight = *S-1-1-0,*S-1-5-32-544,*S-1-5-32-545,*S-1-5-32-551
    SeBackupPrivilege = *S-1-5-32-544,*S-1-5-32-551
    SeChangeNotifyPrivilege = *S-1-1-0,*S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-32-545,*S-1-5-32-551
    SeSystemtimePrivilege = *S-1-5-19,*S-1-5-32-544
    SeCreatePagefilePrivilege = *S-1-5-32-544
    SeDebugPrivilege = *S-1-5-32-544
    SeRemoteShutdownPrivilege = *S-1-5-32-544
    SeAuditPrivilege = *S-1-5-19,*S-1-5-20
    SeIncreaseQuotaPrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544
    SeIncreaseBasePriorityPrivilege = *S-1-5-32-544
    SeLoadDriverPrivilege = *S-1-5-32-544
    SeBatchLogonRight = *S-1-5-32-544,*S-1-5-32-551,*S-1-5-32-559
    SeServiceLogonRight = *S-1-5-80-0
    SeInteractiveLogonRight = Guest,*S-1-5-32-544,*S-1-5-32-545,*S-1-5-32-551
    SeSecurityPrivilege = *S-1-5-32-544
    SeSystemEnvironmentPrivilege = *S-1-5-32-544
    SeProfileSingleProcessPrivilege = *S-1-5-32-544
    SeSystemProfilePrivilege = *S-1-5-32-544,*S-1-5-80-3139157870-2983391045-3678747466-658725712-1809340420
    SeAssignPrimaryTokenPrivilege = *S-1-5-19,*S-1-5-20
    SeRestorePrivilege = *S-1-5-32-544,*S-1-5-32-551
    SeShutdownPrivilege = *S-1-5-32-544,*S-1-5-32-545,*S-1-5-32-551
    SeTakeOwnershipPrivilege = *S-1-5-32-544
    SeDenyNetworkLogonRight = Guest
    SeDenyBatchLogonRight =
    SeDenyInteractiveLogonRight = Guest
    SeUndockPrivilege = *S-1-5-32-544,*S-1-5-32-545
    SeManageVolumePrivilege = *S-1-5-32-544
    SeRemoteInteractiveLogonRight = *S-1-5-32-544,*S-1-5-32-555
    SeImpersonatePrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-6
    SeCreateGlobalPrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-6
    SeIncreaseWorkingSetPrivilege = *S-1-5-32-545
    SeTimeZonePrivilege = *S-1-5-19,*S-1-5-32-544,*S-1-5-32-545
    SeCreateSymbolicLinkPrivilege = *S-1-5-32-544
    [Version]
    signature="$CHICAGO$"
    Revision=1
    Thanks to Darren Mar-Elia for leading me in the right direction with this.
    Good luck!

  • Odd problems with reading DVD media [concluded]

    There is an odd problem I've encountered...(I'm not sure if its a bug with Arch Linux or Linux in general).
    Firstly, the details:
    * I've updated the systems (using "extra", "current", and "community" respositories). So its the current one (0.80 "Voodoo"). I'm NOT using "Unstable" respository.
    * I've already added the user to the "optical" and "storage" groups. So there's no problems in relations to permissions.
    * My fstab entries for the CD and DVD drives are default (I didn't touch them)...That is, "iso9660" and "udf" respectively.
    * My desktop environment is KDE 3.5.5...And I have changed the behaviour of the desktop icons such that DVD media, CD media, and USB devices will have an icon pop-up as soon as you plug them in.
    * I have "hal" loaded in the DAEMONS of /etc/rc.conf
    * I'm using 4 different Linux systems with the following DVD burners.
    => Pioneer DVR-108
    => Sony DW-Q120A
    => Hitachi-LG GCC-4240N (DVD-ROM/CD-burner combo)
    * There are three Sempron 2800+ (Socket 754, 1.6Ghz) boxes and the last one is on an IBM R40 ThinkPad, and I know you can't read DVD-R media on that. But it should be able to read DVD+R media without issue.
    * Two of the Semprons are running Arch, as well as the ThinkPad. The final Sempron box is running Ubuntu 6.06.1
    * When I installed K3b I did: pacman -S k3b dvd+rw-tools
    * All the DVD media is Verbatim DataLifePlus ones.
    Here's what I've done...
    I've burnt two DVD media (they're just video files from last year's Blender 2006 conference thing, so its legal stuff).
    One is a DVD+R and the other is DVD-R media. Both were done on a Windows 2000 Pro SP4 box using Nero 6.6.1.4
    What's the problem?
    Well, KDE in the Arch Linux boxes doesn't recognise the media!...There is no DVD icon that automatically pops up on any of the Arch Linux boxes!
    When I run dmesg on the Arch boxes, the only relevant info I get is:
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root
    Now if I re-insert these DVD media onto an Ubuntu 6.06.1 LTS box...The DVD+R works perfectly! While the DVD-R does not.
    When I run dmesg on this box, I get the following:
    [17179654.808000] hdc: cdrom_decode_status: status=0x51 { DriveReady SeekComplet e Error }
    [17179654.808000] hdc: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 }
    [17179654.808000] ide: failed opcode was: unknown
    [17179654.808000] hdc: cdrom_decode_status: status=0x51 { DriveReady SeekComplet e Error }
    [17179654.808000] hdc: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 }
    [17179654.808000] ide: failed opcode was: unknown
    [17179654.808000] hdc: cdrom_decode_status: status=0x51 { DriveReady SeekComplet e Error }
    [17179654.808000] hdc: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 }
    [17179654.808000] ide: failed opcode was: unknown
    [17179654.812000] hdc: cdrom_decode_status: status=0x51 { DriveReady SeekComplet e Error }
    [17179654.812000] hdc: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 }
    [17179654.812000] ide: failed opcode was: unknown
    [17179654.812000] hdc: DMA disabled
    [17179654.812000] hdc: ide_intr: huh? expected NULL handler on exit
    [17179654.860000] hdc: ATAPI reset complete
    [17179655.364000] ISO 9660 Extensions: Microsoft Joliet Level 3
    [17179655.412000] ISOFS: changing to secondary root
    [17179725.140000] Unable to identify CD-ROM format.
    [17179729.348000] Unable to identify CD-ROM format.
    [17181395.032000] ISO 9660 Extensions: Microsoft Joliet Level 3
    [17181395.032000] ISOFS: changing to secondary root
    If I re-burn the data onto a DVD+RW, Arch and Ubuntu immediately sees it, and KDE (or Gnome in Ubuntu), will have a DVD icon popping up! I can view the video clips without issue!
    Now here's the really odd part...
    When I load up K3b on either Arch OR Ubuntu, they recognise all DVD media! (As in, they can read the media disc information!)...Tools => DiskInfo
    If I click on the PIONEER - DVD-RW DVR-108 on the tree menu on the left side in K3b, (to view the contents of the DVD-R or DVD+R media), it can't read and pops up an error message informing about a read problem. It suggests I try dmesg|tail to see what's wrong.
    When I do that, I get...
    # dmesg|tail
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    I repeat the same procedure on DVD+RW, and it works perfectly!
    Should I use another burning application instead of Nero on the Windows box?
    Could it be the way I burn things?
    (Some DVD+R and DVD-R are burnt with multisession while others aren't.)
    Has anyone else experienced similar issues?
    What are your "workarounds" or fixes?

    It *should* work...But they don't.
    I tried this...
    mount -t auto /dev/dvd /mnt/dvd
    I get this...
    mount: block device /dev/dvd is write-protected, mounting read-only
    mount: wrong fs type, bad option, bad superblock on /dev/dvd,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    I then do dmesg|tail
    grow_buffers: requested out-of-range block 18446744073708569376 for device hdc
    UDF-fs: No partition found (1)
    If I try this...
    mount -t iso9660 /dev/dvd /mnt/dvd
    I get this...
    mount: block device /dev/dvd is write-protected, mounting read-only
    mount: wrong fs type, bad option, bad superblock on /dev/dvd,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    I then do dmesg|tail
    Unable to identify CD-ROM format.
    If I stick in a DVD-R that is burnt in one go without multisession, I get this in the dmesg
    UDF-fs: Partition marked readonly; forcing readonly mount
    UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'SW', timestamp 2006/11/07 19:37 (1000)
    It reads this disc perfectly and KDE pops up a DVD icon.
    I'm scratching my head as I'm not sure what is the problem.
    Could it be hal or the way the DVD media was formatted?

  • [Solved][Hal and Partitions] Newbie problem with hal policy

    Hello everybody,
    As a new user of archlinux for less than a week I have experienced a great distribution after having been for 1 year on Linux.
    After installation I was able to solve most of my problems with the wiki and the forums but there is one problem I cannot resolve.
    I have installed Kde 4.2 on my computer and I can mount Usb drives, or CDs with hal (It is in the daemons section of my rc.conf) but strangely I cannot access my other partitions such as my Ubuntu partition (ext3), or the family's Windows partition (Nfts). I have installed nfts-3g for the nfts partition hal refuses to let me access it, I will give you what Dolphin says when I try to access the Nfts:
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixed-extra-options no <-- (actions,result)
    And for the ext3
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixedauth_admin_keep_always <-- (actions,result)
    I don't really understand what It means but normally I am allowed to mount partitions.
    My /etc/PolycyKit/PolicyKit.conf: http://pastebin.com/m57e94025
    And my /etc/dbus-1/system.d/hal.conf: http://pastebin.com/m62861179
    I've already tried to configure these two with the wiki and the forums but nothing yet.
    If you need more information ask me.
    Thanks in advance.
    Last edited by auratux (2009-02-23 21:24:29)

    You might want to reread the Hal wiki re: Permission Denied with automounter.  Your /etc/PolicyKit/PolicyKit.conf seems to be missing the lines mentioned in the wiki.
    Edit: Or maybe it is similair to: http://bbs.archlinux.org/viewtopic.php?id=66008
    Last edited by bgc1954 (2009-02-22 14:07:10)

  • HP T410 All-In-One (H2W21AA) serious RDP problem with terminal server

    Hi there! The scheme is this:
    HP T410 All-In-One (H2W21AA) 
    firmware that was out-of-the-box got some graphical problems with RDP, so i updated the Smart Zero Core Image to the latest Z6A44019 Rev. 1 (11 dec 2013). Graphical problem gone, but new, much more unpleasant problem emerged.
    This thin client is connected to Windows Server 2008 R2 SP1, all updates are up-to-date. Terminal Server. 
    the steps:
    - i connect from my machine (W7SP1x64 with latest updates) via RDP (mstsc.exe or tsmmc.mmc - doesn't matter) to the terminal server
    - i open up the remote desktop services manager, right click on the user that's connected from the T410
    - i hit "remote control" button
    - for a moment i see some bits of user's desktop, but in less than a second my RDP session drops with the following error:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: mstsc.exe
    Application Version: 6.2.9200.16398
    Application Timestamp: 5036045e
    Fault Module Name: mstscax.dll
    Fault Module Version: 6.2.9200.16398
    Fault Module Timestamp: 5035e59d
    Exception Code: c0000005
    Exception Offset: 00000000000f2220
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1049
    Additional Information 1: 2328
    Additional Information 2: 2328419a4b40d8964e7f792f0ac157d5
    Additional Information 3: 3197
    Additional Information 4: 319796c94d8825616721d114b3479569
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    the problem is not present for the rest on the terminal users (that are connected from a unix thin clients), i remote control their session without any issues.
    Please help me. We are building a new office and planning it for using PoE on every workdesk with your T410 Thin Client. But the fact that i can't manage them remotely brings me a lot of grief.

    Hello again! I am sad to tell that my solution was not fully effective - i have got the new problem now
    when i remote control session, it connects and works for some time, but at some point (which can be even a second from connection) it disconnects, throws me back to my admin session, and on the client side of t410 the following message appears: 

  • Problem with Terminal on launch

    All right, I guess this best fits into UNIX discussions, though it's more of a problem with the terminal itself.
    Recently, I wrote a relatively simple application with Xcode. I wanted to see the output of the app, and since I was too lazy to open up Xcode or browse around for the file and I knew that I only had to use the up arrow in terminal to launch it, that being the last command, I did so. Everything worked as expected. Until the next launch of terminal, that is.
    When I next launched, Terminal seemed to have automatically entered that command. As a result, the app executed immediately without any input from me, and then Terminal displayed Process Completed. I relaunched. Same thing. I used shiftcmdn to enter a new command. I did only cd, hoping that it at least wouldn't bother to display the application's output (rather long) on next launch. So now, when I launch terminal, it immediately enters "cd; exit".
    What I see is exactly as follows:
    Last login: (Date) (time) on ttyp1
    cd; exit (this is sporadic. It's sometimes here, and sometimes...not.)
    Welcome to Darwin!
    benls-computer-2:~ benl$ cd; exit
    logout
    [[Process completed]]
    Again, this all happens immediately without any input from me.
    I can't really do anything useful in terminal at present. I've tried opening new terminal windows, relaunching, logging out and in, rebooting, resetting, ctrl-c...the works, and I don't know what else to try.
    Any suggestions?
    Message was edited by: Benjamin Lehmann

    This is common? How does it happen?
    I don't recall exactly how it happens - something to so with how you launch the app, or save a window setting or something. What I do know is that if you search these (and other) boards you'll find a lot of people reporting the same thing - of course 'a lot' is a relative term, but it happens often enough that I knew the solution even though I've never been affected myself, either.

  • Rather odd problem with package naming...

    Background info:
    I'm working on a web-based application, on a Tomcat server. Classes (and packages) must be in a subfolder of WEB-INF/classes of the app's root. So the packages are in WEB-INF/classes/com/<package>.
    The older packages are in com/gestion (for the package com.gestion ) and the newer ones are in com/incsolution/<various> where <various> can be either chart, util or pgm - following convention more closely.
    OK! We have a class called SqlBean in com.gestion, which starts off like so:package com.gestion;
    import java.sql.*;
    import javax.sql.*;// stock pour pooled connection c'est dans javax.sql
    import javax.naming.*;
    import java.io.*;
    public abstract class SqlBean
        ...rest of code...
    }and is used in several other objects, like TransferQBean.java, which is in the same package:
    package com.gestion;
    import java.sql.*;
    public class TransfertQBean extends SqlBean
       ...rest of code...
    }Now, i've been working (with others) on this project for 2 years now, and up until last week, there was no problem with the way things were called. Come Monday (April 11), the classes won't compile any more - gives me this error:
    classes/com/gestion/TransferQBean.java [5.1] cannot resolve symbol
    symbol : class SqlBean
    location: class com.geastion.TransferQBean
    public class TransferQBean extends SqlBean
    ....................................................................^
    Now if i add classes to com.gestion to get...
    package classes.com.gestion;
    import java.sql.*;
    public class TransfertQBean extends SqlBean
       rest of code...
    }and same for SqlBean...
    package classes.com.gestion;
    import java.sql.*;
    import javax.sql.*;// stock pour pooled connection c'est dans javax.sql
    import javax.naming.*;
    import java.io.*;
    public abstract class SqlBean
       ...rest of code...
    }...it works, but that's not how it's supposed to be. What puzzles me the most is how this came about suddenly.
    Anyone have an idea what might be causing this? AFAIK, it's abnormal...
    JH

    classes/com/gestion/TransferQBean.java [5.1] cannot resolve symbol
    symbol : class SqlBean
    location: class com.geastion.TransferQBean
    public class TransferQBean extends SqlBean
    ....................................................................^The solution to your problem is simply that your classpath is incorrect at compile-time. How you fix that depends on how you compile (from an IDE, from the command-line javac tool, etc). But whatever you do, don't make your solution depend on a system environment CLASSPATH variable.

  • I have some real odd problems with flash

    Right, I have sort of had two problems with adobe flash player 10, so bare with me, I need to tell you the ‘back story’ before I reach my current issue:
    Back story; latest version of flash been running normally for a while until it tries to update. When it wants to update it goes to 100% completion then comes up with a message saying ‘Unable to complete because Adobe Flash Native Control Panel is open. Please close the Adobe Flash Native Control Panel and please try again‘
    After this, my pc and adobe website (and other websites) will report that I have no flash. At all. So I try to update/install/uninstall again (after rebooting computer each time obviously) - and no luck. I either got a message like the one above or this one: ‘The Flash Player Settings Manager is currently open. Please close the Flash Player Settings Manager and try again’.
    So I find that I have no flash, yet I have flash and I can’t upgrade, install or uninstall. I have found a solution to this in other forums by going into my System32 folder on my C drive and using the freeware program ‘Unlocker’ to delete the file ‘C:\WINDOWS\system32\FlashPlayerCPLApp.cpl ‘upon restarting. After that I can uninstall flash properly and reinstall to the latest version.
    I’ve had to do this twice now, after each attempted ‘update ‘and each time I have to completely uninstall flash in the way stated above and then reinstall it properly.
    So that is the first issue- now to my current problem:
    After doing the following I tried to install the latest flash from adobe’s website...but my computer seems to ‘eat’ the executable file and then not actually install the latest flash. It downloads and opens fine but as soon as it starts to install, the actual executable file vanishes. It doesn’t go anywhere, not the recycle bin; it just...vanishes. Then nothing happens. According to Task manager, there is an ‘Install_flashplayer’ in the background using 8000 k or so memory and seeming doing something, but it’s not on screen and it does...nothing. I’ve waited almost a good hour and nothing happens despite memory usage dipping a bit.
    So first problem of mine is this Adobe ‘Flash Native Control Panel ‘and ‘Flash Player Settings Manager’ seems to be causing problems with my flash every time it needs to update (and subsequently makes adobe flash player thins it Schrödinger’s cat being in a state of installed and uninstalled).  I want to know how to stop thins form happening each time I need to update. I can't seem to find any information on how to actually 'close' these programs.
    My second is getting my PC to actually install the latest version of flash as opposed to eat it and make it a ghost program like my PC is pacman and the excitable file is a blue ghost.
    I currently have Flash player 10,3,183,5 installed and it is working fine (until the investable update issue is bound to come along).
    My system is Vista 32-bit.
    My main web browser is firefox 3.6.18
    Ask me if you need more specs, and sorry for the bad analogies.

    Here you go, hopefully this is the right thing and will help:
    =O====== M/10.1.53.64 2010-06-17+14-28-57.760 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\FlashPlayerUpdate.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0010 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10h_Plugin.exe
    0011 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.1.53.64 2010-06-17+14-29-05.045 ========
    is =O====== M/10.1.82.76 2010-08-21+10-32-59.173 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\C977.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0008 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10i_Plugin.exe
    0009 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.1.82.76 2010-08-21+10-33-25.178 ========
    =O====== M/10.1.85.3 2010-09-23+07-57-41.815 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\A90B.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0008 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10k_Plugin.exe
    0009 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.1.85.3 2010-09-23+07-57-49.180 ========
    =O====== M/10.1.102.64 2010-11-11+10-41-25.479 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\93E7.dir\InstallFlashPlayer.exe" -iv 0
    =X====== M/10.1.102.64 2010-11-11+10-48-16.518 ========
    =O====== M/10.1.102.64 2010-12-02+10-52-34.774 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\B37.dir\InstallFlashPlayer.exe" -iv 0
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0008 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10l_Plugin.exe
    0009 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.1.102.64 2010-12-02+10-52-52.605 ========
    =X====== M/10.3.183.5 2011-08-12+17-20-19.029 ========
    =O====== M/10.3.183.5 2011-08-12+17-59-38.530 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0018 [W] 00001018
    0019 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0020 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0021 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0022 [W] 00001019
    0023 [W] 00001020
    0024 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0025 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0026 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0027 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0028 [W] 00001021
    0029 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0030 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0031 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\system32\FlashPlayerCPLApp.cpl 2
    0032 [W] 00001048
    0033 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0034 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0035 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0036 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0037 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0038 [W] 00001036 Software\Opera Software/Plugin Path 2
    0039 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.183.5 2011-08-12+17-59-42.866 ========
    =O====== M/10.3.183.5 2011-08-12+18-12-09.286 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\InstallAX.exe" -install activex -msi
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10v.ocx
    0004 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe
    0005 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.dll
    =X====== M/10.3.183.5 2011-08-12+18-12-19.509 ========
    =O====== M/10.3.183.5 2011-08-12+21-09-19.716 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\Rar$EX00.569\fp_10.3.183.5_archive\10_3r183_5\flash player10_3r183_5_win.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0011 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0012 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0013 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0014 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-12+21-09-25.004 ========
    =O====== M/10.3.183.5 2011-08-13+09-57-05.662 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\install_flash_player_10.exe"
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0008 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0009 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0010 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0011 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0012 [E] 00001040 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-13+09-57-23.634 ========
    =O====== M/10.3.183.5 2011-08-13+11-10-23.454 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\FP_PL_PFS_INSTALLER.exe"
    0001 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0010 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0011 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0012 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0013 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0014 [E] 00001040 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-13+11-10-32.783 ========
    =O====== M/10.3.183.5 2011-08-13+11-12-29.782 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\install_flash_player_10.exe"
    0001 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0010 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0011 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0012 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0013 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0014 [E] 00001040 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-13+11-13-06.961 ========
    =O====== M/10.3.183.5 2011-08-13+11-15-13.433 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\install_flash_player_10.exe"
    0001 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0010 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0011 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0012 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0013 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0014 [E] 00001040 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-13+11-15-26.589 ========
    =O====== M/10.3.183.5 2011-08-13+11-24-30.735 ========
    0000 [I] 00000010 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe -uninstall activex -msi
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe 5
    0003 [I] 00000018
    0004 [W] 00001015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe 5
    0005 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0009 [W] 00001021
    0010 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 [W] 00001015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe 5
    0012 [I] 00000012
    =X====== M/10.3.183.5 2011-08-13+11-24-31.422 ========
    =O====== M/10.3.183.5 2011-08-13+11-24-16.274 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Downloads\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001017
    0004 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0009 [W] 00001021
    0010 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0012 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0013 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0014 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0015 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0016 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0017 [W] 00001021
    0018 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0020 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0021 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0022 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0023 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0024 [W] 00001036 Software\Opera Software/Plugin Path 2
    0025 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.183.5 2011-08-13+11-24-45.103 ========
    =O====== M/10.3.183.5 2011-08-13+11-30-53.024 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\install_flash_player_10.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [E] 00001039
    =X====== M/10.3.183.5 2011-08-13+11-30-59.264 ========
    =O====== M/10.3.183.5 2011-08-13+11-31-34.013 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Pictures\install_flash_player_10.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0013 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0014 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0015 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0016 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.5 2011-08-13+11-31-39.457 ========
    =O====== M/10.3.181.34 2011-08-13+20-09-58.153 ========
    0000 [I] 00000010 "C:\Users\Emeline Porter\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\QPMER51O\install_flash_player_ax_10.3.181.34[1].exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10u.ocx
    0007 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10u_ActiveX.exe
    0008 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10u_ActiveX.dll
    0009 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0010 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0011 [E] 00001040 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.181.34 2011-08-13+20-10-03.328 ========
    =O====== M/10.2.153.1 2011-08-13+20-15-45.112 ========
    0000 [I] 00000010 "C:\Users\Emeline Porter\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\DDOGJGNF\install_flash_player_10.2.153.1[1].exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10o.ocx
    0006 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10o_ActiveX.exe
    0007 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10o_ActiveX.dll
    =X====== M/10.2.153.1 2011-08-13+20-15-52.160 ========
    =O====== M/10.3.181.16 2011-08-14+20-00-42.794 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\Rar$EX02.431\fp_10.3.181.16_archive\10_3r181_16\fla shplayer10_3r181_16_winax.exe"
    0001 [E] 00001040
    =X====== M/10.3.181.16 2011-08-14+20-00-47.240 ========
    =O====== M/10.3.183.5 2011-08-14+20-07-01.733 ========
    0000 [I] 00000010 "D:\Users\Emeline Porter\Downloads\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0012 [W] 00001021
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0019 [W] 00001036 Software\Opera Software/Plugin Path 2
    0020 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.183.5 2011-08-14+20-07-06.023 ========
    =O====== M/10.3.181.16 2011-08-14+20-10-54.036 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\Rar$EX01.603\fp_10.3.181.16_archive\10_3r181_16\fla shplayer10_3r181_16_winax.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10r.ocx
    0006 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10r_ActiveX.exe
    0007 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10r_ActiveX.dll
    0008 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.181.16 2011-08-14+20-11-01.415 ========
    =O====== M/10.3.183.5 2011-08-14+20-16-17.115 ========
    0000 [I] 00000010 "C:\Users\EMELIN~1\AppData\Local\Temp\FP_PL_PFS_INSTALLER.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0013 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10v_Plugin.exe
    0014 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0015 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0016 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0017 [W] 00001024 C:\Windows\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.5 2011-08-14+20-16-22.512 ========

  • SOLVED - Has anyone had any problems with xorg 1.11.14-1?

    Last night I had a double catastrophe. The first was nothing to do with Linux, but was the result of a rogue drive trashing my sata ports and killing both Arch and Windows. I managed to rescue Windows, but since Arch was running at the time (and updating) nothing I tried could bring it back. After restoring from a backup (10 days old) I started the updates again (a gargantuan 415Mb) which completed, though after a reboot X failed to start. Nothing in the logs, and no activity at all. My usual fix is to remove xorg.conf and reboot, which will generally get me to the desktop to troubleshooting stage using vesa drivers instead of catalyst, but even this couldn't get me to a desktop. I tried removing catalyst altogether from single user mode, but nothing would fix.
    I restored the backup again, and did all updates except kernel, catalyst, and xorg. Everything worked fine, so next I updated catalyst - still working. A fresh backup and I updated the kernel. Still working, which means the only thing not updated at this point (and in my mind the most likely culprit for the failures) is xorg.
    Now I'm not daft enough to try updating before I make a fresh backup (I've remade several tweaks to my system that got lost after the original crash), but before I go to the trouble, I wondered has anyone else had any problems with the updated xorg?
    For info, I'm running on a Phenom X4 965BE, AMD 4670HD with catalyst 12.1, kernel 3.2.2-1.
    TIA
    Last edited by Roken (2012-02-06 00:30:59)

    Any idea where the problem was?
    X also fails to start for me now, when the catalyst driver is loaded. It used to work before, but after recent upgrades and changes to the system it's somehow broken.
    (Same catalyst and xorg versions as you mentioned, but with kernel 3.2.4-1)
    Switching to the open-source radeon driver makes X start fine, switching back to catalyst breaks it again.
    Last edited by sas (2012-02-07 16:02:50)

  • Odd problem with iPhoto always seeing my iPhone as connected when not

    I have started having a problem with iPhoto8. When it starts it always goes to the import photos screen and has a couple dozen icons (with no image) and filenames to import from my iPhone. The problem is my iPhone is not connected. It shows up as mounted on the left side of iPhoto. I can right click and unmount it and it goes away, but next time I restart iPhoto it is there again. If I try and click Import all it goes through the motions and asks to delete the originals, I select yes. Then it displays an error dialog with all the filenames listed saying they are corrupt or blank (which I would expect because my phone is not connected).
    Does anyone know why it thinks my phone is connected when it is not or what to do?
    - James

    Do you have wifi sync enabled for those devices?
    Select the device, click the Summary tab.
    If it is enabled, there's no need to eject the device, even with the cable plugged in.

Maybe you are looking for

  • Interest on arrears default doc type

    Hi all, Can I set a default document type for interest on arrears calculation (F.2B)? If yes, where do I do that? Thanks.

  • "Services for Object" in my own transaction

    Hi everybody, In MM02 you see the button for the toolbar "Services for Object" in the titlebar. I want to add that same functionality in my own transaction. Does anybody know how to do this? Thanks, Tim van Steenbergen.

  • Count Rows in cursor

    How I can count number of rows in a cursor?. In other words, how I can count how many records set in one cursor

  • Reports 6, SRW.SET_CUSTOM_SPACING(spacing) - VGS Units

    Hello everybody. I'm using Reports 6. I've been wondering for a while, how exactly VGS-Units work. I've used them in Format triggers of text-fields to set custom spacings like this: function YT_FormatTrigger return boolean is begin SRW.SET_CUSTOM_SPA

  • Output of a servlet inside another page

    I like to include the result of a servlets output on a diffrent server inside an static html page. is this possible? I know that you can do this with cgi but how is it done with a servlet