The top 10 things that annoy programmers
The top 10 things that annoy programmers
Ha, this made me laugh so I thought I would share it.
The top 10 things that annoy programmers
Ha, this made me laugh so I thought I would share it.
If you go to Adobe’s bug database for flash player and look up the most popular bug/feature requests for Flash Player you will see a request for Flash Player to be supported natively on FreeBSD is the #3 issue based on votes.
Adobe Flash Player Bug and Issue Management System – Popular Issues
Only 339 users have voted for this. There has to be more than 339 users in the FreeBSD community that want this. There are almost 8,000 fans on Facebook. So what we need is for these fans to unite and take just a moment to vote.
Lets see if we can be the #1 issue, and by a lot.
PC-BSD especially needs this. They are also trying to promote this bug. There is a link on the right of their home page. PC-BSD is doing its best to give us flash support using Linux compatibility, but it just isn’t enough. I have tested a few sites that just act weird or don’t work.
How to vote
You have now voted for this issue.
Thank you all for voting,
P.S. Does this post make me a non-political lobbyist?
Hey all,
I recently noticed that their are more right-click options in Windows 7 when you hold down shift as your right-click.
You get different options based on the different items you right-click on, such as a folder, executable, etc…
I am not going to write a whole post, because I found this on another post.
http://www.winhelponline.com/blog/hidden-right-click-context-menu-options-windows-7/
So I keep hearing complaints that FreeBSD users have a rudeness about them that some call “Elitism”.
Well, this is true, I have commented on forum posts when I have seen such. However, it is not the case that this is something that is strictly limited to FreeBSD users.
They past few days I was helping a user install Ubuntu on VMWare Server. Since I was the only one really helping the user he started making him comments directly to me.
Next thing I know, I was getting railed on by an Debian / Ubuntu guy.
First, he called me out directly and told me to “pay attention”:
Jared: Please, pay attention, that it should be special reason to use VMWare Workstation, because it’s not free.
What? I shouldn’t help this guy because his software is not free? This is obsurd.
Now, since the customer was asking how to do this with VMWare, I was quite puzzled, so I sent him an email explaining that containing this exact text:
When the person who started the discussions says that they are using VMWare you help them with their issue, you don’t rag on them for the version they are using.
You maybe should take a moment an re-read the post.
Yes, I was a little rude back. I could have responded better. This is a learning experience for next time.
Then he came back at me with a this:
Jared,
Actually you’re right. That’s why you also should re-read the initial posts and see that TS was talking about VMWare *server*. Also, as I understood, you are working in company that ignore risks of using illegal SW if you don’t care about it’s cost. Please, do not spread this approach to others.
So now he attacks my company and says I work for a company that ignores the risks of illegal software. Which is actually quite funny and ironic. I work for LANDesk and one of our main features is Software Licensing Monitoring, a feature that tracks your software usage vs. license count and makes sure that companies are not overusing licenses or stealing software.
Anyway, whether you are a FreeBSD user or a Debian user or technical in any way it doesn’t matter; Being technical is no excuse for being rude.
Speak nicer in forums and mailing lists. Stop flaming other people. Especially newbies. Don’t forget we were all newbies once.
Ok, so I have been in Tech Support for most of my career and troubleshooting has become a skill I use without thinking about it.
Recently, I have been reading some posts on the FreeBSD forums about Xorg problems. I thought I would write a post about “How to troubleshoot Xorg.
Step 1 – Document the problem clearly
Note: You wouldn’t believe how many issues are solved during the process of documenting the steps to reproduce an issue.
Step 2 – Gather Hardware Details
Lets make sure we know what is in your system. Gather the output of this command to get the AGP, PCI, or PCI-Express devices in your system.
# pciconfig -lv
Step 3 – Gather Installed Software Details
We are going to run some commands here. The output of every command you run should be stored into a text file. If you are getting help from a forum, a mailing list or you are paying for support for a company, they are going to want as much information as possible.
Note: I assume you have sshd enabled and that you can both ssh to your machine and sftp to your machine. A windows ssh tools is PuTTY. A windows sftp tool is WinSCP.
Step 4 – Gather Software Configuration Details
Step 5 – Gather logs and examine logs for errors
Gathering Logs
One process for making it easier to view logs and find the cause of errors. It is an obvious procedure to some.
- Backup all logs.
- Delete logs once backed up.
- Duplicate the issue.
- Gather the logs (both backed up and new logs).
The key is to limit the amount of data to go through. So by deleting the logs and duplicating the issue as fast as possible, your logs will be as small as possible and easier to go through.
- Gather the /var/log/Xorg.0.log file.
- You might want the /var/log/messages file.
Examine the logs for errors
Now that you have the smallest amount of data possible, it may be easier to search the logs for errors.
- Start out by greping or searching for words like fail, error, etc…
- If you didn’t find anything, then visually scan down the logs.
A nice way to watch a log file live as you duplicate the error is to use tail.
Tip #1 – Enable sshd when testing
Sometimes running Xorg may result in a black screen and you can’t switch between ttys either using Alt+F# so you may be tempted to hard power off. Most the time if you have enabled sshd, you can ssh in and kill Xorg or reboot gracefully, saving you a hard power off.
Tip #2 – Try running Xorg with and without an xorg.conf
Supposedly you don’t need and xorg.conf always but there are times when you would want one. I have seen forum posts where the solution goes both ways. One user’s issue was resolved by not using an xorg.conf and letting Xorg just start and automatically handle everything. Another users issue was resolved by using an xorg.conf. So try it both ways.
Tip #3 – Use the FreeBSD forums correctly
If you have all of the above data and you still have an issue, if you go to Xorg section of the FreeBSD Forums, and make a post, you will be able to provide an educated, detailed question.
There is fine line between posting too much data or too little data and posting the perfect amount so a reader can have enough data to resolve your issue. I would say it is rare should post all configs and logs, but it also should be rare that you post a question alone without any details.
Ok, so this may not be complete. If you have anything to add please comment.
I was thinking today, that though I am now a Systems Analyst / Developer at LANDesk, that doesn’t change the fact that I have been in Technical Support for 10+ years now and, no to so much brag as to state a fact, I have extensive troubleshooting skills and I am good at writing How to troubleshoot documents. Now having said that, I have not troubleshot FreeBSD for 10 years. While I have used FreeBSD for almost a decade, it often had no problems that required troubleshooting.
One of the first things you learn in support is that everything you troubleshoot has a troubleshooting process and once you have that troubleshooting process documented, you find you can expand on that document little by little. Each issue is solved more rapidly. Issues that are not solved by the process lead to an update of the process so the next time, a similar issue is solved by the process.
So today’s FreeBSD Friday post will be about Troubleshooting.
The Northwind database is referenced online in sample code quite often. However, this renders the sample code useless to someone who doesn’t know what Northwind is or how to use it.
The Northwind database is basically just an example database that runs under SQL Server. This database is populated with data that represents an imaginary company’s sales data. It is a very common example database for SQL Server testing and sampling.
You might be wondering, what is SQL Server (though for your sake, I hope not). Well, SQL Server is Microsoft’s database software.
How do I know if SQL is installed?
If you have Visual Studio 2008 installed, you probably have SQL Server 2008 installed and you don’t even know it.
You can go to Add / Remove Programs and look for Microsoft SQL Server.
Or you can check for the services.
Or if you aren’t good with the GUI, you can open a command prompt and run this command to see if you have the SQL services:
C:\Users\UserName> | sc query state= all |findstr SQL |findstr DISPLAY_NAME |
DISPLAY_NAME: SQL Server (SQLEXPRESS)
DISPLAY_NAME: SQL Active Directory Helper Service
DISPLAY_NAME: SQL Server Agent (SQLEXPRESS)
DISPLAY_NAME: SQL Server Browser
DISPLAY_NAME: SQL Server VSS Writer
If you don’t see the services ouptut, you don’t have SQL Server Express installed. If you do have it, it is installed.
SQL Server is installed, now where do I get the Northwind Database?
Well, this was a struggle even for me. All the posts say the database creation script was installed with Visual Studio, but I sure don’t have any database creation scripts installed.
So I searched the web and Microsoft’s site for a while.
I finally found this link, but not until after about an hour of searching, hopefully this saves you some time.
http://www.codeplex.com/Wikipage?ProjectName=SqlServerSamples
So as of 3/4/2010, there was not “new” Northwind database, just and old one for SQL 2000. Which is fine because that old database is what most the sample code you find will be using.
I clicked on the Download link next to SQL Server 2000 Sample DBs.
I downloaded a ZIP file.
I extracted it.
I found the instnwnd.sql script among the extracted files.
How do I use the instnwnd.sql file to install the Northwind Database
This instnwnd.sql is nothing more than SQL script that will install the Northwind database for you. Well, you basically need your SQL server to run this script file and that is it.
If you have SQL Server Management Studio, just open it up and connect to your database, then File | Open the script and run it. But maybe you don’t know what SQL Server Management Studio is, let alone how to open it.
Sound easy right.
Well, everything sounds easy to some one who knows exactly how to do it, but if you don’t now how, it doesn’t sound easy. If you are among those that are hearing about this for the first time, let me help you.
Well, every server that has SQL Server installed has a command line tool installed called sqlcmd.exe. Hey, if I give you a command line you can run it, even if you don’t know what is really going on.
So just open a command prompt and run this command:
C:\Users\UserName> | sqlcmd -E -i c:\path\to\instnwnd.sql |
Changed database context to ‘master’.
Changed database context to ‘Northwind’.
Ok, the database installed now what?
Well, now you have the Northwind database installed.
From here you are one your own getting whatever sample code you have to connect to this database and compile.
So, I recently started trying to implement the application I am developing using an MVVM model.
However, I ran into this annoying problem where when I have my main window’s XAML code including this line:
<uc_treeview:PluginTreeViewControl Margin="0,0,0,29" MinWidth="240" />
My PluginTreeViewControl object looks as follows:
using System.Collections.ObjectModel; using System.Windows.Controls; using System.Windows.Input; using LANDesk.HealthCheck.PluginOutput; using LANDesk.HealthCheckViewer.LoadOnDemand.Sections; namespace LANDesk.HealthCheckViewer.LoadOnDemand.PluginTreeView { public partial class PluginTreeViewControl : UserControl { //readonly GroupViewModel mGroup; public PluginTreeViewControl() { InitializeComponent(); Output o = new Output(); OutputViewModel viewModel = new OutputViewModel(o.PluginGroups); base.DataContext = viewModel; } } }
So I found that the lines after the InitializeComponent() function are causing my attempts to “Reload the designer” to fail. If I comment them out, the designer reloads. Of course, then if I have to uncomment them before compiling or debugging, and comment them again, when working in the Designer.
So after a while a thought came to me that maybe their is some type of “if” statement that would be true for the designer but not for runtime. So I researched and found this: DesignerProperties.GetIsInDesignMode Method
After reading about this, I changed my code in my Constructor to this:
public PluginTreeViewControl() { InitializeComponent(); // This "if" block is only for Visual Studio Designer if (DesignerProperties.GetIsInDesignMode(this)) { return; } Output o = new Output(); OutputViewModel viewModel = new OutputViewModel(o.PluginGroups); base.DataContext = viewModel; }
And wouldn’t you know it, I have solved the issue entirely. The Designer now reloads just fine (as it doesn’t seem to error) and at run time the “if” statement is always false so the lines I need always run.
Also, the overhead of an “if (DesignerProperties.GetIsInDesignMode(this))” in inconsequential. However, I attempted to remove this overhead in Release builds as follows:
public PluginTreeViewControl() { InitializeComponent(); // This "if" block is only for Visual Studio Designer #if DEBUG if (DesignerProperties.GetIsInDesignMode(this)) { return; } #endif Output o = new Output(); OutputViewModel viewModel = new OutputViewModel(o.PluginGroups); base.DataContext = viewModel; }
Now, I don’t have a problem with my Designer. This workaround makes me super happy!
Well, many people liked and used KDevelop however, if using KDE 4, KDevelop has not been available for some time. I myself went searching for other IDEs to use on FreeBSD. I think KDevelop in the past was a quality IDE for open source platforms and hopefully KDevelop 4 can maintain and surpass that quality.
The release schedule for KDevelop 4 can be found here.
http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/4.0_Release_Schedule
Some things make me laugh.
http://www.computerworld.com/s/article/9164038/Microsoft_Don_t_press_F1_key_in_Windows_XP
…Microsoft told Windows XP users today not to press the F1 key when prompted by a Web site, as part of its reaction to an unpatched vulnerability that hackers could exploit to hijack PCs running Internet Explorer (IE)…
How can a company the size of Microsoft not have the ability to provide a timely patch on a security vulnerability? I don’t see how a patch isn’t created within four hours on this.
I remember a vulnerability was found in FreeBSD (see this), which isn’t a company with thousands of developers but an open source project and the response differences are amazing.
You are letting your users down Microsoft. Step up for your customers. Fix it and fix it fast.
Ok, so I posted this a while ago:
Why does VMWare guests lose network access constantly on Windows 7 64 bit?
Well this issue didn’t happen from the middle of December until last week, it started again.
I toggled a bunch of settings, but every setting is correct. There must be something else causing this.
Update: Found this. I will set my NIC to not go to sleep and see if that works. Seems like a bug to me.
http://communities.vmware.com/message/1462154#1462154
Update: That didn’t work.
Yeah, my computer went to sleep anyway, and with that setting, I couldn’t wake it up remotely. Lame.
Windows 7 takes a long time to login, 50 seconds or more on my IBM T61.
I have seen that there is an issue if you are using a solid color blackground instead of an image, however, I am using an image.
http://www.sevenforums.com/performance-maintenance/22147-slow-login-2.html
I guess I have to do more research on this.
The March issue of BSDMag released. Remember this is a free online PDF publication.
Get it here:
So, I recently came across some information on a development style called Model-View-ViewModel or MVVM.
There is a Microsoft article written by Josh Smith about MVVM here:
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
And an MSDN blog here:
http://blogs.msdn.com/johngossman/archive/2005/10/08/478683.aspx
Basically the idea is that you separate the code for three elements:
There is a book by Josh Smith on Advanced MVVM here:
http://joshsmithonwpf.wordpress.com/advanced-mvvm/
So I have recently become aware of this model and will learning more about this over time.
I am developing an Application at work and I will try to use the MVVM pattern.
Ok, so I wanted to see if there was much of a difference between installing VMWare-tools on FreeBSD 8 with Xorg and KDE as on PC-BSD 8. It was my guess that the steps would be next to exactly the same, but maybe there is something different.
See my previous article on this:
How to install VMWare-tools on FreeBSD 8?
Details: I am running VMWare Workstation 6.5 on Windows 7.
In VMWare, I clicked VM | Install VMWare tools.
The virtual media automounted in KDE.
I copied the vmware-freebsd-tools.tar.gz to the desktop.
I opened a shell, and su’ed to root.
The package for compat6x-amd64 was already installed.
I ran these commands to extract the vmware-freebsd-tools.tar.gz file.
cp /home/jared/Desktop/vmware-freebsd-tools.tar.gz /tmp
cd /tmp
tar -xzf vmware-freebsd-tools.tar.gz
cd vmware-tools-distrib
I ran the vmware tools installer.
./vmware-install.pl
I accepted all the defaults and there were no problems.
So I decided to do the Autostart a different way…and it worked too.
I right-clicked on the icon in the bottom left (normally is the K icon but instead it is the PC-BSD flame) and I choose Menu Editor.
I clicked New Submenu, named it VMWare and hit OK.
I selected the newly created Submenu.
I clicked New Item.
I added an item for /usr/local/bin/vmware-user.
I added an item for /usr/local/bin/vmware-user-wrapper.
I added an item for /usr/local/bin/vmware-toolbox (and under Advanced, I changed this to run as root)
I saved and exited.
I went to System Settings.
I clicked the Advanced tab.
I double-clicked Autostart.
I clicked Add program.
I added the vmware-user-wrapper item that I just added to the Menu.
I rebooted.
Mouse auto-grab, Copy and paste, auto-fit guest, all appear to work well.
Copyright ® Rhyous.com – Linking to this article is allowed without permission and as many as ten lines of this article can be used along with this link. Any other use of this article is allowed only by permission of Rhyous.com.