Small bug in DHCP setting

If I write a message in DHCP settings using quote (for example: Welcome to "NewNetwork") the base assigns to the clients a local IP (169.x.x.x) and no connections to internet.
If I write the same message without quotes (Welcome to NewNetwork) IP assigned to the client are correct (10.0.1.x or other ranges) and all works fine.
A small bug but all a night to find it!

Right, the original method does not make much sense. It shows the point wrt.Generics, though.

Similar Messages

  • Small bug: Database configuration - Initialization parameters

    Hi!
    SQLDeveloper version: 3.2.20.09
    View -> DBA -> Database configuration -> Initialization Parameters -> right click "Open" -> editor with "Parameter" and "Value" (inter alia) columns appears
    Changing value for parameter "optimizer_features_enable" isn't working:
    Example:
    Parameter: optimizer_features_enable
    Changing value from 11.2.0.1 to 9.2.0 -> commiting changes -> ORA-02017 error appears ("integer value required")
    In "Messages - Log" window appears the following statement: ALTER SYSTEM SET optimizer_features_enable=9.2.0 COMMENT='' SCOPE=MEMORY
    I think rather it should be: ALTER SYSTEM SET optimizer_features_enable='9.2.0' COMMENT='' SCOPE=MEMORY
    It looks like a small bug.

    Hi dz_r,
    One workaround for this case is, when editing the data in the grid cell, to enclose the Oracle version in single quotes. After committing to apply the update (which works), the grid refresh strips away the single quotes, leaving the desired value displayed in the cell.
    So this is, as you say, a small bug. Note that not all parameters of type String require single quotes, e. g., cursor_sharing=exact. Probably any String beginning with a numeric digit should be enclosed in quotes automatically.
    I logged the following bug:
    Bug 16733790 - UPDATING INITIALIZATION PARAMETER OF TYPE STRING FAILS IF BEGINS WITH A NUMERIC
    Thanks for reporting this,
    Gary
    SQL Developer Team

  • Small bug in 4.0.4

    Hi, I own Neo V with android 4.0.4 installed, I found a small bug:
    In the smart dial if you press the volume up or down, instead of ringer volume it sets media volume. It's no big deal but it is a bug

    Thanks for posting this. I will feed this back to the developers.
    What do you think about this forum? Let us know by doing this short survey.

  • [SOLVED]HD Screen very high resolution dimension - small [BUG]

    I got a new laptop and of course the first thing I must put on it it's Arch Linux.
    It's an Asus N551 and EXTREAMLY WEIRD but everything went fine, I mean everything worked without me doing anything to fix up stuff (yes I had to install bumblebee) but everything, sound, touchpad, graphics,  networking, etc just required installing the driver and that's it.
    Now the problem is with the display,
    xdpyinfo | grep -B2 resolution
    screen #0:
    dimensions: 1920x1080 pixels (508x285 millimeters)
    resolution: 96x96 dots per inch
    The resolution is as you see but everything else it's really small and I think I will become blind if I don't fix this.
    I'm currently using the intel graphic card.
    I read 2-3 topics similar to mine but without any understandble resolution and beeing very old I thought it's better to open a new one.
    Thanks.
    SOLUTION:
    1) Find out your Screen ID (It should show "connected" and "allot of available displays")
    ]$ xrandr
    Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
    eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
    1920x1080 60.02*+
    1400x1050 59.98
    1280x1024 60.02
    1280x960 60.00
    1024x768 60.00
    800x600 60.32 56.25
    640x480 59.94
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    VGA1 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    So Mine is eDP1
    2) Find your screen size in mm
    In my case intel and xdpyinfo reported the wrong value, so the right one for me was 345x194 mm
    3) Find out your right DPI settings
    http://dpi.lv will do this for you.
    4) Apply what you found:
    cat /etc/X11/xorg.conf.d/90-monitor.conf
    Section "Monitor"
    Identifier "eDP1"
    DisplaySize 345 194
    Option "DPI" "141 x 141"
    EndSection
    stop your DE and startx again
    Confirm the settings were applied:
    $ xdpyinfo | grep -B1 dot
    dimensions: 1920x1080 pixels (345x194 millimeters)
    resolution: 141x141 dots per inch
    5) Use a DE which will not overwrite your DPI settings (So far , Gnome, Cinnamon, does it).
    LXDE won't
    xfce4 gives you an option to set your desired DPI so it's also OK.
    6) Configure the browsers / or heavy applications NOT to ignore the system DPI settings.
    (this is also a looong trail to deal with)....
    BUG: https://bugs.freedesktop.org/show_bug.cgi?id=89820
    Last edited by r0b0t (2015-03-30 11:25:42)

    1- Done
    $ cat /etc/X11/xorg.conf.d/90-monitor.conf
    Section "Monitor"
    Identifier "eDP1"
    DisplaySize 345 194
    Option "DPI" "141 x 141"
    EndSection
    And confirmed by xdpyinfo
    2)LXDE it is
    xfce4 also work if I manually set the dpi to 141 (it supports it).
    It's working now.
    Will try configure "dpi-resistent" applications.
    I will mark the thread as solved but should I open a bug for intel setting
    1) Wrong dimension
    2) Wrong DPI
    This is what's happening: (vanilla configuration , no xorg.conf stuff, no xinitrc)
    [ 818.088] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20141121
    [ 818.089] (WW) Falling back to old probe method for modesetting
    [ 818.089] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 818.089] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
    ------------------------ SETTING DPI WRONGLY---------------------------------------------
    [ 818.089] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
    [ 818.089] (==) intel(0): TearFree disabled
    [ 818.089] (==) intel(0): DPI set to (96, 96)
    [ 818.090] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
    [ 818.090] (==) intel(0): Backing store enabled
    [ 818.090] (==) intel(0): Silken mouse enabled
    [ 818.090] (II) intel(0): HW Cursor enabled
    [ 818.090] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. >>>>>>>>>> WHY SHOULD I IGNORE??<<<<<<<<
    [ 818.090] (==) intel(0): DPMS enabled
    [ 818.090] (==) intel(0): display hotplug detection enabled
    [ 818.090] (II) intel(0): [DRI2] Setup complete
    [ 818.090] (II) intel(0): [DRI2] DRI driver: i965
    [ 818.090] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 818.090] (II) intel(0): direct rendering: DRI2 enabled
    [ 818.090] (II) intel(0): hardware support for Present enabled
    [ 818.090] (--) RandR disabled
    [ 818.107] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 818.107] (II) AIGLX: enabled GLX_ARB_create_context
    [ 818.107] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 818.107] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 818.107] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 818.107] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 818.107] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 818.107] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 818.107] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 818.107] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 818.107] (II) AIGLX: Loaded and initialized i965
    [ 818.107] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 818.109] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 818.122] (II) intel(0): Setting screen physical size to 508 x 285 >>>>>>>>>>>>>>>>> WRONG IT'S 345x194mm<<<<<<<<<<<<<<<<<<<<

  • Satellite P500-1D6 - Small bug between cover plate and screen.

    Hi
    I have a small bug (in Dutch: "donderbeestje") between the protective glass and the actual screen.
    Where I bought the laptop they yell me that they can't do anything about it and this is not under warranty of Toshiba.
    For me however, this should be under warranty of Toshiba.
    The screen with it's upper layers should be firmly closed so that no foreign objects can come in between.
    So, my question is if this is under warranty or if not, what can I do to get this thing out of there?
    Kind regards,
    Pascal.

    Hey,
    Regarding such hardware related problems you should contact an official authorized service provider. The guys can repair notebooks under warrant for free if its a warranty case. Furthermore they can give you an exact if its normal or hardware problem.
    Here its only an user to user forum so nobody can give you an exact answer but a full list of all ASPs you can find here:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Find an authorized service provider

  • It looked like a small bug going up and down on my screen then it stopped about 12 o clock a quarter of the way from the top, now it seems to be burned in to the inside of the screen, anyone seen this before?  And what can be done about it,  macbook pro

    I have what looked like a small bug that ran up and down the screen and then sudenly stopped in center upper half of screen and now appears to be burned in to the inside of the screen, anyone had this probelm before and what can be done about it?

    Thanks for the suggestion, the next step was to call Apple, who gave me a claim number, which I discovered you must have to get anything done with them.  They refered me to a Apple store or repair center, after some reseach took it to the Computer Store in Mobile, Alabama and they were excellent.  They took pictures of the screen with bug submitted it to Apple who denied the claim but they kept kicking it up to the next level and finally Apple agreed to sent new cover.  The Computer Store had the cover the next day, they changed it out and now I am bug free.  If your in the area of Mobile Alabama you can feel good about getting help from the Computer Store.  For the two folks that responded to my note, Thank You, good comments and good advice.

  • Small Bug in Flash 8: loading swf that´s a vectorized image in many layers

    Hi! There´s a small bug in flash 8. If you load a swf
    that it´s a vectorized image in many layers, when you give it
    an action in onLoadInit, like mc.onRelease, the mc don´t
    "catch" that action. You can try loading an image (it works), a lot
    of swf (it works), but with this kind of swf the actions onRelease,
    onPress, etc... don´t work.
    The
    swf
    I´ll make a different vectorized image to make it works
    (if there is only one layer it works)

    Seems odd it will only run once. Usually if a cache problem
    you get the same
    results even when you update the movie or server scripts.
    If it is
    http:// it is not local even if from the browser
    cache.
    Verify the html is validated.
    Check to see if this applies to all swfs. Create a simple
    hello world swf
    that connects to a JSP script that returns a simple value to
    Flash. If that
    seems to work, then the problem is in the JSP or
    Actionscripting coding.
    Check you can load the JSP script repeatedly using a direct
    call to it on
    the browser line using
    http://.
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "srikanth_s_india" <[email protected]> wrote
    in message
    news:e6obld$lfb$[email protected]..
    > Thanks for the article link.
    >
    > I can't provide the URL as it is within our application
    which requires
    > logging
    > in. However, one more interesting thing about it is that
    it always works
    > for
    > the first time (in the browser/machine) but not from the
    next time.
    >
    > My doubt is whether it is because of the caching? When
    it loads for the
    > first
    > time, the HTML and SWF files load from our server and
    hence are allowed to
    > communicate with our JSP. However, when it loads the
    subsequent times, it
    > probably loads from the cache and hence considered as a
    local file and not
    > allowed to communicate with our JSP file which is on the
    Internet.
    >
    > Can anybody tell me how to enable a local SWF file to
    load SWF files from
    > the
    > Internet & access URLs from the Internet in Flash 8
    pluggin?
    >

  • Small bug in WAP4410N firmware 2.0.3.3

    Attached is a screenshot of a small bug in the System Up Time. It shows Hour:Day:Sec where it should show Hour:Min:Sec.

    It seems to happen when using external monitor and "Mirroring" is enabled.
    We'll do some more tests to fully confirm
    If someone else has also noticed this, please post details.
    Thanks!
    HD Cam Team
    Group of photographers and filmmakers using Canon cameras for serious purposes.
    www.hdcamteam.com | www.twitter.com/HDCamTeam | www.facebook.com/HDCamTeam

  • A small wrapper script for setting the lib32-gtk environment.

    Hi all,
    i've created a small script [1], which sets the gtk2 environment for
    lib32 applications.
    Thanks to buttons and alexwizard...
    just put run_bin32_gtk before the app command.
    I use this script for QT4 apps mostly, for instance:
    run_bin32_gtk opera
    or
    run_bin32_gtk skype --disable-cleanlooks
    so it fits best in my gnome environment...
    best wishes
    [1] http://aur.archlinux.org/packages.php?ID=27419

    I did something similar a couple of months ago, but instead of attempting to be clever and guessing what the background image is supposed to be, I just write it in the filename. Since some pictures just end up being too bright (or whatever) when used as a background to a urxvt terminal, I added some extra parameters for setting gamma, brightness, tint and the direction the image should be rendered. It relies on hsetroot for actually rendering the picture.
    #!/usr/bin/python
    # set-background
    import sys, os, string, re
    patterns = [ (re.compile("t-([a-f\d]+)"), lambda x: "-tint \#" + x)
    , (re.compile("b-([\d]+)"), lambda x: "-brightness -0." + x)
    , (re.compile("g-([\d]+)"), lambda x: "-gamma "+ x)
    , (re.compile("f-(v|h|d)"), lambda x: "-flip" + x)
    def buildCommand(file):
    output = ["hsetroot"]
    output.append("-" + (string.split(file,".")[-2]))
    output.append(file)
    for token in string.split(file,".")[1:-2]:
    for (pat,f) in patterns:
    if pat.match(token):
    output.append( f(pat.findall(token)[0]))
    return string.join(output)
    print buildCommand(img)
    os.system(buildCommand(img))
    # vim:set et:
    So for instance, an image with the name background.t-704214.f-v.full.jpg would be rendered as a stretched image, flipped vertically with a sepia tint. The files are required to be in the following format NAME.(MODIFIER.)*TYPE.SUFFIX, where the the order and number of modifiers are unimportant. The gamma values are somewhat unintuitive, but I guess you'll just have to play around with it to get it right.
    And to randomize the whole thing, I just used the following script in my .xinitrc to randomly pick a image from a folder.
    #!/bin/bash
    bg_folder="$HOME/.backgrounds";
    pics=($(ls $bg_folder))
    let "n = $RANDOM % ${#pics[@]}"
    (cd $bg_folder; set-background ${pics[$n]})

  • Small bug in iTunes 7.4.3. on Win XP Pro SP2

    It's a small bug. When I try to edit few or more MP3's file information (ID Tag), but they are "read-only", the change dialog appear normally - all edit forms are enabled - but when I press "OK" the changes didn't save and no error box appear.
    I think that somebody understand this - sorry for my English!

    Yes I do, I'm using an administrator account.
    I dont understand what is going on.
    I had an Oracle 8i installed before. but I delete all the registry entries. And installed the jre 1.4.2.05.
    But nothing . Always abort in 36%.

  • [svn] 3610: Fixing bug SDK-17173: Setting rotate to a large number doesn' t work anymore.

    Revision: 3610
    Author: [email protected]
    Date: 2008-10-13 17:33:25 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Fixing bug SDK-17173: Setting rotate to a large number doesn't work anymore.
    The Flash Player clamps rotate between -180 and 180. We should do the same now that we're doing some of the calculations ourselves. This clamping logic was added to CompoundTransform.as. Also, clamping logic was added to UIComponent. This is because FP10 doesn't handle values greater than 2^15-1; FP 9 used to handle these values fine. I filed a FP bug for this (FP-749).
    QE: Yes - Please look out for any rotation failures
    Doc: No
    Bugs: SDK-17173
    Reviewer: Ely
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17173
    http://bugs.adobe.com/jira/browse/FP-749
    http://bugs.adobe.com/jira/browse/SDK-17173
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • Some small bugs and errors

    Hi,
    In the meantime, waiting for the DPS network fix, I have some small bugs and errors to post:
    #1: When signed ot from the folio builder panel, the click to create new folio message isn't useful, as it doesn't work. You must be signed in.
    #2: "System Status" cut off on the DPS Status Website:

    Hi Bob,
    Just tested again. but nope, it doesn't work for me anymore. Since one of the latest updates, I can only create folios, when I'm signed in. Here is my video proof:
    This is the case for me on two (tested) computers running CS5.5 and CS6!
    That's why I thought this feature has been removed.

  • [svn] 2611: Bugs: BLZ-200: Setting virtual-host in proxy-config causes ConfigurationException

    Revision: 2611<br />Author:   [email protected]<br />Date:     2008-07-24 11:36:03 -0700 (Thu, 24 Jul 2008)<br /><br />Log Message:<br />-----------<br />Bugs: BLZ-200: Setting virtual-host in proxy-config causes ConfigurationException<br />      BLZ-201: Configure host/port for proxy setting causes ConfigurationException in BlazeDS<br />QA: need a unit test reading the example proxy-config.xml and verifying that all values are read in HTTPProxyAdapter.java<br />Doc: no<br /><br />Came across and fixed another bug: when <max-connections> is not set inside a <max-per-host>, we assumed the default value of 2 instead of the <default-max-connections-per-host> value (if set).<br />Also, some whitespace reformatting in HTTPProxyAdapter.java.<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/BLZ-200<br />    http://bugs.adobe.com/jira/browse/BLZ-201<br /><br />Modified Paths:<br />--------------<br />    blazeds/branches/3.0.x/modules/proxy/src/java/flex/messaging/services/http/HTTPProxyAdapt er.java<br />    blazeds/branches/3.0.x/resources/config/proxy-config.xml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • IPThad won't stop bugging me to set up cellular data account

    My iPad won't stop bugging me to set up a cellular data account even though setting is turned off. This is really annoying.

    This worked for me. Thanks.
    edited to add: it worked for a week and now the popup has come back even with airplane mode on.
    this never happens w my ipad mini1 cellular. Ohwell.

  • A small bug on lock screen

    Hi,
    there was a bug on lock screen before the update and it is still there. I thought Sony might have not been noticed it because it is really a small bug so I wanted to give information. If you use draw pattern when you touch left or right bottom corner for a while it reflects as you touch widget. Or if you slide top to down at right or left corner it enlarges the widget.
    Edit: I have take some screen shots:

    Sorry for spam but someone should take care of this 

Maybe you are looking for

  • How do I transfer music from my ipod to my iphone on a PC?

    I'm trying to move the catalog in my old ipod in to the iphone 5 and can't figure out how to do it. I have a PC. Can someone help?

  • Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION

    Hi, We are getting a Runtime Dump RAISE_EXCEPTION in production. I know this error, but the error is occuring in function module "WS_QUERY". It is raised at line 265.. It seems to be some error with the Operating system. I am not sure. Below is the e

  • Switching off notifications

    Hey everyone, Wondering if any of you can help clarify something for me. I've switched off notifications through Notification Centre for all apps, but I've been told that this doesn't fully switch notifications off. Is that correct? I assumed that wh

  • How to create a video to show mo? the option does not appear

    i can't take video in slo Mo. Option does not appear. i have a new iPad air 2, i think i should have this option

  • Creating an iOS App with File Sharing Activated

    From what I can decipher, the only way for a user to retrieve a document created by an iOS app is through iTunes, but only if the app has file sharing activated. Is there a way to create an iOS app in Flash CS5.5 and make it a file sharing app?