Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - VastOne

#3481
^ blaze, yes it is 3.8

I will correct the file name and the download page

It's the little things that are so easily missed, thanks for pointing it out
#3482
General Support / Re: Wine on VSIDO?
March 20, 2013, 12:27:47 PM
^ Thanks for that informative answer jefsview.   :)  I appreciate it
#3483
The ISO was updated, built, installed, tested and uploaded with no issues this afternoon.  The primary changes were:

1 - Installed lvm2 so easy lvm can be setup on the install, thanks xaos52!

2 - Fluxbox has now been made the primary WM of VSIDO.  Fluxbox will be the WM first seen on a LiveCD and Fluxbox will be the shown as the default on a first time login once installed.  Of course this can be changed to Xfce or OpenBox by using the drop down menu


#3484
Upload is done
#3485
General Support / Re: Wine on VSIDO?
March 19, 2013, 11:47:40 PM
What do you need wine for?  In my travels and customer needs for non Linux applications, I have avoided wine like the black plague

I use Virtual Box for anything that cannot run on Linux, this may not be what you want to hear but IMO it is a lot easier
#3486
I have installed lvm2 and made it a part of the ISO

I did see these errors from buglist on the install and wonder if it is a concern

Parsing Found/Fixed information... Done
serious bugs of lvm2 (-> 2.02.98-1) <unfixed>
#702163 - lvm2 - thin support not suitable for Wheezy
#697676 - lvm2: cLVM binary package is missing
Summary:
lvm2(2 bugs)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...]


The ISO is being tested and then uploaded... It will be done by 7:20 PM CST (1 hour and 35 minutes from now)
#3487
Artwork & Screenshots / Re: March 2013 Screenshots
March 19, 2013, 09:57:40 PM
^ Nice lwfitz, supreme artwork...

It is also nice to see someone sticking with the Tint2 panel!
#3488
Introductions / Re: Introduction - sort of.
March 19, 2013, 09:48:40 PM
Welcome Doc, damned glad to see you here mate!
#3489
Hi xaos52, welcome to VSIDO.  We are glad to see you here.

Do you know exactly what the LVM packages are?  Is it only lvm2?

Once I know, I will add them and build a new ISO and have you test it if you do mind.

I appreciate the heads up and the recommendations to users.

Thank you Good Doctor!
#3490
Artwork & Screenshots / Re: March 2013 Screenshots
March 18, 2013, 08:46:27 PM
^ Very nice lwfitz..

On this one I have gotten rid of a long stand 2nd conky I used forever and combined Gmail with the top Conky... You can get the scripts from here

#3491
Conky / Single line Conky with Gmail support
March 18, 2013, 07:04:58 PM
Since Google made the lame decision to end Google Reader, I had no need for 2 conky's anymore and set out on a quest to create a Gmail space on the single line top conky

Here is the .conkyrc - Take note to change both YOURGMAILUSERNAME and YOURPASSWORD

# .conkyrc - Edited from various examples across the 'net
# Used by VastOne on #!

# Create own window instead of using desktop (required in nautilus)
#own_window yes
#own_window_type normal
#own_window_transparent no
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
# use_spacer right

# Use Xft?
use_xft yes
xftfont Liberation Sans:size=16
xftalpha 0.9
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 1024 0
#maximum_width 1024

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no
own_window_argb_visual no
own_window_type panel
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window yes
own_window_transparent yes
own_window_class conky

# Stippled borders?
stippled_borders 0

# border margins
# border_margin 0

# border width
border_width 1

# Default colors and also border colors
#default_color grey
#color2=white
#color3=grey
#default_shade_color black
#default_outline_color grey
own_window_colour 000000

# Text alignment, other possible values are commented
#alignment top_middle
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 5
minimum_size 1700 29
maximum_width 1700
# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

imlib_cache_size 0 

# number of cpu samples to average set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

#lua_load ~/Conky/LUA/draw-bg.lua
#lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.3
#
TEXT
${image /home/vastone/images/vsidoorb.png -s 31x31 -p 1,-1}       ${color 7D8C93}Kernel${color 55688A} $kernel ${color 7D8C93} Uptime ${color lime green}${uptime_short} ${color 7D8C93} CPU ${color 55688A}${cpu cpu0}%  ${color 7D8C93}MEM ${color 55688A}${memperc}% ${mem} / ${memmax} ${color 7D8C93} CPU ${color 55688A}${platform it87.552 temp 2}° ${color 7D8C93} MB ${color 55688A}${platform it87.552 temp 1}° ${color 7D8C93}GPU ${color 55688A}${nvidia temp}° ${color 7D8C93}HD${color 55688A} ${execi 5 hddtemp -n /dev/sda}° ${color 7D8C93}NET${color 55688A}  ${voffset 3}${downspeedgraph eth0 14,100 000000 ff0000}  ${upspeedgraph eth0 14,100 000000 00ff00} ${voffset -11} ${color 55688A} ${time %I:%M}${time %P}  ${color 7D8C93}Gmail ${color lime green} ${execi 60 ~/.scripts/gmail.sh YOURGMAILUSERNAME YOURPASSWORD} ${offset -192} ${voffset 18}  ${color 55688A} ${time %a %b %d %Y}


Here is the bash file needed to run it ... in my conkyrc I run it from ~/.scripts  ... Wherever you save it to, make the change to the path in the .conkyrc and also make the file executable

gmail.sh

#!/bin/bash

wget -q -O - [url]https://mail.google.com/mail/feed/atom[/url] --http-user="$1"@gmail.com --http-password="$2" - | grep fullcount | sed 's/[^0-9]//g'

exit


Screenshot



Here is the same setup with the default .conkyrc from a VSIDO install - Take note to change both YOURGMAILUSERNAME and YOURPASSWORD

# .conkyrc - Edited from various examples across the 'net
# Used by VastOne on #!

# Create own window instead of using desktop (required in nautilus)
#own_window yes
#own_window_type normal
#own_window_transparent no
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
use_spacer right

# Use Xft?
use_xft yes
xftfont liberation sans:size=13
xftalpha 0.9
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 1024 0
#maximum_width 1024

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no
own_window_argb_visual yes
own_window_type panel
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window yes
own_window_transparent yes
own_window_class conky-semi

# Stippled borders?
stippled_borders 0

# border margins
# border_margin 0

# border width
border_width 1

# Default colors and also border colors
#default_color grey
#color2=white
#color3=grey
#default_shade_color black
#default_outline_color grey
own_window_colour 000000

# Text alignment, other possible values are commented
#alignment top_middle
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 5
minimum_size 1700 29
maximum_width 1700
# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

# lua_load ~/Conky/LUA/draw-bg.lua
# lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.3
#
TEXT
${image $HOME/images/vsidoorb.png -s 34x34 -p 1,-1}       ${color 73AEB4}Kernel${color 7D8C93} $kernel ${color 73AEB4} Uptime ${color lime green}${uptime_short} ${color 73AEB4} CPU ${color 7D8C93}${cpu cpu0}%  ${color 73AEB4}MEM ${color 7D8C93}${memperc}% ${mem} / ${memmax} ${color 73AEB4} HD ${color 7D8C93} ${execi 5 hddtemp -n /dev/sda}° ${color 73AEB4}NET${color 7D8C93}  ${voffset 1}${downspeedgraph eth0 12,70 000000 ff0000}  ${upspeedgraph eth0 12,70 000000 00ff00} ${color 7D8C93} Gmail ${color lime green} ${execi 10 ~/.scripts/gmail.sh YOURGMAILUSERNAME YOURPASSWORD}


Screenshot

#3492
General Support / Re: Cannot access tty1
March 17, 2013, 07:20:03 PM
lwfitz beat me to it...

Nice!  :)
#3493
General Support / Re: Cannot access tty1
March 17, 2013, 07:19:06 PM
smxi cannot uninstall nouveau on the first time you run it... That is why both smxi and the How To I did says to run smxi video driver install section twice for it to succeed

Run smxi, install kernel (if you are), install nvidia drivers, reboot, start smxi again, go to nvidia driver install and install again, when done, start desktop
#3494
I have a couple of apps that are behaving strangely in Fluxbox that I cannot make sense of

I have these apps open

iceweasel
medit
filezilla
terminal
spacefm

If I use alt tab I can tab switch to medit, terminal and spacefm with no issues... but trying to get to iceweasel or filezilla, neither one of these will come to the foreground, they will only stay in the background

I actually have to minimize spacefm, terminal and medit to be able to get to iceweasel and filezilla

If I close everything but iceweasel and filezilla, I can tab between the two of them with no issues

If I have those two open, and open any one of medit terminal or spacefm, the behavior starts again, meaning that it does not need to be all three of them started

The same thing happens if I use the mouse to click on any one these apps, it is not just the alt tab function that causes it

Anyone else seeing anything like this?
#3495
General Support / Re: Cannot access tty1
March 16, 2013, 08:14:14 PM
Take a look at /etc/inittab

See if it is the same as this

# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3